llvm-6502/lib
Dan Gohman 798d3923e0 Use ConstantExpr::getIntToPtr instead of SCEVExpander::InsertCastOfTo,
since the operand is always a constant.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@69291 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-16 15:48:38 +00:00
..
Analysis Expand GEPs in ScalarEvolution expressions. SCEV expressions can now 2009-04-16 03:18:22 +00:00
Archive
AsmParser
Bitcode
CodeGen Record line number at the beginning of a func.start. 2009-04-16 15:07:09 +00:00
CompilerDriver
Debugger
ExecutionEngine
Linker
Support teach EscapeString and UnescapeString to handle ". 2009-04-15 20:12:52 +00:00
System
Target fix PR3995. A scale must be 1, 2, 4 or 8. 2009-04-16 12:34:53 +00:00
Transforms Use ConstantExpr::getIntToPtr instead of SCEVExpander::InsertCastOfTo, 2009-04-16 15:48:38 +00:00
VMCore Limit the number of times we're willing to chase pointers. Removes an O(n^2) 2009-04-15 06:23:41 +00:00
Makefile