Hexagon: Use multiclass for gp-relative instructions.
[oota-llvm.git] / test / Transforms /
2013-03-28 David BlaikieRevert "Adding DIImportedModules to DIScopes."
2013-03-28 Akira HatanakaCheck if Type is a vector before calling function Type...
2013-03-27 Michael GottesmanAdded back in the test for arc-annotations.
2013-03-27 David BlaikieAdding DIImportedModules to DIScopes.
2013-03-26 Ulrich WeigandAdd test case for commit r178031.
2013-03-26 Bill WendlingRemove testcase. It's failing on some platforms but...
2013-03-26 Bill WendlingHmm...not failing...odd
2013-03-26 Bill WendlingTemporarily XFAIL this test until Michael can look...
2013-03-26 Michael Gottesman[ObjCARC Annotations] Added support for displaying...
2013-03-25 John McCallAdd an optimizer-side test case for ARC bug <rdar:...
2013-03-25 Shuxin YangFix a bug in fast-math fadd/fsub simplification.
2013-03-25 NAKAMURA TakumiDisable, for now, llvm/test/Transforms/GCOVProfiling...
2013-03-25 Arnaud A. de Grand... Address issues found by Duncan during post-commit revie...
2013-03-25 Arnaud A. de Grand... InstCombine: simplify comparisons to zero of (shl ...
2013-03-22 John McCallKill every call to @clang.arc.use in the ARC contract...
2013-03-22 Bill WendlingUpdate test. There may be multiple catches, but those...
2013-03-22 Arnaud A. de Grand... InstCombine: Improve the result bitvect type when foldi...
2013-03-21 David BlaikieMove the DIFile in DISubprogram to the beginning to...
2013-03-21 David BlaikieRemove unused field in DISubprogram
2013-03-21 Bill WendlingUpdate some EH tests that were violating the new EH...
2013-03-21 Meador IngeMove library call prototype attribute inference to...
2013-03-20 David BlaikieRemove unused field in DICompileUnit
2013-03-20 Nick LewyckyDon't assume the test directory is writable, use %T...
2013-03-19 Arnaud A. de Grand... IndVarSimplify: do not recompute an IV value outside...
2013-03-19 Nick LewyckyEmit the linkage name instead of the function name...
2013-03-18 Manman RenCheck whether a pointer is non-null (isKnownNonNull...
2013-03-18 David TweedInitially forgotten-to-svn-add test case for r177279.
2013-03-17 Michael GottesmanReduced dont-infinite-loop-during-block-escape-analysis...
2013-03-17 David BlaikieSplit out filename & directory from DIFile to start...
2013-03-17 David BlaikieGeneralize debug info test to be resilient to changes...
2013-03-17 Michael GottesmanThe promised test case for r175939.
2013-03-14 Arnold SchwaighoferLoopVectorizer: Insert some white space to make test...
2013-03-14 Arnold SchwaighoferAdd missing asserts flag to test - it uses debug flags
2013-03-14 Arnold SchwaighoferLoopVectorize: Invert case when we use a vector cmp...
2013-03-14 Shuxin YangPerform factorization as a last resort of unsafe fadd...
2013-03-14 Chandler CarruthPR14972: SROA vs. GVN exposed a really bad bug in SROA.
2013-03-14 Nick LewyckyRemove a change to the debug info in this test, that...
2013-03-14 Nick LewyckyTry using %S to find the emitted .gcno file.
2013-03-14 Nick LewyckyRefactor GCOV's six constructor arguments into a struct...
2013-03-13 David BlaikieRemove the unused 4th operand for DIFile debug info...
2013-03-13 David BlaikieRefactor filename/directory in DICompileUnit into a...
2013-03-12 David BlaikieRemove unused "isMain" field from DICompileUnit
2013-03-12 David BlaikieUpdate debug info test cases with empty SplitDebugFilen...
2013-03-12 Jan Wen VoungRevert the test moves from 176733. Use "REQUIRES:...
2013-03-11 David BlaikieUpgrading debug info test cases to be (more) compatible...
2013-03-11 Bill WendlingDon't remove a landing pad if the invoke requires a...
2013-03-09 Benjamin KramerFix test case.
2013-03-09 Benjamin KramerTest case hygiene.
2013-03-09 Arnold SchwaighoferLoopVectorizer: Ignore dbg.value instructions
2013-03-08 Jan Wen VoungDisable statistics on Release builds and move tests...
2013-03-08 Benjamin KramerForce cpu in test.
2013-03-08 Benjamin KramerInsert the reduction start value into the first bypass...
2013-03-07 Andrew TrickSimplifyCFG fix for volatile load/store.
2013-03-06 Jim GrosbachInstCombine: Don't shrink allocas when combining with...
2013-03-02 Nuno Lopesrecommit r172363 & r171325 (reverted in r172756)
2013-03-02 Arnold SchwaighoferX86 cost model: Adjust cost for custom lowered vector...
2013-03-02 Nadav RotemPR14448 - prevent the loop vectorizer from vectorizing...
2013-03-01 Benjamin KramerLoopVectorize: Don't hang forever if a PHI only has...
2013-02-28 Quentin ColombetFix a bug in instcombine for fmul in fast math mode.
2013-02-27 Benjamin KramerLoopVectorize: Vectorize math builtin calls.
2013-02-26 Michael IlsemanConstant fold vector bitcasts of halves similarly to...
2013-02-24 Benjamin KramerCVP: If we have a PHI with an incoming select, try...
2013-02-24 Benjamin KramerFix invalid IR in test, missing incoming value for...
2013-02-23 Renato GolinSome more tests for the global structure vectorizer
2013-02-22 Renato GolinMore tests to global struct vectorizer
2013-02-22 Bill WendlingUse references to attribute groups on the call/invoke...
2013-02-21 Renato GolinAllow GlobalValues to vectorize with AliasAnalysis
2013-02-20 Bill WendlingModify the LLVM assembly output so that it uses referen...
2013-02-19 Nadav RotemFix a bug in mayHaveSideEffects. Functions that do...
2013-02-19 Bill WendlingTemporarily revert r175470 for more review.
2013-02-18 Bill WendlingCheck to see if the 'no-builtin' attribute is set befor...
2013-02-18 Tim NorthoverAArch64: adjust tests which rely on a default JIT
2013-02-17 Hal FinkelBBVectorize: Fix an invalid reference bug
2013-02-16 Bill WendlingThe transform is:
2013-02-15 Pekka JaaskelainenForgot to 'svn add' the LoopVectorizer tests for the...
2013-02-15 Arnaud A. de Grand... Teach InstCombine to work with smaller legal types...
2013-02-15 Bill WendlingSimplify the 'operator<' for the attribute object.
2013-02-15 Anna ZaksRevert "Fix testcase for attribute ordering."
2013-02-15 Anna ZaksRevert "Fix testcase for attribute ordering."
2013-02-15 Bill WendlingFix testcase for attribute ordering.
2013-02-15 Bill WendlingFix testcase for attribute ordering.
2013-02-14 Nick LewyckyTeach the DataLayout aware constant folder to be much...
2013-02-13 Eli Benderskys/grep/FileCheck/ in some tests
2013-02-11 Michael IlsemanOptimization: bitcast (<1 x ...> insertelement ......
2013-02-11 Michael IlsemanRemove trailing whitespace
2013-02-11 Bill WendlingFileCheck-ize the tests.
2013-02-09 Andrew TrickLSR IVChain improvement.
2013-02-08 Chad Rosier[SimplifyLibCalls] Library call simplification doen...
2013-02-08 Andrew TrickRevert "Have InstCombine call SipmlifyCall when handlin...
2013-02-07 Michael IlsemanHave InstCombine call SipmlifyCall when handling calls...
2013-02-07 Michael IlsemanIdentify and simplify idempotent intrinsics. Test case...
2013-02-07 Owen AndersonRemove this testcase until I can figure out how to...
2013-02-07 Owen AndersonAnother attempt at getting the XFAIL line right for...
2013-02-07 Michael IlsemanPreserve fast-math flags after reassociation and commut...
2013-02-07 Michael Ilsemanwhitespace
2013-02-07 Owen AndersonFix CMake detection of various cmath functions, and...
2013-02-06 Owen AndersonSignficantly generalize our ability to constant fold...
2013-02-05 Benjamin KramerInstCombine: Fix and simplify the inttoptr side too.
2013-02-05 Michael GottesmanAdded missing newline to end of test case.
2013-02-05 Benjamin KramerInstCombine: Harden code to work with vectors of pointe...
next