Fix a spelling error in the description of a statistic. NFC
[oota-llvm.git] / test / CodeGen /
2015-09-15 Quentin Colombet[ShrinkWrapping] Add a test case for r247710.
2015-09-15 Ulrich Weigand[SystemZ] Fix assertion failure in tryBuildVectorShuffle
2015-09-15 Dan Gohman[WebAssembly] Implement int64-to-int32 conversion.
2015-09-14 Jun Bum LimImprove ISel using across lane min/max reduction
2015-09-14 John Brawn[ARM] Extract shifts out of multiply-by-constant
2015-09-13 Simon Pilgrim[X86][MMX] Added shuffle decodes for MMX/3DNow! shuffles.
2015-09-13 Elena DemikhovskyAVX-512: Fixed a bug in OR/XOR operations for 512-bit...
2015-09-12 Sanjay Patel[x86] enable machine combiner reassociations for 128...
2015-09-12 Simon Pilgrim[X86] Added i1 vector sextload tests
2015-09-12 Simon Pilgrim[X86][FMA] Refreshed fma tests
2015-09-12 Sanjay Patelrevert r247506; need to verify changes in existing...
2015-09-12 Sanjay Patel[x86] enable machine combiner reassociations for 128...
2015-09-12 Simon Pilgrim[X86][SSE] Use general sext IR for (v)pmovsx stack...
2015-09-11 Akira HatanakaUse function attribute "stackrealign" to decide whether...
2015-09-11 David Majnemer[X86] Make sure startproc/endproc are paired
2015-09-11 Reid Kleckner[IR] Print the label operands of a catchpad like an...
2015-09-11 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-09-10 Reid Kleckner[WinEH] Push and pop EBP for 32-bit funclets
2015-09-10 James Y Knight[SPARC] Switch to the Machine Scheduler.
2015-09-10 Reid KlecknerFix SEH state numbering algorithm to handle cleanupendpads
2015-09-10 David BlaikieTidy up some alias syntax to make explicit pointer...
2015-09-10 Joseph Tremoulet[WinEH] Fix single-block cleanup coloring
2015-09-10 Alex LorenzFix PR 24724 - The implicit register verifier shouldn...
2015-09-10 Igor BregerAVX512: Implemented encoding and intrinsics for
2015-09-10 Silviu Baranga[DAGCombine] Truncate BUILD_VECTOR operators if necessa...
2015-09-10 James Molloy[ARM] Do not use vtrn for vectorshuffle if the order...
2015-09-10 Kit BartonEnable the shrink wrapping optimization for PPC64.
2015-09-10 Ahmed Bougacha[AArch64] Match FI+offset in STNP addressing mode.
2015-09-10 Ahmed Bougacha[AArch64] Match base+offset in STNP addressing mode.
2015-09-10 Ahmed Bougacha[AArch64] Support selecting STNP.
2015-09-10 Reid Kleckner[WinEH] Add codegen support for cleanuppad and cleanupret
2015-09-09 Reid Kleckner[SEH] Emit 32-bit SEH tables for the new EH IR
2015-09-09 Dan Gohman[WebAssembly] Update target datalayout strings.
2015-09-09 Renato GolinRevert "AVX512: Implemented encoding and intrinsics...
2015-09-09 Dan Gohman[WebAssembly] Implement calls with void return types.
2015-09-09 Tom StellardAMDGPU/SI: Fold operands through REG_SEQUENCE instructions
2015-09-09 Igor BregerAVX512: Implemented encoding and intrinsics for
2015-09-09 Alex LorenzFix PR 24633 - Handle undef values when parsing standal...
2015-09-09 Daniel SandersFix vector splitting for extract_vector_elt and vector...
2015-09-09 Dan Gohman[WebAssembly] Fix lowering of calls with more than...
2015-09-09 Matt ArsenaultSelectionDAG: Support Expand of f16 extloads
2015-09-09 Dan Gohman[WebAssembly] Implement WebAssemblyInstrInfo::copyPhysReg
2015-09-08 Reid Kleckner[WinEH] Avoid creating MBBs for LLVM BBs that cannot...
2015-09-08 Reid Kleckner[WinEH] Emit prologues and epilogues for funclets
2015-09-08 Eric ChristopherFix the PPC CTR Loop pass to look for calls to the...
2015-09-08 Derek SchuffFix comments and RUN line in x86-64 stdarg test leftove...
2015-09-08 Derek Schuffx32. Fixes a bug in how struct va_list is initialized...
2015-09-08 Derek Schuffx32. Fixes a bug in i8mem_NOREX declaration.
2015-09-08 Matt ArsenaultAMDGPU: Handle sub of constant for DS offset folding
2015-09-08 David BlaikieFix CPP Backend for GEP API changes for opaque pointer...
2015-09-08 JF BastienWebAssembly: NFC rename shr/sar
2015-09-08 Dan Gohman[WebAssembly] Temporarily disable this test, as it...
2015-09-08 Igor BregerAVX512: kunpck encoding implementation
2015-09-08 Dan Gohman[WebAssembly] Enable SSA lowering and other pre-regallo...
2015-09-08 Daniel Sanders[mips] Reserve address spaces 1-255 for software use.
2015-09-08 Elena DemikhovskyAVX-512: Lowering for 512-bit vector shuffles.
2015-09-06 Simon Pilgrim[X86][MMX] Added missing stack folding tests for MMX...
2015-09-06 Simon Pilgrim[X86][AVX512] Added 512-bit vector shift tests.
2015-09-06 Hal Finkel[SelectionDAG] Swap commutative binops before constant...
2015-09-06 Hal Finkel[PowerPC] Don't commute trivial rlwimi instructions
2015-09-05 Simon Pilgrim[X86] Updated vector lzcnt tests. Added missing vec512...
2015-09-05 Simon Pilgrim[X86] Updated vector tzcnt tests. Added vec512 tests.
2015-09-05 Simon Pilgrim[X86] Updated vector popcnt tests. Added vec512 tests.
2015-09-05 Hal Finkel[PowerPC] Fix and(or(x, c1), c2) -> rlwimi generation
2015-09-04 Simon Pilgrim[X86][AVX] Test tidyup + regeneration. NFCI.
2015-09-04 Steven WuFix the testcase in r246790
2015-09-03 Hal Finkel[PowerPC] Try harder to find a base+offset when looking...
2015-09-03 Hal Finkel[PowerPC] Compute the MMO offset for an unaligned load...
2015-09-03 Chad Rosier[AArch64] Improve ISel using across lane addition reduc...
2015-09-03 Quentin Colombet[ARM] Add a test case for revision 243956.
2015-09-03 Chad RosierRevert "[AArch64] Improve load/store optimizer to handl...
2015-09-03 Sanjay Patel[x86] enable machine combiner reassociations for scalar...
2015-09-03 Sanjay Patelcheck for fastness before merging in DAGCombiner::Merge...
2015-09-03 Chad Rosier[AArch64] Improve load/store optimizer to handle LDUR...
2015-09-03 Joseph Tremoulet[WinEH] Add llvm.eh.exceptionpointer intrinsic
2015-09-03 Igor BregerAVX512: Implemented encoding and intrinsics for vplzcnt...
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.
next