llvm-6502/lib
Eli Friedman 4e9bac3769 Fix assert assembling zero-argument constant GEP.
There's still a strict-aliasing violation here, but I don't feel like 
dealing with that right now...



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77005 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-24 21:56:17 +00:00
..
Analysis Move to raw_ostream. 2009-07-24 09:53:24 +00:00
Archive Fix some non-sensical code. 2009-07-13 05:29:34 +00:00
AsmParser Fix assert assembling zero-argument constant GEP. 2009-07-24 21:56:17 +00:00
Bitcode MDString 2009-07-23 02:00:51 +00:00
CodeGen Add support for promoting SETCC operations. 2009-07-24 18:22:59 +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 Switch to getNameStr(). 2009-07-24 08:24:36 +00:00
Linker Switch ValueSymbolTable to StringRef based API. 2009-07-23 18:52:12 +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 Uh. It would be useful to actually print the operand. 2009-07-24 20:47:38 +00:00
Transforms Fix this condition I accidentally inverted. 2009-07-24 18:31:07 +00:00
VMCore Move more to raw_ostream. 2009-07-24 10:05:20 +00:00
Makefile LLVMC doesn't need ENABLE_PIC to build now. 2009-07-04 03:54:54 +00:00