llvm-6502/lib/Transforms
Chris Lattner 7991c281c5 * add ReplaceInstWithInst
* Add support for pointer indexing
* Fix minor bugs that are majorly annoying


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1467 91177308-0d34-0410-b5e6-96231b3b80d8
2001-12-14 16:38:59 +00:00
..
Instrumentation * Refactor trace values to work as a proper pass. Before it used to add 2001-12-14 16:26:05 +00:00
IPO The proper prototype for malloc returns a pointer, not an unsized array 2001-12-14 16:32:20 +00:00
Scalar Assertion could never fail because another one would in it's place. :) 2001-12-13 00:45:40 +00:00
Utils Remove unsized array support 2001-12-14 16:38:04 +00:00
ExprTypeConvert.cpp Many many changes and bugfixes: 2001-12-14 16:35:53 +00:00
HoistPHIConstants.cpp Rename ConstPoolVal -> Constant 2001-12-03 22:26:30 +00:00
LevelRaise.cpp * Support pointer indexing 2001-12-14 16:37:52 +00:00
Makefile Compile the scalar directory 2001-12-03 17:28:15 +00:00
TransformInternals.cpp * add ReplaceInstWithInst 2001-12-14 16:38:59 +00:00
TransformInternals.h Renamed inst_const_iterator -> const_inst_iterator 2001-12-04 00:03:30 +00:00