Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / VMCore / PassManager.cpp
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-12-01 Zhou ShengRevert previous check in r168581, r169079 as they are...
2012-11-30 Jakob Stoklund OlesenAggregate pass execution time report by pass ID instead...
2012-11-29 Pedro ArtigasOne more step towards making doInitialization and doFin...
2012-11-27 Owen AndersonRevert r168635 "Step towards implementation of pass...
2012-11-26 Owen AndersonStep towards implementation of pass manager with doInit...
2012-11-26 Zhou ShengFix a PassManager pointer use-after-free bug.
2012-11-15 Dmitri GribenkoUse empty parens for empty function parameter list...
2012-11-15 Owen AndersonAdd doInitialization and doFinalization methods to...
2012-11-13 Evan ChengRevert r167759. Ben is right this isn't likely to help...
2012-11-12 Evan ChengCache size of PassVector to speed up getNumContainedPas...
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-09-05 Roman DivackyStop casting away const qualifier needlessly.
2012-07-18 Victor OliveiraAdding some debug information to PassManager
2012-05-14 Bill WendlingUse ArrayRef instead of an explicit vector type.
2012-03-23 Eric ChristopherTake out the debug info probe stuff. It's making some...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-02-01 Andrew TrickAdd pass printer passes in the right place.
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-10-16 Benjamin KramerLet printf do the formatting instead aligning strings...
2011-09-13 Devang PatelAdd a check to make sure schedulePass() has not deleted...
2011-08-29 Benjamin KramerDump with dbgs() instead of printf.
2011-08-29 Benjamin KramerMake GCC happy by adding parens.
2011-08-29 Andrew TrickReapply r138695. Fix PassManager stack depths.
2011-08-27 Andrew TrickReverting r138695 to see if it fixes clang self host.
2011-08-27 Andrew TrickFix PassManager stack depths.
2011-08-08 Bill WendlingIndicate that there are changes if runOfFunction return...
2011-06-03 Andrew TrickBasic PassManager diagnostics.
2011-06-03 Andrew Trickwhitespace
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-03-10 Devang PatelIntroduce DebugInfoProbe. This is used to monitor how...
2011-03-09 Eric ChristopherMake these options hidden to reduce the amount of text...
2011-01-20 Tobias GrosserImplement requiredTransitive
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-11 Dan GohmanInclude ImmutablePass passes in -debug-pass=Arguments.
2010-10-20 Tobias GrosserAdd RegionPass support.
2010-10-12 Dan GohmanMore SmallVectorImpls.
2010-10-12 Dan GohmanShrink a SmallVector with a known maximum size.
2010-10-12 Dan GohmanConstify.
2010-10-12 Dan GohmanUse SmallVectorImpl in a bunch of places.
2010-10-11 Dan GohmanFix the pass manager's search order for immutable passe...
2010-08-19 Dan GohmanRevert r111199; it breaks -debug-pass=Structure output.
2010-08-16 Dan GohmanThe plural of analysis is analyses.
2010-08-16 Dan GohmanMake dumpPassStructure be a PMDataManager abstraction...
2010-08-16 Dan GohmanRemove redundant inline keywords.
2010-08-16 Dan GohmanEliminate the TopLevelManagerType enum; instead, just...
2010-08-12 Dan GohmanTrim #includes.
2010-08-12 Dan GohmanTidy up whitespace.
2010-08-12 Dan GohmanUse .empty() instead of .size().
2010-08-07 Dan GohmanMore #include cleanups.
2010-08-07 Dan GohmanOops, check in this file too.
2010-08-07 Dan GohmanTidy some #includes and forward-declarations, and move...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-07-20 Owen AndersonPull out r108755. After offline discussion with Chris...
2010-07-20 Owen AndersonSpeculatively revert r108813, in an attempt to get...
2010-07-20 Owen AndersonReapply r108794, a fix for the failing test from last...
2010-07-20 Daniel DunbarRevert r108794, "Separate PassInfo into two classes...
2010-07-20 Owen AndersonSeparate PassInfo into two classes: a constructor-free...
2010-07-19 Owen AndersonChange the implemented interfaces list on PassInfo...
2010-06-21 Dan GohmanMove several non-performance-critical member functinos...
2010-05-11 Dan GohmanRevert r103493, materializing functions in the regular...
2010-05-11 Dan GohmanTeach the regular pass manager how to materialize funct...
2010-05-10 David GreeneFix PR6875:
2010-04-08 Benjamin KramerUse twines to simplify calls to report_fatal_error...
2010-04-07 Chris Lattnerrename llvm::llvm_report_error -> llvm::report_fatal_error
2010-04-07 Chris Lattnerminor tidying up
2010-04-02 David GreeneOk, third time's the charm. No changes from last time...
2010-04-02 Evan ChengRevert 100204. It broke a bunch of tests and apparently...
2010-04-02 David GreeneLet's try this again. Re-apply 100143 including an...
2010-04-01 Eric ChristopherRevert r100143.
2010-04-01 David GreeneAdd some switches helpful for debugging:
2010-03-30 Chris Lattnerreapply my timer rewrite with a change for PassManager...
2010-03-30 Chris Lattnerrevert r99862 which is causing FNT failures.
2010-03-30 Chris Lattnerfairly major rewrite of various timing related stuff.
2010-03-02 Erick TryzelaarAdd Module functions in place of module providers.
2010-03-01 Dan GohmanDon't print "Modified" for passes which haven't modifie...
2010-02-15 Nick LewyckyDon't try to materialize a function that isn't material...
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-22 Chris Lattnerelimiante the dynamic_cast's from opt.
2010-01-22 Chris Lattnereliminate a bunch more unneeded dynamic_cast's.
2010-01-22 Chris Lattnereliminate a bunch of dynamic_cast's.
2010-01-22 Chris Lattnereliminate a bunch of dynamic_cast's.
2010-01-09 Chris Lattner"In order to ease automatic bindings generation, it...
2010-01-05 David GreeneChange errs() to dbgs().
2009-12-25 Bill WendlingAvoid assigning to Changed when it won't be used after...
2009-12-08 Benjamin KramerRemove useless calls to c_str().
2009-12-04 Andreas NeustifterAdded debug output for inherited passes that are invali...
2009-11-23 Dan GohmanMove FunctionPassManagerImpl's dumpArguments and dumpPa...
2009-11-06 Daniel DunbarPass StringRef by value.
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-09-28 Dan GohmanMove the dominator verification code out of special...
2009-09-28 Dan GohmanExtend the StartPassTimer and StopPassTimer functions...
2009-09-27 Dan GohmanExtract the code for releasing a pass into a separate...
2009-09-15 Chris Lattnermake -debug-pass=Executions show information about...
2009-09-15 Chris Lattneradd some missing quotes in debug output
2009-08-23 Benjamin KramerKill off more cerr/cout uses and prune includes a bit.
2009-08-07 Dan GohmanFix a bunch of namespace pollution.
next