llvm-6502/lib
Chris Lattner 27e998984c the cell backend is making all sorts of unsafe and incorrect assumptions
about ownership and update policies.  It isn't clear why it is doing all
this lowering at isel time instead of in legalize.  This fixes fcmp64.ll


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96849 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-23 01:20:00 +00:00
..
Analysis Canonicalize ConstantInts to the right operand of commutative 2010-02-22 22:43:23 +00:00
Archive
AsmParser
Bitcode
CodeGen Dead code elimination 2010-02-23 00:28:53 +00:00
CompilerDriver
ExecutionEngine
Linker
MC
Support Fix viewCFG on Linux. 2010-02-23 00:04:53 +00:00
System
Target the cell backend is making all sorts of unsafe and incorrect assumptions 2010-02-23 01:20:00 +00:00
Transforms Instcombine constant folding can normalize gep with negative index to index with large offset. When instcombine objsize checking transformation sees these geps where the offset seemingly point out of bound, it should just return "i don't know" rather than asserting. 2010-02-22 23:34:00 +00:00
VMCore Canonicalize ConstantInts to the right operand of commutative 2010-02-22 22:43:23 +00:00
Makefile