| Commit message (Expand) | Author | Age | Files | Lines |
* | [PM/AA] Remove the last relics of the separate IPA library from LLVM, | Chandler Carruth | 2015-08-18 | 1 | -632/+0 |
* | Delete whitespace at start of line. | Yaron Keren | 2015-07-02 | 1 | -1/+1 |
* | [CallGraph] Teach the CallGraph about non-leaf intrinsics. | Sanjoy Das | 2015-06-18 | 1 | -2/+4 |
* | Improve RefreshCallGraph to remove invalid call graph edge. | Chad Rosier | 2015-04-14 | 1 | -4/+7 |
* | removed function names from comments; NFC | Sanjay Patel | 2015-03-10 | 1 | -10/+10 |
* | use range-based for loops; NFC | Sanjay Patel | 2015-03-10 | 1 | -12/+9 |
* | [cleanup] Re-sort all the #include lines in LLVM using | Chandler Carruth | 2015-01-14 | 1 | -1/+1 |
* | CGSCC should not treat intrinsic calls like function calls (PR21403) | Sanjay Patel | 2014-11-12 | 1 | -1/+8 |
* | Add new lines to debugging information. | Richard Trieu | 2014-07-03 | 1 | -1/+1 |
* | Add back functionality removed in r210497. | Richard Trieu | 2014-06-21 | 1 | -2/+4 |
* | Removing an "if (!this)" check from two print methods. The condition will | Richard Trieu | 2014-06-09 | 1 | -1/+3 |
* | Add C API for thread yielding callback. | Juergen Ributzka | 2014-05-16 | 1 | -2/+6 |
* | SCC: Change clients to use const, NFC | Duncan P. N. Exon Smith | 2014-04-25 | 1 | -2/+2 |
* | [C++] Use 'nullptr'. | Craig Topper | 2014-04-24 | 1 | -6/+6 |
* | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -1/+2 |
* | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-05 | 1 | -11/+11 |
* | [PM] Split the CallGraph out from the ModulePass which creates the | Chandler Carruth | 2013-11-26 | 1 | -4/+4 |
* | Move the old pass manager infrastructure into a legacy namespace and | Chandler Carruth | 2013-11-09 | 1 | -1/+1 |
* | Move CallGraphSCCPass.h into the Analysis tree; that's where the | Chandler Carruth | 2013-01-07 | 1 | -1/+1 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -2/+2 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -4/+4 |
* | Add doInitialization and doFinalization methods to ModulePass's, to allow the... | Owen Anderson | 2012-11-15 | 1 | -0/+3 |
* | RefreshCallGraph: ignore 'invoke intrinsic'. IntrinsicInst doesnt not recogni... | Nuno Lopes | 2012-06-29 | 1 | -1/+3 |
* | Reapply r138695. Fix PassManager stack depths. | Andrew Trick | 2011-08-29 | 1 | -3/+3 |
* | Reverting r138695 to see if it fixes clang self host. | Andrew Trick | 2011-08-27 | 1 | -3/+3 |
* | Fix PassManager stack depths. | Andrew Trick | 2011-08-27 | 1 | -3/+3 |
* | Silence a bunch (but not all) "variable written but not read" warnings | Duncan Sands | 2011-08-12 | 1 | -0/+1 |
* | Teach the CallGraph to ignore calls to intrinsics. | John McCall | 2011-06-09 | 1 | -2/+2 |
* | dead method. | Chris Lattner | 2010-09-04 | 1 | -1/+0 |
* | Revert r111199; it breaks -debug-pass=Structure output. | Dan Gohman | 2010-08-19 | 1 | -1/+1 |
* | Make dumpPassStructure be a PMDataManager abstraction, rather than | Dan Gohman | 2010-08-16 | 1 | -1/+1 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -3/+3 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -3/+3 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -3/+3 |
* | use Value* constructor of CallSite to create potentially improper site, and t... | Gabor Greif | 2010-07-28 | 1 | -3/+3 |
* | fix PR5009 by making CGSCCPM realize that a call was devirtualized | Chris Lattner | 2010-05-01 | 1 | -5/+36 |
* | Implement rdar://6295824 and PR6724 with two tiny changes | Chris Lattner | 2010-05-01 | 1 | -1/+1 |
* | add a DEBUG call so that -debug lists when CGSCCPM iterates. | Chris Lattner | 2010-04-22 | 1 | -7/+4 |
* | Implement (but don't enable) PR6724 and rdar://6295824. In short, | Chris Lattner | 2010-04-21 | 1 | -56/+122 |
* | reenable r101565, removing a problematic assertion. | Chris Lattner | 2010-04-17 | 1 | -2/+0 |
* | disable r101565: an assert is getting triggered. More lurking badness no doubt. | Chris Lattner | 2010-04-17 | 1 | -0/+2 |
* | building on the new CallGraphSCC abstraction, teach CallGraphSCCPassManager | Chris Lattner | 2010-04-16 | 1 | -0/+5 |
* | move ReplaceNode out of line, rename scc_iterator::fini -> isAtEnd(). | Chris Lattner | 2010-04-16 | 1 | -5/+15 |
* | introduce a new CallGraphSCC class, and pass it around | Chris Lattner | 2010-04-16 | 1 | -21/+34 |
* | move PrintCallGraphPass out of the middle of CGPassManager. | Chris Lattner | 2010-04-16 | 1 | -33/+43 |
* | Ok, third time's the charm. No changes from last time except the CMake | David Greene | 2010-04-02 | 1 | -0/+35 |
* | Revert 100204. It broke a bunch of tests and apparently changed what passes a... | Evan Cheng | 2010-04-02 | 1 | -35/+0 |
* | Let's try this again. Re-apply 100143 including an apparent missing | David Greene | 2010-04-02 | 1 | -0/+35 |
* | Revert r100143. | Eric Christopher | 2010-04-01 | 1 | -35/+0 |
* | Add some switches helpful for debugging: | David Greene | 2010-04-01 | 1 | -0/+35 |