llvm-6502/lib
Jakob Stoklund Olesen 805543068e ARMLoadStoreOptimizer invalidates register liveness.
This pass tries to update kill flags, but there are still many bugs.
Passes after the load/store optimizer don't need accurate liveness, so
don't even try.

<rdar://problem/11101911>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153519 91177308-0d34-0410-b5e6-96231b3b80d8
2012-03-27 17:33:52 +00:00
..
Analysis SCEV fix: Handle loop invariant loads. 2012-03-26 22:33:59 +00:00
Archive Include cstdio in a few place that depended on getting it transitively through StringExtras.h 2012-03-23 11:35:30 +00:00
AsmParser
Bitcode
CodeGen Print SSA and liveness tracking flags in MF::print(). 2012-03-27 17:17:16 +00:00
DebugInfo
ExecutionEngine Made RuntimeDyldMachO support vanilla i386 2012-03-26 20:45:52 +00:00
Linker It's possible for two types, which are isomorphic, to be added to the 2012-03-23 23:17:38 +00:00
MC Prune some includes 2012-03-27 07:54:11 +00:00
Object
Support Fix GetMainExecutable on kFreeBSD. 2012-03-26 12:05:51 +00:00
TableGen
Target ARMLoadStoreOptimizer invalidates register liveness. 2012-03-27 17:33:52 +00:00
Transforms Make a seemingly tiny change to the inliner and fix the generated code 2012-03-27 10:48:28 +00:00
VMCore Add missing include of <new> 2012-03-26 14:04:17 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile