aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Windows/Path.inc: Introduce file_type::character_file and file_type::fifo_fil...NAKAMURA Takumi2013-07-181-3/+0
* [Support] Beef up and expose the response file parsing in llvm::clReid Kleckner2013-07-181-2/+6
* llvm/test/Other/close-stderr.ll: Mark this as XFAIL on msys, since r186560.NAKAMURA Takumi2013-07-181-0/+3
* Forgot 'svn add' again, sorry!Joey Gouly2013-07-181-0/+145
* [ARMv8] Add NEON instructions VCVT{A, N, P, M}.Joey Gouly2013-07-184-0/+144
* [SystemZ] Use RNSBGRichard Sandiford2013-07-181-0/+257
* Add Thumb tests for the ARMv8 FP instructions that I recently added.Joey Gouly2013-07-182-0/+293
* [SystemZ] Generalize RxSBG SRA caseRichard Sandiford2013-07-181-0/+38
* [SystemZ] Use RXSBGRichard Sandiford2013-07-181-0/+112
* This patch extends mips register parsing methods to allow indexed register pa...Vladimir Medic2013-07-181-0/+4
* Fix copy and paste bug from r186491 to make v2f64 use MOVAPD/MOVUPD as it sho...Craig Topper2013-07-181-0/+16
* Reapply r186316 with a fix for one bug where the code could walk off theChandler Carruth2013-07-181-1/+1
* 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 some uncovered attribute testsTobias Grosser2013-07-171-0/+31
* Restore r181216, which was partially reverted in r182499.Stephen Lin2013-07-171-9/+44
* Split openFileForRead into Windows and Unix versions.Rafael Espindola2013-07-171-2/+1
* Fix comparisons of alloca alignment in inliner mergingHal Finkel2013-07-171-0/+33
* Implement eret and deret(return from exception) instructions for Mips. Test e...Vladimir Medic2013-07-172-10/+28
* Add the tests that I forgot to 'svn add' with my previous commit (r186504).Joey Gouly2013-07-175-0/+82
* [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
* raw_ostream.cpp: Introduce <fcntl.h> to let O_BINARY provided. Or, llvm::outs...NAKAMURA Takumi2013-07-171-3/+0
* 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
* llvm/test/Object/ar-create.test: Relax a CHECK line to satisfy localized mess...NAKAMURA Takumi2013-07-161-1/+1
* llvm/test/Object/check_binary_output.ll: Mark it as XFAIL on Windows. Investi...NAKAMURA Takumi2013-07-161-0/+3
* ARM: Add support for the Thumb2 PLI alternate literal form.Tilmann Scheller2013-07-161-0/+4
* Finally, force the target for this test. Should unbreak non-x86 buildbots.Benjamin Kramer2013-07-161-3/+3
* XFAIL this test on mingw.Rafael Espindola2013-07-161-0/+1
* 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
* When the inliner merges allocas, it must keep the larger alignmentHal Finkel2013-07-162-0/+187
* On error, close the temporary file descriptor.Rafael Espindola2013-07-161-0/+9
* Create files with mode 666. This matches the behavior of other unix tools.Rafael Espindola2013-07-161-0/+13
* [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] Add MC support for R[NOX]SBGRichard Sandiford2013-07-163-0/+171
* [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
* llvm/test/Object/directory.ll: Mark it as XFAIL:cygwin. Directories can be op...NAKAMURA Takumi2013-07-161-3/+3
* Fix TimeValue::toWin32Time() to be symmetric to fromWin32Time() and compatibl...NAKAMURA Takumi2013-07-161-3/+0
* Add mingw32 to the XFAIL. I forgot about it when adding win32.Rafael Espindola2013-07-151-1/+1
* PEI: Support for non-zero SPAdj at beginning of a basic block.Manman Ren2013-07-152-0/+254
* PR16628: Fix a bug in the code that merges compares.Nadav Rotem2013-07-151-0/+27