llvm-6502/lib
Jakob Stoklund Olesen dd63a063e2 Use a shared implementation of getMatchingSuperRegClass().
TargetRegisterClass now gives access to the necessary tables.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156122 91177308-0d34-0410-b5e6-96231b3b80d8
2012-05-03 22:49:04 +00:00
..
Analysis remove calls to calloc if the allocated memory is not used (it was already being done for malloc) 2012-05-03 22:08:19 +00:00
Archive
AsmParser
Bitcode
CodeGen Fix two-address pass's aggressive instruction commuting heuristics. It's meant 2012-05-03 01:45:13 +00:00
DebugInfo
ExecutionEngine
Linker
MC MC: Unknown assembler directives are now hard errors. 2012-05-01 18:38:27 +00:00
Object Fix the implementation of MachOObjectFile::isSectionZeroInit so it follows the MachO spec. 2012-05-02 02:31:28 +00:00
Support Change the Intel Atom detection code to recognize 2012-05-02 21:38:46 +00:00
TableGen Move llvm-tblgen's StringMatcher into the TableGen library so it can 2012-05-02 17:32:48 +00:00
Target Use a shared implementation of getMatchingSuperRegClass(). 2012-05-03 22:49:04 +00:00
Transforms Factor the logic for testing whether a basic block is viable for code 2012-05-03 22:26:53 +00:00
VMCore
CMakeLists.txt
LLVMBuild.txt
Makefile