aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* MC-COFF: Fix symbol aliases. Fixes PR8251.Michael J. Spencer2010-10-071-0/+48
* test: Fix binary stdin issues with coff-dump on Windows.Michael J. Spencer2010-10-071-1/+4
* Allow use of the 16-bit literal move instruction in CMOVs for ARM mode.Jim Grosbach2010-10-071-2/+2
* Get binding and visibility info from the the alias, but Type from the symbolRafael Espindola2010-10-061-9/+34
* If a symbol is global, reloc against it even if it is in a mergeable section.Rafael Espindola2010-10-061-0/+15
* Make sure weak symbols are listed after the local ones.Rafael Espindola2010-10-061-0/+16
* Correctly handle GOTPCREL relocations.Rafael Espindola2010-10-061-0/+9
* - Add TargetInstrInfo::getOperandLatency() to compute operand latencies. ThisEvan Cheng2010-10-062-3/+3
* Generalize tblgen's dag parsing logic to handle arbitrary expressionsChris Lattner2010-10-063-2/+38
* rename add some comments.Chris Lattner2010-10-061-0/+5
* filecheckizeChris Lattner2010-10-062-21/+24
* remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 placesChris Lattner2010-10-061-91/+0
* Use a relocation against the symbol if it is a PLT and the symbol is in anotherRafael Espindola2010-10-051-4/+20
* enhance tblgen to support anonymous defm's, use this toChris Lattner2010-10-051-0/+12
* Implement more alias cases.Rafael Espindola2010-10-051-0/+37
* PSHUFW is in SSE, not SSSE3.Bill Wendling2010-10-051-2/+2
* Replace a gross hack (the MOV64ri_alt instruction) with a slightly less Chris Lattner2010-10-052-3/+3
* Don't crash in a strange .size directive.Rafael Espindola2010-10-051-0/+9
* MC-COFF: Fix (PR8278) temporary symbol relocations.Michael J. Spencer2010-10-051-30/+37
* Add support for a fill value in the .zero directive.Rafael Espindola2010-10-051-2/+3
* Implement a simple alias case and refactor the code a bit so that theRafael Espindola2010-10-051-0/+22
* test/COFF: Fix symbol indexes and names. Update tests to match.Michael J. Spencer2010-10-053-20/+24
* test/COFF: Remove temp file usage.Michael J. Spencer2010-10-053-7/+4
* test/coff-dump: Support reading from stdin.Michael J. Spencer2010-10-051-1/+6
* Cleanup Whitespace.Michael J. Spencer2010-10-051-2/+2
* Use a more efficient lowering of uint64_t --> float that can take advantage o...Owen Anderson2010-10-051-0/+21
* Produce a undefined reference to _GLOBAL_OFFSET_TABLE_ when needed.Rafael Espindola2010-10-051-1/+5
* Tests that now pass.Rafael Espindola2010-10-052-19/+80
* test/CodeGen/X86/atomic_op.ll: Rename @main to @func. Extra sequences will be...NAKAMURA Takumi2010-10-051-1/+1
* Added a testcase for the ENTER instruction.Sean Callanan2010-10-051-1/+4
* The pshufw instruction came about in MMX2 when SSE was introduced. Don't placeBill Wendling2010-10-041-0/+3
* Implement ELF::R_X86_64_GOTPCREL.Rafael Espindola2010-10-041-1/+8
* Produce a R_X86_64_PLT32 when needed.Rafael Espindola2010-10-041-0/+14
* Produce a R_X86_64_GOT32 when needed.Rafael Espindola2010-10-041-0/+14
* Add hook in MCSection to decide when to use "optimized nops", for eachJan Wen Voung2010-10-043-1/+86
* Include the section address in the computation of the relocation.Rafael Espindola2010-10-041-0/+3
* Correctly compute the relocation when it is not in the first fragment.Rafael Espindola2010-10-041-1/+2
* va_args support for Win64.Anton Korobeynikov2010-10-031-0/+20
* Properly emit stack probe on win64 (for non-mingw targets).Anton Korobeynikov2010-10-031-2/+3
* Add 3DNowA instructions.Eli Friedman2010-10-031-0/+16
* unbreak buildbotChris Lattner2010-10-031-2/+2
* the immediate field of pshufw is actually an 8-bit field, not a 8-bit field t...Chris Lattner2010-10-031-0/+5
* add support for the prefetch/prefetchw instructions, move femms intoChris Lattner2010-10-031-0/+8
* what the heck, add support for the rest of the 3dNow! binary operations.Chris Lattner2010-10-031-1/+58
* Implement support for the bizarre 3DNow! encoding (which is unlike anythingChris Lattner2010-10-031-0/+11
* Add test to make sure that the MMX intrinsic calls make it out the other end inBill Wendling2010-10-031-0/+1324
* Auto-upgrade tests for the new MMX intrinsic calls.Bill Wendling2010-10-031-0/+220
* Implement a very basic PIC case.Rafael Espindola2010-10-031-0/+25
* fix a regression introduced in r115243, in which the instructionChris Lattner2010-10-021-0/+2
* actually, move the elf tests into the existing elf dir.Chris Lattner2010-10-022-0/+0