Allow explicit spill slots to be specified for a gc.statepoint
[oota-llvm.git] / test / Transforms /
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...
2015-03-13 Robert LougherReapply "[Reassociate] Add initial support for vector...
2015-03-13 Duncan P. N. Exon... instcombine: alloca: Canonicalize scalar allocation...
2015-03-13 Duncan P. N. Exon... AsmWriter: Write alloca array size explicitly (and...
2015-03-13 Robert LougherRevert: "[Reassociate] Add initial support for vector...
2015-03-13 Robert Lougher[Reassociate] Add initial support for vector instructions.
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-13 David MajnemerConstantFold: Fix big shift constant folding
2015-03-12 Kevin QinReapply 'Run LICM pass after loop unrolling pass.'
2015-03-11 David MajnemerInstCombine: Don't fold call bitcast into args if calle...
2015-03-11 Sanjay PatelInliner should not add callgraph edges for intrinsic...
2015-03-11 Benjamin KramerPrefer pipes over temporary files in a feeble attempt...
2015-03-10 Philip ReamesIf a conditional branch jumps to the same target, remov...
2015-03-10 Philip ReamesInfer known bits from dominating conditions
2015-03-10 Owen AndersonFix a crash in InstCombine where we could try to trunca...
2015-03-10 Owen AndersonFix an infinite loop in InstCombine when an instruction...
2015-03-09 Kevin QinRevert r231630 - Run LICM pass after loop unrolling...
2015-03-09 Kevin Qin[AArch64] Enable partial & runtime unrolling on cortex-a57
2015-03-09 Kevin QinIntroduce runtime unrolling disable matadata and use...
2015-03-09 Kevin QinRun LICM pass after loop unrolling pass.
2015-03-09 Mehdi AminiInstCombine: fix fold "fcmp x, undef" to account for NaN
2015-03-08 Owen AndersonTeach DataLayout to infer a plausible alignment for...
2015-03-06 Olivier SallenaveDo not restrict interleaved unrolling to small loops...
2015-03-06 Karthik BhatAdd a new pass "Loop Interchange"
2015-03-06 Michael Gottesman[objc-arc] Remove annotations code.
2015-03-06 Nadav RotemTeach ComputeNumSignBits about signed reminder.
2015-03-05 Philip Reames[RewriteStatepointsForGC] Yet more test cases for reloc...
2015-03-05 Philip Reames[RewriteStatepointsForGC] Add additional tests around...
2015-03-05 Michael Kuperstein[InstCombine] Fix an assertion when fmul has a Constant...
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-03-04 Philip Reames[RewriteStatepointsForGC] Fix a relocation bug w.r...
2015-03-03 David MajnemerInstCombine: Ensure select condition types are identica...
2015-03-03 Nadav RotemTeach ComputeNumSignBits about signed divisions.
2015-03-03 Duncan P. N. Exon... DebugInfo: Move new hierarchy into place
2015-03-03 Peter CollingbourneLowerBitSets: Use byte arrays instead of bit sets to...
2015-03-03 Benjamin KramerLoopIdiom: Give globals for memset_pattern16 private...
2015-03-02 Sanjoy DasRevert some changes that were made to fix PR20680.
2015-03-02 NAKAMURA TakumiRevert r230921, "Revert some changes that were made...
2015-03-01 Sanjoy DasRevert some changes that were made to fix PR20680.
2015-02-28 Duncan P. N. Exon... DebugInfo: Convert DW_OP_piece => DW_OP_bit_piece
2015-02-28 Duncan P. N. Exon... Fix line endings on Transforms/Inline/inline_dbg_declare.ll
2015-02-28 Benjamin KramerTRE: Just erase dead BBs and tweak the iteration loop...
2015-02-28 Philip Reames[RewriteStatepointsForGC] Fix another order of iteratio...
2015-02-28 Philip Reames[RewriteStatepointsForGC] Add tests for the base pointe...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-26 Sanjoy DasIRCE: add a test case for r230619.
2015-02-26 Hal Finkel[InstCombine/PowerPC] Convert aligned QPX load/store...
2015-02-26 Hal Finkel[InstCombine] Add a test for altivec load/store intrins...
2015-02-26 Sanjoy DasIRCE: generalize to handle loops with decreasing induct...
2015-02-26 Ramkumar RamachandraPlaceSafepoints: use IRBuilder helpers
2015-02-25 Sanjay Patelonly propagate equality comparisons of FP values that...
2015-02-25 JF BastienInstCombine: extract instead of shuffle when performing...
2015-02-25 Peter CollingbourneLowerBitSets: Align referenced globals.
2015-02-25 Sanjoy DasBugfix: SCEVExpander incorrectly marks increment operat...
2015-02-25 Sanjay PatelFix really obscure bug in CannotBeNegativeZero() (PR22688)
2015-02-25 Charles Davis[IC] Turn non-null MD on pointer loads to range MD...
2015-02-24 Peter CollingbourneLowerBitSets: Introduce global layout builder.
2015-02-24 Hans WennborgRevert r230280: "Bugfix: SCEVExpander incorrectly marks...
2015-02-24 Sanjoy DasNew instcombine rule: max(~a,~b) -> ~min(a, b)
2015-02-23 Sanjoy DasBugfix: SCEVExpander incorrectly marks increment operat...
2015-02-23 Sanjoy DasRevert 230275.
next