summaryrefslogtreecommitdiff
path: root/test/Transforms
Commit message (Expand)AuthorAge
* Teach the internalize pass to skip dllexported symbols because they could beYunzhong Gao2013-12-03
* opt: Mirror vectorization presets of clangArnold Schwaighofer2013-12-03
* llvm/test/Transforms/SampleProfile/syntax.ll: Relax an expression, not to che...NAKAMURA Takumi2013-12-03
* Conservative fix for PR17827 - don't optimize a shift + and + compare sequenc...Kay Tiong Khoo2013-12-02
* Add tests for profile sample file parsing.Diego Novillo2013-12-02
* Rename test with misspelt filenameAlp Toker2013-12-02
* Rein in overzealous InstCombine of fptrunc(OP(fpextend, fpextend)).Stephen Canon2013-11-28
* PR1860 - We can't save a list of ExtractElement instructions to CSE because s...Nadav Rotem2013-11-26
* LoopVectorizer: Truncate i64 trip counts of i32 phis if necessaryArnold Schwaighofer2013-11-26
* PR18060 - When we RAUW values with ExtractElement instructions in some casesNadav Rotem2013-11-26
* 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