summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/SimplifyCFG.cpp
Commit message (Expand)AuthorAge
* 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
* Switch this code away from Value::isUsedInBasicBlock. That code eitherChandler Carruth2013-01-25
* Reapply chandlerc's r173342 now that the miscompile it was triggering is fixed.Benjamin Kramer2013-01-24
* Revert r173342 temporarily. It appears to cause a very late miscompileChandler Carruth2013-01-24
* Plug TTI into the speculation logic, giving it a real cost interfaceChandler Carruth2013-01-24
* Address a large chunk of this FIXME by accumulating the cost forChandler Carruth2013-01-24
* Switch the constant expression speculation cost evaluation away fromChandler Carruth2013-01-24
* Rephrase the speculating scan of the conditional BB to be phrased inChandler Carruth2013-01-24
* Simplify the PHI node operand rewriting.Chandler Carruth2013-01-24
* Give the basic block variables here names based on the if-then-endChandler Carruth2013-01-24
* Lift a cheap early exit test above loops and other complex early exitChandler Carruth2013-01-24
* Spiff up the comment on this method, making the example a bit moreChandler Carruth2013-01-24
* Initialize the components of this class. Otherwise GCC thinks that Array may beDuncan Sands2013-01-23
* Make SimplifyCFG simply depend upon TargetTransformInfo and pass itChandler Carruth2013-01-07
* Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth2013-01-07
* Switch SimplifyCFG over to the TargetTransformInfo interface rather thanChandler Carruth2013-01-05
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Fix non-determinism introduced in r168970 and pointed out by Duncan.Chandler Carruth2012-11-30
* Rearrange the comments, control flow, and variable names; noChandler Carruth2012-11-30
* Fix logic to determine whether to turn a switch into a lookup table. WhenEvan Cheng2012-11-30
* SimplifyCFG: Don't assume non-null ScalarTargetTransformInfo.Hans Wennborg2012-11-16
* misspellAndrew Trick2012-11-15