[ScalarEvolution] Get rid of NDEBUG in header.
[oota-llvm.git] / test / CodeGen /
2015-10-25 Simon Pilgrim[X86][SSE4A] Fix for EXTRQI shuffle lowering.
2015-10-25 Simon Pilgrim[X86][SSE] Refreshed tests (missing AVX512 patterns)
2015-10-25 Elena DemikhovskyScalarizer for masked.gather and masked.scatter intrinsics.
2015-10-25 Simon Pilgrim[X86][SSE] Added tests for shuffling through bitcasts.
2015-10-25 Simon Pilgrim[X86][SSE] vector sext/zext tests - remove unnecessary...
2015-10-25 Simon Pilgrim[X86][SSE] shift/rotate tests - remove unnecessary...
2015-10-25 Simon Pilgrim[X86] PMOV*X* tests - remove unnecessary mcpu arguments...
2015-10-25 Simon Pilgrim[X86] Stack folding tests - just use mtriple - no need...
2015-10-25 Michael Kuperstein[X86] Use correct calling convention for MCU psABI...
2015-10-24 Simon Pilgrim[X86][SSE] Use lowerVectorShuffleWithUNPCK instead...
2015-10-24 Simon PilgrimRemoved old FIXME - we do generate movddup for SSE3...
2015-10-24 Simon Pilgrim[DAGCombiner] Generalize masking of constant rotates.
2015-10-24 Hans WennborgX86ISelLowering: Support tail calls to/from callee...
2015-10-24 Simon Pilgrim[X86][XOP] Add support for lowering vector rotations
2015-10-23 Reid Kleckner[X86] Clean up the tail call eligibility logic
2015-10-23 Artyom Skrobov[ARM] Renaming +t2dsp feature into +dsp, as discussed...
2015-10-23 Oleg Ranevskyy[ARM CodeGen] @llvm.debugtrap call may be removed when...
2015-10-23 Joseph Tremoulet[CodeGen] Mark setjmp/catchret MBBs address-taken
2015-10-23 James MolloyRevert "[AArch64]Merge halfword loads into a 32-bit...
2015-10-22 Zia Ansari[X86] - Catch extra combine opportunities for redundant...
2015-10-22 Pirama Arumuga NainarFix incorrect target triple in fp16-promote.ll
2015-10-22 Daniel Sanders[mips][mips16] Fix typo in FileCheck directive.
2015-10-22 Asaf Badouh[X86][AVX512] extend vcvtph2ps to support xmm/ymm and...
2015-10-22 Elena DemikhovskyAVX-512: Fixed a bug in select_cc for i1 type
2015-10-22 JF BastienWebAssembly: fix more syntax
2015-10-22 Pete CooperAdd missing load/store flags to thumb2 instructions.
2015-10-21 Matt ArsenaultAMDGPU: Fix verifier error in SIFoldOperands
2015-10-21 Joerg SonnenbergerDrop assert that a call with struct return goes to...
2015-10-21 Reid Kleckner[WinEH] Add test for llvm.va.start in catchpad
2015-10-21 Sanjay Patel[x86] add test case that shows holes in LEA isel
2015-10-21 Daniel Sanders[mips][mips16] Re-work the inline assembly stubs to...
2015-10-21 Elena DemikhovskyMasked Load/Store optimization for scalar code
2015-10-21 Daniel Sanders[mips][msa] Remove copy_u.d and move copy_u.w to MSA64.
2015-10-21 Jonas PaulssonLet MachineVerifier be aware of mem-to-mem instructions.
2015-10-21 Krzysztof ParzyszekTail duplication can mix incompatible registers in...
2015-10-21 JF BastienWebAssembly: support imports
2015-10-20 Krzysztof Parzyszek[Hexagon] Bit-based instruction simplification
2015-10-20 Simon Pilgrim[X86][SSE] Add 256-bit vector bit rotation tests.
2015-10-20 Jonas Paulsson[SystemZ] Comment fix in test/CodeGen/SystemZ/fp-cmp...
2015-10-20 Artyom SkrobovAdding support for TargetLoweringBase::LibCall
2015-10-20 Igor BregerAVX512: Implemented encoding and intrinsics for VPBROAD...
2015-10-20 Andrea Di Biagio[x86] Fix AVX maskload/store intrinsic prototypes.
2015-10-20 Matt ArsenaultAMDGPU: Stop reserving v[254:255]
2015-10-20 JF BastienWebAssembly: fix call/return syntax.
2015-10-20 JF BastienWebAssembly: fix syntax for br_if.
2015-10-19 Cong HouEnhance loop rotation with existence of profile data...
2015-10-19 Jun Bum Lim[AArch64]Merge halfword loads into a 32-bit load
2015-10-19 Krzysztof Parzyszek[Hexagon] Delay emission of CFI instructions
2015-10-19 Asiri RathnayakeFix mapping of @llvm.arm.ssat/usat intrinsics to ssat...
2015-10-18 Simon Pilgrim[X86][SSE] Add vector bit rotation tests.
2015-10-18 Asaf Badouh[X86][AVX512DQ] add scalar fpclass
2015-10-18 Igor BregerAVX512: Lowering i8/i16 vector CTLZ using the dword...
2015-10-17 Simon Pilgrim[X86][XOP] Add VPROT rotate by immediate intrinsics...
2015-10-17 Simon Pilgrim[X86][FastISel] Teach how to select SSE4A nontemporal...
2015-10-17 Colin LeMahieu[Hexagon] Reverting test file change.
2015-10-17 Colin LeMahieu[Hexagon] Adding skeleton of HVX extension instructions.
2015-10-17 JF BastienWebAssembly: don't omit dead vregs from locals
2015-10-17 JF BastienWebAssembly: fix the syntax for comparisons
2015-10-17 Joseph Tremoulet[WinEH] Fix eh.exceptionpointer intrinsic lowering
2015-10-16 Reid Kleckner[WinEH] Fix stack alignment in funclets and ParentFrame...
2015-10-16 Sanjay Patel[x86] promote 'add nsw' to a wider type to allow more...
2015-10-16 Joseph Tremoulet[WinEH] Fix CatchRetSuccessorColorMap accounting
2015-10-16 Andrew KaylorFix assertion failure with fp128 to unsigned i64 conversion
2015-10-16 Krzysztof Parzyszek[Hexagon] Split double registers
2015-10-16 Krzysztof Parzyszek[Hexagon] Merge adjacent stores
2015-10-16 JF BastienWebAssembly: fix load/store syntax
2015-10-16 Joseph Tremoulet[WinEH] Fix endpad coloring/numbering
2015-10-16 Charlie Turner[AArch64] Implement vector splitting on UADDV.
2015-10-16 Craig Topper[X86] Add fxsr feature flag for fxsave/fxrestore instru...
2015-10-16 JF BastienWebAssembly: update syntax
2015-10-15 JF Bastienx86: preserve flags when folding atomic operations
2015-10-15 Kevin B. SmithChange test to use FileCheck rather than grep.
2015-10-15 JF Bastienx86 FP atomic codegen: don't drop globals, stack
2015-10-15 Daniel Sanders[mips][mips16] MIPS16 is not a CPU/Architecture but...
2015-10-15 Igor BregerAVX512: Implemented DAG lowering for shuff62x2/shufi62x...
2015-10-15 Igor BregerAVX512: Implemented encoding and intrinsics for vpternl...
2015-10-15 Elena DemikhovskyAVX-512: Fixed a bug in shuffle lowering 32-bit mode
2015-10-15 Andrea Di Biagio[x86] Merge test pr24562.ll into x86-fold-pshufb.ll...
2015-10-15 Akira Hatanaka[MachO] Stop generating *coal* sections.
2015-10-15 Quentin Colombet[ARM] Make sure we do not dereference the end iterator...
2015-10-15 Akira HatanakaRevert r250349.
2015-10-14 Akira Hatanaka[MachO] Stop generating *coal* sections.
2015-10-14 Akira HatanakaRevert r250342.
2015-10-14 Akira Hatanaka[MachO] Stop generating *coal* sections.
2015-10-14 Sanjay Pateladd x86 codegen tests for 'add nsw' followed by 'sext'
2015-10-14 Bill Schmidt[PowerPC] Fix invalid lxvdsx optimization (PR25157)
2015-10-14 Andrea Di Biagio[x86][FastISel] Teach how to select nontemporal stores.
2015-10-13 Joseph Tremoulet[WinEH] Add CoreCLR EH table emission
2015-10-13 Matt ArsenaultDAGCombiner: Don't stop finding better chain on 2 aliases
2015-10-13 JF Bastienx86: preserve flags when folding atomic operations
2015-10-12 Matt ArsenaultDAGCombiner: Combine extract_vector_elt from build_vector
2015-10-12 Cong HouAssign correct edge weights to unwind destinations...
2015-10-12 Reid KlecknerMake Win64 localescape offsets FP relative instead...
2015-10-12 Andrea Di Biagio[x86] Fix wrong lowering of vsetcc nodes (PR25080).
2015-10-12 Jun Bum Lim[AArch64]Fix bug in function names in test case
2015-10-12 Daniel Sanders[mips] Whitespace cleanup in MIPS16 tests to reduce...
2015-10-12 Daniel Sanders[mips] Handle undef when extracting subregs from FP64...
2015-10-12 Amjad Aboud[X86] Add XSAVE intrinsic family
2015-10-12 Andrea Di Biagio[x86] PR24562: fix incorrect folding of PSHUFB nodes...
2015-10-11 Simon Pilgrim[DAGCombiner] Improved FMA combine support for vectors
next