summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/SimplifyCFG.cpp
Commit message (Expand)AuthorAge
* Don't build switch tables for dllimport and TLS variables in GEPsHans Wennborg2014-06-26
* Don't build switch lookup tables for dllimport or TLS variablesHans Wennborg2014-06-20
* Make bitcast, extractelement, and insertelement considered cheap for speculat...Matt Arsenault2014-05-30
* Rename ComputeMaskedBits to computeKnownBits. "Masked" has beenJay Foad2014-05-14
* Add ExtractValue instruction to SimplifyCFG's ComputeSpeculationCostLouis Gerbarg2014-05-09
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-25
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Allow switch-to-lookup table for tables with holes by adding bitmask checkHans Wennborg2014-03-12
* SimplifyCFG: Simplify the weight scaling algorithm.Benjamin Kramer2014-03-09
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* [Modules] Move the ConstantRange class into the IR library. This isChandler Carruth2014-03-04
* [Modules] Move the NoFolder into the IR library as it createsChandler Carruth2014-03-04
* [Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth2014-03-04
* [Modules] Move the LLVM IR pattern match header into the IR library, itChandler Carruth2014-03-04
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* Rename many DataLayout variables from TD to DL.Rafael Espindola2014-02-21
* Fix pr14893.Rafael Espindola2014-01-28
* PGO branch weight: keep halving the weights until they can fit intoManman Ren2014-01-27
* Fix known typosAlp Toker2014-01-24
* Switch-to-lookup tables: set threshold to 3 casesHans Wennborg2014-01-15
* Switch-to-lookup tables: Don't require a result for the defaultHans Wennborg2014-01-12
* Transforms: Don't create bad weights when eliminating dead casesJustin Bogner2013-12-20
* FoldBranchToCommonDest merges branches into a single branch with or/and of th...Nadav Rotem2013-11-12
* SimplifyCFG: Use existing constant folding logic when forming switch tables.Benjamin Kramer2013-11-12
* SimplifyCFG has a heuristics for out-of-order processors that decides when it...Nadav Rotem2013-11-10
* SimplifyCFG: Don't duplicate calls to functions marked noduplicate v2Tom Stellard2013-10-21
* Teach SimplifyCFG about address spacesMatt Arsenault2013-10-21
* Fix the predecessor removal logic in r193045.Michael Gottesman2013-10-21
* Teach simplify-cfg how to correctly create covered lookup tables for switches...Michael Gottesman2013-10-20
* Provide basic type safety for array_pod_sort comparators.Benjamin Kramer2013-09-22
* Use type helper functions.Matt Arsenault2013-09-06
* Factor FlattenCFG out from SimplifyCFGTom Stellard2013-08-06
* Fix dereferencing end iterator in SimplifyCFG. Patch by Ye Mei.Alexey Samsonov2013-08-02
* Fix -Wdocumentation warnings.Rafael Espindola2013-07-28
* SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...Tom Stellard2013-07-27
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* SimplifyCFG: Teach switch generation some patterns that instcombine forms.Benjamin Kramer2013-07-04
* Second part of pr16069Rafael Espindola2013-06-04
* Typo: s/caes/cases/ in SimplifyCFGHans Wennborg2013-06-04
* SimplifyCFG: Do not transform PHI to select if doing so would be unsafeDavid Majnemer2013-06-03
* SimplifyCFG: Small cleanup, use ICmpInst::isEquality()David Majnemer2013-06-03
* SimplifyCFG: Fix typo in comment for ComputeSpeculationCostDavid Majnemer2013-06-01
* More symbols that should be static.Benjamin Kramer2013-05-23
* SimplifyCFG: If convert single conditional storesArnold Schwaighofer2013-04-29
* Revert "SimplifyCFG: If convert single conditional stores"Arnold Schwaighofer2013-04-21
* SimplifyCFG: If convert single conditional storesArnold Schwaighofer2013-04-20
* simplifycfg: Fix integer overflow converting switch into icmp.Hans Wennborg2013-04-16
* Don't remove a landing pad if the invoke requires a table entry.Bill Wendling2013-03-11
* SimplifyCFG fix for volatile load/store.Andrew Trick2013-03-07
* Re-revert r173342, without losing the compile time improvements, flatChandler Carruth2013-01-27