llvm-6502/lib
Dan Gohman 39125d8ef9 Override dominates and properlyDominates for SCEVAddRecExpr, as a
SCEVAddRecExpr doesn't necessarily dominate blocks merely dominated
by all of its operands. This fixes an abort compiling 403.gcc.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96056 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-13 00:19:39 +00:00
..
Analysis Override dominates and properlyDominates for SCEVAddRecExpr, as a 2010-02-13 00:19:39 +00:00
Archive From PR6228: 2010-02-04 06:19:43 +00:00
AsmParser Add support for a union type in LLVM IR. Patch by Talin! 2010-02-12 20:49:41 +00:00
Bitcode Add support for a union type in LLVM IR. Patch by Talin! 2010-02-12 20:49:41 +00:00
CodeGen give MCCodeEmitters access to the current MCContext. 2010-02-12 23:12:47 +00:00
CompilerDriver Better error message. 2010-01-26 14:55:16 +00:00
ExecutionEngine Make JIT::runFunction clean up the generated stub function. 2010-02-12 23:05:31 +00:00
Linker Linker should not remap null operands of metadata 2010-02-06 01:31:55 +00:00
MC add a new MCInstPrinter::getOpcodeName interface, when it is 2010-02-11 22:39:10 +00:00
Support Fix "the the" and similar typos. 2010-02-10 16:03:48 +00:00
System improve support for minix, PR6280, patch by 2010-02-12 00:37:46 +00:00
Target MC/X86: Push immediate operands as immediates not expressions when possible. 2010-02-13 00:17:21 +00:00
Transforms Reapply 95979, a compile-time speedup, now that the bug it exposed is fixed. 2010-02-12 19:35:25 +00:00
VMCore Make PassRegistrar thread-safe since it can be modified by code running in 2010-02-13 00:03:17 +00:00
Makefile remove llvm-db: it is completely broken and if anyone wants to do a debugger, 2009-10-05 02:29:51 +00:00