aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/SimplifyCFG.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-3/+3
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-142/+211
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-262/+338
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-243/+543
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-33/+61
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-75/+78
* Update to LLVM 3.5a.Stephen Hines2014-04-241-122/+188
* 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
* SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...Tom Stellard2013-07-271-11/+432
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-141-8/+9
* SimplifyCFG: Teach switch generation some patterns that instcombine forms.Benjamin Kramer2013-07-041-1/+27
* Second part of pr16069Rafael Espindola2013-06-041-4/+9
* Typo: s/caes/cases/ in SimplifyCFGHans Wennborg2013-06-041-1/+1
* SimplifyCFG: Do not transform PHI to select if doing so would be unsafeDavid Majnemer2013-06-031-2/+19
* SimplifyCFG: Small cleanup, use ICmpInst::isEquality()David Majnemer2013-06-031-3/+1
* SimplifyCFG: Fix typo in comment for ComputeSpeculationCostDavid Majnemer2013-06-011-1/+1
* More symbols that should be static.Benjamin Kramer2013-05-231-2/+2
* SimplifyCFG: If convert single conditional storesArnold Schwaighofer2013-04-291-4/+90
* Revert "SimplifyCFG: If convert single conditional stores"Arnold Schwaighofer2013-04-211-88/+4
* SimplifyCFG: If convert single conditional storesArnold Schwaighofer2013-04-201-4/+88
* simplifycfg: Fix integer overflow converting switch into icmp.Hans Wennborg2013-04-161-1/+6
* Don't remove a landing pad if the invoke requires a table entry.Bill Wendling2013-03-111-3/+17
* SimplifyCFG fix for volatile load/store.Andrew Trick2013-03-071-2/+4
* Re-revert r173342, without losing the compile time improvements, flatChandler Carruth2013-01-271-27/+12
* Switch this code away from Value::isUsedInBasicBlock. That code eitherChandler Carruth2013-01-251-7/+29
* Reapply chandlerc's r173342 now that the miscompile it was triggering is fixed.Benjamin Kramer2013-01-241-9/+18
* Revert r173342 temporarily. It appears to cause a very late miscompileChandler Carruth2013-01-241-18/+9
* Plug TTI into the speculation logic, giving it a real cost interfaceChandler Carruth2013-01-241-9/+18
* Address a large chunk of this FIXME by accumulating the cost forChandler Carruth2013-01-241-8/+6
* Switch the constant expression speculation cost evaluation away fromChandler Carruth2013-01-241-7/+14
* Rephrase the speculating scan of the conditional BB to be phrased inChandler Carruth2013-01-241-19/+16
* Simplify the PHI node operand rewriting.Chandler Carruth2013-01-241-42/+35
* Give the basic block variables here names based on the if-then-endChandler Carruth2013-01-241-32/+33
* Lift a cheap early exit test above loops and other complex early exitChandler Carruth2013-01-241-5/+5
* Spiff up the comment on this method, making the example a bit moreChandler Carruth2013-01-241-16/+35
* Initialize the components of this class. Otherwise GCC thinks that Array may beDuncan Sands2013-01-231-1/+2
* Make SimplifyCFG simply depend upon TargetTransformInfo and pass itChandler Carruth2013-01-071-37/+37
* Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth2013-01-071-1/+1
* Switch SimplifyCFG over to the TargetTransformInfo interface rather thanChandler Carruth2013-01-051-4/+2