summaryrefslogtreecommitdiff
path: root/test/Transforms
Commit message (Expand)AuthorAge
* Add instcombine visitor for addrspacecastMatt Arsenault2013-11-15
* Add addrspacecast instruction.Matt Arsenault2013-11-15
* Fixing a heisenbug where the memory dependence analysis behaves differentlyYunzhong Gao2013-11-14
* SampleProfileLoader pass. Initial setup.Diego Novillo2013-11-13
* Fold (iszero(A&K1) | iszero(A&K2)) -> (A&(K1|K2)) != (K1|K2) if we know that...Nadav Rotem2013-11-12
* FoldBranchToCommonDest merges branches into a single branch with or/and of th...Nadav Rotem2013-11-12
* Corruptly merge constants with explicit and implicit alignments.Rafael Espindola2013-11-12
* SimplifyCFG: Use existing constant folding logic when forming switch tables.Benjamin Kramer2013-11-12
* Fix PR17952.Shuxin Yang2013-11-11
* Add a testcase for pr17852.Rafael Espindola2013-11-11
* Revert "Resurrect r191017 " GVN proceeds in the presence of dead code" plus a...Bill Wendling2013-11-10
* SimplifyCFG has a heuristics for out-of-order processors that decides when it...Nadav Rotem2013-11-10
* Resolve TODO in test now that filecheck has multiple check prefixes.Matt Arsenault2013-11-10
* Teach MergeFunctions about address spacesMatt Arsenault2013-11-10
* Use variable for register name in testMatt Arsenault2013-11-10
* IR: Do not canonicalize constant GEPs into an out-of-bounds array accessDavid Majnemer2013-11-07
* Add test case for PR12377, it was fixed by r194116.Benjamin Kramer2013-11-06
* Rewrite SCEV's backedge taken count computation.Andrew Trick2013-11-06
* [objc-arc] Convert the one directional retain/release relation assert to a co...Michael Gottesman2013-11-05
* Fix another constant folding address space place I missed.Matt Arsenault2013-11-04
* Scalarize select vector arguments when extracted.Matt Arsenault2013-11-04
* Rename testing case to use - instead of _.Manman Ren2013-11-04
* Revert "Inliner: Handle readonly attribute per argument when adding memcpy"David Majnemer2013-11-03
* Convert calls to __sinpi and __cospi into __sincospi_stretBob Wilson2013-11-03
* LoopVectorizer: Perform redundancy elimination on induction variablesArnold Schwaighofer2013-11-01
* Add comments.Manman Ren2013-11-01
* LoopVectorize: Look for consecutive acces in GEPs with trailing zero indicesBenjamin Kramer2013-11-01
* LoopVectorizer: If dependency checks fail try runtime checksArnold Schwaighofer2013-11-01
* Do not convert "call asm" to "invoke asm" in Inliner.Manman Ren2013-10-31
* Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list".Rafael Espindola2013-10-31
* Teach scalarrepl about address spacesMatt Arsenault2013-10-30
* Fix GVN creating bitcast between address spacesMatt Arsenault2013-10-30
* Add llvm/test/Transforms/SLPVectorizer/ARM/lit.local.cfg. Tests there require...NAKAMURA Takumi2013-10-29
* Fix "existant" typosAlp Toker2013-10-29
* ARM cost model: Unaligned vectorized double stores are expensiveArnold Schwaighofer2013-10-29
* ARM cost model: Account for zero cost scalar SROA instructionsArnold Schwaighofer2013-10-29
* Quote potential shell expansions found in testsAlp Toker2013-10-28
* Revert r193251 : Use address-taken to disambiguate global variable and indire...Shuxin Yang2013-10-27
* Fix SCEVExpander: don't try to expand quadratic recurrences outside a loop.Andrew Trick2013-10-25
* Fix LSR: don't normalize quadratic recurrences.Andrew Trick2013-10-25
* Handle calls and invokes in GlobalStatus.Rafael Espindola2013-10-25
* LoopVectorizer: Don't attempt to vectorize extractelement instructionsHal Finkel2013-10-25
* Inliner: Handle readonly attribute per argument when adding memcpyTom Stellard2013-10-24
* I had to move and removeRenato Golin2013-10-24
* Fix broken builds by moving test to x86 dirRenato Golin2013-10-24
* Mark vector loops as already vectorizedRenato Golin2013-10-24
* Fix a bug in LinearFunctionTestReplace that created invalid loop exit checks.Juergen Ributzka2013-10-24
* Use address-taken to disambiguate global variable and indirect memops.Shuxin Yang2013-10-23
* SimplifyCFG: Don't duplicate calls to functions marked noduplicate v2Tom Stellard2013-10-21
* Teach SimplifyCFG about address spacesMatt Arsenault2013-10-21