llvm-6502/lib
Chris Lattner 2a785500e0 bswapped load/store instructions are only availble in indexed addressing form.
As such, use xoaddr (indexed only), not xaddr for address selection.

This fixes CodeGen/PowerPC/2006-07-19-stwbrx-crash.ll, a crash compiling lencod.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29208 91177308-0d34-0410-b5e6-96231b3b80d8
2006-07-19 17:15:36 +00:00
..
Analysis Change the callgraph representation to store the callsite along with the 2006-07-12 18:29:36 +00:00
Archive Finish removal of EH usage from the Archive library. The REQUIRES_EH flag 2006-07-07 20:56:50 +00:00
AsmParser These libs use EH info 2006-07-07 16:44:31 +00:00
Bytecode Finish removal of EH usage from the Archive library. The REQUIRES_EH flag 2006-07-07 20:56:50 +00:00
CodeGen Add an out-of-line virtual method for the sdnode class to give it a home. 2006-07-19 00:00:37 +00:00
Debugger This uses EH info 2006-07-07 16:46:43 +00:00
ExecutionEngine Remove non-portable optimization that isn't worth it 2006-07-12 00:31:47 +00:00
Linker eliminate some ugly code, using ConstantExpr::getWithOperands instead. 2006-07-14 22:21:31 +00:00
Support Add an out-of-line virtual method to provide a home for the cl::option class. 2006-07-18 23:59:33 +00:00
System simple optimization: don't bother calling "exists" (which calls the syscall 2006-07-18 07:07:51 +00:00
Target bswapped load/store instructions are only availble in indexed addressing form. 2006-07-19 17:15:36 +00:00
Transforms Add an assertion. 2006-07-19 05:48:45 +00:00
VMCore Move MVT::getVectorType out of line, it is large and shouldn't be inlined. 2006-07-19 00:40:45 +00:00
Makefile Make some changes suggested by Chris: 2006-05-17 22:55:35 +00:00