XFAIL test/CodeGen/Generic/MachineBranchProb.ll on Hexagon (PR23377)
[oota-llvm.git] / test / Transforms /
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-27 Pawel BylicaConstfold insertelement to undef when index is out...
2015-04-26 Philip Reames[RewriteStatepointsForGC] Exclude constant values from...
2015-04-26 Philip ReamesDon't Place Entry Safepoints Before the llvm.frameescap...
2015-04-25 Sanjay Patel[x86] instcombine more cases of insertps into a shuffle...
2015-04-24 Hans WennborgSimplifyCFG: Correctly handle switch lookup tables...
2015-04-24 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-04-24 David BlaikieSkip extra LLVM IR assemble/disassemble steps in some...
2015-04-24 Jingyue WuResurrect r235688
2015-04-24 Jingyue WuRevert r235688
2015-04-24 Jingyue Wu[NVPTX] enable NaryReassociate in NVPTX
2015-04-23 Jingyue Wu[NVPTX] run SeparateConstOffsetFromGEP before SLSR
2015-04-23 Karthik BhatAdd support to interchange loops with reductions.
2015-04-22 David Majnemer[InstCombine] Use a more targeted fix instead of r235544
2015-04-22 David Majnemer[InstCombine] Clear out nsw/nuw if we modify computatio...
2015-04-21 NAKAMURA TakumiRemove a zero-length file of llvm/test/Transforms/InstC...
2015-04-21 Wei MiLimiting gep merging to fix the performance problem...
2015-04-21 Wei MiRevert r235451 since it is attached to a wrong Differen...
2015-04-21 Wei MiLimiting gep merging to fix the performance problem...
2015-04-21 Ahmed Bougacha[MemCpyOpt] Use the raw i8* dest when optimizing memset...
2015-04-21 Jingyue Wu[SLSR] garbage-collect unused instructions
2015-04-21 Jingyue Wu[SeparateConstOffsetFromGEP] garbage-collect intermedia...
2015-04-21 Fiona GlaserInstCombine: fold (sitofp (zext x)) to (uitofp x)
2015-04-20 Akira Hatanaka[InlineFunction] Don't add lifetime markers for zero...
2015-04-18 Ahmed Bougacha[MemCpyOpt] Don't force i64 when promoting memset/memcp...
2015-04-18 Ahmed Bougacha[MemCpyOpt] Promote both memset/memcpy sizes if differe...
2015-04-18 David Majnemer[InstCombine] (mul nsw 1, INT_MIN) != (shl nsw 1, 31)
2015-04-17 Ahmed Bougacha[MemCpyOpt] Optimize double-storing by memset+memcpy.
2015-04-17 Jingyue Wu[NaryReassociate] run NaryReassociate iteratively
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-04-16 Jingyue Wu[NaryReassociate] speeds up candidate searching
2015-04-16 Sanjay Patel[X86, SSE] instcombine common cases of insertps intrins...
2015-04-15 Duncan P. N. Exon... DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
2015-04-15 Duncan P. N. Exon... DebugInfo: Add missing !dbg attachments to intrinsics
2015-04-15 Jingyue Wu[NFC] [SLSR] clean up some tests
2015-04-15 Jingyue Wu[SLSR] handle candidate form (B + i * S)
2015-04-14 Reid Kleckner[Inliner] Don't inline functions with frameescape calls
2015-04-14 Jingyue WuSimplify n-ary adds by reassociation
2015-04-14 Sanjoy Das[LoopUnrollRuntime] Avoid high-cost trip count computation.
2015-04-14 Sanjoy Das[SCEV] Strengthen SCEVExpander::isHighCostExpansion.
2015-04-13 Nick LewyckySubtraction is not commutative. Fixes PR23212!
2015-04-13 Akira Hatanaka[inliner] Don't inline a function if it doesn't have...
2015-04-12 Sanjoy Das[LoopUnrollRuntime] Clean up a predicate.
2015-04-10 Philip Reames[RewriteStatepointsForGC] test case missing from 234657
2015-04-10 Philip Reames[RewriteStatepointsForGC] Use an actual liveness algorithm
2015-04-10 Philip Reames[RewriteStatepointsForGC] Preprocess the IR to remove...
2015-04-10 Philip Reames[RewriteStatepointsForGC] Limited support for vectors...
2015-04-10 Sanjoy Das[InstCombine][CodeGenPrep] Create llvm.uadd.with.overfl...
2015-04-06 Jingyue Wu[SLSR] consider &B[S << i] as &B[(1 << i) * S]
2015-04-03 David MajnemerFix a typo
2015-04-03 David Majnemer[InstCombine] Use DataLayout to determine vector elemen...
2015-04-03 Duncan P. N. Exon... Verifier: Check that inlined-at locations agree
2015-04-02 Jingyue Wu[SLSR] handles off bounds GEPs
2015-04-01 Ahmed Bougacha[SimplifyLibCalls] Ignore nobuiltin/unavailable fortifi...
2015-03-28 Hal Finkel[ConstantFold] Don't fold ppc_fp128 <-> int bitcasts
2015-03-28 Duncan P. N. Exon... DebugInfo: Fix testcases with invalid MDSubprogram...
2015-03-27 Duncan P. N. Exon... Verifier: Call verifyModule() from llc and opt
2015-03-27 Duncan P. N. Exon... DebugInfo: Fix bad debug info for compile units and...
2015-03-27 Duncan P. N. Exon... DebugInfo: Fix another bitrotted testcase
2015-03-27 James MolloyReapply r233175 and r233183: float2int.
2015-03-27 Philip ReamesRequire a GC strategy be specified for functions which...
2015-03-27 Nick LewyckyRevert r233175 and r233183 with it. This pulls float2in...
2015-03-27 Duncan P. N. Exon... DebugInfo: Update testcases with invalid variables
2015-03-26 Benjamin KramerInstCombine: fold (A << C) == (B << C) --> ((A^B) ...
2015-03-26 Jingyue Wu[SLSR] handle candidate form &B[i * S]
2015-03-25 Andrea Di Biagio[optnone] Skip pass Float2Int on optnone functions.
2015-03-25 James MolloyReapply r233062: "float2int": Add a new pass to demote...
2015-03-24 Philip Reames!invariant.load semantics with potentially clobbering...
2015-03-24 Justin BognerUpdate a test I missed in r233132
2015-03-24 Sanjay Pateloptimize the AVX2 (integer) version of vperm2 into...
2015-03-24 Philip ReamesMerge empty landing pads in SimplifyCFG
2015-03-24 David BlaikieRevert "Remove an InstCombine that seems to have become...
2015-03-24 David BlaikieRemove an InstCombine that seems to have become redundant.
2015-03-24 Sanjay Patel[X86, AVX] instcombine vperm2 intrinsics with zero...
2015-03-24 Hans WennborgRevert r233062 ""float2int": Add a new pass to demote...
2015-03-24 Sanjoy Das[IRCE] Fix a regression introduced in r232444.
2015-03-24 James Molloy"float2int": Add a new pass to demote from float to...
2015-03-23 Duncan P. N. Exon... DebugInfo: Overload get() in DIDescriptor subclasses
2015-03-21 Benjamin Kramer[SimplifyLibCalls] Fix negative shifts being produced...
2015-03-21 Benjamin Kramer[SimplifyLibCalls] Turn memchr(const, C, const) into...
2015-03-21 Benjamin KramerSimplifyLibCalls: Add basic optimization of memchr...
2015-03-21 David MajnemerMemoryDependenceAnalysis: Don't miscompile atomics
2015-03-20 Sanjay Patel[X86, AVX] instcombine common cases of vperm2* intrinsi...
2015-03-20 Wei MiCorrectly estimate SROA savings for store operands...
2015-03-19 Peter CollingbourneLowerBitSets: Avoid reusing byte set addresses.
2015-03-19 Daniel Jasper[InstCombine] Don't fold a GEP into itself through...
2015-03-17 Michael ZolotukhinTLI: Add addVectorizableFunctionsFromVecLib.
2015-03-17 Michael ZolotukhinTTI: Honour cost model for estimating cost of vector...
2015-03-17 Michael Liao[SwitchLowering] Remove incoming values in the reverse...
2015-03-17 Sanjoy Das[IRCE] Re-commit tests cases.
2015-03-17 Sanjoy Das[IRCE] Delete two tests.
2015-03-17 Sanjoy Das[IRCE] Support half-range checks.
2015-03-16 Justin BognerGCOV: Make the exit block placement from r223193 optional
2015-03-16 Peter CollingbourneLowerBitSets: do not use private aliases at all on...
2015-03-16 Duncan P. N. Exon... DebugInfo: Fix testcases that fail -verify-debug-info...
2015-03-16 Michael Gottesman[objc-arc] Make the ARC optimizer more conservative...
2015-03-15 Duncan P. N. Exon... Verifier: Check debug info intrinsic arguments
2015-03-14 Mehdi AminiUpdate InstCombine to transform aggregate stores into...
2015-03-14 Ahmed BougachaAdd a bunch of CHECK missing colons in tests. NFC.
2015-03-14 Peter CollingbourneLowerBitSets: Do not export symbols for bit set referen...
next