aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* 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
* R600: Reapply testcase from r186178, the big endian issue should be fixed by ...Benjamin Kramer2013-07-121-0/+12
* R600: Remove the fpconst64.ll test which was failing on non-x86 buildbotsTom Stellard2013-07-121-12/+0
* R600/SI: Add support for f64 kernel argumentsTom Stellard2013-07-121-0/+9
* R600/SI: Implement select and compares for SITom Stellard2013-07-121-0/+79
* R600/SI: Add fsqrt pattern for SITom Stellard2013-07-121-0/+24
* R600/SI: Add double precision fsub pattern for SITom Stellard2013-07-121-0/+13
* R600/SI: SI support for 64bit ConstantFPTom Stellard2013-07-121-0/+12
* R600/SI: Add initial double precision support for SITom Stellard2013-07-124-0/+60
* X86: Shrink certain forms of movsx.Benjamin Kramer2013-07-124-6/+27
* X86: fold SSE2/AVX2 logical shift by immediate amount into zero vector when p...Stephen Lin2013-07-122-0/+494
* Start using CHECK-LABEL in some tests.Stephen Lin2013-07-1211-105/+106
* [SystemZ] Add test missing from r186148Richard Sandiford2013-07-121-0/+82
* [SystemZ] Optimize sign-extends of vector setccsRichard Sandiford2013-07-121-0/+70
* [SystemZ] Improve spilling of LGDR and LDGRRichard Sandiford2013-07-121-0/+288
* Target/X86: Add explicit Win64 and System V/x86-64 calling conventions.Charles Davis2013-07-122-0/+38
* PPC: Add some missing V_SET0 patternsHal Finkel2013-07-111-0/+18
* PPCDAGToDAGISel::isRunOfOnes should return false on zeroHal Finkel2013-07-111-0/+27
* [SystemZ] Add testcase missing from r186073Richard Sandiford2013-07-111-0/+266
* [SystemZ] Use zeroing form of RISBG for shift-and-AND sequencesRichard Sandiford2013-07-111-2/+2