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
/
VMCore
/
PassManagerT.h
Age
Commit message (
Expand
)
Author
2003-06-23
Add support for GCC 3.3
Chris Lattner
2003-04-24
Fix a nasty bug where the ConstantMerge pass was invalidating the TargetData ...
Chris Lattner
2003-02-26
Allow ImmutablePass's to require other immutable passes and to be initialized
Chris Lattner
2003-02-14
Fix a misunderstanding of the standard associative containers
Chris Lattner
2002-10-29
Fix spelling of `propagate'.
Misha Brukman
2002-10-21
- Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG to
Chris Lattner
2002-10-01
Make sure to use the TimerGroup that we created!
Chris Lattner
2002-10-01
Make sure not to count the PassManager wrapers
Chris Lattner
2002-10-01
Factor timer code out of PassManager implementation, into a generic interface
Chris Lattner
2002-09-29
Fix a problem that was caused by stale analyses being in CurrentAnalyses
Chris Lattner
2002-09-25
* Fix ugly bug in previous checkin where I reused the name 'i' one too many t...
Chris Lattner
2002-09-25
Add support for ImmutablePasses, which are not run, and cannot be
Chris Lattner
2002-09-12
Add a new BasicBlockPass::doInitialization/Finalization(Function &) pair of
Chris Lattner
2002-09-08
Enable "garbage detection" of LLVM objects. Check for leaks after running
Chris Lattner
2002-08-30
- Use Pass::AnalysisImpls instead of findAnalysisGroupMemeber
Chris Lattner
2002-08-21
- Implement the new AnalysisGroup feature, neccesary for Value#ing and point...
Chris Lattner
2002-08-20
Sort -time-passes report first by user+system, then by Wall clock time.
Chris Lattner
2002-08-01
Enhance -time-passes to be more detailed and useful
Chris Lattner
2002-07-31
We need iostream in PassManagerT.h to use cerr
Chris Lattner
2002-07-30
Implement new -debug-pass=Arguments option that causes PassManager to
Chris Lattner
2002-07-30
* Move some code from Pass.cpp to PassManagerT.h
Chris Lattner
2002-07-29
* Eliminate the Provided set. All Passes now finally just automatically
Chris Lattner
2002-07-27
* Standardize how analysis results/passes as printed with the print() virtual
Chris Lattner
2002-07-24
*** empty log message ***
Chris Lattner
2002-06-25
changes for 64bit gcc
Anand Shukla
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-04-30
Fix problem where subpasses would invalidate all analyses outstanding
Chris Lattner
2002-04-29
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-29
Add a new command line option for PassManager using utilities.
Chris Lattner
2002-04-28
Move include/llvm/PassManager.h to lib/VMCore/PassManagerT.h
Chris Lattner
2002-04-28
Minor changes to allow Modules (which are no longer Values) to work
Chris Lattner
2002-04-27
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-04
Make build work in release mode
Chris Lattner
2002-03-23
Rename Method to Function
Chris Lattner
2002-03-17
Make an assertion provide a more helpful error message
Chris Lattner
2002-02-01
Add more debug output
Chris Lattner
2002-01-31
* Make debugging output nicer
Chris Lattner
2002-01-31
Fix bug where we didn't initialize and finalize basic block passes
Chris Lattner
2002-01-30
Checkin new pass framework. This one is more useful and automatically
Chris Lattner