llvm-6502/lib
Dan Gohman 0d56b06f86 Fix a thinko in the code that adapted SCEVMulExpr operands for
use in expanding SCEVAddExprs with GEPs. The operands of a
SCEVMulExpr need to be multiplied together, not added.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72250 91177308-0d34-0410-b5e6-96231b3b80d8
2009-05-22 07:14:20 +00:00
..
Analysis Fix a thinko in the code that adapted SCEVMulExpr operands for 2009-05-22 07:14:20 +00:00
Archive
AsmParser Use v.data() instead of &v[0] when SmallVector v might be empty. 2009-05-21 09:52:38 +00:00
Bitcode
CodeGen Use v.data() instead of &v[0] when SmallVector v might be empty. 2009-05-21 09:52:38 +00:00
CompilerDriver
Debugger
ExecutionEngine
Linker
Support Add llvm::triple constructor from arch, vendor, os strings, and recognize 2009-05-22 02:24:11 +00:00
System
Target
Transforms Fix loop-index-split to correctly preserve dominance frontiers. Part of 2009-05-22 03:22:46 +00:00
VMCore Revert this. There's no way to verifiy indirect calls, and an optimizer can turn 2009-05-22 07:12:05 +00:00
Makefile