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
/
Analysis
/
LoopPass.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make LoopPass::getContainedPass return a LoopPass* instead of a Pass*
Dan Gohman
2010-08-11
1
-3
/
+3
*
Remove assignPassManager's default arguments. It's really
Dan Gohman
2010-08-07
1
-1
/
+1
*
Tidy up PMStack. Add a bunch of consts, use std::vector instead of
Dan Gohman
2010-08-07
1
-0
/
+1
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-2
/
+1
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-1
/
+2
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-2
/
+1
*
Ok, third time's the charm. No changes from last time except the CMake
David Greene
2010-04-02
1
-0
/
+4
*
Revert 100204. It broke a bunch of tests and apparently changed what passes a...
Evan Cheng
2010-04-02
1
-4
/
+0
*
Let's try this again. Re-apply 100143 including an apparent missing
David Greene
2010-04-02
1
-0
/
+4
*
Revert r100143.
Eric Christopher
2010-04-01
1
-4
/
+0
*
Add some switches helpful for debugging:
David Greene
2010-04-01
1
-0
/
+4
*
elimiante the dynamic_cast's from opt.
Chris Lattner
2010-01-22
1
-2
/
+2
*
eliminate a bunch of dynamic_cast's.
Chris Lattner
2010-01-22
1
-0
/
+3
*
fixed some typos in method comments, reworded some comments for clarity
John Mosby
2009-12-07
1
-2
/
+2
*
Extract the code for inserting a loop into the loop queue into
Dan Gohman
2009-09-27
1
-1
/
+5
*
Get rid of the Pass+Context magic.
Owen Anderson
2009-07-22
1
-1
/
+0
*
Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...
Owen Anderson
2009-07-16
1
-0
/
+1
*
Delete LoopPass::runOnFunctionBody. It was never used or implemented.
Jeffrey Yasskin
2009-06-26
1
-3
/
+0
*
Move dumpPassStructure out of line.
Dan Gohman
2009-02-17
1
-9
/
+2
*
Tidy whitespace.
Dan Gohman
2009-02-17
1
-17
/
+16
*
Fix typo.
Devang Patel
2008-11-26
1
-1
/
+1
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
1
-0
/
+1
*
Fix spelling of "hierarchy" in comments.
Dan Gohman
2008-07-11
1
-2
/
+2
*
Fix typos in comments.
Dan Gohman
2008-07-11
1
-4
/
+4
*
PassInfo keep tracks whether a pass is an analysis pass or not.
Devang Patel
2008-03-19
1
-1
/
+1
*
Do not use virtual function to identify an analysis pass.
Devang Patel
2008-03-19
1
-1
/
+1
*
Move the PMStack class out of Pass.h and into PassManagers.h.
Dan Gohman
2008-03-14
1
-0
/
+1
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Start the process of making MachineLoopInfo possible by templating Loop.
Owen Anderson
2007-11-14
1
-1
/
+0
*
More explicit keywords.
Dan Gohman
2007-08-01
1
-1
/
+1
*
Introduce Simple Analysis interface for loop passes.
Devang Patel
2007-07-31
1
-0
/
+29
*
Verify loop info.
Devang Patel
2007-07-19
1
-4
/
+0
*
Add explicit keywords.
Dan Gohman
2007-07-02
1
-2
/
+2
*
Add loop info verification mechanism.
Devang Patel
2007-06-29
1
-0
/
+5
*
Drop 'const'
Devang Patel
2007-05-03
1
-1
/
+1
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-1
/
+1
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-0
/
+3
*
Add getPotentialPassManagerType(). No functionality change, yet.
Devang Patel
2007-04-16
1
-0
/
+4
*
Removed tabs everywhere except autogenerated & external files. Add make
Anton Korobeynikov
2007-04-16
1
-1
/
+1
*
Use schedulePass() instead of assignPassManager() to add new LPPassManager.
Devang Patel
2007-03-06
1
-6
/
+2
*
Add LPPassManager::insertLoop().
Devang Patel
2007-03-06
1
-2
/
+4
*
LPPassManager::deleteLoopFromQueue() add meat. Cut-n-paste code from
Devang Patel
2007-03-06
1
-0
/
+2
*
LPPassManager. Implement preparePassManager() hook.
Devang Patel
2007-03-06
1
-1
/
+9
*
LPPassManager : Add initialization and finalizatino hooks.
Devang Patel
2007-03-06
1
-0
/
+9
*
Use std::deque to manage loop queue inside LPPassManager.
Devang Patel
2007-03-06
1
-3
/
+1
*
Make getPassManagerType() const.
Devang Patel
2007-02-27
1
-1
/
+1
*
Loop passes are set up to accept pointer.
Devang Patel
2007-02-23
1
-1
/
+1
*
Teach LoopPass to assign itself one Loop Pass Manager.
Devang Patel
2007-02-23
1
-0
/
+4
*
Add facility that allows LoopPass to re-insert a loop into
Devang Patel
2007-02-23
1
-1
/
+6
*
Add LPPassManager interface that LoopPass can use to skip
Devang Patel
2007-02-23
1
-1
/
+6
[next]