index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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-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
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