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
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
2001-11-13
Avoid assertion failure when taking size of unsized array. Todo item herE
Chris Lattner
2001-11-08
Improve raising significantly
Chris Lattner
2001-11-06
Fix bugs
Chris Lattner
2001-11-05
Fix bug with ADD nodes and malloc promotion
Chris Lattner
2001-11-05
Use the expression map correctly.
Chris Lattner
2001-11-04
Refactor code to share stuff
Chris Lattner
2001-11-04
* Relax restriction that prevented malloc promotion in certain cases
Chris Lattner
2001-11-04
* Disable debug output
Chris Lattner
2001-11-04
Convert backward conversion of expression trees into a new more powerful bidi...
Chris Lattner
2001-11-04
Minor method rename
Chris Lattner
2001-11-04
Add transformations for Load and GetElementPtr. Fix broken transform with shr.
Chris Lattner
2001-11-01
* Add comments for peepholes
Chris Lattner
2001-11-01
Add DCE as integral part of the level raising to avoid processing instruction...
Chris Lattner
2001-11-01
* Implement expression type conversion for constant values
Chris Lattner
2001-11-01
* Convert getelementptr/store pairs into a single store
Chris Lattner
2001-11-01
Initial checkin of level raising code, after move and cleanup and expands fro...
Chris Lattner