[WinEH] Require token linkage in EH pad/ret signatures
[oota-llvm.git] / test /
2015-08-23 Joseph Tremoulet[WinEH] Require token linkage in EH pad/ret signatures
2015-08-22 David BlaikieUpdate test case so it passes the verifier
2015-08-22 David BlaikieVerifier: Don't crash on null entries in debug info...
2015-08-22 Davide Italiano[llvm-readobj] Test --macho-data-in-code option.
2015-08-22 Jingyue Wu[NVPTX] Allow undef value as global initializer
2015-08-22 Matt ArsenaultAMDGPU: Improve accuracy of instruction rates for some...
2015-08-21 JF BastienImprove the determinism of MergeFunctions
2015-08-21 Adam Nemet[LAA] Hold bounds via ValueHandles during SCEV expansion
2015-08-21 Tom StellardAMDGPU/SI: Better handle s_wait insertion
2015-08-21 Sanjoy DasRe-apply r245635, "[InstCombine] Transform A & (L ...
2015-08-21 Alex LorenzMIR Serialization: Serialize the pointer IR expression...
2015-08-21 Vedant Kumar[ARM] Fix MachO CPU Subtype selection
2015-08-21 Hal Finkel[PowerPC] PPCVSXFMAMutate should not segfault on undef...
2015-08-21 Simon PilgrimLine endings fix.
2015-08-21 Sanjay Patel[x86] enable machine combiner reassociations for 256...
2015-08-21 Sanjay Patelremove 'FeatureSlowUAMem' from AMD CPUs based on 10H...
2015-08-21 Sanjay Patel[x86] enable machine combiner reassociations for 128...
2015-08-21 Sanjay Patelsave some testing time; get rid of the non-SSE chips...
2015-08-21 Sanjay Pateladd a test case to check the fast-unaligned-mem attribu...
2015-08-21 John Brawn[DAGCombiner] Fold together mul and shl when both are...
2015-08-21 NAKAMURA TakumiRevert r245635, "[InstCombine] Transform A & (L - 1...
2015-08-21 James Y Knight[Sparc] Support user-specified stack object overalignment.
2015-08-21 Peter CollingbourneTransformUtils: Introduce module splitter.
2015-08-21 Matthias BraunAArch64: Fix testcase of r245640
2015-08-21 Michael Zolotukhin[SLP] Add one more test case for propagating 'nontempor...
2015-08-21 Adrian Prantldelete more dead code from this testcase.
2015-08-20 Adrian PrantlFurther reduce the IR in this testcase based on a furth...
2015-08-20 Matthias BraunAArch64: Fix cmp;ccmp ordering
2015-08-20 Matthias BraunAArch64: Do not create CCMP on multiple users.
2015-08-20 David Majnemer[InstSimplify] add nuw %x, C2 must be at least C2
2015-08-20 Sanjoy Das[InstCombine] Transform A & (L - 1) u< L --> L != 0
2015-08-20 Michael Zolotukhin[SLP] Propagate 'nontemporal' attribute into vectorized...
2015-08-20 Michael Zolotukhin[LoopVectorize] Propagate 'nontemporal' attribute into...
2015-08-20 Ahmed Bougacha[X86] Look for scalar through one bitcast when lowering...
2015-08-20 Ahmed Bougacha[X86] Add some broadcast-from-memory tests.
2015-08-20 Jingyue Wu[NVPTX] truncating 64-bit to 32-bit is free
2015-08-20 Ahmed Bougacha[X86] Replace avx2 broadcast intrinsics with native IR.
2015-08-20 Adrian PrantlFix a bug that caused SimplifyCFG to drop DebugLocs.
2015-08-20 Adrian PrantlFix a debug location handling bug in GVN.
2015-08-20 Rafael EspindolaFix symbol value computation when part of the expressio...
2015-08-20 Douglas Katzman[Sparc]: correct the 'set' synthetic instruction
2015-08-20 Balaram MakamOptimize bitwise even/odd test (-x&1 -> x&1) to not...
2015-08-20 Zoran Jovanovic[mips][microMIPS] Add microMIPS32r6 and microMIPS64r6...
2015-08-20 Marina Yatsina[X86] Fix FBLD and FBSTP
2015-08-20 Marina Yatsina[X86] Fix bug in COMISD and COMISS definition in td...
2015-08-20 David Majnemer[X86] Fix the (shl (and (setcc_c), c1), c2) -> (and...
2015-08-20 Bjorn SteinbrinkRevert "[DSE] Enable removal of lifetime intrinsics...
2015-08-20 Bjorn Steinbrink[DSE] Enable removal of lifetime intrinsics in terminat...
2015-08-20 Hal Finkel[PowerPC] Fix value type on XVCMPEQDP for v2f64 comparisons
2015-08-20 Hal Finkel[PowerPC] Fix the int2fp(fp2int(x)) DAGCombine to ignor...
2015-08-20 Alex LorenzMIR Serialization: Use the global value syntax for...
2015-08-20 Alex LorenzMIR Serialization: Change syntax for the call entry...
2015-08-19 Alex LorenzMIR Serialization: Serialize unnamed local IR values...
2015-08-19 Sanjay Patel[x86] enable machine combiner reassociations for scalar...
2015-08-19 Sanjay Patel[x86] enable machine combiner reassociations for scalar...
2015-08-19 Simon Pilgrim[DAGCombiner] Added SMAX/SMIN/UMAX/UMIN constant folding
2015-08-19 Juergen Ributzka[AArch64][FastISel] Don't fold shifts with UB.
2015-08-19 David Majnemer[X86] Emit more efficient >= comparisons against 0
2015-08-19 Dan Gohman[WebAssembly] Use the default alignment for SIMD types.
2015-08-19 Simon Pilgrim[DAGCombiner] Fold CONCAT_VECTORS of EXTRACT_SUBVECTOR...
2015-08-19 Paul RobinsonMinor tidying of regex in a test
2015-08-19 Douglas Katzman[Sparc]: asm-only support for the ldstub instruction.
2015-08-19 Alex LorenzMIR Serialization: Serialize instruction's register...
2015-08-19 Nemanja IvanovicTemporary fix for the self-host failures introduced...
2015-08-19 Alex LorenzMIR Serialization: Serialize defined registers that...
2015-08-19 Bruno Cardoso Lopes[PeepholeOptimizer] Look through PHIs to find additiona...
2015-08-19 Douglas Katzman[SPARC] Enable writing to floating-point-state register.
2015-08-19 Ahmed Bougacha[AArch64] Improve short-form diags on long-form Match_I...
2015-08-19 Derek Schuffx32. Fixes a bug in x32 exception handling.
2015-08-19 JF Bastienx32. Fixes jmp %reg in x32
2015-08-19 Bruno Cardoso LopesRevert "[PeepholeOptimizer] Look through PHIs to find...
2015-08-19 James Y Knight[SPARC] Fix BooleanContents, so that select of a trunc...
2015-08-19 Bruno Cardoso Lopes[PeepholeOptimizer] Look through PHIs to find additiona...
2015-08-19 Silviu Baranga[ARM] Add instruction selection patterns for vmin/vmax
2015-08-19 Joerg SonnenbergerMap %fprs to %asr6 in the Sparc assembler parser.
2015-08-19 Tobias GrosserRevert "[X86] Widen the 'AND' mask if doing so shrinks...
2015-08-19 Michael Kuperstein[X86] Do not lower scalar sdiv/udiv to a shifts + mul...
2015-08-19 Hal FinkelFix how DependenceAnalysis calls delinearization
2015-08-19 Eric ChristopherRevert "Fix PR24469 resulting from r245025 and re-enabl...
2015-08-19 Hal FinkelMake ScalarEvolution::isKnownPredicate a little smarter
2015-08-19 Chih-Hung HsiehSplit ARM and AArch64 emutls.ll test
2015-08-19 Alex LorenzMIR Serialization: Serialize MMI's variable debug infor...
2015-08-19 Quentin Colombet[BasicAA] Add a test for PR24468 to be sure we won...
2015-08-19 Quentin Colombet[BasicAA] Revert r221876 because it can produce incorre...
2015-08-18 Alex LorenzMIR Parser: Return true on error when parsing standalon...
2015-08-18 Alex LorenzMIR Serialization: Serialize the operand's bit mask...
2015-08-18 Alex LorenzMIR Serialization: Serialize the frame information...
2015-08-18 David Majnemer[InstSimplify] Don't assume getAggregateElement will...
2015-08-18 Joerg SonnenbergerLoad/store instructions for floating points with addres...
2015-08-18 Simon Pilgrim[X86] Refreshed sign extension tests.
2015-08-18 Simon Pilgrim[X86][AVX] Added shuffle concatenation tests
2015-08-18 Matthias BraunDAGCombiner: Improve DAGCombiner select normalization
2015-08-18 Matthias BraunDAGCombiner: Optimize SELECTs first before turning...
2015-08-18 Simon PilgrimUpdated constants to give more useful min/max constant...
2015-08-18 David Majnemer[WinEH] Calculate state numbers for the new EH represen...
2015-08-18 Alex LorenzMIR Parser: Implicit register verifier should accept...
2015-08-18 Daniel Sanders[mips] Expand JAL instructions when PIC is enabled.
2015-08-18 Davide Italiano[MC] Convert another bunch of tests from macho-dump...
2015-08-18 Zoran Jovanovic[mips][microMIPS] Implement DDIV, DMOD, DDIVU and DMODU...
2015-08-18 Zoran Jovanovic[mips][microMIPS] Implement SW and SWE instructions
next