llvm-6502/lib
Daniel Dunbar 0c795d6187 Add new helpers for registering targets.
- Less boilerplate == good.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77052 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-25 06:49:55 +00:00
..
Analysis Teach ScalarEvolution to make use of no-overflow flags when 2009-07-25 01:22:26 +00:00
Archive Fix some non-sensical code. 2009-07-13 05:29:34 +00:00
AsmParser Finish migrating VMCore to StringRef/Twine based APIs. 2009-07-25 06:02:13 +00:00
Bitcode Finish migrating VMCore to StringRef/Twine based APIs. 2009-07-25 06:02:13 +00:00
CodeGen Convert a few more things to use raw_ostream. 2009-07-25 01:43:01 +00:00
CompilerDriver Delete the temp dir even when '--temp-dir' is specified. 2009-07-11 19:27:07 +00:00
Debugger Make the use of const with respect to LLVMContext sane. Hopefully this is the last time, for the 2009-07-01 23:13:44 +00:00
ExecutionEngine More migration to raw_ostream, the water has dried up around the iostream hole. 2009-07-25 00:23:56 +00:00
Linker Finish migrating VMCore to StringRef/Twine based APIs. 2009-07-25 06:02:13 +00:00
MC Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API as 2009-07-20 20:25:37 +00:00
Support Allow llvm_report_error to accept a Twine. 2009-07-24 07:58:10 +00:00
System Re-committing r76828 with the JIT memory manager changes now that the build 2009-07-23 21:46:56 +00:00
Target Add new helpers for registering targets. 2009-07-25 06:49:55 +00:00
Transforms Initial update to VMCore to use Twines for string arguments. 2009-07-25 04:41:11 +00:00
VMCore Finish migrating VMCore to StringRef/Twine based APIs. 2009-07-25 06:02:13 +00:00
Makefile LLVMC doesn't need ENABLE_PIC to build now. 2009-07-04 03:54:54 +00:00