llvm-6502/lib
Dan Gohman dd35df15a2 Revert r56315. When the instruction to speculate is a load, this
code can incorrectly move the load across a store. This never
happens in practice today, but only because the current
heuristics accidentally preclude it.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147623 91177308-0d34-0410-b5e6-96231b3b80d8
2012-01-05 22:54:35 +00:00
..
Analysis
Archive
AsmParser
Bitcode
CodeGen Kill ObjectCodeEmitter and BinaryObject, they were unused and superseded by MC. 2012-01-05 22:31:37 +00:00
DebugInfo Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:50:00 +00:00
ExecutionEngine Remove the old ELF writer. 2012-01-05 22:07:43 +00:00
Linker
MC Implement cfi_restore. Patch by Brian Anderson! 2011-12-29 21:43:03 +00:00
Object
Support revert r147542 after comments from Joerg Sonnenberger 2012-01-05 18:28:46 +00:00
TableGen TableGen: add a comment 2011-12-22 23:16:09 +00:00
Target
Transforms Revert r56315. When the instruction to speculate is a load, this 2012-01-05 22:54:35 +00:00
VMCore
CMakeLists.txt
LLVMBuild.txt
Makefile