summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/ADCE.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ADCE] Remove redundent code [NFC]Tobias Grosser2017-03-161-19/+0
* Fix typos in ADCE commentsTobias Grosser2017-03-141-7/+7
* Revert "Fix PR 24415 (at least), by making our post-dominator tree behavior s...Tobias Grosser2017-03-021-14/+37
* Fix PR 24415 (at least), by making our post-dominator tree behavior sane.Daniel Berlin2017-02-281-37/+14
* Revert test commitTaewook Oh2017-01-261-1/+0
* test commitTaewook Oh2017-01-261-3/+4
* [PM] Introduce an analysis set used to preserve all analyses overChandler Carruth2017-01-151-2/+2
* [ADCE] Add code to remove dead branchesDavid Callahan2016-12-131-54/+227
* Merge branch 'ADCE5'David Callahan2016-09-191-2/+39
* [ADCE] Add control dependence computationDavid Callahan2016-08-241-21/+88
* [ADCE] Modify data structures to support removing control flowDavid Callahan2016-08-161-36/+205
* [ADCE] Refactoring for new functionality (NFC)David Callahan2016-08-051-46/+84
* [ADCE] Refactor anticipating new functionality (NFC)David Callahan2016-08-031-17/+34
* [PM] Normalize FIXMEs for missing PreserveCFG to have the same wording.Michael Kuperstein2016-06-281-2/+1
* [PM] Remove support for omitting the AnalysisManager argument to newChandler Carruth2016-06-171-1/+1
* [PM] ADCE: Fix caching of analyses.Davide Italiano2016-05-311-3/+8
* Re-commit optimization bisect support (r267022) without new pass manager supp...Andrew Kaylor2016-04-221-1/+1
* Revert "Initial implementation of optimization bisect support."Vedant Kumar2016-04-221-5/+1
* Initial implementation of optimization bisect support.Andrew Kaylor2016-04-211-1/+5
* [PGO] Remove redundant VP instrumentationBetul Buyukkurt2016-04-131-0/+16
* ADCE: Remove debug info intrinsics in dead scopesDuncan P. N. Exon Smith2016-03-291-6/+60
* Avoid overly large SmallPtrSet/SmallSetMatthias Braun2016-01-301-1/+1
* [PM] Port ADCE to the new pass managerJustin Bogner2015-10-301-26/+33
* ADCE: Fix typo in file comment. NFCJustin Bogner2015-09-251-1/+1
* Add GlobalsAA as preserved to a bunch of transformsJames Molloy2015-09-101-0/+2
* Rename inst_range() to instructions() for consistency. NFCNico Rieck2015-08-061-2/+2
* New EH representation for MSVC compatibilityDavid Majnemer2015-07-311-2/+2
* Revert the new EH instructionsDavid Majnemer2015-07-101-2/+2
* New EH representation for MSVC compatibilityDavid Majnemer2015-07-101-2/+2
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* [ADCE] Don't indent inside an anonymous namespaceHal Finkel2015-02-161-11/+10
* [ADCE] Convert another loop for a range-based forHal Finkel2015-02-151-2/+2
* [ADCE] Use inst_range and range-based forsHal Finkel2015-02-151-14/+13
* [ADCE] Fix formatting of pointer typesHal Finkel2015-02-151-2/+2
* [ADCE] Fix capitalization of another local variableHal Finkel2015-02-151-2/+2
* [ADCE] Fix capitalization of some local variablesHal Finkel2015-02-151-14/+14
* Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie2014-11-191-1/+1
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-051-2/+2
* [Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth2014-03-041-1/+1
* [Modules] Move InstIterator out of the Support library, where it had noChandler Carruth2014-03-041-1/+1
* Disable most IR-level transform passes on functions marked 'optnone'.Paul Robinson2014-02-061-0/+3
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-041-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-4/+4
* Clean whitespaces.Nadav Rotem2012-07-241-8/+8
* The landingpad instruction isn't dead simply because it's value isn't used.Bill Wendling2011-08-191-1/+1
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-1/+3
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-1/+1
OpenPOWER on IntegriCloud