llvm-6502/lib
Dale Johannesen 2d1ec73d94 Rewrite handling of DBG_VALUE; previous algorithm
didn't handle
X =
Y<dead> = use X
DBG_VALUE(X)
I was hoping to avoid this approach as it's slower,
but I don't think it can be done.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95996 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-12 18:40:17 +00:00
..
Analysis Reapply the new LoopStrengthReduction code, with compile time and 2010-02-12 10:34:29 +00:00
Archive From PR6228: 2010-02-04 06:19:43 +00:00
AsmParser Add a new function attribute, 'alignstack'. It will indicate (when the backends 2010-02-12 00:31:15 +00:00
Bitcode Function-local metadata whose operands had been optimized to no longer refer to function-local IR were not getting written by BitcodeWriter; solution is for these metadata to be enumerated just like global metadata. 2010-02-06 01:21:09 +00:00
CodeGen Rewrite handling of DBG_VALUE; previous algorithm 2010-02-12 18:40:17 +00:00
CompilerDriver
ExecutionEngine Make it possible to create multiple JIT instances at the same time, by removing 2010-02-11 01:07:39 +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 Setup correct data layout to match gcc's expectations on mingw32. 2010-02-12 15:28:56 +00:00
Transforms 1. modernize the constantmerge pass, using densemap/smallvector. 2010-02-12 18:17:23 +00:00
VMCore Add a new function attribute, 'alignstack'. It will indicate (when the backends 2010-02-12 00:31:15 +00:00
Makefile