llvm-6502/lib
David Sehr 693c37aa86 Two changes relevant to LEA and x32:
1) allows the use of RIP-relative addressing in 32-bit LEA instructions under
   x86-64 (ILP32 and LP64)
2) separates the size of address registers in 64-bit LEA instructions from
   control by ILP32/LP64.




git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174208 91177308-0d34-0410-b5e6-96231b3b80d8
2013-02-01 19:28:09 +00:00
..
Analysis InstSimplify: stripAndComputeConstantOffsets can be called with vectors of pointers too. 2013-02-01 15:21:10 +00:00
Archive
AsmParser
Bitcode
CodeGen Fix errant fallthrough in the generation of the lifetime markers. 2013-02-01 19:25:23 +00:00
DebugInfo
ExecutionEngine Fix misplaced 'break'. 2013-02-01 18:57:06 +00:00
IR Remove some dead code, improve some asserts, and other assorted changes. No functionality change. 2013-02-01 01:04:27 +00:00
Linker
MC Fix another typo in the classof definitions that doesn't (currently) 2013-02-01 00:04:33 +00:00
Object Object: Fix errant fallthrough. 2013-01-31 19:46:57 +00:00
Option
Support Add AArch64 as an experimental target. 2013-01-31 12:12:40 +00:00
TableGen
Target Two changes relevant to LEA and x32: 2013-02-01 19:28:09 +00:00
Transforms Revert r174152. The shift amount may overflow and in that case this transformation is illegal. 2013-02-01 07:59:33 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile