Age | Commit message (Expand) | Author | Files | Lines |
2012-06-26 | Enable the new LoopInfo algorithm by default. | Andrew Trick | 1 | -3/+7 |
2012-03-23 | Take out the debug info probe stuff. It's making some changes to | Eric Christopher | 1 | -21/+2 |
2011-08-29 | Reapply r138695. Fix PassManager stack depths. | Andrew Trick | 1 | -4/+4 |
2011-08-27 | Reverting r138695 to see if it fixes clang self host. | Andrew Trick | 1 | -4/+4 |
2011-08-27 | Fix PassManager stack depths. | Andrew Trick | 1 | -4/+4 |
2011-08-10 | Reapplying r136844. | Andrew Trick | 1 | -50/+6 |
2011-08-04 | Reverting r136884 updateUnloop, which crashed a linux builder. | Andrew Trick | 1 | -6/+50 |
2011-08-03 | An algorithm for incrementally updating LoopInfo within a | Andrew Trick | 1 | -50/+6 |
2011-08-03 | whitespace | Andrew Trick | 1 | -28/+28 |
2011-03-10 | Introduce DebugInfoProbe. This is used to monitor how llvm optimizer is treat... | Devang Patel | 1 | -2/+21 |
2010-09-04 | zap dead code. | Chris Lattner | 1 | -1/+0 |
2010-08-19 | Revert r111199; it breaks -debug-pass=Structure output. | Dan Gohman | 1 | -1/+1 |
2010-08-16 | Make dumpPassStructure be a PMDataManager abstraction, rather than | Dan Gohman | 1 | -1/+1 |
2010-08-11 | Make LoopPass::getContainedPass return a LoopPass* instead of a Pass* | Dan Gohman | 1 | -5/+5 |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 1 | -3/+3 |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson | 1 | -3/+3 |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 1 | -3/+3 |
2010-04-02 | Ok, third time's the charm. No changes from last time except the CMake | David Greene | 1 | -0/+40 |
2010-04-02 | Revert 100204. It broke a bunch of tests and apparently changed what passes a... | Evan Cheng | 1 | -40/+0 |
2010-04-02 | Let's try this again. Re-apply 100143 including an apparent missing | David Greene | 1 | -0/+40 |
2010-04-01 | Revert r100143. | Eric Christopher | 1 | -40/+0 |
2010-04-01 | Add some switches helpful for debugging: | David Greene | 1 | -0/+40 |
2010-03-31 | s/getNameStr/getName/ | Benjamin Kramer | 1 | -3/+3 |
2010-03-30 | reapply my timer rewrite with a change for PassManager to store | Chris Lattner | 1 | -5/+7 |
2010-03-30 | revert r99862 which is causing FNT failures. | Chris Lattner | 1 | -7/+5 |
2010-03-30 | fairly major rewrite of various timing related stuff. | Chris Lattner | 1 | -5/+7 |
2010-01-22 | eliminate a bunch more unneeded dynamic_cast's. | Chris Lattner | 1 | -27/+18 |
2009-09-28 | Fix this debug output to handle the case where the loop has been deleted. | Dan Gohman | 1 | -1/+2 |
2009-09-28 | Include the name of the loop header in debug messages. | Dan Gohman | 1 | -4/+9 |
2009-09-28 | Move the dominator verification code out of special code embedded within | Dan Gohman | 1 | -4/+12 |
2009-09-28 | Move this assert to check the condition as soon as it is known. | Dan Gohman | 1 | -1/+1 |
2009-09-28 | Extend the StartPassTimer and StopPassTimer functions so that the | Dan Gohman | 1 | -2/+2 |
2009-09-27 | Fix an old copy+pasto. | Dan Gohman | 1 | -1/+1 |
2009-09-27 | Extract the code for inserting a loop into the loop queue into | Dan Gohman | 1 | -3/+7 |
2009-09-27 | When a loop is deleted, immediately release all of the active | Dan Gohman | 1 | -0/+9 |
2009-09-27 | Delete a bogus comment. | Dan Gohman | 1 | -1/+0 |
2009-09-03 | Don't try to verify a LoopPass analysis if the loop has been deleted. | Dan Gohman | 1 | -1/+3 |
2009-08-23 | convert LoopInfo.h and GraphWriter.h to use raw_ostream | Chris Lattner | 1 | -1/+1 |
2009-06-29 | Call doInitialization(), releaseMemory(), and doFinalization() for on-the-fly... | Torok Edwin | 1 | -0/+3 |
2009-03-25 | Before deleting a basic block, give other loop passes a chance cleanup analys... | Devang Patel | 1 | -0/+7 |
2009-03-06 | Sprinkle some PrettyStackEntry magic into the passmanager. With this, we now | Chris Lattner | 1 | -5/+7 |
2009-02-17 | Add a method to ScalarEvolution for telling it when a loop has been | Dan Gohman | 1 | -3/+0 |
2009-02-17 | Move dumpPassStructure out of line. | Dan Gohman | 1 | -0/+10 |
2008-09-04 | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman | 1 | -1/+1 |
2008-08-08 | Don't call getAnalysisUsage unless -debug-pass is enabled. This speeds | Chris Lattner | 1 | -4/+2 |
2008-07-11 | Fix spelling of "hierarchy" in comments. | Dan Gohman | 1 | -1/+1 |
2008-07-03 | Keep track of inherited analysis (e.g. dominator tree). | Devang Patel | 1 | -0/+3 |
2008-07-01 | Fix typos in comments. | Devang Patel | 1 | -1/+1 |
2008-07-01 | Add dom info verifier. | Devang Patel | 1 | -0/+3 |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 1 | -2/+2 |