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
/
include
/
llvm
/
Transforms
/
Scalar
/
ConstantProp.h
Age
Commit message (
Expand
)
Author
2002-05-07
These files are supersumed by include/llvm/Transforms/Scalar.h
Chris Lattner
2002-05-07
Factor code out to the Transform Utils library
Chris Lattner
2002-03-11
Fix bug: test/Regression/Other/2002-03-11-ConstPropCrash.ll
Chris Lattner
2002-02-26
Change over to use new style pass mechanism, now passes only expose small
Chris Lattner
2002-01-30
Convert xforms over to use new pass structure
Chris Lattner
2002-01-21
Move stuff out of the Optimizations directories into the appropriate Transforms
Chris Lattner
2002-01-21
Implement a more powerful, simpler, pass system. This pass system can figure
Chris Lattner
2001-11-26
Expose constant prop of an instruction
Chris Lattner
2001-10-18
move llvm/Transforms/Pass.h to the top level llvm/Pass.h file
Chris Lattner
2001-10-18
Convert to new simpler pass structure
Chris Lattner
2001-10-18
Convert optimizations to use the Pass infrastructure
Chris Lattner
2001-09-07
Eliminate DoConstantPoolMerging. ConstantPools no longer exist
Chris Lattner
2001-06-30
Rename DoSparseConditionalConstantProp to DoSCCP
Chris Lattner
2001-06-30
Split AllOpts.h into lots of little .h files.
Chris Lattner