llvm-6502/lib
2008-08-17 13:53:59 +00:00
..
Analysis Remove GCSE, ValueNumbering, and LoadValueNumbering. These have been deprecated for almost a year; it's finally time for them to go away. 2008-08-15 21:31:02 +00:00
Archive
AsmParser Rework the routines that convert AP[S]Int into a string. Now, instead of 2008-08-17 07:19:36 +00:00
Bitcode
CodeGen Move all assembler printing related stuff into new libAsmPrinter 2008-08-17 13:53:04 +00:00
Debugger
ExecutionEngine Move SLEB/ULEB size calculation routines from AsmPrinter to TargetAsmInfo. This makes JIT asmprinter-free. 2008-08-16 12:57:46 +00:00
Linker
Support Get raw_ostream.cpp to compile on MSVC. 2008-08-17 09:25:21 +00:00
System add a helper method to sys::Path for clang, patch by 2008-08-11 23:39:47 +00:00
Target Move X86 assembler printers into separate directory. This allows JIT-only users not to link it in (use 'x86codegen' llvm-config arg for this) 2008-08-17 13:53:59 +00:00
Transforms Revert 54821. It's miscompiling 252.eon and 447.dealII 2008-08-17 08:07:31 +00:00
VMCore avoid an extraneous std::string construction 2008-08-17 07:24:08 +00:00
Makefile