llvm-6502/lib
Daniel Dunbar 8c2eebe407 llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue.
Also, use MCInst::print instead of custom code in MCAsmPrinter.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80575 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-31 08:08:38 +00:00
..
Analysis Step #1 to giving Callgraph some sane invariants. The problems with callgraph 2009-08-31 07:23:46 +00:00
Archive Prune #includes from llvm/Linker.h and llvm/System/Path.h, 2009-08-23 22:45:37 +00:00
AsmParser Minor logic simplification. 2009-08-29 23:37:49 +00:00
Bitcode Reapply 79977. 2009-08-28 23:24:31 +00:00
CodeGen PR4747 2009-08-31 01:35:03 +00:00
CompilerDriver convert LoopInfo.h and GraphWriter.h to use raw_ostream 2009-08-23 07:19:13 +00:00
Debugger Prune #includes from llvm/Linker.h and llvm/System/Path.h, 2009-08-23 22:45:37 +00:00
ExecutionEngine Fix OProfile support after r80406 changed the DebugInfo interface from 2009-08-29 00:44:16 +00:00
Linker Prune #includes from llvm/Linker.h and llvm/System/Path.h, 2009-08-23 22:45:37 +00:00
MC llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue. 2009-08-31 08:08:38 +00:00
Support Fix some possible-use-of-uninitialized warnings. 2009-08-30 21:13:58 +00:00
System remove the last uses of Config/alloca.h 2009-08-23 22:57:38 +00:00
Target llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue. 2009-08-31 08:08:38 +00:00
Transforms fix some cases where instcombine would change hte IR but not return true 2009-08-31 06:57:37 +00:00
VMCore Cleanup whitespace and indentation. 2009-08-29 23:35:16 +00:00
Makefile LLVMC doesn't need ENABLE_PIC to build now. 2009-07-04 03:54:54 +00:00