aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
AgeCommit message (Expand)Author
2013-04-19Revert "PR14606: debug info imported_module support"Eric Christopher
2013-04-19PR14606: debug info imported_module supportDavid Blaikie
2013-04-19R600: Add pattern for the BFI_INT instructionTom Stellard
2013-04-19R600: Reorganize lit tests and document how they should be organizedTom Stellard
2013-04-18Disable PPC comparison optimization by defaultHal Finkel
2013-04-18Implement optimizeCompareInstr for PPCHal Finkel
2013-04-18X86: Add an SSE2 lowering for 64 bit compares when pcmpgtq (SSE4.2) isn't ava...Benjamin Kramer
2013-04-18Allow misaligned stores in x86 fast-isel.Derek Schuff
2013-04-18Fix for PR14824, An ARM Load/Store Optimization bugHao Liu
2013-04-17This patch teaches x86 fast-isel to generate the native div/idiv instructionsEli Bendersky
2013-04-17R600: Make Export Instruction not duplicableVincent Lejeune
2013-04-16Add support for the div/rem instructions under x86 fast-isel.Jim Stichnoth
2013-04-16[XCore] Extend test to check positve offsets are folded into addresses.Richard Osborne
2013-04-16[XCore] Give test more generic name.Richard Osborne
2013-04-16[XCore] Convert a couple of tests to FileCheck.Richard Osborne
2013-04-16Implement ARM unwind opcode assembler.Logan Chien
2013-04-16Add 64-bit multiply and divide instructions for SPARC v9.Jakob Stoklund Olesen
2013-04-15R600/SI: Emit config values in register value pairs.Tom Stellard
2013-04-15R600/SI: Emit configuration value in the .AMDGPU.config ELF sectionTom Stellard
2013-04-15R600: Emit ELF formatted code rather than raw ISA.Tom Stellard
2013-04-15Avoid outputting temporary test file into source tree.Tim Northover
2013-04-15Fix PPC64 CR spill location for callee-saved registersHal Finkel
2013-04-14Use i32 for all SPARC shift amounts, even in 64-bit mode.Jakob Stoklund Olesen
2013-04-14Add support for the abs64 SPARC v9 code model.Jakob Stoklund Olesen
2013-04-14Add support for the SPARC v9 abs44 code model.Jakob Stoklund Olesen
2013-04-14Also put target flags on SPARC constant pool references.Jakob Stoklund Olesen
2013-04-14Fix patterns for 64-bit pointers.Jakob Stoklund Olesen
2013-04-13Define SPARC code models.Jakob Stoklund Olesen
2013-04-13Spill and restore PPC CR registers using the FP when we have oneHal Finkel
2013-04-13Further generalize this scheduler test.Andrew Trick
2013-04-13Fix a dislexic regex.Andrew Trick
2013-04-13Add a missing REQUIRES: assertsAndrew Trick
2013-04-13MI-Sched: schedule physreg copies.Andrew Trick
2013-04-13[mips] Reapply r179420 and r179421.Akira Hatanaka
2013-04-12Revert r179420 and r179421.Akira Hatanaka
2013-04-12[mips] Instruction selection patterns for carry-setting and using addAkira Hatanaka
2013-04-12[mips] v4i8 and v2i16 add, sub and mul instruction selection patterns.Akira Hatanaka
2013-04-12Replace coff-/elf-dump with llvm-readobjNico Rieck
2013-04-12Fix the test on linux by setting the triple and the align formatNadav Rotem
2013-04-12Add a flag to align all basic blocks in the function.Nadav Rotem
2013-04-11Use FileCheck instead of grep.Preston Gurd
2013-04-11Mips specific inline asm memory operand modifier test caseJack Carter
2013-04-11Add a CHECK-NOT for a more faithful translation of the original grep | count 2.Eli Bendersky
2013-04-11Add missing colons to check lines.Benjamin Kramer
2013-04-11FileCheckize a bunch of tests.Benjamin Kramer
2013-04-11Optimize vector select from all 0s or all 1sMichael Liao
2013-04-11Enhance bool simplifcation in X86 to handle more casesMichael Liao
2013-04-10Rewrite some of the test/CodeGen/X86 tests to use FileCheck instead of grepEli Bendersky
2013-04-10Manually remove successors in if conversion when CopyAndPredicateBlock is usedHal Finkel
2013-04-10Mips specific inline asm memory operand modifier test caseJack Carter