summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/RegionPass.cpp
Commit message (Expand)AuthorAgeFilesLines
* [IR] Refactor attribute methods in Function class (NFC)Evandro Menezes2019-04-041-1/+1
* [IR] Create new method in `Function` class (NFC)Evandro Menezes2019-04-031-1/+1
* [RegionPass] Fix forgotten "!".Michael Kruse2019-03-081-1/+1
* Fix IR/Analysis layering issue with OptBisectRichard Trieu2019-02-281-1/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [NFC][PassTiming] factor out generic PassTimingInfoFedor Sergeev2018-08-281-0/+1
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-8/+5
* [NFC] OptPassGate extracted from OptBisectFedor Sergeev2018-03-271-1/+1
* Remove redundant includes from lib/Analysis.Michael Zolotukhin2017-12-131-1/+0
* Normlize to LF line endings.Michael Kruse2017-08-251-1/+1
* Add opt-bisect support for region passes.Eli Friedman2017-06-011-0/+16
* Implement getPassName() for IR printing passes.Yaron Keren2017-03-101-0/+2
* Reverted: Track validity of pass resultsSerge Pavlov2017-01-151-1/+0
* RegionPass: Set isExecuted flag correctlyTobias Grosser2017-01-131-0/+1
* [RegionPass] Some minor cleanupsDavid Majnemer2016-07-191-4/+2
* Change range-based for-loops to be -Wrange-loop-analysis clean.Richard Trieu2015-04-151-1/+1
* Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer2015-03-231-0/+1
* Avoid calls to dumpPassInfo and RegionBase<Tr>::getNameStr() in RGPassManager ifChad Rosier2015-03-061-10/+14
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-2/+1
* Templatify RegionInfo so it works on MachineBasicBlocksMatt Arsenault2014-07-191-2/+2
* Add back functionality removed in r210497.Richard Trieu2014-06-211-2/+4
* Removing an "if (!this)" check from two print methods. The condition willRichard Trieu2014-06-091-1/+3
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* remove some dead codeNuno Lopes2014-04-171-1/+0
* Use unique_ptr to manage ownership of child Regions within llvm::RegionDavid Blaikie2014-04-151-5/+5
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-2/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-051-2/+2
* [C++11] Add a basic block range view for RegionInfoTobias Grosser2014-03-031-3/+2
* Remove the the block_node_iterator of Region, replace it by the block_iterator.Hongbin Zheng2012-08-271-3/+2
* Rename the Region::block_iterator to Region::block_node_iterator, andChandler Carruth2012-05-041-1/+2
* Reapply r138695. Fix PassManager stack depths.Andrew Trick2011-08-291-3/+3
* Reverting r138695 to see if it fixes clang self host.Andrew Trick2011-08-271-3/+3
* Fix PassManager stack depths.Andrew Trick2011-08-271-3/+3
* Minor change: Fix the typo in RegionPass.h and RegionPass.cpp.Hongbin Zheng2011-05-051-1/+1
* Remove useless dynamic_cast<>().Tobias Grosser2010-12-121-2/+1
* Add RegionPass support.Tobias Grosser2010-10-201-0/+276
OpenPOWER on IntegriCloud