llvm-6502/lib
Chris Lattner 25ceb5f317 add an x86 implementation of MCTargetExpr for
representing @GOT and friends.  Use it for
personality references as a first use.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95588 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-08 22:09:08 +00:00
..
Analysis Add const qualifiers. 2010-02-08 22:00:06 +00:00
Archive
AsmParser
Bitcode Function-local metadata whose operands had been optimized to no longer refer to function-local IR were not getting written by BitcodeWriter; solution is for these metadata to be enumerated just like global metadata. 2010-02-06 01:21:09 +00:00
CodeGen When CodeGen'ing unoptimized code, there may be unfolded constant expressions 2010-02-08 22:02:38 +00:00
CompilerDriver
ExecutionEngine
Linker Linker should not remap null operands of metadata 2010-02-06 01:31:55 +00:00
MC don't make hte dtor private or we can't construct the class. 2010-02-08 22:07:36 +00:00
Support
System
Target add an x86 implementation of MCTargetExpr for 2010-02-08 22:09:08 +00:00
Transforms
VMCore Make the destructor for TypeMapBase protected. Spotted by Duncan Sands with 2010-02-07 21:13:46 +00:00
Makefile