aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms
AgeCommit message (Expand)Author
2013-06-03PNaCl: ExpandVarArgs: Use memcpy() instead of struct load+store for struct argsMark Seaborn
2013-06-01Merge 183060: Prevent loop-unroll from making assumptions about undefined beh...Andrew Trick
2013-05-31PNaCl: FlattenGlobals: Use ptrtoint+add instead of getelementptr+bitcastMark Seaborn
2013-05-31PNaCl: Remove and disallow llvm.invariant.start/end intrinsicsMark Seaborn
2013-05-30PNaCl: Add a pass to expand out Clang's use of registers of struct typeMark Seaborn
2013-05-30Add switch support to integer promotion passDerek Schuff
2013-05-29PNaCl: Add ExpandSmallArguments pass to widen parameters to 32 bitsMark Seaborn
2013-05-29Fix PromoteIntegers pass to handle undef constantsDerek Schuff
2013-05-28PNaCl: Disable parts of InstCombine that introduce *.with.overflow intrinsicsMark Seaborn
2013-05-28Fix integer promotion pass to handle casts to struct pointer types.Derek Schuff
2013-05-28PNaCl: Extend ExpandMulWithOverflow pass to handle uadd.with.overflow tooMark Seaborn
2013-05-28Merging r182656:Bill Wendling
2013-05-28Add two passes that implement conversions from PNaCl's specific intrinsicsEli Bendersky
2013-05-24PNaCl: Add "-pnacl-abi-simplify-{pre,post}opt" meta-passes to "opt"Mark Seaborn
2013-05-24PNaCl: Add pass to expand out Clang-generated umul.with.overflow callsMark Seaborn
2013-05-24PNaCl: Fix ReplacePtrsWithInts to handle some corner cases correctlyMark Seaborn
2013-05-22PNaCl: Add ReplacePtrsWithInts pass for stripping out pointer typesMark Seaborn
2013-05-22Merging r182485:Bill Wendling
2013-05-22PNaCl: Fix ExpandCtors to handle an empty list caseMark Seaborn
2013-05-20Fix stderr redirection in test to work on all platformsEli Bendersky
2013-05-20PNaCl: Fix FlattenGlobals to correctly handle implicitly-aligned variablesMark Seaborn
2013-05-16Temporarily remove test that fails on MacEli Bendersky
2013-05-15Merging r181524:Bill Wendling
2013-05-14Update tests to use FileCheck instead of grep (which is deprecated in the LLV...Eli Bendersky
2013-05-14Merging r181586:Bill Wendling
2013-05-14Adding a pass - RewritePNaClLibraryCalls, that replaces known library calls w...Eli Bendersky
2013-05-10PNaCl ABI: Promote illegal integer typesDerek Schuff
2013-05-09PNaCl: Add NoAlias attributes in ExpandByVal and ExpandVarArgs passesMark Seaborn
2013-05-08Merging r181286:Bill Wendling
2013-05-06InstCombine: (X ^ signbit) + C -> X + (signbit ^ C)David Majnemer
2013-05-06Test results verified using FileCheck rather than grep | countJean-Luc Duprat
2013-05-06Rotate multi-exit loops even if the latch was simplified.Andrew Trick
2013-05-06Fix add4.ll test cmdline so that it passesJean-Luc Duprat
2013-05-06Provide InstCombines for the following 3 cases:Jean-Luc Duprat
2013-05-06Revert r164763 because it introduces new shuffles.Nadav Rotem
2013-05-06Fix unchecked uses of DominatorTree in MemoryDependenceAnalysis.Matt Arsenault
2013-05-06Fix const merging when an alias of a const is llvm.used.Rafael Espindola
2013-05-05LoopVectorize: Add support for floating point min/max reductionsArnold Schwaighofer
2013-05-05LoopVectorize: We don't need an identity element for min/max reductionsArnold Schwaighofer
2013-05-03LoopVectorizer: Add support for if-conversion of PHINodes with 3+ incoming va...Nadav Rotem
2013-05-02TBAA: remove !tbaa from testing cases if not used.Manman Ren
2013-05-02Add a test for the foldSelectICmpAndOr fix committed in r180779.David Majnemer
2013-05-01SROA: Generate selects instead of shuffles when blending values because this ...Nadav Rotem
2013-05-01Revert "InstCombine: Fold more shuffles of shuffles."Jim Grosbach
2013-04-30InstCombine: Fold more shuffles of shuffles.Jim Grosbach
2013-04-30TBAA: remove !tbaa from testing cases if not used.Manman Ren
2013-04-30Fix "Combine bit test + conditional or into simple math"David Majnemer
2013-04-29Use unique'ed types for varargs expansion instead of non-unique named types.Jan Voung
2013-04-29SimplifyCFG: If convert single conditional storesArnold Schwaighofer
2013-04-29[objc-arc] Apply the RV optimization to retains next to calls in ObjCARCContr...Michael Gottesman