summaryrefslogtreecommitdiff
path: root/test/Transforms
Commit message (Expand)AuthorAge
...
* PR17925 bugfix.Stepan Dyatkovskiy2013-11-26
* Add the test case that I missed when committing r195528. Doh!Chandler Carruth2013-11-25
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-23
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-22
* StructurizeCFG: Fix verification failure with some loops.Matt Arsenault2013-11-22
* StructurizeCFG: Fix inverting a branch on an argumentMatt Arsenault2013-11-22
* Add a Scalarizer pass.Richard Sandiford2013-11-22
* SLP Vectorizer: Extract cost will only be added once even if the scalar has m...Yi Jiang2013-11-22
* Don't speculate loads under ThreadSanitizerKostya Serebryany2013-11-21
* llvm-cov: Added file checksum to gcno and gcda files.Yuchen Wu2013-11-20
* SLPVectorizer: Fix stale for Value pointer arrayArnold Schwaighofer2013-11-19
* Fix an issue where SROA computed different results based on the relativeChandler Carruth2013-11-19
* The 'optnone' attribute means don't inline anything into this functionPaul Robinson2013-11-18
* LoopVectorizer: Extend the induction variable to a larger typeArnold Schwaighofer2013-11-18
* Add the cold attribute to error-reporting call sitesHal Finkel2013-11-17
* Add a loop rerolling passHal Finkel2013-11-16
* Apply the InstCombine fptrunc sqrt optimization to llvm.sqrtHal Finkel2013-11-16
* InstCombine: fold (A >> C) == (B >> C) --> (A^B) < (1 << C) for constant Cs.Benjamin Kramer2013-11-16
* LoopVectorizer: Use abi alignment for accesses with no alignmentArnold Schwaighofer2013-11-15
* ArgumentPromotion: correctly transfer TBAA tags and alignments.Manman Ren2013-11-15
* 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