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
/
HoistPHIConstants.cpp
Age
Commit message (
Expand
)
Author
2002-04-30
Remove unneccesary pass
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-27
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-07
Change references to the Method class to be references to the Function
Chris Lattner
2002-02-26
Change over to use new style pass mechanism, now passes only expose small
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
Split the PHINode class out from the iOther.h file into the iPHINode.h file
Chris Lattner
2001-11-12
Changed insert instructions only for CONSTANTS - back to original
Ruchira Sasanka
2001-11-08
Bug fix: cannot modify Phi operands while iterating over them!
Vikram S. Adve
2001-11-03
Commented out code so that copies are inserted for all phi args
Ruchira Sasanka
2001-10-18
Convert to new simpler pass itf
Chris Lattner
2001-10-15
Add new Pass infrastructure and some examples
Chris Lattner