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