index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
VMCore
/
Pass.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enhance -time-passes to be more detailed and useful
Chris Lattner
2002-08-01
1
-19
/
+89
*
We need iostream in PassManagerT.h to use cerr
Chris Lattner
2002-07-31
1
-1
/
+0
*
Implement new -debug-pass=Arguments option that causes PassManager to
Chris Lattner
2002-07-30
1
-0
/
+13
*
* Move some code from Pass.cpp to PassManagerT.h
Chris Lattner
2002-07-30
1
-53
/
+9
*
* PassInfo is allowed to be missing now (ie, not all passes need be registered)
Chris Lattner
2002-07-29
1
-6
/
+9
*
* Standardize how analysis results/passes as printed with the print() virtual
Chris Lattner
2002-07-27
1
-2
/
+17
*
*** empty log message ***
Chris Lattner
2002-07-24
1
-1
/
+1
*
Add support for pass registration
Chris Lattner
2002-07-23
1
-0
/
+93
*
*** empty log message ***
Chris Lattner
2002-07-22
1
-13
/
+18
*
changes for 64bit gcc
Anand Shukla
2002-06-25
1
-4
/
+4
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
1
-14
/
+12
*
Make functions that preserve the CFG not invalidate analyses that only depend
Chris Lattner
2002-05-06
1
-1
/
+28
*
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-29
1
-5
/
+10
*
Add a new command line option for PassManager using utilities.
Chris Lattner
2002-04-29
1
-0
/
+60
*
Move FunctionPass::doesNotModifyCFG to AnalysisUsage::preservesCFG()
Chris Lattner
2002-04-28
1
-14
/
+15
*
* Add a stub to FunctionPass so that subclasses can declare that they do not
Chris Lattner
2002-04-28
1
-4
/
+28
*
Minor changes to allow Modules (which are no longer Values) to work
Chris Lattner
2002-04-28
1
-10
/
+9
*
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-27
1
-34
/
+27
*
Make the release build compile
Chris Lattner
2002-04-04
1
-2
/
+0
*
Change references from Method to Function
Chris Lattner
2002-03-26
1
-11
/
+11
*
Method.h no longer includes BasicBlock.h
Chris Lattner
2002-02-12
1
-0
/
+1
*
* Make debugging output nicer
Chris Lattner
2002-01-31
1
-12
/
+14
*
Implement new pass framework
Chris Lattner
2002-01-31
1
-132
/
+125
*
* Expose new command line arg --debug-pass for gccas and llc debugging
Chris Lattner
2002-01-23
1
-9
/
+60
*
Oops, misnamed function, didn't override correctly, drat.
Chris Lattner
2002-01-22
1
-1
/
+1
*
Ooops, forgot to implement void PassManager::add(BasicBlockPass *BBP)
Chris Lattner
2002-01-22
1
-6
/
+18
*
Implementation of the new spiffy pass system
Chris Lattner
2002-01-21
1
-0
/
+117