DebugInfo: Separate out the addition of subprogram attribute additions so that they...
[oota-llvm.git] / test / Transforms /
2014-05-27 Jingyue WuFixed a test in r209670
2014-05-27 Jingyue WuDistribute sext/zext to the operands of and/or/xor
2014-05-27 Filipe CabecinhasPost-commit fixes for r209643
2014-05-27 Filipe CabecinhasConvert some X86 blendv* intrinsics into IR.
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place
2014-05-24 Tim NorthoverAArch64/ARM64: remove AArch64 from tree prior to renami...
2014-05-24 Michael ZolotukhinImplement sext(C1 + C2*X) --> sext(C1) + sext(C2*X...
2014-05-23 Nico RieckFix broken FileCheck prefixes
2014-05-23 Jingyue WuAdd the extracted constant offset using GEP
2014-05-23 Justin BognerScalarEvolution: Fix handling of AddRecs in isKnownPred...
2014-05-22 Diego NovilloAdd support for missed and analysis optimization remarks.
2014-05-22 Eli BenderskySimilar to bitcast, treat addrspacecast as a foldable...
2014-05-20 Nick LewyckyTeach isKnownNonNull that a nonnull return is not null...
2014-05-19 Juergen Ributzka[ConstantHoisting][X86] Change the cost model to never...
2014-05-19 Peter CollingbourneCheck the alwaysinline attribute on the call as well...
2014-05-19 Benjamin KramerFlip on vectorization of bswap intrinsics.
2014-05-19 Dinesh DwivediAdded inst-combine for 'MIN(MIN(A, 97), 23)' and 'MAX...
2014-05-17 NAKAMURA TakumiRevert r209049 and r209065, "Add support for combining...
2014-05-16 Louis GerbargAdd support for combining GEPs across PHI nodes
2014-05-16 Reid KlecknerAdd comdat key field to llvm.global_ctors and llvm...
2014-05-16 Rafael EspindolaFix most of PR10367.
2014-05-16 David MajnemerInstSimplify: Improve handling of ashr/lshr
2014-05-16 David MajnemerInstSimplify: Optimize using dividend in sdiv
2014-05-16 Rafael EspindolaRevert "Implement global merge optimization for global...
2014-05-15 Jiangning LiuImplement global merge optimization for global variables.
2014-05-15 Reid KlecknerDon't insert lifetime.end markers between a musttail...
2014-05-15 Reid KlecknerRevert "Don't insert lifetime.end markers between a...
2014-05-15 Reid KlecknerDon't insert lifetime.end markers between a musttail...
2014-05-15 Reid KlecknerTeach the inliner how to preserve musttail invariants
2014-05-15 Chandler CarruthTeach the constant folder to look through bitcast const...
2014-05-15 Dinesh DwivediReverting r208848, reason: build failure: sanitizer...
2014-05-15 Dinesh DwivediAdded instcombine for 'MIN(MIN(A, 27), 93)' and 'MAX...
2014-05-15 Dinesh DwivediAdded inst combine transforms for single bit tests...
2014-05-15 David MajnemerInstCombine: Optimize -x s< cst
2014-05-14 David MajnemerInstSimplify: Optimize signed icmp of -(zext V)
2014-05-14 Serge PavlovFix the case when reordering shuffle and binop produces...
2014-05-14 Nick LewyckyOptimize integral reciprocal (udiv 1, x and sdiv 1...
2014-05-13 Serge PavlovFix type of shuffle resulted from shuffle merge.
2014-05-13 Rafael EspindolaConvert test to FileCheck.
2014-05-13 Rafael EspindolaConvert test to FileCheck.
2014-05-12 Adam Nemet[Test] Trim unnecessary .c and .cpp from config.suffix...
2014-05-12 Serge PavlovFix type of shuffle obtained from reordering with binar...
2014-05-12 Serge PavlovFix reordering of shuffles and binary operations
2014-05-11 Serge PavlovReorder shuffle and binary operation.
2014-05-09 Benjamin KramerSLPVectorizer: When sorting by domination for CSE don...
2014-05-09 Louis GerbargAdd ExtractValue instruction to SimplifyCFG's ComputeSp...
2014-05-08 Michael Zolotukhin[InstCombine] Some cleanup in optimization of redundant...
2014-05-08 Dario DomizioliRevert test commit. Removed blank line.
2014-05-08 Dario DomizioliTest commit. Added blank line.
2014-05-08 Hal FinkelMove late partial-unrolling thresholds into the process...
2014-05-07 Duncan P. N. Exon... IR: Don't allow non-default visibility on local linkage
2014-05-07 Michael Zolotukhin[InstCombine] Add optimization of redundant insertvalue...
2014-05-05 Nick LewyckyImprove 'tail' call marking in TRE. A bootstrap of...
2014-05-05 Michael ZolotukhinMove test from r207969 to another folder and rename it.
2014-05-05 Yi JiangAlways set alignment of vectorized LD/ST in SLP-Vectori...
2014-05-05 Duncan P. N. Exon... LTO: -internalize sets visibility to default
2014-05-05 Michael ZolotukhinFix test from r207966 and add a comment there.
2014-05-05 Michael ZolotukhinAdd regression test for r207692.
2014-05-04 Benjamin KramerLoopUnroll: If we're doing partial unrolling, use the...
2014-05-04 Arnold SchwaighoferSLPVectorizer: Bring back the insertelement patch ...
2014-05-03 Karthik BhatVectorize intrinsic math function calls in SLPVectorizer.
2014-05-02 Adam Nemet[LSR] Add llc testcase for r207271/r207569.
2014-05-02 Nico WeberTeach GlobalDCE how to remove empty global_ctor entries.
2014-05-02 Akira Hatanaka[GVN] Pass the phi-translated address of a load instead...
2014-05-02 Nick LewyckyFold strlen(expr ? "str1" : "str2") to x ? len1 : len2...
2014-05-01 Eli BenderskyAdd an optimization that does CSE in a group of similar...
2014-05-01 Chandler CarruthRevert r205965, which essentially reverts r205018 for...
2014-04-30 Michael Zolotukhin[X86] Never hoist the shift value of a shift instruction.
2014-04-30 Carlo Kok[IPO/MergeFunctions] changes so it doesn't try to bitca...
2014-04-30 David MajnemerIR: Conservatively verify inalloca arguments
2014-04-29 Rafael EspindolaAlso handle ConstantAggregateZero when optimizing vperm...
2014-04-29 Rafael EspindolaTwo fixes to the vpermilvar optimization.
2014-04-29 Diego NovilloFix vectorization remarks.
2014-04-29 Yi JiangContinue slp vectorization even the BB already has...
2014-04-29 Zinovy Nis[OPENMP][LV][D3423] Respect Hints.Force meta-data for...
2014-04-28 Chandler CarruthRevert r207271 for now. This commit introduced a test...
2014-04-28 Hans WennborgInstCombine: don't drop 'inalloca' in PromoteCastOfAllo...
2014-04-28 Chandler Carruth[inliner] Significantly improve the compile time in...
2014-04-26 Gerolf HoflehnerRecursivelyDeleteTriviallyDeadInstructions() could...
2014-04-26 Gerolf HoflehnerRevert commit r207302 since build failures
2014-04-26 Gerolf HoflehnerRecursivelyDeleteTriviallyDeadInstructions() could...
2014-04-26 Andrea Di Biagio[InstCombine][X86] Teach how to fold calls to SSE2...
2014-04-25 Adam Nemet[LoopStrengthReduce] Don't trim formula that uses a...
2014-04-25 Manman Ren[inline cold threshold] Command line argument for inlin...
2014-04-25 Karthik BhatAllow vectorization of bit intrinsics in BB Vectorizer.
2014-04-24 Zinovy Nis[CLNUP] Test commit. Remove newline.
2014-04-24 Karthik BhatAllow vectorization of few missed llvm intrinsic calls...
2014-04-24 Michael J. Spencer[InstCombine][x86] Constant fold psll intrinsics.
2014-04-24 Filipe CabecinhasOptimize some special cases for SSE4a insertqi
2014-04-24 Matt ArsenaultHandle addrspacecast when looking at memcpys from globals
2014-04-23 Matt ArsenaultConvert test to FileCheck
2014-04-23 Alexander Musman[LV] Statistics numbers for LoopVectorize introduced...
2014-04-22 Juergen Ributzka[Constant Hoisting] Materialize the constant before...
2014-04-21 Rafael EspindolaSimplify a vpermil* with constant mask.
2014-04-21 Reid KlecknerFix PR7272 in -tailcallelim instead of the inliner
2014-04-18 Jiangning LiuAdd missing config file for newly added test case intro...
2014-04-18 Jiangning LiuThis commit allows vectorized loops to be unrolled...
2014-04-17 Diego NovilloFix bug 19437 - Only add discriminators for DWARF 4...
2014-04-17 Gerolf HoflehnerReverse 206485.
2014-04-17 Tim NorthoverAtomics: promote ARM's IR-based atomics pass to CodeGen.
next