| Commit message (Expand) | Author | Age | Files | Lines |
| * | Sink all InitializePasses.h includes | Reid Kleckner | 2019-11-13 | 1 | -0/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Revert "Extend CFGPrinter and CallPrinter with Heat Colors" | Sean Fertile | 2018-06-29 | 1 | -4/+4 |
| * | Extend CFGPrinter and CallPrinter with Heat Colors | Sean Fertile | 2018-06-29 | 1 | -4/+4 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -2/+2 |
| * | Apply clang-tidy's modernize-loop-convert to lib/Analysis. | Benjamin Kramer | 2016-06-26 | 1 | -2/+2 |
| * | [RegionInfo] Add debug-time region viewer functions | Michael Kruse | 2015-08-10 | 1 | -0/+41 |
| * | [RegionInfo] Use RegionInfo* instead of RegionInfoPass* as graph type | Michael Kruse | 2015-08-10 | 1 | -56/+62 |
| * | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -1/+1 |
| * | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -1/+1 |
| * | One more -Wrange-loop-analysis cleanup. | Richard Trieu | 2015-04-15 | 1 | -1/+1 |
| * | Templatify RegionInfo so it works on MachineBasicBlocks | Matt Arsenault | 2014-07-19 | 1 | -24/+27 |
| * | Use unique_ptr to manage ownership of child Regions within llvm::Region | David Blaikie | 2014-04-15 | 1 | -11/+11 |
| * | [C++11] Add a basic block range view for RegionInfo | Tobias Grosser | 2014-03-03 | 1 | -4/+3 |
| * | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -6/+6 |
| * | Rename the Region::block_iterator to Region::block_node_iterator, and | Chandler Carruth | 2012-05-04 | 1 | -5/+3 |
| * | RegionPrinter: Ignore back edges when layouting the graph | Tobias Grosser | 2011-02-27 | 1 | -0/+26 |
| * | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 1 | -4/+12 |
| * | Now with fewer extraneous semicolons! | Owen Anderson | 2010-10-07 | 1 | -4/+4 |
| * | Move the pass initialization helper functions into the llvm namespace, and add | Owen Anderson | 2010-10-07 | 1 | -8/+8 |
| * | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -4/+4 |
| * | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -4/+4 |
| * | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -4/+4 |
| * | Fix namespace polution. | Dan Gohman | 2010-08-02 | 1 | -0/+4 |
| * | Add new RegionInfo pass. | Tobias Grosser | 2010-07-22 | 1 | -0/+182 |