aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms
AgeCommit message (Expand)Author
2013-03-17Reduced dont-infinite-loop-during-block-escape-analysis.ll with bugpoint and ...Michael Gottesman
2013-03-17Split out filename & directory from DIFile to start generalizing over DIScopesDavid Blaikie
2013-03-17Generalize debug info test to be resilient to changes in metadata node numberingDavid Blaikie
2013-03-17The promised test case for r175939.Michael Gottesman
2013-03-14LoopVectorizer: Insert some white space to make test case more readableArnold Schwaighofer
2013-03-14Add missing asserts flag to test - it uses debug flagsArnold Schwaighofer
2013-03-14LoopVectorize: Invert case when we use a vector cmp value to query select costArnold Schwaighofer
2013-03-14Perform factorization as a last resort of unsafe fadd/fsub simplification.Shuxin Yang
2013-03-14PR14972: SROA vs. GVN exposed a really bad bug in SROA.Chandler Carruth
2013-03-14Remove a change to the debug info in this test, that I made while testingNick Lewycky
2013-03-14Try using %S to find the emitted .gcno file.Nick Lewycky
2013-03-14Refactor GCOV's six constructor arguments into a struct with a getter thatNick Lewycky
2013-03-13Remove the unused 4th operand for DIFile debug info metadataDavid Blaikie
2013-03-13Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie
2013-03-12Remove unused "isMain" field from DICompileUnitDavid Blaikie
2013-03-12Update debug info test cases with empty SplitDebugFilename field.David Blaikie
2013-03-12Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung
2013-03-11Upgrading debug info test cases to be (more) compatible with the current debu...David Blaikie
2013-03-11Don't remove a landing pad if the invoke requires a table entry.Bill Wendling
2013-03-09Fix test case.Benjamin Kramer
2013-03-09Test case hygiene.Benjamin Kramer
2013-03-09LoopVectorizer: Ignore dbg.value instructionsArnold Schwaighofer
2013-03-08Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung
2013-03-08Force cpu in test.Benjamin Kramer
2013-03-08Insert the reduction start value into the first bypass block to preserve domi...Benjamin Kramer
2013-03-07SimplifyCFG fix for volatile load/store.Andrew Trick
2013-03-06InstCombine: Don't shrink allocas when combining with a bitcast.Jim Grosbach
2013-03-02recommit r172363 & r171325 (reverted in r172756)Nuno Lopes
2013-03-02X86 cost model: Adjust cost for custom lowered vector multipliesArnold Schwaighofer
2013-03-02PR14448 - prevent the loop vectorizer from vectorizing the same loop twice.Nadav Rotem
2013-03-01LoopVectorize: Don't hang forever if a PHI only has skipped PHI uses.Benjamin Kramer
2013-02-28Fix a bug in instcombine for fmul in fast math mode.Quentin Colombet
2013-02-27LoopVectorize: Vectorize math builtin calls.Benjamin Kramer
2013-02-26Constant fold vector bitcasts of halves similarly to how floats and doubles a...Michael Ilseman
2013-02-24CVP: If we have a PHI with an incoming select, try to skip the select.Benjamin Kramer
2013-02-24Fix invalid IR in test, missing incoming value for PHI node.Benjamin Kramer
2013-02-23Some more tests for the global structure vectorizerRenato Golin
2013-02-22More tests to global struct vectorizerRenato Golin
2013-02-22Use references to attribute groups on the call/invoke instructions.Bill Wendling
2013-02-21Allow GlobalValues to vectorize with AliasAnalysisRenato Golin
2013-02-20Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling
2013-02-19Fix a bug in mayHaveSideEffects. Functions that do not return are now conside...Nadav Rotem
2013-02-19Temporarily revert r175470 for more review.Bill Wendling
2013-02-18Check to see if the 'no-builtin' attribute is set before simplifying a librar...Bill Wendling
2013-02-18AArch64: adjust tests which rely on a default JITTim Northover
2013-02-17BBVectorize: Fix an invalid reference bugHal Finkel
2013-02-16The transform is:Bill Wendling
2013-02-15Forgot to 'svn add' the LoopVectorizer tests for the new parallel loop metada...Pekka Jaaskelainen
2013-02-15Teach InstCombine to work with smaller legal types in icmp (shl %v, C1), C2Arnaud A. de Grandmaison
2013-02-15Simplify the 'operator<' for the attribute object.Bill Wendling