[mips] Transfer kill flag to the newly created operand.
[oota-llvm.git] / test / CodeGen /
2013-10-15 Akira Hatanaka[mips] Transfer kill flag to the newly created operand.
2013-10-14 Quentin Colombet[X86][FastISel] During X86 fastisel, the address of...
2013-10-14 Nick LewyckyFix a typo, in a comment, in a test.
2013-10-14 Eric ChristopherRevert part of a fix from 2010, changes since then:
2013-10-14 Will DietzMachineSink: Fix and tweak critical-edge breaking heuri...
2013-10-14 Chad Rosier[AArch64] Add support for NEON scalar integer compare...
2013-10-14 Bernard OgdenAdd Cortex-A57 support
2013-10-14 Bernard OgdenAdd subtarget feature support for Cortex-A53
2013-10-14 Elena DemikhovskyFixed a bug in dynamic allocation memory on stack.
2013-10-13 Vincent LejeuneR600: improve dump of S_WAITCNT
2013-10-13 Vincent LejeuneR600: Use masked read sel for texture instructions
2013-10-13 Vincent LejeuneR600: fix swizzle export
2013-10-12 Benjamin KramerForce a CPU on test so it doesn't depend on microarchit...
2013-10-12 Reed KotlerFor Mips16, start to consolidate all forms of 32 bit...
2013-10-11 Matt ArsenaultR600: Add scalar i32 add test
2013-10-11 Matt ArsenaultUse CHECK-LABEL
2013-10-11 Matthias BraunRemove kill flags after if conversion if necessary
2013-10-11 Quentin Colombet[DAGCombiner] Load slicing test case: attempt to really...
2013-10-11 Quentin Colombet[DAGCombiner] Reapply load slicing (192471) with a...
2013-10-11 Quentin Colombet[DAGCombiner] Revert load slicing (r192471), until...
2013-10-11 Matthias BraunRevert "Tests: Be less dependent on a specific schedule...
2013-10-11 Quentin Colombet[DAGCombiner] Slice a big load in two loads when the...
2013-10-11 Amara Emerson[ARM] Fix FP ABI attributes with no VFP enabled.
2013-10-11 Matthias BraunTests: Be less dependent on a specific schedule/regalloc
2013-10-11 Matheus Almeida[mips][msa] Improves robustness of the test by enhancin...
2013-10-11 Justin Holewinski[NVPTX] Switch from StrongPHIElimination to PHIEliminat...
2013-10-11 Justin HolewinskiMake AsmPrinter::emitImplicitDef a virtual method so...
2013-10-11 Amara Emerson[ARM] Add a test case for disabled neon/fpu features.
2013-10-11 Daniel Sanders[mips][msa] Added support for matching maddv.[bhwd...
2013-10-11 Daniel Sanders[mips][msa] Added support for matching fmsub.[wd] from...
2013-10-11 Robert LyttonXCore target fix bug in emitArrayBound() causing segmen...
2013-10-11 Robert LyttonXCore target does not emit '.hidden' or '.protected...
2013-10-11 Robert LyttonXCore target: fix bug in XCoreLowerThreadLocal.cpp
2013-10-11 Robert LyttonXCore target: add XCoreTargetLowering::isZExtFree()
2013-10-11 Daniel Sanders[mips][msa] Added support for matching fmadd.[wd] from...
2013-10-11 Daniel Sanders[mips][msa] Added support for matching ffint_[us]....
2013-10-11 Kevin QinImplement aarch64 neon instruction set AdvSIMD (copy).
2013-10-10 Matthias BraunTests: Do not unnecessarily depend on kill comments
2013-10-10 Matthias BraunTests: Use CHECK-LABEL where possible
2013-10-10 Matt ArsenaultR600: Fix trunc i64 to i32 on SI
2013-10-10 Tom StellardR600/SI: Use -verify-machineinstrs for most tests
2013-10-10 Hao LiuImplement AArch64 vector load/store multiple N-element...
2013-10-10 Rafael EspindolaRevert "Implement AArch64 vector load/store multiple...
2013-10-10 Hao LiuImplement AArch64 vector load/store multiple N-element...
2013-10-10 Benjamin KramerDisable function padding to get this test to pass on...
2013-10-10 Tim NorthoverARM: correct liveness flags during ARMLoadStoreOpt
2013-10-09 Akira Hatanaka[mips] Do not generate INS/EXT nodes if target does...
2013-10-09 Venkatraman Govind... [Sparc] Disable tail call optimization for sparc64.
2013-10-09 Elena DemikhovskyAVX-512: Added VRCP28 and VRSQRT28 instructions and...
2013-10-09 Tim NorthoverAArch64: enable MISched by default.
2013-10-09 Tim NorthoverAArch64: migrate ADRP relaxation test to be llvm-mc...
2013-10-09 Craig TopperAdd in64BitMode/in32BitMode to the MMX/SSE2/AVX maskmov...
2013-10-08 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-10-08 Chad Rosier[AArch64] Add support for NEON scalar signed/unsigned...
2013-10-08 Reed KotlerAdd fabsf to the list of inlined functions; otherwise
2013-10-08 Matt ArsenaultAdd some xfaild R600 tests.
2013-10-08 Reed KotlerLet rotr and bswap be handled by expansion for Mips16...
2013-10-08 Craig TopperFix a typo in the mattr part of the run line.
2013-10-08 Craig TopperExplicitly disable AVX on a bunch of tests so they...
2013-10-08 Craig TopperRemove some instructions that existed to provide aliase...
2013-10-07 Akira Hatanaka[mips] Test case for r192124.
2013-10-07 Reed KotlerAdd Mips16 patterns for sign extend byte and sign exten...
2013-10-07 Manman RenStruct byval: use the correct alignment for loads gener...
2013-10-07 Benjamin KramerX86: Fix type check. Just because an integer type is...
2013-10-07 Matt ArsenaultChange objectsize intrinsic to accept different address...
2013-10-07 Amara Emerson[ARM] Improve build attributes emission.
2013-10-07 Chad Rosier[AArch64] Add support for NEON scalar arithmetic instru...
2013-10-06 Rafael EspindolaAdd support for aliases with linkonce_odr.
2013-10-06 Benjamin KramerForce a CPU that doesn't have AVX, otherwise this test...
2013-10-06 Benjamin KramerX86: Don't fold spills into SSE operations if the stack...
2013-10-06 Elena DemikhovskyAVX-512: added scalar convert instructions and intrinsics.
2013-10-06 Venkatraman Govind... [Sparc] Do not emit nop after fcmp* instruction with V9.
2013-10-06 Elena DemikhovskyAVX-512: fixed shuffle lowering
2013-10-06 Venkatraman Govind... [Sparc] Custom lower addc/adde/subc/sube on i64 in...
2013-10-06 Venkatraman Govind... [Sparc] Use addxcc/subxcc for adde/sube instead of...
2013-10-05 Benjamin KramerEmit a better error when running out of registers on...
2013-10-05 Craig TopperRemove unneeded TBM intrinsics. The arithmetic/logical...
2013-10-05 Craig TopperAdd an additional pattern for BLCI since opt can turn...
2013-10-05 Jiangning LiuImplement aarch64 neon instruction set AdvSIMD (Across).
2013-10-05 Rafael EspindolaConvert test to FileCheck.
2013-10-05 Venkatraman Govind... [Sparc] Use correct alignment while loading/storing...
2013-10-05 Venkatraman Govind... [Sparc] Respect hasHardQuad parameter correctly when...
2013-10-04 Venkatraman Govind... [Sparc] Correct the floating point conditional code...
2013-10-04 Reed KotlerSupport tblockaddr for static compilation in Mips16.
2013-10-04 Akira Hatanaka[mips] Fix a bug in MipsLongBranch::replaceBranch,...
2013-10-04 Matthias BraunARM: optimizeSelect has to consider the previous regist...
2013-10-04 Matthias BraunARM: do not add a regmask for TAILJUMPs
2013-10-04 Matthias BraunARM: preserve undef flag in pseudo instruction expanders
2013-10-04 Jiangning LiuImplement aarch64 neon instruction set AdvSIMD (3V...
2013-10-03 Logan Chien[arm] Enhance the test case by checking .fpu directive.
2013-10-03 Craig TopperRemove duplicated test cases that occurred when I appli...
2013-10-03 Craig TopperAdd patterns for selecting TBM instructions from logica...
2013-10-02 Elena DemikhovskyAVX-512: fixed a bug in getLoadStoreRegOpcode() for...
2013-10-01 Vincent LejeuneR600: add a pass that merges clauses.
2013-10-01 Vincent LejeuneR600: Put PRED_X instruction in its own clause
2013-10-01 Vincent LejeuneR600: Enable -verify-machineinstrs in some tests.
2013-10-01 Preston GurdAdd test case for PR16785.
2013-10-01 Richard Sandiford[SystemZ] Add comparisons of high words and memory
2013-10-01 Richard Sandiford[SystemZ] Add comparisons of large immediates using...
2013-10-01 Richard Sandiford[SystemZ] Add immediate addition involving high words
next