| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Avoid assigning to Changed when it won't be used after the return. | Bill Wendling | 2009-12-25 | 1 | -2/+2 |
* | Remove useless calls to c_str(). | Benjamin Kramer | 2009-12-08 | 1 | -4/+3 |
* | Added debug output for inherited passes that are invalidated. | Andreas Neustifter | 2009-12-04 | 1 | -1/+7 |
* | Move FunctionPassManagerImpl's dumpArguments and dumpPasses calls | Dan Gohman | 2009-11-23 | 1 | -3/+3 |
* | Pass StringRef by value. | Daniel Dunbar | 2009-11-06 | 1 | -4/+4 |
* | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 2009-10-25 | 1 | -3/+2 |
* | Move the dominator verification code out of special code embedded within | Dan Gohman | 2009-09-28 | 1 | -54/+7 |
* | Extend the StartPassTimer and StopPassTimer functions so that the | Dan Gohman | 2009-09-28 | 1 | -26/+20 |
* | Extract the code for releasing a pass into a separate function, and | Dan Gohman | 2009-09-27 | 1 | -24/+25 |
* | make -debug-pass=Executions show information about what call graph nodes | Chris Lattner | 2009-09-15 | 1 | -4/+13 |
* | add some missing quotes in debug output | Chris Lattner | 2009-09-15 | 1 | -2/+2 |
* | Kill off more cerr/cout uses and prune includes a bit. | Benjamin Kramer | 2009-08-23 | 1 | -1/+0 |
* | Fix a bunch of namespace pollution. | Dan Gohman | 2009-08-07 | 1 | -2/+2 |
* | Eliminate some uses of DOUT, cerr, and getNameStart(). | Daniel Dunbar | 2009-07-26 | 1 | -44/+44 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Edwin Török | 2009-07-14 | 1 | -4/+4 |
* | assert(0) -> LLVM_UNREACHABLE. | Edwin Török | 2009-07-11 | 1 | -4/+4 |
* | Start converting to new error handling API. | Edwin Török | 2009-07-08 | 1 | -2/+2 |
* | Have scoped mutexes take referenes instead of pointers. | Owen Anderson | 2009-07-07 | 1 | -2/+2 |
* | Use find instead of operator[] to test whether an element is in a std::map. | Dan Gohman | 2009-07-01 | 1 | -2/+4 |
* | Set wasRun to false here on Dan's suggestion. | Edwin Török | 2009-06-29 | 1 | -0/+1 |
* | Call doInitialization(), releaseMemory(), and doFinalization() for on-the-fly... | Edwin Török | 2009-06-29 | 1 | -1/+39 |
* | Add a SmartScopedLock, and use it to simplify code. | Owen Anderson | 2009-06-18 | 1 | -5/+4 |
* | Move Threading.[h|cpp] from Support to System. | Owen Anderson | 2009-06-18 | 1 | -1/+1 |
* | Guard mutation of the timing info global. | Owen Anderson | 2009-06-17 | 1 | -0/+9 |
* | Always verify dominfo if expensive checking is enabled. | Duncan Sands | 2009-05-22 | 1 | -0/+5 |
* | Clean up pass manager cache after each run. | Devang Patel | 2009-04-01 | 1 | -0/+14 |
* | Use WriteAsOperand instead of manually decorating the name for this | Dan Gohman | 2009-03-10 | 1 | -11/+8 |
* | Sprinkle some PrettyStackEntry magic into the passmanager. With this, we now | Chris Lattner | 2009-03-06 | 1 | -85/+99 |
* | various cosmetic cleanups. | Chris Lattner | 2009-03-06 | 1 | -136/+107 |