llvm-6502/lib
Dan Gohman 6acaaa8f32 Don't try to use pre-indexed addressing with sthbrx/stwbrx
instructions. This fixes a PowerPC bug exposed by some unrelated
changes I'm working on.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82743 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-25 00:57:30 +00:00
..
Analysis
Archive
AsmParser Auto-upgrade malloc instructions to malloc calls. 2009-09-24 17:47:49 +00:00
Bitcode Auto-upgrade malloc instructions to malloc calls. 2009-09-24 17:47:49 +00:00
CodeGen Add a version of dumpr() that has a SelectionDAG* argument. 2009-09-25 00:34:34 +00:00
CompilerDriver
Debugger
ExecutionEngine
Linker
MC
Support add and document regex support for FileCheck. You can now do stuff like: 2009-09-24 21:47:32 +00:00
System
Target Don't try to use pre-indexed addressing with sthbrx/stwbrx 2009-09-25 00:57:30 +00:00
Transforms Constant propagating byval pointer is safe if function is readonly. 2009-09-24 18:33:42 +00:00
VMCore Auto-upgrade malloc instructions to malloc calls. 2009-09-24 17:47:49 +00:00
Makefile