projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Emit DWARF info for all code section in an assembly file
[oota-llvm.git]
/
include
/
llvm
/
Analysis
/
LoopPass.h
2014-03-05
Craig Topper
[C++11] Add 'override' keyword to virtual methods that...
blob
|
commitdiff
|
raw
2014-02-26
Paul Robinson
Constify the Optnone checks in IR passes.
blob
|
commitdiff
|
raw
|
diff to current
2014-02-06
Paul Robinson
Disable most IR-level transform passes on functions...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-09
Chandler Carruth
Move the old pass manager infrastructure into a legacy...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-11
Jakub Staszak
LoopPass.h doesn't require Function.h. Remove unneeded...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-10
Jakub Staszak
Fix include guards so they exactly match file names.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-02
Chandler Carruth
Move all of the header files which are involved in...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-03
Pedro Artigas
moves doInitialization and doFinalization to the Pass...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-03
Chandler Carruth
Sort the #include lines for the include/... tree with...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-29
Andrew Trick
Reapply r138695. Fix PassManager stack depths.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-27
Andrew Trick
Reverting r138695 to see if it fixes clang self host.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-27
Andrew Trick
Fix PassManager stack depths.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-11
Dan Gohman
Make LoopPass::getContainedPass return a LoopPass*...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-07
Dan Gohman
Remove assignPassManager's default arguments. It's...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-07
Dan Gohman
Tidy up PMStack. Add a bunch of consts, use std::vector...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-06
Owen Anderson
Reapply r110396, with fixes to appease the Linux buildb...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-06
Owen Anderson
Revert r110396 to fix buildbots.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-05
Owen Anderson
Don't use PassInfo* as a type identifier for passes...
blob
|
commitdiff
|
raw
|
diff to current
2010-04-02
David Greene
Ok, third time's the charm. No changes from last time...
blob
|
commitdiff
|
raw
|
diff to current
2010-04-02
Evan Cheng
Revert 100204. It broke a bunch of tests and apparently...
blob
|
commitdiff
|
raw
|
diff to current
2010-04-02
David Greene
Let's try this again. Re-apply 100143 including an...
blob
|
commitdiff
|
raw
|
diff to current
2010-04-01
Eric Christopher
Revert r100143.
blob
|
commitdiff
|
raw
|
diff to current
2010-04-01
David Greene
Add some switches helpful for debugging:
blob
|
commitdiff
|
raw
|
diff to current
2010-01-22
Chris Lattner
elimiante the dynamic_cast's from opt.
blob
|
commitdiff
|
raw
|
diff to current
2010-01-22
Chris Lattner
eliminate a bunch of dynamic_cast's.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-07
John Mosby
fixed some typos in method comments, reworded some...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-27
Dan Gohman
Extract the code for inserting a loop into the loop...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-22
Owen Anderson
Get rid of the Pass+Context magic.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-16
Owen Anderson
Move the ConstantInt uniquing table into LLVMContextImp...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-26
Jeffrey Yasskin
Delete LoopPass::runOnFunctionBody. It was never used...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-17
Dan Gohman
Move dumpPassStructure out of line.
blob
|
commitdiff
|
raw
|
diff to current
2009-02-17
Dan Gohman
Tidy whitespace.
blob
|
commitdiff
|
raw
|
diff to current
2008-11-26
Devang Patel
Fix typo.
blob
|
commitdiff
|
raw
|
diff to current
2008-09-04
Dan Gohman
Tidy up several unbeseeming casts from pointer to intptr_t.
blob
|
commitdiff
|
raw
|
diff to current
2008-07-11
Dan Gohman
Fix spelling of "hierarchy" in comments.
blob
|
commitdiff
|
raw
|
diff to current
2008-07-11
Dan Gohman
Fix typos in comments.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-19
Devang Patel
PassInfo keep tracks whether a pass is an analysis...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-19
Devang Patel
Do not use virtual function to identify an analysis...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-14
Dan Gohman
Move the PMStack class out of Pass.h and into PassManag...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-29
Chris Lattner
Don't attribute in file headers anymore. See llvmdev...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-14
Owen Anderson
Start the process of making MachineLoopInfo possible...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-01
Dan Gohman
More explicit keywords.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-31
Devang Patel
Introduce Simple Analysis interface for loop passes.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-19
Devang Patel
Verify loop info.
blob
|
commitdiff
|
raw
|
diff to current
2007-07-02
Dan Gohman
Add explicit keywords.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-29
Devang Patel
Add loop info verification mechanism.
blob
|
commitdiff
|
raw
|
diff to current
2007-05-03
Devang Patel
Drop 'const'
blob
|
commitdiff
|
raw
|
diff to current
2007-05-02
Devang Patel
Use 'static const char' instead of 'static const int'.
blob
|
commitdiff
|
raw
|
diff to current
2007-05-01
Devang Patel
Do not use typeinfo to identify pass in pass manager.
blob
|
commitdiff
|
raw
|
diff to current
2007-04-16
Devang Patel
Add getPotentialPassManagerType(). No functionality...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-16
Anton Korobeynikov
Removed tabs everywhere except autogenerated & external...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-06
Devang Patel
Use schedulePass() instead of assignPassManager() to...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-06
Devang Patel
Add LPPassManager::insertLoop().
blob
|
commitdiff
|
raw
|
diff to current
2007-03-06
Devang Patel
LPPassManager::deleteLoopFromQueue() add meat. Cut...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-06
Devang Patel
LPPassManager. Implement preparePassManager() hook.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-06
Devang Patel
LPPassManager : Add initialization and finalizatino...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-06
Devang Patel
Use std::deque to manage loop queue inside LPPassManager.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-27
Devang Patel
Make getPassManagerType() const.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-23
Devang Patel
Loop passes are set up to accept pointer.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-23
Devang Patel
Teach LoopPass to assign itself one Loop Pass Manager.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-23
Devang Patel
Add facility that allows LoopPass to re-insert a loop...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-23
Devang Patel
Add LPPassManager interface that LoopPass can use to...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-22
Devang Patel
Add LoopQueue. This is used by loop pass manager to...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-22
Devang Patel
Add Loop Pass Manager.
blob
|
commitdiff
|
raw
|
diff to current