Tweak llvm/test/tools/gold/X86/parallel.ll to run with pthread-unaware ld.gold on...
[oota-llvm.git] / test / CodeGen /
2015-09-02 Ahmed Bougacha[X86] Require 32-byte alignment for 32-byte VMOVNTs.
2015-09-02 Ahmed Bougacha[X86] Cleanup nontemporal tests a little. NFC.
2015-09-02 Hal Finkel[PowerPC] Cleanup cost model for unaligned vector loads...
2015-09-02 Sanjay Pateluse "unpredictable" metadata in fast-isel when splittin...
2015-09-02 Sanjay Pateluse "unpredictable" metadata in SelectionDAG when split...
2015-09-02 Hal Finkel[PowerPC] Don't always consider P8Altivec-only masks...
2015-09-02 Sanjay Patel[x86] fix allowsMisalignedMemoryAccesses() for 8-byte...
2015-09-02 Asaf Badouh[X86][AVX512VLBW] add support in byte shift and SAD
2015-09-02 Igor BregerAVX512: Implemented encoding and intrinsics for VGETMAN...
2015-09-02 Igor BregerAVX512: Implemented encoding and intrinsics for vshufps/d.
2015-09-02 Elena DemikhovskyAVX-512: store <4 x i1> and <2 x i1> values in memory
2015-09-02 Elena DemikhovskyOptimization for Gather/Scatter with uniform base
2015-09-02 Vedant Kumar[CodeGen] Fix FREM on 32-bit MSVC on x86
2015-09-01 Ahmed Bougacha[ARM] Don't abort on variable-idx extractelt in Reconst...
2015-09-01 Ahmed Bougacha[AArch64] Lower READCYCLECOUNTER using MRS PMCCTNR_EL0.
2015-09-01 Igor BregerAVX512: Implemented intrinsics for valign.
2015-09-01 Sanjay Pateluse CHECK-LABEL for more precision
2015-09-01 Silviu Baranga[ARM][AArch64] Turn on by default interleaved access...
2015-09-01 Cong HouDistribute the weight on the edge from switch to defaul...
2015-09-01 Sanjay Patelremove unnecessary/conflicting target info
2015-09-01 Sanjay Patelfixed test to specify triple rather than arch and CPU
2015-08-31 Hal Finkel[DAGCombine] Fixup SETCC legality checking
2015-08-31 JF BastienWebAssembly: generate load/store
2015-08-31 Hans WennborgFix CHECK directives that weren't checking.
2015-08-31 Sanjay Patel[x86] enable machine combiner reassociations for scalar...
2015-08-31 Reid Kleckner[EH] Handle non-Function personalities like unknown...
2015-08-31 Quentin Colombet[AArch64][CollectLOH] Remove an invalid assertion and...
2015-08-31 Matthias BraunAArch64: Fix loads to lower NEON vector lanes using...
2015-08-31 Igor BregerAVX512: Implemented encoding and intrinsics for vdbpsadbw
2015-08-31 Igor BregerAVX512: Implemented encoding and intrinsics for vpalignr
2015-08-31 Hal Finkel[AggressiveAntiDepBreaker] Check for EarlyClobber on...
2015-08-30 Hal Finkel[PowerPC] Fixup SELECT_CC (and SETCC) patterns with...
2015-08-30 Hal Finkel[PowerPC/MIR Serialization] Target flags serialization...
2015-08-29 James Molloy[ARM] Fix up buildbots after r246360
2015-08-29 James Molloy[ARM] Hoist fabs/fneg above a conversion to float.
2015-08-29 Matt ArsenaultAMDGPU: Add sdst operand to VOP2b instructions
2015-08-29 Matt ArsenaultAMDGPU: Fix dropping mem operands when moving to VALU
2015-08-28 Duncan P. N. Exon... DI: Update tests before adding !dbg subprogram attachments
2015-08-28 Duncan P. N. Exon... DI: Require subprogram definitions to be distinct
2015-08-28 Matt ArsenaultMake MergeConsecutiveStores look at other stores on...
2015-08-28 David MajnemerTest case for r246304.
2015-08-28 Sanjay Patel[x86] enable machine combiner reassociations for scalar...
2015-08-28 Joseph Tremoulet[WinEH] Update coloring to handle nested cases cleanly
2015-08-27 Quentin Colombet[AArch64][CollectLOH] Fix a regression that prevented...
2015-08-27 Reid Kleckner[WinEH] Add some support for code generating catchpad
2015-08-27 Ahmed Bougacha[CodeGen] Check FoldConstantArithmetic result before...
2015-08-27 Matt ArsenaultAMDGPU/SI: Add test for folding constants into operands
2015-08-27 Jonathan RoelofsFix a case of `CHECK[^:]*$`.
2015-08-27 Cong HouFixed a bug that edge weights are not assigned correctl...
2015-08-26 Bjarke Hammersholt... [NVPTX] Let NVPTX backend detect integer min and max...
2015-08-26 Cong HouAssign weights to edges to jump table / bit test header...
2015-08-26 JF BastienWebAssembly: handle private/internal globals.
2015-08-26 Matt ArsenaultAMDGPU: Don't reprocess instructions when splitting...
2015-08-26 Matt ArsenaultAMDGPU: Fix not moving users of s_bfe_i64 to VALU
2015-08-26 Matthias BraunSelectionDAGBuilder: Fix SPDescriptor not resetting...
2015-08-26 Matthias BraunFastISel: Avoid adding a successor block twice for...
2015-08-26 Matt ArsenaultAMDGPU: Produce error on dynamic_stackalloc
2015-08-26 James Y Knight[SPARC] Fix stupid oversight in stack realignment support.
2015-08-25 Charles DavisMake variable argument intrinsics behave correctly...
2015-08-25 JF BastienWebAssembly: emit `(func (param t) (result t))` s-expre...
2015-08-25 JF BastienWebAssembly: comment out .globl when printing textual...
2015-08-25 Cong HouRemove the final bit test during lowering switch statem...
2015-08-25 Sanjay Patelfix CHECK-LABEL and wrong label
2015-08-25 Sanjay Patelmake fast unaligned memory accesses implicit with SSE4...
2015-08-25 Michael Kuperstein[X86] Remove references to _ftol2
2015-08-25 Michael Kuperstein[X86] Fix fptoui conversions
2015-08-25 Steve KingPass function attributes instead of boolean in isIntDiv...
2015-08-24 Hal Finkel[PowerPC] PPCVSXFMAMutate should ignore trivial-copy...
2015-08-24 JF BastienWebAssembly: Implement call
2015-08-24 JF BastienRevert two bad commits.
2015-08-24 JF BastienMissing print.
2015-08-24 JF Bastiencall
2015-08-24 Simon Pilgrim[X86][SSE] Added tests for zero-extension vector shuffl...
2015-08-24 Dan Gohman[WebAssembly] CodeGen support for __builtin_wasm_page_s...
2015-08-24 Bill Schmidt[PPC64LE] Fix PR24546 - Swap optimization and debug...
2015-08-24 Dan Gohman[WebAssembly] Skeleton FastISel support
2015-08-24 Dan Gohman[WebAssembly] Implement floating point rounding operators.
2015-08-24 Dan Gohman[WebAssembly] Implement the is_zero_undef forms of...
2015-08-24 Oliver StannardAdd DAG optimisation for FP16_TO_FP
2015-08-24 Scott Douglass[ARM] Use AEABI helpers for i64 div and rem
2015-08-23 Sanjay Patelremove FIXME; fixed by r245733
2015-08-23 Simon Pilgrim[DAGCombiner] Fold CONCAT_VECTORS of bitcasted EXTRACT_...
2015-08-23 Joseph Tremoulet[WinEH] Require token linkage in EH pad/ret signatures
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 Tom StellardAMDGPU/SI: Better handle s_wait insertion
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 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 James Y Knight[Sparc] Support user-specified stack object overalignment.
2015-08-21 Matthias BraunAArch64: Fix testcase of r245640
2015-08-20 Matthias BraunAArch64: Fix cmp;ccmp ordering
2015-08-20 Matthias BraunAArch64: Do not create CCMP on multiple users.
2015-08-20 Ahmed Bougacha[X86] Look for scalar through one bitcast when lowering...
next