summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/ADCE.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-12/+13
* Fix a bunch of typoes. NFCFangrui Song2018-03-301-2/+2
* [ADCE] Use MapVector for BlockInfo to make iteration order deterministicMikael Holmen2017-11-031-1/+3
* [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...Eugene Zelenko2017-10-131-17/+43
* [ADCE][Dominators] Reapply: Teach ADCE to preserve dominatorsJakub Kuderski2017-08-221-7/+49
* Revert "Reapply: [ADCE][Dominators] Teach ADCE to preserve dominators"Sanjoy Das2017-08-211-46/+7
* Reapply: [ADCE][Dominators] Teach ADCE to preserve dominatorsJakub Kuderski2017-08-171-7/+46
* Revert "[ADCE][Dominators] Teach ADCE to preserve dominators"Jakub Kuderski2017-08-161-43/+7
* [ADCE][Dominators] Teach ADCE to preserve dominatorsJakub Kuderski2017-08-161-7/+43
* [Dominators] Include infinite loops in PostDominatorTreeJakub Kuderski2017-08-151-18/+14
* [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
OpenPOWER on IntegriCloud