Reapply "Subtract isn't commutative, fix this for MMX psub." with
[oota-llvm.git] / test / CodeGen /
2013-04-23 Jyotsna VermaHexagon: Remove assembler mapped instruction definitions.
2013-04-23 Vincent LejeuneR600: Use .AMDGPU.config section to emit stacksize
2013-04-23 Vincent LejeuneR600: Add CF_END
2013-04-23 Jyotsna VermaHexagon: Remove duplicate instructions to handle global...
2013-04-23 Rafael EspindolaMove test from grep to FileCheck.
2013-04-22 Akira Hatanaka[mips] In performDSPShiftCombine, check that all elemen...
2013-04-22 Stephen LinExtra paranoid test for r179925 (verify that tail calls...
2013-04-22 Stepan DyatkovskiyFix for 5.5 Parameter Passing --> Stage C:
2013-04-22 Arnaud A. de Grand... Cleanup: test source files do not need to be executable
2013-04-22 David BlaikieRevert "Revert "PR14606: debug info imported_module...
2013-04-21 Jim GrosbachLegalize vector truncates by parts rather than just...
2013-04-21 Jim GrosbachARM: Split out cost model vcvt testcases.
2013-04-21 Jakob Stoklund OlesenPassing arguments to varags functions under the SPARC...
2013-04-21 Jakob Stoklund OlesenFix the SETHIimm pattern for 64-bit code.
2013-04-21 Tim NorthoverARM: fix part of test which actually needed an asserts...
2013-04-21 Tim NorthoverARM: Use ldrd/strd to spill 64-bit pairs when available.
2013-04-21 Bill WendlingRemove tbaa metadata.
2013-04-20 Jakob Stoklund OlesenCompile varargs functions for SPARCv9.
2013-04-20 Tim NorthoverARM: don't add FrameIndex offset for LDMIA (has no...
2013-04-20 Stephen LinMinor renaming of tests (for consistency with an in...
2013-04-20 Benjamin KramerDon't litter .s files in test directory.
2013-04-20 Stephen LinAdd CodeGen support for functions that always return...
2013-04-20 Stephen LinAllow tail call opportunity detection through nested...
2013-04-19 Akira Hatanaka[mips] Instruction selection patterns for DSP-ASE vecto...
2013-04-19 Hal FinkelFix PPC optimizeCompareInstr swapped-sub argument handling
2013-04-19 Anton KorobeynikovDo not mangle in MS-way the globals with magic \001...
2013-04-19 Bill WendlingMake test slightly more readable.
2013-04-19 Bill WendlingAdd a testcase to make sure we generate the proper...
2013-04-19 Eric ChristopherRevert "PR14606: debug info imported_module support"
2013-04-19 David BlaikiePR14606: debug info imported_module support
2013-04-19 Tom StellardR600: Add pattern for the BFI_INT instruction
2013-04-19 Tom StellardR600: Reorganize lit tests and document how they should...
2013-04-18 Hal FinkelDisable PPC comparison optimization by default
2013-04-18 Hal FinkelImplement optimizeCompareInstr for PPC
2013-04-18 Benjamin KramerX86: Add an SSE2 lowering for 64 bit compares when...
2013-04-18 Derek SchuffAllow misaligned stores in x86 fast-isel.
2013-04-18 Hao LiuFix for PR14824, An ARM Load/Store Optimization bug
2013-04-17 Eli BenderskyThis patch teaches x86 fast-isel to generate the native...
2013-04-17 Vincent LejeuneR600: Make Export Instruction not duplicable
2013-04-16 Richard Osborne[XCore] Extend test to check positve offsets are folded...
2013-04-16 Richard Osborne[XCore] Give test more generic name.
2013-04-16 Richard Osborne[XCore] Convert a couple of tests to FileCheck.
2013-04-16 Logan ChienImplement ARM unwind opcode assembler.
2013-04-16 Jakob Stoklund OlesenAdd 64-bit multiply and divide instructions for SPARC v9.
2013-04-15 Tom StellardR600/SI: Emit config values in register value pairs.
2013-04-15 Tom StellardR600/SI: Emit configuration value in the .AMDGPU.config...
2013-04-15 Tom StellardR600: Emit ELF formatted code rather than raw ISA.
2013-04-15 Tim NorthoverAvoid outputting temporary test file into source tree.
2013-04-15 Hal FinkelFix PPC64 CR spill location for callee-saved registers
2013-04-14 Jakob Stoklund OlesenUse i32 for all SPARC shift amounts, even in 64-bit...
2013-04-14 Jakob Stoklund OlesenAdd support for the abs64 SPARC v9 code model.
2013-04-14 Jakob Stoklund OlesenAdd support for the SPARC v9 abs44 code model.
2013-04-14 Jakob Stoklund OlesenAlso put target flags on SPARC constant pool references.
2013-04-14 Jakob Stoklund OlesenFix patterns for 64-bit pointers.
2013-04-13 Jakob Stoklund OlesenDefine SPARC code models.
2013-04-13 Hal FinkelSpill and restore PPC CR registers using the FP when...
2013-04-13 Andrew TrickFurther generalize this scheduler test.
2013-04-13 Andrew TrickFix a dislexic regex.
2013-04-13 Andrew TrickAdd a missing REQUIRES: asserts
2013-04-13 Andrew TrickMI-Sched: schedule physreg copies.
2013-04-13 Akira Hatanaka[mips] Reapply r179420 and r179421.
2013-04-12 Akira HatanakaRevert r179420 and r179421.
2013-04-12 Akira Hatanaka[mips] Instruction selection patterns for carry-setting...
2013-04-12 Akira Hatanaka[mips] v4i8 and v2i16 add, sub and mul instruction...
2013-04-12 Nico RieckReplace coff-/elf-dump with llvm-readobj
2013-04-12 Nadav RotemFix the test on linux by setting the triple and the...
2013-04-12 Nadav RotemAdd a flag to align all basic blocks in the function.
2013-04-11 Preston GurdUse FileCheck instead of grep.
2013-04-11 Jack CarterMips specific inline asm memory operand modifier test...
2013-04-11 Eli BenderskyAdd a CHECK-NOT for a more faithful translation of...
2013-04-11 Benjamin KramerAdd missing colons to check lines.
2013-04-11 Benjamin KramerFileCheckize a bunch of tests.
2013-04-11 Michael LiaoOptimize vector select from all 0s or all 1s
2013-04-11 Michael LiaoEnhance bool simplifcation in X86 to handle more cases
2013-04-10 Eli BenderskyRewrite some of the test/CodeGen/X86 tests to use FileC...
2013-04-10 Hal FinkelManually remove successors in if conversion when CopyAn...
2013-04-10 Jack CarterMips specific inline asm memory operand modifier test...
2013-04-10 Michel DanzerR600/SI: Add pattern for AMDGPUurecip
2013-04-10 Reed KotlerThis is for an experimental option -mips-os16. The...
2013-04-10 Vincent LejeuneR600: Add VTX_READ_* and RAT_WRITE_CACHELESS_* when...
2013-04-10 Christian KonigR600/SI: dynamical figure out the reg class of MIMG
2013-04-10 Christian KonigR600/SI: adjust writemask to only the used components
2013-04-10 Christian KonigR600/SI: remove image sample writemask
2013-04-10 Evan Cheng__sincosf_stret returns sinf / cosf in bits 0:31 and...
2013-04-09 Jack CarterMips specific inline asm operand modifier 'D'
2013-04-09 Hal FinkelAllow PPC B and BLR to be if-converted into some predic...
2013-04-09 Reed KotlerThis patch enables llvm to switch between compiling...
2013-04-09 Benjamin KramerDAGCombiner: Fold a shuffle on CONCAT_VECTORS into...
2013-04-09 Hal FinkelUse virtual base registers on PPC
2013-04-09 Hal FinkelConvert test PowerPC/2007-09-07-LoadStoreIdxForms to...
2013-04-09 Jakob Stoklund OlesenCompute correct frame sizes for SPARC v9 64-bit frames.
2013-04-08 Hal FinkelGenerate PPC early conditional returns
2013-04-08 Tim NorthoverAArch64: remove barriers from AArch64 atomic operations.
2013-04-07 Hal FinkelCleanup and improve PPC fsel generation
2013-04-07 Jakob Stoklund OlesenImplement LowerCall_64 for the SPARC v9 64-bit ABI.
2013-04-06 Jakob Stoklund OlesenImplement LowerReturn_64 for SPARC v9.
2013-04-06 Jakob Stoklund OlesenSPARC v9 stack pointer bias.
2013-04-06 Hal FinkelImplement PPCInstrInfo::FoldImmediate
2013-04-06 Jakob Stoklund OlesenComplete formal arguments for the SPARC v9 64-bit ABI.
2013-04-05 Tom StellardR600/SI: Add support for buffer stores v2
next