summaryrefslogtreecommitdiff
path: root/test/Transforms
Commit message (Expand)AuthorAge
* LoopVectorizer: Emit memory checks into their own basic block.Benjamin Kramer2013-01-19
* Reverting r171325 & r172363. This was causing a mis-compile on the self-hoste...Bill Wendling2013-01-17
* Added test for r172599 which fixes bugzilla://14584,rdar://11744105.Michael Gottesman2013-01-16
* Move test that depends on the x86 target into a target-specific directory.Benjamin Kramer2013-01-16
* Remove triple from this test, it makes it fail when X86 TTI is missing.Benjamin Kramer2013-01-16
* Teach InstCombine to optimize extract of a value from a vector add operation ...Nadav Rotem2013-01-15
* 1. Hoist minus sign as high as possible in an attempt to revealShuxin Yang2013-01-15
* Pattern-matched variables in post-inc-icmpzero.llRenato Golin2013-01-15
* This change is to implement following rules under the condition C_A and/or C_RShuxin Yang2013-01-14
* SCEVExpander fix. RAUW needs to update the InsertedExpressions cache.Andrew Trick2013-01-14
* Added bugzilla PR number to test case.Michael Gottesman2013-01-13
* Fixed an infinite loop in the block escape in analysis in ObjCARC caused by 2...Michael Gottesman2013-01-13
* Fix PR14547. Handle induction variables of small sizes smaller than i32 (i8 a...Nadav Rotem2013-01-13
* Fixed bug in ObjCARC where we were changing a call from objc_autoreleaseRV =>...Michael Gottesman2013-01-12
* Fixed a bug where we were tail calling objc_autorelease causing an object to ...Michael Gottesman2013-01-12
* ARM Cost Model: Modify the target independent cost model to askNadav Rotem2013-01-11
* ARM Cost Model: We need to detect the max bitwidth of types in the loop in o...Nadav Rotem2013-01-11
* Converted test dont-tce-tail-marked-call.ll to use FileCheck.Michael Gottesman2013-01-11
* This commit is a 4x squash commit consisting of 4x functions converted to use...Michael Gottesman2013-01-11
* PR14904: Segmentation fault running pass 'Recognize loop idioms'Shuxin Yang2013-01-10
* CastInst::castIsValid should return true if the dest type is the same asEvan Cheng2013-01-10
* Teach InstCombine to hoist FABS and FNEG through FPTRUNC instructions. The a...Owen Anderson2013-01-10
* LoopVectorizer: Fix a bug in the vectorization of BinaryOperators. The Binary...Nadav Rotem2013-01-10
* Fix TryToShrinkGlobalToBoolean in GlobalOpt, so that it does not discard addr...Joey Gouly2013-01-10
* ARM Cost model: Use the size of vector registers and widest vectorizable inst...Nadav Rotem2013-01-09
* LICM: Hoist insertvalue/extractvalue out of loops.Benjamin Kramer2013-01-09
* ARM Cost Model: Add a basic vectorization unrolling test.Nadav Rotem2013-01-09
* Remove the -licm pass from the loop vectorizer test because the loop vectoriz...Nadav Rotem2013-01-09
* Cost Model: Move the 'max unroll factor' variable to the TTI and add initial ...Nadav Rotem2013-01-09
* Consider expression "0.0 - X" as the negation of X ifShuxin Yang2013-01-09
* Make sure we don't emit instructions before a landingpad instruction.Bill Wendling2013-01-08
* LoopVectorizer: Add support for floating point reductionsNadav Rotem2013-01-07
* LoopVectorizer: When we vectorizer and widen loops we process many elements a...Nadav Rotem2013-01-07
* This change is to implement following rules:Shuxin Yang2013-01-07
* When code size is the priority (Oz, MinSize attribute), help llvmQuentin Colombet2013-01-07
* Switch the SCEV expander and LoopStrengthReduce to useChandler Carruth2013-01-07
* Fix a mistaken commit that included some debugging code.David Tweed2013-01-07
* There was a switch fall-through in the parser for textual LLVM that causedDavid Tweed2013-01-07
* Switch BBVectorize to directly depend on having a TTI analysis.Chandler Carruth2013-01-07
* Fix a crash in LSR replaceCongruentIVs.Andrew Trick2013-01-06
* Fix a typo. Remove the duplicated test.Nadav Rotem2013-01-05
* iLoopVectorize: Non commutative operators can be used as reduction variables ...Nadav Rotem2013-01-05
* Force a fixed unroll count on the target independent tests.Nadav Rotem2013-01-05
* tabs-to-spacesAndrew Trick2013-01-04
* Do not vectorize loops with subtraction reductionsPaul Redmond2013-01-04
* Memory Dependence Analysis: fix a miscompile that uses DT to approxmiate theManman Ren2013-01-04
* LoopVectorizer:Nadav Rotem2013-01-04
* LoopVectorizer: Test the unrolling flag.Nadav Rotem2013-01-03
* Avoid vectorization when the function has the "noimplicitflot" attribute.Nadav Rotem2013-01-02
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2013-01-01