summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* MC-COFF: Fix symbol aliases. Fixes PR8251.Michael J. Spencer2010-10-07
* test: Fix binary stdin issues with coff-dump on Windows.Michael J. Spencer2010-10-07
* Allow use of the 16-bit literal move instruction in CMOVs for ARM mode.Jim Grosbach2010-10-07
* Get binding and visibility info from the the alias, but Type from the symbolRafael Espindola2010-10-06
* If a symbol is global, reloc against it even if it is in a mergeable section.Rafael Espindola2010-10-06
* Make sure weak symbols are listed after the local ones.Rafael Espindola2010-10-06
* Correctly handle GOTPCREL relocations.Rafael Espindola2010-10-06
* - Add TargetInstrInfo::getOperandLatency() to compute operand latencies. ThisEvan Cheng2010-10-06
* Generalize tblgen's dag parsing logic to handle arbitrary expressionsChris Lattner2010-10-06
* rename add some comments.Chris Lattner2010-10-06
* filecheckizeChris Lattner2010-10-06
* remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 placesChris Lattner2010-10-06
* Use a relocation against the symbol if it is a PLT and the symbol is in anotherRafael Espindola2010-10-05
* enhance tblgen to support anonymous defm's, use this toChris Lattner2010-10-05
* Implement more alias cases.Rafael Espindola2010-10-05
* PSHUFW is in SSE, not SSSE3.Bill Wendling2010-10-05
* Replace a gross hack (the MOV64ri_alt instruction) with a slightly less Chris Lattner2010-10-05
* Don't crash in a strange .size directive.Rafael Espindola2010-10-05
* MC-COFF: Fix (PR8278) temporary symbol relocations.Michael J. Spencer2010-10-05
* Add support for a fill value in the .zero directive.Rafael Espindola2010-10-05
* Implement a simple alias case and refactor the code a bit so that theRafael Espindola2010-10-05
* test/COFF: Fix symbol indexes and names. Update tests to match.Michael J. Spencer2010-10-05
* 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