llvm-6502/lib
Duncan Sands 22efc18f12 Stop using the dom frontier in DwarfEHPrepare by not promoting alloca's
any more.  I plan to reimplement alloca promotion using SSAUpdater later.
It looks like Bill's URoR logic really always needs domtree, so the pass
now always asks for domtree info.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112597 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-31 09:05:06 +00:00
..
Analysis It is possible to try to merge a not-constant with a constantrage, when dealing with ptrtoint ConstantExpr's. 2010-08-30 17:03:45 +00:00
Archive
AsmParser remove unions from LLVM IR. They are severely buggy and not 2010-08-28 04:09:24 +00:00
Bitcode remove unions from LLVM IR. They are severely buggy and not 2010-08-28 04:09:24 +00:00
CodeGen Stop using the dom frontier in DwarfEHPrepare by not promoting alloca's 2010-08-31 09:05:06 +00:00
CompilerDriver
ExecutionEngine Fix a comment. 2010-08-30 21:54:03 +00:00
Linker
MC MCELF: The value of all common symbols is the offset from the start of the section. Patch by Roman Divacky. 2010-08-30 17:20:17 +00:00
Support Remove a hack that tries to understand incorrect triples from the 2010-08-30 10:57:54 +00:00
System Cleanup Whitespace. 2010-08-31 06:36:46 +00:00
Target - Cleanup some whitespaces. 2010-08-31 07:50:46 +00:00
Transforms Fix an infinite loop; merging two functions will create a new function (if the 2010-08-31 08:29:37 +00:00
VMCore Add comments explaining why it's not necessary to include the 2010-08-30 21:18:41 +00:00
Makefile