summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/JumpThreading.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ValueTracking] Add parameters to isImpliedCondition; NFCSanjoy Das2015-11-061-1/+3
* [JumpThreading] Use dominating conditions to prove implicationsSanjoy Das2015-10-281-2/+40
* Recommit r250345, it was reverted in r250366 to investigate a bot failure.Manman Ren2015-10-151-5/+116
* Temporarily revert r250345 to sort out bot failure.Manman Ren2015-10-151-116/+5
* Update the branch weight metadata in JumpThreading pass.Cong Hou2015-10-141-5/+116
* Revert r250204 and r250240 due to bot failure. We failed to build PGO-ed clang.Manman Ren2015-10-141-118/+5
* Update the branch weight metadata in JumpThreading pass.Cong Hou2015-10-131-5/+118
* Scalar: Remove some implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-131-12/+12
* Revert 250089 due to bot failure. It failed when building clang itself with PGO.Manman Ren2015-10-131-118/+5
* Update the branch weight metadata in JumpThreading pass.Cong Hou2015-10-121-5/+118
* Clean up: Refactoring the hardcoded value of 6 for FindAvailableLoadedValue()...Larisse Voufo2015-09-181-3/+4
* Test commit: Fixed a few typos in the comments.David L Kreitzer2015-09-161-6/+6
* Revert "Clean up: Refactoring the hardcoded value of 6 for FindAvailableLoade...Larisse Voufo2015-09-151-4/+3
* Clean up: Refactoring the hardcoded value of 6 for FindAvailableLoadedValue()...Larisse Voufo2015-09-121-3/+4
* Add GlobalsAA as preserved to a bunch of transformsJames Molloy2015-09-101-0/+2
* [JumpThreading] make jump threading respect convergent annotation.Jingyue Wu2015-08-311-1/+1
* [IR] Add token typesDavid Majnemer2015-08-141-0/+5
* Drive-by fixes for LandingPad -> EHPadDavid Majnemer2015-08-041-3/+3
* New EH representation for MSVC compatibilityDavid Majnemer2015-07-311-1/+2
* Revert the new EH instructionsDavid Majnemer2015-07-101-2/+1
* New EH representation for MSVC compatibilityDavid Majnemer2015-07-101-1/+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
* Fix "the the" in comments.Eric Christopher2015-06-191-1/+1
* Move logic from JumpThreading into LazyValue info to simplify caller. Philip Reames2015-06-161-51/+17
* [JumpThreading] Simplify comparisons when simplifying branchesPhilip Reames2015-05-071-0/+11
* Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer2015-03-231-1/+1
* DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini2015-03-101-6/+6
* Make DataLayout Non-Optional in the ModuleMehdi Amini2015-03-041-2/+1
* [PM] Replace the Pass argument to SplitEdge with specific analyses usedChandler Carruth2015-01-191-1/+1
* [PM] Pull the analyses used for another utility routine into its APIChandler Carruth2015-01-181-3/+3
* [PM] Separate the TargetLibraryInfo object from the immutable pass.Chandler Carruth2015-01-151-3/+3
* [PM] Move TargetLibraryInfo into the Analysis library.Chandler Carruth2015-01-151-1/+1
* Standardize {pred,succ,use,user}_empty()Ramkumar Ramachandra2015-01-131-2/+2
* fix typo; NFCSanjay Patel2015-01-131-1/+1
* Revert r220349 to re-instate r220277 with a fix for PR21330 -- quiteChandler Carruth2014-11-251-4/+4
* Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie2014-11-191-2/+2
* Revert "Teach the load analysis to allow finding available values which requi...Hans Wennborg2014-10-211-4/+4
* Teach the load analysis to allow finding available values which requireChandler Carruth2014-10-211-4/+4
* Fix a somewhat subtle pair of issues with JumpThreading I introduced inChandler Carruth2014-10-201-3/+6
* Teach the load analysis driving core instcombine logic and other bits ofChandler Carruth2014-10-201-1/+10
* Allow BB duplication threshold to be adjusted through JumpThreading's ctorMichael Liao2014-09-241-7/+10
* Make use of @llvm.assume from LazyValueInfoHal Finkel2014-09-071-25/+46
* AA metadata refactoring (introduce AAMDNodes)Hal Finkel2014-07-241-9/+11
* Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...Duncan P. N. Exon Smith2014-07-211-8/+15
* [C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...Manuel Jacob2014-07-201-15/+8
* Fix an issue with the MergeBasicBlockIntoOnlyPred() helper function where it didOwen Anderson2014-07-121-5/+0
* Updated comments as suggested by Rafael. Thanks.Dinesh Dwivedi2014-06-191-1/+7
* Fixed jump threading going to infinite loop.Dinesh Dwivedi2014-06-171-0/+3
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-251-18/+18
OpenPOWER on IntegriCloud