summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Add some uncovered attribute testsTobias Grosser2013-07-17
* Restore r181216, which was partially reverted in r182499.Stephen Lin2013-07-17
* Split openFileForRead into Windows and Unix versions.Rafael Espindola2013-07-17
* Fix comparisons of alloca alignment in inliner mergingHal Finkel2013-07-17
* Implement eret and deret(return from exception) instructions for Mips. Test e...Vladimir Medic2013-07-17
* Add the tests that I forgot to 'svn add' with my previous commit (r186504).Joey Gouly2013-07-17
* [XCore] Ensure implicit operands aren't lost on the return instruction.Richard Osborne2013-07-17
* Make x86 fast-isel correctly choose between aligned and unaligned operations ...Craig Topper2013-07-17
* PPC: Add CTR-register clobber to builtin setjmpHal Finkel2013-07-17
* raw_ostream.cpp: Introduce <fcntl.h> to let O_BINARY provided. Or, llvm::outs...NAKAMURA Takumi2013-07-17
* PPC: Implement base pointer and stack realignmentHal Finkel2013-07-17
* llvm/test/CodeGen/X86/vec_setcc.ll: Add explicit -mtriple=x86_64-unknown-unkn...NAKAMURA Takumi2013-07-17
* llvm/test/Object/ar-create.test: Relax a CHECK line to satisfy localized mess...NAKAMURA Takumi2013-07-16
* llvm/test/Object/check_binary_output.ll: Mark it as XFAIL on Windows. Investi...NAKAMURA Takumi2013-07-16
* ARM: Add support for the Thumb2 PLI alternate literal form.Tilmann Scheller2013-07-16
* Finally, force the target for this test. Should unbreak non-x86 buildbots.Benjamin Kramer2013-07-16
* XFAIL this test on mingw.Rafael Espindola2013-07-16
* Label names also differ between platforms. Use a relaxed regex.Benjamin Kramer2013-07-16
* Fix test not to fail when the target doesn't use leading underscores on symbols.Benjamin Kramer2013-07-16
* Cleanup testing case by using a shorter name for types.Manman Ren2013-07-16
* [X86] Use min/max to optimze unsigend vector comparison on X86Juergen Ributzka2013-07-16
* When the inliner merges allocas, it must keep the larger alignmentHal Finkel2013-07-16
* On error, close the temporary file descriptor.Rafael Espindola2013-07-16
* Create files with mode 666. This matches the behavior of other unix tools.Rafael Espindola2013-07-16
* [APFloat] PR16573: Avoid losing mantissa bits in ppc_fp128 to double truncationUlrich Weigand2013-07-16
* [XCore] Fix printing of inline asm operands.Richard Osborne2013-07-16
* [SystemZ] Use ROSBG and non-zero form of RISBG for OR nodesRichard Sandiford2013-07-16
* [SystemZ] Add MC support for R[NOX]SBGRichard Sandiford2013-07-16
* [SystemZ] Use RISBG for (shift (and ...))Richard Sandiford2013-07-16
* ARM: implement ldrex, strex and clrex intrinsicsTim Northover2013-07-16
* ARM EABI divmod supportRenato Golin2013-07-16
* llvm/test/Object/directory.ll: Mark it as XFAIL:cygwin. Directories can be op...NAKAMURA Takumi2013-07-16
* Fix TimeValue::toWin32Time() to be symmetric to fromWin32Time() and compatibl...NAKAMURA Takumi2013-07-16
* Add mingw32 to the XFAIL. I forgot about it when adding win32.Rafael Espindola2013-07-15
* PEI: Support for non-zero SPAdj at beginning of a basic block.Manman Ren2013-07-15
* PR16628: Fix a bug in the code that merges compares.Nadav Rotem2013-07-15
* Further simplify test case from r186119/r186035.David Blaikie2013-07-15
* XFAIL on windows too and document the XFAILs.Rafael Espindola2013-07-15
* Fix register subclass handling in PPCInstrInfo::insertSelectHal Finkel2013-07-15
* [mc-coff] Resolve aliases when emitting COFF relocationsReid Kleckner2013-07-15
* R600/SI: Add support for 64-bit loadsTom Stellard2013-07-15
* Remove invalid assert in DAGTypeLegalizer::RemapValueHal Finkel2013-07-15
* Revert r186316 while I track down an ASan failure and an assert fromChandler Carruth2013-07-15
* XFAIL this on freebsd to bring the bot back.Rafael Espindola2013-07-15
* Reimplement SROA yet again. Same fundamental principle, but a totallyChandler Carruth2013-07-15
* Mark llvm/test/Object/extract.ll as XFAIL:mingw32, for now.NAKAMURA Takumi2013-07-15
* Use conventional syntax for branches.Anton Korobeynikov2013-07-14
* Properly lower jump tables on MSP430. Patch by Job Noorman!Anton Korobeynikov2013-07-14
* The archive update test has a subtle race condition in it: if the testChandler Carruth2013-07-14
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14