aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Sparc: Perform leaf procedure optimization by defaultVenkatraman Govindaraju2013-06-029-34/+36
* When determining the new index for an insertelement, we may not assume that anNick Lewycky2013-06-011-0/+11
* Sparc: Mark functions calling llvm.vastart and llvm.returnaddress intrinsics ...Venkatraman Govindaraju2013-06-012-0/+24
* Disable new legacy JIT test on ARM.Tim Northover2013-06-011-0/+1
* Revert r183069: "TMP: LEA64_32r fixing"Tim Northover2013-06-011-4/+3
* TMP: LEA64_32r fixingTim Northover2013-06-011-3/+4
* X86: change MOV64ri64i32 into MOV32ri64Tim Northover2013-06-012-10/+27
* [Sparc] Generate correct code for leaf functions with stack objects Venkatraman Govindaraju2013-06-011-0/+23
* Prevent loop-unroll from making assumptions about undefined behavior.Andrew Trick2013-05-312-22/+62
* Temporarily Revert "X86: change MOV64ri64i32 into MOV32ri64" as itEric Christopher2013-05-311-10/+10
* LoopVectorize: PHIs with only outside users should prevent vectorizationArnold Schwaighofer2013-05-311-0/+41
* Modify how the formulae are rated in Loop Strength Reduce.Quentin Colombet2013-05-313-9/+64
* Unit test for SCEV fix r182989, PR16130.Andrew Trick2013-05-311-3/+28
* ARM: permit upper-case BE/LE on setend instructionTim Northover2013-05-311-0/+4
* ARM: add fstmx and fldmx instructions for assemblyTim Northover2013-05-313-0/+36
* Simplify multiplications by vectors whose elements are powers of 2.Rafael Espindola2013-05-311-0/+408
* ARM: fix VEXT encoding corner caseTim Northover2013-05-311-0/+5
* [SystemZ] Don't use LOAD and STORE REVERSED for volatile accessesRichard Sandiford2013-05-314-24/+72
* [NVPTX] Re-enable support for virtual registers in the final outputJustin Holewinski2013-05-312-35/+35
* [msan] Handle mixed track-origins and keep-going settings (llvm part).Evgeniy Stepanov2013-05-311-2/+3
* X86: change MOV64ri64i32 into MOV32ri64Tim Northover2013-05-311-10/+10
* [mips] Big-endian code generation for atomic instructions.Akira Hatanaka2013-05-311-160/+335
* Reapply with r182909 with a fix to the calculation of the new indices forNick Lewycky2013-05-311-0/+21
* Revert r182937 and r182877.Rafael Espindola2013-05-3025-83/+13
* Don't use fast isel on this test.Rafael Espindola2013-05-301-1/+1
* Force a triple so we don't get bitten by windows' different regalloc.Benjamin Kramer2013-05-301-1/+1
* Force fragile test to the atom scheduler model.Benjamin Kramer2013-05-301-2/+4
* X86: allow registers 8-15 in testTim Northover2013-05-301-3/+3
* X86: use sub-register sequences for MOV*r0 operationsTim Northover2013-05-3013-24/+51
* [NVPTX] Fix case where a sext load of an i1 type may produce anJustin Holewinski2013-05-301-0/+14
* [SystemZ] Enable unaligned accessesRichard Sandiford2013-05-3012-5/+386
* Revert r182909.Evgeniy Stepanov2013-05-301-12/+0
* Swizzle vector inputs if it helps us eliminate shuffles.Nick Lewycky2013-05-301-0/+12
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-3077-254/+320
* This testcase tests command line attributes which we don't yet support.Bill Wendling2013-05-301-62/+0
* Order CALLSEQ_START and CALLSEQ_END nodes.Andrew Trick2013-05-292-12/+23
* Enable FastISel on ARM for Linux and NaClJF Bastien2013-05-2924-12/+82
* Teach ReMaterialization to be more cunning about subregistersTim Northover2013-05-292-9/+9
* LTO+Debug Info: revert r182791.Manman Ren2013-05-291-117/+0
* [SystemZ] Two tests missing from previous commitRichard Sandiford2013-05-292-0/+218
* [SystemZ] Immediate compare-and-branch supportRichard Sandiford2013-05-297-100/+992
* Move test that depends on the X86 backend into the right subdirectory.Benjamin Kramer2013-05-291-0/+0
* [Sparc] Add support for leaf functions in sparc backend. Venkatraman Govindaraju2013-05-291-0/+57
* Mips assembler: Improve set register alias handlingJack Carter2013-05-281-2/+3
* Add support for llvm.vectorizer metadataPaul Redmond2013-05-286-10/+86
* ARM: use pristine object file while processing relocationsTim Northover2013-05-283-3/+3
* LTO+Debug Info: correctly emit inlined_subroutine when the inlined callee isManman Ren2013-05-281-0/+117
* Extend RemapInstruction and friends to take an optional new parameter, a Valu...James Molloy2013-05-281-0/+15
* [msan] Fix argument shadow alignment.Evgeniy Stepanov2013-05-281-0/+40
* [SystemZ] Register compare-and-branch supportRichard Sandiford2013-05-2819-49/+1105