llvm-6502/lib/Transforms
Chris Lattner 97ac4ee02e Many many changes and bugfixes:
* Remove support for unsized arrays
* Add pointer indexing support
* Allow more arbitrary malloc type changes (which are too generous currently
  and should be fixed in the future)
* Allow more and better conversions


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1464 91177308-0d34-0410-b5e6-96231b3b80d8
2001-12-14 16:35:53 +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 Fix a bug introduced by "internal linkage" work. 2001-12-04 18:01:49 +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 Remove code that is superceeded by code in ExprTypeConvert.cpp 2001-12-07 04:39:01 +00:00
Makefile Compile the scalar directory 2001-12-03 17:28:15 +00:00
TransformInternals.cpp Don't insert scales of 1 :) 2001-12-07 04:26:02 +00:00
TransformInternals.h Renamed inst_const_iterator -> const_inst_iterator 2001-12-04 00:03:30 +00:00