| Commit message (Expand) | Author | Age | Files | Lines |
* | More SmallVectorImpls. | Dan Gohman | 2010-10-12 | 1 | -9/+9 |
* | Shrink a SmallVector with a known maximum size. | Dan Gohman | 2010-10-12 | 1 | -1/+1 |
* | Constify. | Dan Gohman | 2010-10-12 | 1 | -3/+4 |
* | Use SmallVectorImpl in a bunch of places. | Dan Gohman | 2010-10-12 | 1 | -9/+9 |
* | Fix the pass manager's search order for immutable passes, and make it | Dan Gohman | 2010-10-11 | 1 | -22/+21 |
* | Revert r111199; it breaks -debug-pass=Structure output. | Dan Gohman | 2010-08-19 | 1 | -18/+10 |
* | The plural of analysis is analyses. | Dan Gohman | 2010-08-16 | 1 | -2/+2 |
* | Make dumpPassStructure be a PMDataManager abstraction, rather than | Dan Gohman | 2010-08-16 | 1 | -10/+18 |
* | Remove redundant inline keywords. | Dan Gohman | 2010-08-16 | 1 | -2/+2 |
* | Eliminate the TopLevelManagerType enum; instead, just make | Dan Gohman | 2010-08-16 | 1 | -14/+6 |
* | Trim #includes. | Dan Gohman | 2010-08-12 | 1 | -1/+0 |
* | Tidy up whitespace. | Dan Gohman | 2010-08-12 | 1 | -85/+87 |
* | Use .empty() instead of .size(). | Dan Gohman | 2010-08-12 | 1 | -1/+1 |
* | More #include cleanups. | Dan Gohman | 2010-08-07 | 1 | -0/+1 |
* | Oops, check in this file too. | Dan Gohman | 2010-08-07 | 1 | -2/+2 |
* | Tidy some #includes and forward-declarations, and move the C binding code | Dan Gohman | 2010-08-07 | 1 | -36/+0 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -43/+61 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -50/+34 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -34/+50 |
* | Pull out r108755. After offline discussion with Chris, we're going to go a d... | Owen Anderson | 2010-07-20 | 1 | -17/+10 |
* | Speculatively revert r108813, in an attempt to get the self-host buildbots wo... | Owen Anderson | 2010-07-20 | 1 | -11/+8 |
* | Reapply r108794, a fix for the failing test from last time. | Owen Anderson | 2010-07-20 | 1 | -8/+11 |
* | Revert r108794, "Separate PassInfo into two classes: a constructor-free | Daniel Dunbar | 2010-07-20 | 1 | -11/+8 |
* | Separate PassInfo into two classes: a constructor-free superclass (StaticPass... | Owen Anderson | 2010-07-20 | 1 | -8/+11 |
* | Change the implemented interfaces list on PassInfo from a std::vector to a ma... | Owen Anderson | 2010-07-19 | 1 | -10/+17 |
* | Move several non-performance-critical member functinos out of line. | Dan Gohman | 2010-06-21 | 1 | -0/+5 |
* | Revert r103493, materializing functions in the regular PassManager. | Dan Gohman | 2010-05-11 | 1 | -9/+1 |
* | Teach the regular pass manager how to materialize functions as needed. | Dan Gohman | 2010-05-11 | 1 | -1/+9 |
* | Fix PR6875: | David Greene | 2010-05-10 | 1 | -15/+31 |
* | Use twines to simplify calls to report_fatal_error. For code size and readabi... | Benjamin Kramer | 2010-04-08 | 1 | -1/+1 |
* | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner | 2010-04-07 | 1 | -1/+1 |
* | minor tidying up | Chris Lattner | 2010-04-07 | 1 | -2/+1 |
* | Ok, third time's the charm. No changes from last time except the CMake | David Greene | 2010-04-02 | 1 | -0/+83 |
* | Revert 100204. It broke a bunch of tests and apparently changed what passes a... | Evan Cheng | 2010-04-02 | 1 | -83/+0 |
* | Let's try this again. Re-apply 100143 including an apparent missing | David Greene | 2010-04-02 | 1 | -0/+83 |
* | Revert r100143. | Eric Christopher | 2010-04-01 | 1 | -83/+0 |
* | Add some switches helpful for debugging: | David Greene | 2010-04-01 | 1 | -0/+83 |
* | reapply my timer rewrite with a change for PassManager to store | Chris Lattner | 2010-03-30 | 1 | -33/+21 |
* | revert r99862 which is causing FNT failures. | Chris Lattner | 2010-03-30 | 1 | -17/+31 |
* | fairly major rewrite of various timing related stuff. | Chris Lattner | 2010-03-30 | 1 | -31/+17 |
* | Add Module functions in place of module providers. | Erick Tryzelaar | 2010-03-02 | 1 | -1/+6 |
* | Don't print "Modified" for passes which haven't modified anything. | Dan Gohman | 2010-03-01 | 1 | -6/+12 |
* | Don't try to materialize a function that isn't materializable anyways. This | Nick Lewycky | 2010-02-15 | 1 | -3/+5 |
* | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin | 2010-01-27 | 1 | -7/+4 |
* | elimiante the dynamic_cast's from opt. | Chris Lattner | 2010-01-22 | 1 | -3/+4 |
* | eliminate a bunch more unneeded dynamic_cast's. | Chris Lattner | 2010-01-22 | 1 | -13/+14 |
* | eliminate a bunch of dynamic_cast's. | Chris Lattner | 2010-01-22 | 1 | -7/+20 |
* | eliminate a bunch of dynamic_cast's. | Chris Lattner | 2010-01-22 | 1 | -9/+6 |
* | "In order to ease automatic bindings generation, it would be helpful if boole... | Chris Lattner | 2010-01-09 | 1 | -4/+4 |
* | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -29/+30 |