1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/include/llvm
Teresa Johnson 046c34ed75 Fix type to avoid problems on 32-bit builds
lto::InputFile::Symbol::getCommonSize should return uint64_t instead of
size_t since it is returning the result of DataLayout::getTypeAllocSize
which returns uint64_t, and the result of getCommonSize is assigned to a
uint64_t variable. On 32-bit builds size_t is unsigned int and there are
type errors. This was introduced in r278338.

llvm-svn: 278512
2016-08-12 14:55:43 +00:00
..
ADT ADT: Remove all ilist_iterator => pointer casts, NFC 2016-08-12 05:05:36 +00:00
Analysis [PM] Port ModuleSummaryIndex analysis to new pass manager 2016-08-12 13:53:02 +00:00
AsmParser
Bitcode
CodeGen ADT: Remove all ilist_iterator => pointer casts, NFC 2016-08-12 05:05:36 +00:00
Config
DebugInfo CodeView: extract the OMF Directory Header 2016-08-09 00:25:12 +00:00
ExecutionEngine [MCJIT] Improve documentation and error handling for MCJIT::runFunction. 2016-08-11 15:56:23 +00:00
IR [Coroutines]: Part6b: Add coro.id intrinsic. 2016-08-12 05:45:49 +00:00
IRReader
LibDriver
LineEditor
Linker
LTO Fix type to avoid problems on 32-bit builds 2016-08-12 14:55:43 +00:00
MC Use the range variant of find instead of unpacking begin/end 2016-08-11 22:21:41 +00:00
Object CodeView: extract the OMF Directory Header 2016-08-09 00:25:12 +00:00
ObjectYAML [Mach0YAML] Change n_type from uint8_t to llvm::yaml::Hex8 2016-08-04 21:07:39 +00:00
Option
Passes [PM] Significantly refactor the pass pipeline parsing to be easier to 2016-08-03 03:21:41 +00:00
ProfileData [Coverage] Mark more methods const (NFC) 2016-07-22 21:11:55 +00:00
Support Use the range variant of find instead of unpacking begin/end 2016-08-11 22:21:41 +00:00
TableGen
Target Recommit 'Remove the restriction that MachineSinking is now stopped by 2016-08-12 03:33:22 +00:00
Transforms [PM] Port NameAnonFunction pass to new pass manager 2016-08-12 14:03:36 +00:00
CMakeLists.txt
InitializePasses.h [PM] Port NameAnonFunction pass to new pass manager 2016-08-12 14:03:36 +00:00
LinkAllIR.h
LinkAllPasses.h
module.modulemap Update modulemap for Msf -> MSF rename. 2016-07-30 12:05:17 +00:00
module.modulemap.build
Pass.h
PassAnalysisSupport.h
PassInfo.h
PassRegistry.h
PassSupport.h