| Commit message (Expand) | Author | Age | Files | Lines |
| * | [IR] Refactor attribute methods in Function class (NFC) | Evandro Menezes | 2019-04-04 | 1 | -1/+1 |
| * | [IR] Create new method in `Function` class (NFC) | Evandro Menezes | 2019-04-03 | 1 | -1/+1 |
| * | [RegionPass] Fix forgotten "!". | Michael Kruse | 2019-03-08 | 1 | -1/+1 |
| * | Fix IR/Analysis layering issue with OptBisect | Richard Trieu | 2019-02-28 | 1 | -1/+6 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [NFC][PassTiming] factor out generic PassTimingInfo | Fedor Sergeev | 2018-08-28 | 1 | -0/+1 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -8/+5 |
| * | [NFC] OptPassGate extracted from OptBisect | Fedor Sergeev | 2018-03-27 | 1 | -1/+1 |
| * | Remove redundant includes from lib/Analysis. | Michael Zolotukhin | 2017-12-13 | 1 | -1/+0 |
| * | Normlize to LF line endings. | Michael Kruse | 2017-08-25 | 1 | -1/+1 |
| * | Add opt-bisect support for region passes. | Eli Friedman | 2017-06-01 | 1 | -0/+16 |
| * | Implement getPassName() for IR printing passes. | Yaron Keren | 2017-03-10 | 1 | -0/+2 |
| * | Reverted: Track validity of pass results | Serge Pavlov | 2017-01-15 | 1 | -1/+0 |
| * | RegionPass: Set isExecuted flag correctly | Tobias Grosser | 2017-01-13 | 1 | -0/+1 |
| * | [RegionPass] Some minor cleanups | David Majnemer | 2016-07-19 | 1 | -4/+2 |
| * | Change range-based for-loops to be -Wrange-loop-analysis clean. | Richard Trieu | 2015-04-15 | 1 | -1/+1 |
| * | Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used. | Benjamin Kramer | 2015-03-23 | 1 | -0/+1 |
| * | Avoid calls to dumpPassInfo and RegionBase<Tr>::getNameStr() in RGPassManager if | Chad Rosier | 2015-03-06 | 1 | -10/+14 |
| * | [cleanup] Re-sort all the #include lines in LLVM using | Chandler Carruth | 2015-01-14 | 1 | -2/+1 |
| * | Templatify RegionInfo so it works on MachineBasicBlocks | Matt Arsenault | 2014-07-19 | 1 | -2/+2 |
| * | 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 |
| * | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -1/+2 |
| * | remove some dead code | Nuno Lopes | 2014-04-17 | 1 | -1/+0 |
| * | Use unique_ptr to manage ownership of child Regions within llvm::Region | David Blaikie | 2014-04-15 | 1 | -5/+5 |
| * | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper | 2014-04-15 | 1 | -2/+2 |
| * | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-05 | 1 | -2/+2 |
| * | [C++11] Add a basic block range view for RegionInfo | Tobias Grosser | 2014-03-03 | 1 | -3/+2 |
| * | Remove the the block_node_iterator of Region, replace it by the block_iterator. | Hongbin Zheng | 2012-08-27 | 1 | -3/+2 |
| * | Rename the Region::block_iterator to Region::block_node_iterator, and | Chandler Carruth | 2012-05-04 | 1 | -1/+2 |
| * | 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 |
| * | Minor change: Fix the typo in RegionPass.h and RegionPass.cpp. | Hongbin Zheng | 2011-05-05 | 1 | -1/+1 |
| * | Remove useless dynamic_cast<>(). | Tobias Grosser | 2010-12-12 | 1 | -2/+1 |
| * | Add RegionPass support. | Tobias Grosser | 2010-10-20 | 1 | -0/+276 |