llvm-6502/lib
Ulrich Weigand 18dbe5029f [DebugInfo] Hold generic MCExpr in AddrPool
This changes the AddrPool infrastructure to enable it to hold
generic MCExpr expressions, not just MCSymbolRefExpr.

This is in preparation for supporting debug info for TLS variables
on PowerPC, where we need to describe the variable location using
a more complex expression than just MCSymbolRefExpr.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185459 91177308-0d34-0410-b5e6-96231b3b80d8
2013-07-02 18:46:46 +00:00
..
Analysis ValueTracking: Teach isKnownToBeAPowerOfTwo about (ADD X, (XOR X, Y)) where X is a power of two 2013-06-29 23:44:53 +00:00
AsmParser
Bitcode
CodeGen [DebugInfo] Hold generic MCExpr in AddrPool 2013-07-02 18:46:46 +00:00
DebugInfo
ExecutionEngine Fixed alignment of code sections in the JIT mode. Added a test to the JITMemoryManager. 2013-07-02 12:24:22 +00:00
IR Debug Info: cleanup 2013-07-02 18:37:35 +00:00
IRReader
Linker
MC Remove address spaces from MC. 2013-07-02 15:49:13 +00:00
Object
Option
Support [APFloat] Swap an early out check so we do not dereference str.end(). 2013-07-02 15:50:05 +00:00
TableGen
Target Hexagon: Avoid unused variable warnings in Release builds. 2013-07-02 17:24:00 +00:00
Transforms Debug Info: cleanup 2013-07-02 18:37:35 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile