Age | Commit message (Expand) | Author |
2012-03-23 | Take out the debug info probe stuff. It's making some changes to | Eric Christopher |
2012-02-05 | Convert assert(0) to llvm_unreachable | Craig Topper |
2012-02-01 | Add pass printer passes in the right place. | Andrew Trick |
2011-12-20 | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie |
2011-10-16 | Let printf do the formatting instead aligning strings ourselves. | Benjamin Kramer |
2011-09-13 | Add a check to make sure schedulePass() has not deleted stale RequiredPass. | Devang Patel |
2011-08-29 | Dump with dbgs() instead of printf. | Benjamin Kramer |
2011-08-29 | Make GCC happy by adding parens. | Benjamin Kramer |
2011-08-29 | Reapply r138695. Fix PassManager stack depths. | Andrew Trick |
2011-08-27 | Reverting r138695 to see if it fixes clang self host. | Andrew Trick |
2011-08-27 | Fix PassManager stack depths. | Andrew Trick |
2011-08-08 | Indicate that there are changes if runOfFunction returns saying that there are. | Bill Wendling |
2011-06-03 | Basic PassManager diagnostics. | Andrew Trick |
2011-06-03 | whitespace | Andrew Trick |
2011-04-15 | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner |
2011-03-10 | Introduce DebugInfoProbe. This is used to monitor how llvm optimizer is treat... | Devang Patel |
2011-03-09 | Make these options hidden to reduce the amount of text -help puts on the | Eric Christopher |
2011-01-20 | Implement requiredTransitive | Tobias Grosser |
2010-11-29 | Merge System into Support. | Michael J. Spencer |
2010-11-11 | Include ImmutablePass passes in -debug-pass=Arguments. | Dan Gohman |
2010-10-20 | Add RegionPass support. | Tobias Grosser |
2010-10-12 | More SmallVectorImpls. | Dan Gohman |
2010-10-12 | Shrink a SmallVector with a known maximum size. | Dan Gohman |
2010-10-12 | Constify. | Dan Gohman |
2010-10-12 | Use SmallVectorImpl in a bunch of places. | Dan Gohman |
2010-10-11 | Fix the pass manager's search order for immutable passes, and make it | Dan Gohman |
2010-08-19 | Revert r111199; it breaks -debug-pass=Structure output. | Dan Gohman |
2010-08-16 | The plural of analysis is analyses. | Dan Gohman |
2010-08-16 | Make dumpPassStructure be a PMDataManager abstraction, rather than | Dan Gohman |
2010-08-16 | Remove redundant inline keywords. | Dan Gohman |
2010-08-16 | Eliminate the TopLevelManagerType enum; instead, just make | Dan Gohman |
2010-08-12 | Trim #includes. | Dan Gohman |
2010-08-12 | Tidy up whitespace. | Dan Gohman |
2010-08-12 | Use .empty() instead of .size(). | Dan Gohman |
2010-08-07 | More #include cleanups. | Dan Gohman |
2010-08-07 | Oops, check in this file too. | Dan Gohman |
2010-08-07 | Tidy some #includes and forward-declarations, and move the C binding code | Dan Gohman |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
2010-07-20 | Pull out r108755. After offline discussion with Chris, we're going to go a d... | Owen Anderson |
2010-07-20 | Speculatively revert r108813, in an attempt to get the self-host buildbots wo... | Owen Anderson |
2010-07-20 | Reapply r108794, a fix for the failing test from last time. | Owen Anderson |
2010-07-20 | Revert r108794, "Separate PassInfo into two classes: a constructor-free | Daniel Dunbar |
2010-07-20 | Separate PassInfo into two classes: a constructor-free superclass (StaticPass... | Owen Anderson |
2010-07-19 | Change the implemented interfaces list on PassInfo from a std::vector to a ma... | Owen Anderson |
2010-06-21 | Move several non-performance-critical member functinos out of line. | Dan Gohman |
2010-05-11 | Revert r103493, materializing functions in the regular PassManager. | Dan Gohman |
2010-05-11 | Teach the regular pass manager how to materialize functions as needed. | Dan Gohman |
2010-05-10 | Fix PR6875: | David Greene |