[X86] Update test/CodeGen/X86/avg.ll with the help of update_llc_test_checks.py....
[oota-llvm.git] / test / Transforms /
2015-11-30 Davide Italiano[SimplifyLibCalls] Remove useless bits of this tests.
2015-11-30 Davide Italiano[SimplifyLibCalls] Transform log(exp2(y)) to y*log...
2015-11-29 Davide Italiano[SimplifyLibCalls] Don't crash if the function doesn...
2015-11-29 Davide Italiano[SimplifyLibCalls] Tranform log(pow(x, y)) -> y*log(x).
2015-11-27 Diego NovilloSamplePGO - Add initial support for inliner annotations.
2015-11-26 Charlie Turner[LoopVectorize] Use MapVector rather than DenseMap...
2015-11-26 Rafael EspindolaDisallow aliases to available_externally.
2015-11-26 Benjamin Kramer[SimplifyLibCalls] Don't depend on a called function...
2015-11-25 Evgeniy Stepanov[safestack] Fix alignment of dynamic allocas.
2015-11-25 Sanjoy Das[InstCombine] Don't drop operand bundles
2015-11-24 Rong XuRevert r254021
2015-11-24 Rong Xu[PGO] Revert revision r254021,r254028,r254035
2015-11-24 Teresa Johnson[ThinLTO] Add option to limit importing based on instru...
2015-11-24 Rong Xu[PGO] Relax test cases in PGO instrumentation
2015-11-24 Diego NovilloSamplePGO - Add test for hot/cold inlined functions.
2015-11-24 Rong Xu[PGO] MST based PGO instrumentation infrastructure
2015-11-24 Teresa Johnson[ThinLTO] Enable iterative importing in FunctionImport...
2015-11-24 Teresa Johnson[ThinLTO] Handle previously imported and promoted local...
2015-11-24 Sanjay Patel[InstCombine] fix propagation of fast-math-flags
2015-11-24 Teresa Johnson[ThinLTO] Fix FunctionImport alias checking and test
2015-11-24 Mehdi AminiAdd a FunctionImporter helper to perform summary-based...
2015-11-23 Diego NovilloSamplePGO - Add coverage tracking for samples.
2015-11-23 Andrew Kaylor[WinEH] Fix a case where GVN could incorrectly PRE...
2015-11-23 Andrew Kaylor[WinEH] Fix problem where CodeGenPrepare incorrectly...
2015-11-22 Rafael EspindolaHave a single way for creating unique value names.
2015-11-21 Sanjay Patelmove a single test case to where most other instcombine...
2015-11-20 NAKAMURA TakumiMove free-zext.ll to llvm/test/Transforms/CodeGenPrepar...
2015-11-20 Owen AndersonFix another infinite loop in Reassociate caused by...
2015-11-20 Geoff Berry[CodeGenPrepare] Create more extloads and fewer ands
2015-11-20 Diego NovilloSamplePGO - Tweak RUN command for a test. NFC.
2015-11-20 Diego NovilloSamplePGO - Do not count never-executed inlined functio...
2015-11-20 Diego NovilloSamplePGO - Add line offset and discriminator informati...
2015-11-20 Owen AndersonFix a pair of issues that caused an infinite loop in...
2015-11-20 Peter CollingbourneScalarEvolution: do not set nuw when creating exprs...
2015-11-19 Sanjay Patel[InstCombine] add tests to show missing trunc optimizations
2015-11-19 Sanjay Patel[InstCombine] add tests to show missing bitcast optimiz...
2015-11-19 Dehao ChenReimplement discriminator assignment algorithm.
2015-11-19 James Molloy[GlobalOpt] Localize some globals that have non-instruc...
2015-11-19 Sanjay Patelthis new test file was accidentally left out of r253573
2015-11-19 James Molloy[FunctionAttrs] Provide a mechanism for adding function...
2015-11-19 Elena DemikhovskyPointers in Masked Load, Store, Gather, Scatter intrinsics
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-19 Weiming ZhaoFix bug 25440: GVN assertion after coercing loads
2015-11-18 Davide Italiano[SimplifyLibCalls] New trick: pow(x, 0.5) -> sqrt(x...
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-11-18 Mike AizatskyDisable gvn non-local speculative loads under asan.
2015-11-18 Igor LaevskyRevert "Revert "Strip metadata when speculatively hoist...
2015-11-18 Sanjoy DasTeach the inliner to track deoptimization state
2015-11-18 David MajnemerAdd a test for r253323
2015-11-17 Andrew Kaylor[EH] Keep filter clauses for types that have been caught.
2015-11-17 Elena DemikhovskyVector of pointers in function attributes calculation
2015-11-17 Philip Reames[PRE] Preserve !invariant.load metadata
2015-11-16 Owen AndersonAdd intermediate subtract instructions to reassociation...
2015-11-16 David Majnemer[LoopStrengthReduce] Don't increment iterator past...
2015-11-16 Pavel LabathDon't generate discriminators for calls to debug intrinsics
2015-11-16 Keno Fischer[Sink] Don't move landingpads
2015-11-15 James Molloy[GlobalOpt] Demote globals to locals more aggressively
2015-11-15 Elena DemikhovskyFixed GEP visitor in the InstCombine pass.
2015-11-14 Michael ZolotukhinDon't recompute LCSSA after loop-unrolling when possible.
2015-11-13 Chad Rosier[LIR] Add support for creating memcpys from loops with...
2015-11-13 Evgeniy Stepanov[safestack] Rewrite isAllocaSafe using SCEV.
2015-11-13 Nathan Slingerland[llvm-profdata] Add check for text profile formats...
2015-11-12 Tobias GrosserRevert "Fix bug 25440: GVN assertion after coercing...
2015-11-12 Weiming ZhaoFix bug 25440: GVN assertion after coercing loads
2015-11-12 James Molloy[InstCombine] Add trivial folding (bitreverse (bitrever...
2015-11-12 James MolloyRevert "Revert "[FunctionAttrs] Identify norecurse...
2015-11-12 James MolloyRevert "[FunctionAttrs] Identify norecurse functions"
2015-11-12 James Molloy[FunctionAttrs] Identify norecurse functions
2015-11-11 Diego NovilloSamplePGO - Fix PR 25482 - Do not rely on llvm.dbg...
2015-11-11 Sanjay Patel[MIPS] add overrides for isCheapToSpeculateCttz() and...
2015-11-11 Akira HatanakaSort the enums in Attributes.h in case insensitive...
2015-11-10 Sanjoy Das[ValueTracking] Teach isImpliedCondition a new bitwise...
2015-11-10 Bill Schmidt[PowerPC] Add an MI SSA peephole pass.
2015-11-10 Sanjay Patel[ARM] add overrides for isCheapToSpeculateCttz() and...
2015-11-10 Philip Reames[ValueTracking] Recognize that and(x, add (x, -1))...
2015-11-10 Sanjay Patel[AArch64] add overrides for isCheapToSpeculateCttz...
2015-11-10 Renato GolinRevert "Strip metadata when speculatively hoisting...
2015-11-10 Igor LaevskyStrip metadata when speculatively hoisting instructions
2015-11-10 Hans WennborgInliner: Do zero-cost inlines even if above a negative...
2015-11-09 Dehao ChenAdd discriminators for call instructions that are from...
2015-11-09 Oliver StannardGlobalOpt should maintain externally_initialized when...
2015-11-09 James Molloy[LoopVectorize] Address post-commit feedback on r250032
2015-11-09 Silviu BarangaAllow LLE/LD and the loop versioning infrastructure...
2015-11-08 David Majnemer[LoopStrengthReduce] Don't bother fixing up PHIs from...
2015-11-07 Sanjoy Das[FunctionAttrs] Fix an iterator wraparound bug
2015-11-07 David Majnemer[InstCombine] Teach FoldPHIArgZextsIntoPHI about EHPads
2015-11-06 David Majnemer[InstCombine] Don't insert an instruction after a termi...
2015-11-06 Akira HatanakaAdd 'notail' marker for call instructions.
2015-11-06 David Majnemer[InstCombine] Don't RAUW tokens with undef
2015-11-06 Mehdi AminiFix SLPVectorizer commutativity reordering
2015-11-06 Sanjoy Das[ValueTracking] De-pessimize isImpliedCondition around...
2015-11-06 Sanjoy Das[ValueTracking] Add a framework for encoding implicatio...
2015-11-05 Sanjoy DasRe-apply r251050 with a for PR25421
2015-11-05 Richard TrieuRevert r251050 to fix miscompile when running Clang -O1
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-11-04 Davide Italiano[SimplifyLibCalls] New transformation: tan(atan(x)...
2015-11-04 James Molloy[SimplifyCFG] Merge conditional stores
2015-11-04 Philip Reames[CVP] Fold return values if possible
2015-11-03 Adam NemetLLE 6/6: Add LoopLoadElimination pass
2015-11-03 Davide Italiano[SimplifyLibCalls] Add a new transformation: pow(exp...
next