aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* R600: Add pattern for the BFI_INT instructionTom Stellard2013-04-191-0/+34
* R600: Reorganize lit tests and document how they should be organizedTom Stellard2013-04-1929-128/+174
* Disable PPC comparison optimization by defaultHal Finkel2013-04-181-1/+1
* Implement optimizeCompareInstr for PPCHal Finkel2013-04-181-0/+101
* X86: Add an SSE2 lowering for 64 bit compares when pcmpgtq (SSE4.2) isn't ava...Benjamin Kramer2013-04-181-0/+136
* Allow misaligned stores in x86 fast-isel.Derek Schuff2013-04-181-0/+18
* Fix for PR14824, An ARM Load/Store Optimization bugHao Liu2013-04-181-0/+82
* This patch teaches x86 fast-isel to generate the native div/idiv instructionsEli Bendersky2013-04-172-0/+163
* R600: Make Export Instruction not duplicableVincent Lejeune2013-04-171-1/+3
* [XCore] Extend test to check positve offsets are folded into addresses.Richard Osborne2013-04-161-7/+24
* [XCore] Give test more generic name.Richard Osborne2013-04-161-0/+0
* [XCore] Convert a couple of tests to FileCheck.Richard Osborne2013-04-162-17/+22
* Implement ARM unwind opcode assembler.Logan Chien2013-04-165-13/+148
* Add 64-bit multiply and divide instructions for SPARC v9.Jakob Stoklund Olesen2013-04-161-0/+21
* R600/SI: Emit config values in register value pairs.Tom Stellard2013-04-151-3/+8
* R600/SI: Emit configuration value in the .AMDGPU.config ELF sectionTom Stellard2013-04-151-0/+1
* R600: Emit ELF formatted code rather than raw ISA.Tom Stellard2013-04-151-0/+11
* Avoid outputting temporary test file into source tree.Tim Northover2013-04-151-1/+1
* Fix PPC64 CR spill location for callee-saved registersHal Finkel2013-04-151-19/+10
* Use i32 for all SPARC shift amounts, even in 64-bit mode.Jakob Stoklund Olesen2013-04-141-0/+10
* Add support for the abs64 SPARC v9 code model.Jakob Stoklund Olesen2013-04-142-0/+20
* Add support for the SPARC v9 abs44 code model.Jakob Stoklund Olesen2013-04-142-0/+16
* Also put target flags on SPARC constant pool references.Jakob Stoklund Olesen2013-04-141-0/+30
* Fix patterns for 64-bit pointers.Jakob Stoklund Olesen2013-04-141-0/+9
* Define SPARC code models.Jakob Stoklund Olesen2013-04-131-0/+23
* Spill and restore PPC CR registers using the FP when we have oneHal Finkel2013-04-131-1/+14
* Further generalize this scheduler test.Andrew Trick2013-04-131-2/+2
* Fix a dislexic regex.Andrew Trick2013-04-131-1/+1
* Add a missing REQUIRES: assertsAndrew Trick2013-04-131-0/+1
* MI-Sched: schedule physreg copies.Andrew Trick2013-04-131-0/+48
* [mips] Reapply r179420 and r179421.Akira Hatanaka2013-04-131-7/+106
* Revert r179420 and r179421.Akira Hatanaka2013-04-121-106/+7
* [mips] Instruction selection patterns for carry-setting and using addAkira Hatanaka2013-04-121-0/+11
* [mips] v4i8 and v2i16 add, sub and mul instruction selection patterns.Akira Hatanaka2013-04-121-7/+95
* Replace coff-/elf-dump with llvm-readobjNico Rieck2013-04-1215-365/+231
* Fix the test on linux by setting the triple and the align formatNadav Rotem2013-04-121-4/+4
* Add a flag to align all basic blocks in the function.Nadav Rotem2013-04-121-0/+22
* Use FileCheck instead of grep.Preston Gurd2013-04-112-17/+12
* Mips specific inline asm memory operand modifier test caseJack Carter2013-04-111-0/+16
* Add a CHECK-NOT for a more faithful translation of the original grep | count 2.Eli Bendersky2013-04-111-0/+1
* Add missing colons to check lines.Benjamin Kramer2013-04-111-1/+1
* FileCheckize a bunch of tests.Benjamin Kramer2013-04-112-7/+31
* Optimize vector select from all 0s or all 1sMichael Liao2013-04-111-0/+72
* Enhance bool simplifcation in X86 to handle more casesMichael Liao2013-04-113-2/+299
* Rewrite some of the test/CodeGen/X86 tests to use FileCheck instead of grepEli Bendersky2013-04-1011-15/+31
* Manually remove successors in if conversion when CopyAndPredicateBlock is usedHal Finkel2013-04-102-1/+1
* Mips specific inline asm memory operand modifier test caseJack Carter2013-04-101-5/+12
* R600/SI: Add pattern for AMDGPUurecipMichel Danzer2013-04-101-0/+12
* This is for an experimental option -mips-os16. The idea is to compile allReed Kotler2013-04-102-0/+226
* R600: Add VTX_READ_* and RAT_WRITE_CACHELESS_* when computing cf addrVincent Lejeune2013-04-101-0/+44