index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
LevelRaise.cpp
Age
Commit message (
Expand
)
Author
2002-07-26
* Add support for different "PassType's"
Chris Lattner
2002-07-23
Rename LevelChange.h to RaisePointerReferences.h
Chris Lattner
2002-07-23
* Make the ctor take a TargetData even though it's not using it yet
Chris Lattner
2002-07-22
*** empty log message ***
Chris Lattner
2002-07-17
* Remove dead code from ExprTypeConvert.cpp
Chris Lattner
2002-07-16
* Add a bunch of debugging features to LevelRaise
Chris Lattner
2002-07-16
Fix bug: test/Regression/Transforms/LevelRaise/2002-07-16-RaiseCrash2.ll
Chris Lattner
2002-07-16
Bugfix to previous checkin
Chris Lattner
2002-07-16
* Add assertion to ExprTypeConvert to detect error earlier than without it
Chris Lattner
2002-06-30
Clean up anands patch
Chris Lattner
2002-06-25
added include<iostream> for cerr
Anand Shukla
2002-06-25
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-05-26
Simplify the interface to local DCE and Constant prop
Chris Lattner
2002-05-24
Fix comments to reflect reality
Chris Lattner
2002-05-22
Convert transforms over to standardize debugging output on -debug option
Chris Lattner
2002-05-14
Fix a major source of "type unsafety", where a cast is neccesary, but can
Chris Lattner
2002-05-10
* Add support for the -stats command line option to report how much is changed
Chris Lattner
2002-05-07
Reduce dependance on TransformInternals.h, instead using the TransformUtils l...
Chris Lattner
2002-05-02
ExprTypeConvert will already do this transformation, no need to specialize
Chris Lattner
2002-04-29
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-28
Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...
Chris Lattner
2002-04-28
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-27
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-08
s/Method/Function
Chris Lattner
2002-04-08
ConstantHandling moved into VMCore library
Chris Lattner
2002-04-07
Change references to the Method class to be references to the Function
Chris Lattner
2002-03-21
Fix the: test/Regression/Other/2002-03-20-LevelRaiseCrash.ll bug. It turned
Chris Lattner
2002-03-21
Namespace qualify debugging code
Chris Lattner
2002-03-11
* Fix bug: test/Regression/Other/2002-03-11-LevelRaiseIterInvalidate.ll
Chris Lattner
2002-02-26
Change over to use new style pass mechanism, now passes only expose small
Chris Lattner
2002-01-31
MethodPass's are now guaranteed to not be run on external methods!
Chris Lattner
2002-01-21
Move stuff out of the Optimizations directories into the appropriate Transforms
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-14
* Support pointer indexing
Chris Lattner
2001-12-07
Remove code that is superceeded by code in ExprTypeConvert.cpp
Chris Lattner
2001-12-06
We can do cast-add elimination even on casts that reinterpret
Chris Lattner
2001-12-05
Fix pessimizations on sized arrays
Chris Lattner
2001-12-05
Hrm, don't do debugging output when debugging is off. :(
Chris Lattner
2001-12-05
Fixes to type conversion stuff to match induction variables more frequently
Chris Lattner
2001-12-04
Remove printouts
Chris Lattner
2001-12-04
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-26
Turn off debug info
Chris Lattner
2001-11-26
Include const prop as part of -raise
Chris Lattner
2001-11-26
Clean up code, implement array indexing stuff
Chris Lattner
2001-11-14
Remove much cruft from the MemAccessInst instruction
Chris Lattner
2001-11-14
Better heuristics for handling arrays
Chris Lattner
[next]