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
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
[prev]