llvm-6502/lib
Chris Lattner 98a42b2fc3 fix PR9856, an incorrectly conservative assertion: a global can be
"stored once" even if its address is compared.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131849 91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-22 07:15:13 +00:00
..
Analysis Revert commit 131781, to see if it fixes the x86-64 dragonegg buildbot. 2011-05-21 20:54:46 +00:00
Archive
AsmParser
Bitcode
CodeGen eliminate dependence on StandardPasses.h. The code generator's pass pipeline 2011-05-22 00:13:44 +00:00
CompilerDriver
ExecutionEngine Avoid a Twine that referenced a tmp (which proceded to go out of scope before 2011-05-19 00:45:05 +00:00
Linker
MC switch to using a smallvector to avoid allocations for most normal size instructions. 2011-05-22 04:53:24 +00:00
Object
Support fix a bug for hosts without round, PR8893. 2011-05-22 06:03:53 +00:00
Target move PR9408 here. 2011-05-22 05:45:06 +00:00
Transforms fix PR9856, an incorrectly conservative assertion: a global can be 2011-05-22 07:15:13 +00:00
VMCore remove StandardPasses, it has been replaced with PassManagerBuilder 2011-05-22 00:30:45 +00:00
CMakeLists.txt
Makefile