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
/
include
/
llvm
/
Pass.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tidy #includes.
Dan Gohman
2009-08-11
1
-1
/
+0
*
Fix some comments referring to std::cerr.
Daniel Dunbar
2009-08-03
1
-1
/
+1
*
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-22
1
-13
/
+3
*
"LLVMContext* " --> "LLVMContext *"
Owen Anderson
2009-07-06
1
-1
/
+1
*
Make the current LLVMContext available to passes.
Owen Anderson
2009-07-02
1
-2
/
+14
*
Remove dead code.
Devang Patel
2009-04-01
1
-4
/
+0
*
Rename getAnalysisToUpdate to getAnalysisIfAvailable.
Duncan Sands
2009-01-28
1
-12
/
+12
*
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2009-01-05
1
-1
/
+0
*
* Alphabetized system headers per the style guide
Misha Brukman
2009-01-02
1
-3
/
+3
*
Add an assert to catch user errors like:
Torok Edwin
2008-10-31
1
-2
/
+6
*
Add dom info verifier.
Devang Patel
2008-07-01
1
-1
/
+0
*
Remove warnings about unused parameters and shadowed variables.
Bill Wendling
2008-05-19
1
-11
/
+11
*
Whitespace cleanups.
Dan Gohman
2008-05-14
1
-2
/
+1
*
Don't include <map> in Pass.h, which doesn't need it. This requires
Dan Gohman
2008-03-21
1
-1
/
+1
*
PassInfo keep tracks whether a pass is an analysis pass or not.
Devang Patel
2008-03-19
1
-16
/
+12
*
Do not use virtual function to identify an analysis pass.
Devang Patel
2008-03-19
1
-16
/
+16
*
Identify Analysis pass.
Devang Patel
2008-03-18
1
-0
/
+5
*
Update comments; getPassName no longer uses RTTI.
Dan Gohman
2008-03-14
1
-3
/
+1
*
Move the PMStack class out of Pass.h and into PassManagers.h.
Dan Gohman
2008-03-14
1
-28
/
+0
*
Change PMStack::push to accept a PMDataManager* instead of
Dan Gohman
2008-03-13
1
-1
/
+1
*
Fix a typo in a comment.
Dan Gohman
2008-03-13
1
-1
/
+1
*
No need for typedefs with enums in C++.
Dan Gohman
2008-03-13
1
-2
/
+0
*
Remove unused runPass methods.
Dan Gohman
2008-03-08
1
-15
/
+0
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Allow passes to just pass up "FunctionPass(&ID)" instead of "FunctionPass((in...
Chris Lattner
2007-10-08
1
-0
/
+6
*
Include DataTypes.h to provide intptr_t type. This fixes OpenBSD compilation ...
Anton Korobeynikov
2007-10-06
1
-0
/
+1
*
Change casts from old style to new style. This helps document the details
Reid Spencer
2007-08-12
1
-1
/
+1
*
Make ImmutablePass::runOnModule non-virtual, since it is not
Dan Gohman
2007-08-01
1
-1
/
+1
*
Verify loop info.
Devang Patel
2007-07-19
1
-1
/
+1
*
Set up ground work to verify preserved analysis info.
Devang Patel
2007-07-19
1
-0
/
+4
*
Fix memory leak.
Devang Patel
2007-07-09
1
-2
/
+8
*
Remove forward-declarations for classes that don't exist.
Dan Gohman
2007-05-11
1
-2
/
+0
*
Add explicit keywords to several constructors that now have one argument.
Dan Gohman
2007-05-11
1
-5
/
+5
*
Unbreak VC++ build.
Jeff Cohen
2007-05-03
1
-1
/
+0
*
Re-install patch to enable use of PassID.
Devang Patel
2007-05-02
1
-7
/
+7
*
revert enough of devang's recent patches to get the tree basically working again
Chris Lattner
2007-05-02
1
-7
/
+7
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-5
/
+11
*
Move ~Pass() from Pass.h into Pass.cpp
Devang Patel
2007-04-26
1
-1
/
+1
*
Delete Analysis Resolver.
Devang Patel
2007-04-26
1
-1
/
+1
*
Proivde getAnalysis<FPAnalysis>(Func) support.
Devang Patel
2007-04-16
1
-0
/
+5
*
Add getPotentialPassManagerType(). No functionality change, yet.
Devang Patel
2007-04-16
1
-1
/
+22
*
Removed tabs everywhere except autogenerated & external files. Add make
Anton Korobeynikov
2007-04-16
1
-4
/
+4
*
Keep track of inherited analysis. For example, if a loop pass does not
Devang Patel
2007-03-06
1
-1
/
+2
*
Add preparePassManager() hook. This allows each pass to check whether
Devang Patel
2007-03-06
1
-0
/
+5
*
Inherit FunctionPass directly from Pass.
Devang Patel
2007-01-26
1
-1
/
+1
*
Inherit BasicBlockPass directly from Pass.
Devang Patel
2007-01-25
1
-1
/
+1
*
Remove dead code.
Devang Patel
2007-01-25
1
-7
/
+0
*
Update assignPassManager() signature to allow selection of preferred
Devang Patel
2007-01-17
1
-16
/
+22
*
Undo last check-in.
Devang Patel
2007-01-16
1
-9
/
+2
*
Setup pass manager before scheduling required analysis.
Devang Patel
2007-01-16
1
-2
/
+9
[next]