summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
Commit message (Expand)AuthorAgeFilesLines
* [asan] Poor man's coverage that works with ASanKostya Serebryany2013-11-141-0/+52
* [msan] Fast path optimization for wrap-indirect-calls feature of MemorySaniti...Evgeniy Stepanov2013-11-141-12/+65
* Use StringRef instead of std::stringJakub Staszak2013-11-131-1/+1
* Fix -Wdelete-non-virtual-dtor warnings by making SampleProfile methods non-vi...Alexey Samsonov2013-11-131-4/+4
* SampleProfileLoader pass. Initial setup.Diego Novillo2013-11-133-0/+481
* Update the docs to match the function name.Nadav Rotem2013-11-131-1/+1
* Fold (iszero(A&K1) | iszero(A&K2)) -> (A&(K1|K2)) != (K1|K2) if we know that...Nadav Rotem2013-11-121-3/+50
* FoldBranchToCommonDest merges branches into a single branch with or/and of th...Nadav Rotem2013-11-121-2/+7
* Corruptly merge constants with explicit and implicit alignments.Rafael Espindola2013-11-121-4/+7
* SimplifyCFG: Use existing constant folding logic when forming switch tables.Benjamin Kramer2013-11-121-31/+20
* Correct a glitch in r194424 which may invalidate iterator.Shuxin Yang2013-11-121-1/+3
* llvm-cov: Added call to update run/program counts.Yuchen Wu2013-11-121-0/+8
* Fix PR17952.Shuxin Yang2013-11-111-6/+175
* Move debug message in vectorizerRenato Golin2013-11-111-4/+1
* [msan] Propagate origin for insertvalue, extractvalue.Evgeniy Stepanov2013-11-111-2/+2
* Revert "Resurrect r191017 " GVN proceeds in the presence of dead code" plus a...Bill Wendling2013-11-101-168/+6
* Use type form of getIntPtrType.Matt Arsenault2013-11-101-1/+1
* SimplifyCFG has a heuristics for out-of-order processors that decides when it...Nadav Rotem2013-11-101-1/+1
* Teach MergeFunctions about address spacesMatt Arsenault2013-11-101-11/+19
* Remove dead code from LoopUnswitchHal Finkel2013-11-081-127/+0
* [objc-arc] Convert the one directional retain/release relation assert to a co...Michael Gottesman2013-11-051-3/+18
* Add a runtime unrolling parameter to the LoopUnroll pass constructorHal Finkel2013-11-051-6/+10
* Remove dead codeShuxin Yang2013-11-041-6/+0
* SLPVectorizer: Use properlyDominates to satisfy the irreflexivity of a strict...Benjamin Kramer2013-11-041-1/+1
* Scalarize select vector arguments when extracted.Matt Arsenault2013-11-041-0/+32
* SLPVectorizer: Add a missing pair of parens. No functionality change.Benjamin Kramer2013-11-031-1/+1
* SLPVectorizer: When CSEing generated gathers only scan blocks containing them.Benjamin Kramer2013-11-031-20/+37
* Revert "Inliner: Handle readonly attribute per argument when adding memcpy"David Majnemer2013-11-031-13/+10
* Spell "Actual" correctlyDavid Majnemer2013-11-031-1/+1
* Convert calls to __sinpi and __cospi into __sincospi_stretBob Wilson2013-11-031-0/+156
* SLPVectorizer: Remove duplicated function.Benjamin Kramer2013-11-021-10/+2
* LoopVectorize: Remove quadratic behavior the local CSE.Benjamin Kramer2013-11-021-26/+40
* LoopVectorizer: Move cse code into its own functionArnold Schwaighofer2013-11-011-32/+37
* LoopVectorizer: Perform redundancy elimination on induction variablesArnold Schwaighofer2013-11-011-1/+34
* LoopVectorize: Look for consecutive acces in GEPs with trailing zero indicesBenjamin Kramer2013-11-011-11/+38
* LoopVectorizer: If dependency checks fail try runtime checksArnold Schwaighofer2013-11-011-5/+47
* LoopVectorizer: Clear all member data structures in RuntimeCheck.reset()Arnold Schwaighofer2013-11-011-0/+2
* Do not convert "call asm" to "invoke asm" in Inliner.Manman Ren2013-10-311-1/+2
* Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".Rafael Espindola2013-10-313-53/+15
* Merge CallGraph and BasicCallGraph.Rafael Espindola2013-10-315-5/+5
* Teach scalarrepl about address spacesMatt Arsenault2013-10-301-1/+1
* Fix GVN creating bitcast between address spacesMatt Arsenault2013-10-301-5/+7
* ARM cost model: Account for zero cost scalar SROA instructionsArnold Schwaighofer2013-10-291-3/+18
* SLPVectorizer: Use vector type for vectorized memory operationsArnold Schwaighofer2013-10-291-2/+2
* Revert r193251 : Use address-taken to disambiguate global variable and indire...Shuxin Yang2013-10-271-1/+0
* Quick look-up for block in loop.Wan Xiaofei2013-10-262-18/+8
* Fix SCEVExpander: don't try to expand quadratic recurrences outside a loop.Andrew Trick2013-10-252-3/+21
* Handle calls and invokes in GlobalStatus.Rafael Espindola2013-10-251-0/+5
* LoopVectorizer: Don't attempt to vectorize extractelement instructionsHal Finkel2013-10-251-2/+3
* Inliner: Handle readonly attribute per argument when adding memcpyTom Stellard2013-10-241-10/+13
OpenPOWER on IntegriCloud