llvm-6502/lib
Dan Gohman 75b10047fc Delete LegalizeDAG's own version of isTypeLegal and getTypeAction
and just use the ones from TargetLowering directly.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135318 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-15 22:39:09 +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
Bitcode
CodeGen Delete LegalizeDAG's own version of isTypeLegal and getTypeAction 2011-07-15 22:39:09 +00:00
CompilerDriver
ExecutionEngine
Linker
MC Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest 2011-07-15 02:09:41 +00:00
Object
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
Transforms
VMCore Convert CallInst and InvokeInst APIs to use ArrayRef. 2011-07-15 08:37:34 +00:00
CMakeLists.txt
Makefile