aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
...
* [SystemZ] Add NGRK, OGRK and XGRKRichard Sandiford2013-07-1910-7/+64
* [SystemZ] Add NRK, ORK and XRKRichard Sandiford2013-07-1910-7/+73
* [SystemZ] Use SLLK, SRLK and SRAK for codegenRichard Sandiford2013-07-191-0/+63
* Try to appease the bots.Manman Ren2013-07-191-1/+1
* MI Sched: test case fix for previous checkin.Andrew Trick2013-07-191-1/+1
* Debug Info: enable verifying by default and disable testing cases that fail.Manman Ren2013-07-197-9/+9
* Update to more CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-1841-118/+118
* Disambiguate function names in some CodeGen tests. (Some tests were using fun...Stephen Lin2013-07-1814-126/+125
* R600/SI: Fix crash with VSELECTTom Stellard2013-07-181-0/+15
* R600/SI: Add support for v2f32 loadsTom Stellard2013-07-181-0/+14
* R600/SI: Add support for v2f32 storesTom Stellard2013-07-181-0/+18
* R600: Expand VSELECT for all typesTom Stellard2013-07-181-0/+30
* Update to CodeGen tests to use CHECK-LABEL for labels corresponding to functi...Stephen Lin2013-07-183-35/+35
* Forgot 'svn add' again, sorry!Joey Gouly2013-07-181-0/+145
* [SystemZ] Use RNSBGRichard Sandiford2013-07-181-0/+257
* [SystemZ] Generalize RxSBG SRA caseRichard Sandiford2013-07-181-0/+38
* [SystemZ] Use RXSBGRichard Sandiford2013-07-181-0/+112
* Fix copy and paste bug from r186491 to make v2f64 use MOVAPD/MOVUPD as it sho...Craig Topper2013-07-181-0/+16
* PPC: Support dynamic allocas with large alignmentHal Finkel2013-07-181-0/+39
* PPC: Add base-pointer support to builtin setjmp/longjmpHal Finkel2013-07-172-11/+58
* Add the tests that I forgot to 'svn add' with my previous commit (r186504).Joey Gouly2013-07-171-0/+42
* [XCore] Ensure implicit operands aren't lost on the return instruction.Richard Osborne2013-07-171-1/+16
* Make x86 fast-isel correctly choose between aligned and unaligned operations ...Craig Topper2013-07-173-19/+49
* PPC: Add CTR-register clobber to builtin setjmpHal Finkel2013-07-171-0/+50
* PPC: Implement base pointer and stack realignmentHal Finkel2013-07-171-0/+151
* llvm/test/CodeGen/X86/vec_setcc.ll: Add explicit -mtriple=x86_64-unknown-unkn...NAKAMURA Takumi2013-07-171-3/+3
* Finally, force the target for this test. Should unbreak non-x86 buildbots.Benjamin Kramer2013-07-161-3/+3
* Label names also differ between platforms. Use a relaxed regex.Benjamin Kramer2013-07-161-4/+4
* Fix test not to fail when the target doesn't use leading underscores on symbols.Benjamin Kramer2013-07-161-18/+18
* Cleanup testing case by using a shorter name for types.Manman Ren2013-07-161-39/+39
* [X86] Use min/max to optimze unsigend vector comparison on X86Juergen Ributzka2013-07-161-0/+126
* [APFloat] PR16573: Avoid losing mantissa bits in ppc_fp128 to double truncationUlrich Weigand2013-07-161-0/+11
* [XCore] Fix printing of inline asm operands.Richard Osborne2013-07-161-0/+32
* [SystemZ] Use ROSBG and non-zero form of RISBG for OR nodesRichard Sandiford2013-07-162-0/+203
* [SystemZ] Use RISBG for (shift (and ...))Richard Sandiford2013-07-161-1/+153
* ARM: implement ldrex, strex and clrex intrinsicsTim Northover2013-07-162-33/+139
* ARM EABI divmod supportRenato Golin2013-07-161-0/+202
* PEI: Support for non-zero SPAdj at beginning of a basic block.Manman Ren2013-07-152-0/+254
* Fix register subclass handling in PPCInstrInfo::insertSelectHal Finkel2013-07-151-0/+50
* R600/SI: Add support for 64-bit loadsTom Stellard2013-07-152-0/+56
* Remove invalid assert in DAGTypeLegalizer::RemapValueHal Finkel2013-07-151-0/+57
* Use conventional syntax for branches.Anton Korobeynikov2013-07-142-2/+2
* Properly lower jump tables on MSP430. Patch by Job Noorman!Anton Korobeynikov2013-07-141-5/+5
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14937-8028/+8028
* Convert Windows to Unix line endings, no functionality change.Stephen Lin2013-07-132-45/+45
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-13255-1492/+1492
* Convert a couple of grep tests to FileCheck.Benjamin Kramer2013-07-136-31/+109
* [mips] Remove trailing whitespace.Akira Hatanaka2013-07-121-4/+4
* [mips] Implement MipsTargetMachine::getInstrItineraryData().Akira Hatanaka2013-07-128-84/+89
* Fix ARM paired GPR COPY loweringJF Bastien2013-07-121-0/+17