Fix a ton of comment typos found by codespell. Patch by
[oota-llvm.git] / lib / VMCore / PassManager.cpp
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.
2009-07-26 Daniel DunbarEliminate some uses of DOUT, cerr, and getNameStart().
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-08 Torok EdwinStart converting to new error handling API.
2009-07-07 Owen AndersonHave scoped mutexes take referenes instead of pointers.
2009-07-01 Dan GohmanUse find instead of operator[] to test whether an eleme...
2009-06-29 Torok EdwinSet wasRun to false here on Dan's suggestion.
2009-06-29 Torok EdwinCall doInitialization(), releaseMemory(), and doFinaliz...
2009-06-18 Owen AndersonAdd a SmartScopedLock, and use it to simplify code.
2009-06-18 Owen AndersonMove Threading.[h|cpp] from Support to System.
2009-06-17 Owen AndersonGuard mutation of the timing info global.
2009-05-22 Duncan SandsAlways verify dominfo if expensive checking is enabled.
2009-04-01 Devang PatelClean up pass manager cache after each run.
2009-03-10 Dan GohmanUse WriteAsOperand instead of manually decorating the...
2009-03-06 Chris LattnerSprinkle some PrettyStackEntry magic into the passmanag...
2009-03-06 Chris Lattnervarious cosmetic cleanups.
2009-02-13 Duncan SandsReapply r64301. These uses of "inline" can cause strange
2009-02-11 Bill WendlingRevert r64300 and r64301. These were causing the follow...
2009-02-11 Duncan SandsThese uses of "inline" can cause strange link-time
2009-01-28 Duncan SandsRename getAnalysisToUpdate to getAnalysisIfAvailable.
2008-11-06 Dan GohmanFix a use of an invalid iterator when -debug-pass=Detai...
2008-11-04 Nuno Lopesfix memory leak in pass manager when adding an analysis...
2008-10-08 Duncan SandsAdd <cstdio> include where needed by gcc-4.4.
2008-10-06 Devang PatelRemove interfaces implemented by dead pass from the...
2008-09-09 Devang PatelAdd assertion check.
2008-09-09 Devang PatelSimplify.
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-08-14 Devang PatelThe pass manager is not able to schedule -loop-deletion...
2008-08-12 Devang PatelUse SmallVector instead of std::vector
2008-08-12 Devang PatelUse DenseMap to keep track of last users.
next