| Commit message (Expand) | Author | Age | Files | Lines |
| * | [unittests] Add InitializePasses.h includes | Heejin Ahn | 2019-11-13 | 1 | -1/+1 |
| * | An unreachable block may have a route to a reachable block, don't fast-path r... | Nick Lewycky | 2019-04-04 | 1 | -0/+14 |
| * | Add an optional list of blocks to avoid when looking for a path in isPotentia... | Nick Lewycky | 2019-04-02 | 1 | -17/+83 |
| * | Not all blocks are reachable from entry. Don't assume they are. | Nick Lewycky | 2019-04-01 | 1 | -0/+40 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Re-sort #include lines for unittests. This uses a slightly modified | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | Remove every uses of getGlobalContext() in LLVM (but the C API) | Mehdi Amini | 2016-04-14 | 1 | -1/+2 |
| * | unittests: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 2015-10-20 | 1 | -1/+1 |
| * | Use 'override/final' instead of 'virtual' for overridden methods | Alexander Kornienko | 2015-04-11 | 1 | -2/+2 |
| * | [PM] Remove the old 'PassManager.h' header file at the top level of | Chandler Carruth | 2015-02-13 | 1 | -2/+2 |
| * | [PM] Split the LoopInfo object apart from the legacy pass, creating | Chandler Carruth | 2015-01-17 | 1 | -3/+3 |
| * | Modernize the .ll parsing interface. | Rafael Espindola | 2014-08-19 | 1 | -7/+3 |
| * | [C++11] Use 'nullptr'. | Craig Topper | 2014-06-08 | 1 | -8/+9 |
| * | Replace OwningPtr<T> with std::unique_ptr<T>. | Ahmed Charles | 2014-03-06 | 1 | -2/+1 |
| * | [Modules] Move InstIterator out of the Support library, where it had no | Chandler Carruth | 2014-03-04 | 1 | -1/+1 |
| * | Make succ_iterator a real random access iterator and clean up a couple of users. | Benjamin Kramer | 2014-02-10 | 1 | -22/+35 |
| * | [PM] Split DominatorTree into a concrete analysis result object which | Chandler Carruth | 2014-01-13 | 1 | -3/+5 |
| * | [cleanup] Move the Dominators.h and Verifier.h headers into the IR | Chandler Carruth | 2014-01-13 | 1 | -1/+1 |
| * | Move the LLVM IR asm writer header files into the IR directory, as they | Chandler Carruth | 2014-01-07 | 1 | -1/+1 |
| * | Re-sort all of the includes with ./utils/sort_includes.py so that | Chandler Carruth | 2014-01-07 | 1 | -3/+3 |
| * | Fix an oversight in isPotentiallyReachable where we wouldn't do any CFG-walking | Nick Lewycky | 2013-08-13 | 1 | -0/+17 |
| * | Reimplement isPotentiallyReachable to make nocapture deduction much stronger. | Nick Lewycky | 2013-07-27 | 1 | -0/+359 |