llvm-6502/lib
Benjamin Kramer 861ea230a7 Limit the number of memory operands in MachineInstr to 2^16 and store the number in padding.
Saves one machine word on MachineInstr (88->80 bytes on x86_64, 48->44 on i386).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152930 91177308-0d34-0410-b5e6-96231b3b80d8
2012-03-16 16:39:27 +00:00
..
Analysis Start removing the use of an ad-hoc 'never inline' set and instead 2012-03-16 06:10:13 +00:00
Archive
AsmParser
Bitcode llvm::SwitchInst 2012-03-11 06:09:17 +00:00
CodeGen Limit the number of memory operands in MachineInstr to 2^16 and store the number in padding. 2012-03-16 16:39:27 +00:00
DebugInfo
ExecutionEngine Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code in LLVM. 2012-03-13 08:33:15 +00:00
Linker
MC Implement relocation-overflow behavior for PE/COFF. 2012-03-15 09:03:03 +00:00
Object Fix bug found by warning. 2012-03-15 17:49:29 +00:00
Support Move APInt::operator[] inline. 2012-03-14 00:38:15 +00:00
TableGen
Target ARM optional operand on MRC/MCR assembly instructions. 2012-03-16 00:45:58 +00:00
Transforms The alignment of the pointer part of the store instruction may have an 2012-03-16 07:40:08 +00:00
VMCore Extend the inline cost calculation to account for bonuses due to 2012-03-14 23:19:53 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile