summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/SimplifyCFG.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)Hal Finkel2014-09-071-29/+32
* Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper2014-08-211-1/+1
* Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...Craig Topper2014-08-181-1/+1
* Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper2014-08-171-1/+1
* Introduce a helper to combine instruction metadata.Rafael Espindola2014-08-151-0/+8
* [SimplifyCFG] fix accessing deleted PHINodes in switch-to-table conversion.Manman Ren2014-08-021-1/+4
* SimplifyCFG: Avoid miscompilations due to removed lifetime intrinsics.Rafael Espindola2014-07-301-1/+1
* Feedback from Hans on r213815. No functionaility change.Manman Ren2014-07-241-10/+11
* Fixing an MSVC conversion warning about implicitly converting the shift resul...Aaron Ballman2014-07-241-1/+1
* SimplifyCFG: fix a bug in switch to table conversionManman Ren2014-07-231-4/+13
* Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...Duncan P. N. Exon Smith2014-07-211-23/+25
* [C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...Manuel Jacob2014-07-201-25/+23
* Feeding isSafeToSpeculativelyExecute its DataLayout pointerHal Finkel2014-07-101-25/+27
* Fix for PR17073 ( http://llvm.org/pr17073 ), simplifycfg illegally hoists an ...Sanjay Patel2014-07-071-3/+20
* fixed some typos in commentsSanjay Patel2014-07-061-4/+4
* Minor stylistic fix in SimplifyCFG (test commit)Marcello Maggioni2014-07-031-1/+2
* Don't build switch tables for dllimport and TLS variables in GEPsHans Wennborg2014-06-261-2/+3
* Don't build switch lookup tables for dllimport or TLS variablesHans Wennborg2014-06-201-0/+4
* Make bitcast, extractelement, and insertelement considered cheap for speculat...Matt Arsenault2014-05-301-0/+3
* Rename ComputeMaskedBits to computeKnownBits. "Masked" has beenJay Foad2014-05-141-1/+1
* Add ExtractValue instruction to SimplifyCFG's ComputeSpeculationCostLouis Gerbarg2014-05-091-0/+1
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-251-73/+74
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Allow switch-to-lookup table for tables with holes by adding bitmask checkHans Wennborg2014-03-121-5/+61
* SimplifyCFG: Simplify the weight scaling algorithm.Benjamin Kramer2014-03-091-15/+6
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-091-10/+9
* [Modules] Move the ConstantRange class into the IR library. This isChandler Carruth2014-03-041-1/+1
* [Modules] Move the NoFolder into the IR library as it createsChandler Carruth2014-03-041-1/+1
* [Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth2014-03-041-1/+1
* [Modules] Move the LLVM IR pattern match header into the IR library, itChandler Carruth2014-03-041-1/+1
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-2/+2
* Rename many DataLayout variables from TD to DL.Rafael Espindola2014-02-211-70/+70
* Fix pr14893.Rafael Espindola2014-01-281-0/+8
* PGO branch weight: keep halving the weights until they can fit intoManman Ren2014-01-271-12/+13
* Fix known typosAlp Toker2014-01-241-3/+3
* Switch-to-lookup tables: set threshold to 3 casesHans Wennborg2014-01-151-5/+3
* Switch-to-lookup tables: Don't require a result for the defaultHans Wennborg2014-01-121-12/+25
* Transforms: Don't create bad weights when eliminating dead casesJustin Bogner2013-12-201-1/+1
* FoldBranchToCommonDest merges branches into a single branch with or/and of th...Nadav Rotem2013-11-121-2/+7
* SimplifyCFG: Use existing constant folding logic when forming switch tables.Benjamin Kramer2013-11-121-31/+20
* SimplifyCFG has a heuristics for out-of-order processors that decides when it...Nadav Rotem2013-11-101-1/+1
* SimplifyCFG: Don't duplicate calls to functions marked noduplicate v2Tom Stellard2013-10-211-0/+15
* Teach SimplifyCFG about address spacesMatt Arsenault2013-10-211-5/+9
* Fix the predecessor removal logic in r193045.Michael Gottesman2013-10-211-11/+9
* Teach simplify-cfg how to correctly create covered lookup tables for switches...Michael Gottesman2013-10-201-6/+28
* Provide basic type safety for array_pod_sort comparators.Benjamin Kramer2013-09-221-3/+4
* Use type helper functions.Matt Arsenault2013-09-061-1/+1
* Factor FlattenCFG out from SimplifyCFGTom Stellard2013-08-061-516/+4
* Fix dereferencing end iterator in SimplifyCFG. Patch by Ye Mei.Alexey Samsonov2013-08-021-5/+8
* Fix -Wdocumentation warnings.Rafael Espindola2013-07-281-4/+4
OpenPOWER on IntegriCloud