summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* test/COFF: Remove temp file usage.Michael J. Spencer2010-10-05
* test/coff-dump: Support reading from stdin.Michael J. Spencer2010-10-05
* Cleanup Whitespace.Michael J. Spencer2010-10-05
* Use a more efficient lowering of uint64_t --> float that can take advantage o...Owen Anderson2010-10-05
* Produce a undefined reference to _GLOBAL_OFFSET_TABLE_ when needed.Rafael Espindola2010-10-05
* Tests that now pass.Rafael Espindola2010-10-05
* test/CodeGen/X86/atomic_op.ll: Rename @main to @func. Extra sequences will be...NAKAMURA Takumi2010-10-05
* Added a testcase for the ENTER instruction.Sean Callanan2010-10-05
* The pshufw instruction came about in MMX2 when SSE was introduced. Don't placeBill Wendling2010-10-04
* Implement ELF::R_X86_64_GOTPCREL.Rafael Espindola2010-10-04
* Produce a R_X86_64_PLT32 when needed.Rafael Espindola2010-10-04
* Produce a R_X86_64_GOT32 when needed.Rafael Espindola2010-10-04
* Add hook in MCSection to decide when to use "optimized nops", for eachJan Wen Voung2010-10-04
* Include the section address in the computation of the relocation.Rafael Espindola2010-10-04
* Correctly compute the relocation when it is not in the first fragment.Rafael Espindola2010-10-04
* va_args support for Win64.Anton Korobeynikov2010-10-03
* Properly emit stack probe on win64 (for non-mingw targets).Anton Korobeynikov2010-10-03
* Add 3DNowA instructions.Eli Friedman2010-10-03
* unbreak buildbotChris Lattner2010-10-03
* the immediate field of pshufw is actually an 8-bit field, not a 8-bit field t...Chris Lattner2010-10-03
* add support for the prefetch/prefetchw instructions, move femms intoChris Lattner2010-10-03
* what the heck, add support for the rest of the 3dNow! binary operations.Chris Lattner2010-10-03
* Implement support for the bizarre 3DNow! encoding (which is unlike anythingChris Lattner2010-10-03
* Add test to make sure that the MMX intrinsic calls make it out the other end inBill Wendling2010-10-03
* Auto-upgrade tests for the new MMX intrinsic calls.Bill Wendling2010-10-03
* Implement a very basic PIC case.Rafael Espindola2010-10-03
* fix a regression introduced in r115243, in which the instructionChris Lattner2010-10-02
* actually, move the elf tests into the existing elf dir.Chris Lattner2010-10-02
* consolidate ELF tests into asmparser tests.Chris Lattner2010-10-02
* move ARM MC tests up one level.Chris Lattner2010-10-02
* Need to specify SSE4 for machines which don't have SSE4. The code checked for...Bill Wendling2010-10-01
* Now that the profitable bits of EnableFullLoadPRE have been enabled by defaul...Owen Anderson2010-10-01
* Fix code gen crash reported in PR 8235. We still lose debug info for the unus...Devang Patel2010-10-01
* We must check for something.Bill Wendling2010-10-01
* Disable tests until I can figure out why they're failing on just two machines...Bill Wendling2010-10-01
* Try adding an mtriple.Bill Wendling2010-10-01
* Zap some redundant 'ori $?, $?, 0' from SPU.Kalle Raiskila2010-10-01
* FileCheck-ize this test.Bill Wendling2010-10-01
* FileCheck-ize this test.Bill Wendling2010-10-01
* fix PR8267 - Instcombine shouldn't optimizer away volatile memcpy's.Chris Lattner2010-10-01
* upgrade this test.Chris Lattner2010-10-01
* fix rdar://8494845 + PR8244 - a miscompile exposed by my patch in r101350Chris Lattner2010-10-01
* One more +sse2.Dale Johannesen2010-10-01
* move X86 subdir up a levelChris Lattner2010-10-01
* Mark all these as needing SSE2. Should fix PPC andDale Johannesen2010-10-01
* Disable these tests for now; it's not obvious why they fail on Linux.Dale Johannesen2010-10-01
* Make test not sensitive to register choice.Dale Johannesen2010-10-01
* Massive rewrite of MMX: Dale Johannesen2010-09-30
* test/CodeGen/X86/sibcall.ll: Add explicit triplets and remove XFAIL: apple-da...NAKAMURA Takumi2010-09-30
* We do want to allow LoadPRE to perform LICM-like transformations: we already ...Owen Anderson2010-09-30