llvm-6502/lib
Chris Lattner 7305c55a80 fix rdar://9776316 - type remapping needed for inline asm blobs,
fixing some objc llvm-test crashes with LTO.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135324 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-15 23:18:40 +00:00
..
Analysis Fix pointer heuristic. Check whether predicator is ICMP_NE instead of if it is 2011-07-15 20:51:06 +00:00
Archive
AsmParser Convert CallInst and InvokeInst APIs to use ArrayRef. 2011-07-15 08:37:34 +00:00
Bitcode Convert CallInst and InvokeInst APIs to use ArrayRef. 2011-07-15 08:37:34 +00:00
CodeGen LegalizeDAG doesn't need its own copy of this enum. 2011-07-15 22:51:43 +00:00
CompilerDriver
ExecutionEngine Convert CallInst and InvokeInst APIs to use ArrayRef. 2011-07-15 08:37:34 +00:00
Linker
MC
Object ObjectFile: Add a method to check whether a section contains a symbol. 2011-07-15 18:39:21 +00:00
Support In Twine::str(), if the Twine stores only a std::string, just return a direct copy of that instead of first copying to a SmallString and converting that to a std::string. Also fix some indentation. 2011-07-15 11:05:37 +00:00
Target Get rid of the separate opcodes for the Darwin versions of tBL, tBLXi, and tBLXr, using pseudo-instructions to lower to the single final opcode. Update the ARM disassembler for this change. 2011-07-15 22:49:31 +00:00
Transforms fix rdar://9776316 - type remapping needed for inline asm blobs, 2011-07-15 23:18:40 +00:00
VMCore deconstify getType()'s. 2011-07-15 23:15:45 +00:00
CMakeLists.txt
Makefile