summaryrefslogtreecommitdiff
path: root/test/MC
Commit message (Expand)AuthorAge
* 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
* Cleanup Whitespace.Michael J. Spencer2010-10-05
* Produce a undefined reference to _GLOBAL_OFFSET_TABLE_ when needed.Rafael Espindola2010-10-05
* Tests that now pass.Rafael Espindola2010-10-05
* Added a testcase for the ENTER instruction.Sean Callanan2010-10-05
* 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
* Add 3DNowA instructions.Eli Friedman2010-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
* 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
* move X86 subdir up a levelChris Lattner2010-10-01
* Factor some logic into ShouldRelocOnSymbol. This simplifies the code andRafael Espindola2010-09-30
* more cleanups.Chris Lattner2010-09-30
* merge and clean up tests.Chris Lattner2010-09-30
* merge two tests.Chris Lattner2010-09-30
* rename testChris Lattner2010-09-30
* generalize test.Chris Lattner2010-09-30
* rename test.Chris Lattner2010-09-30
* merge two tests.Chris Lattner2010-09-30
* preemptively add the rest of the non-n fpstack instructions.Chris Lattner2010-09-30
* merge two tests.Chris Lattner2010-09-30
* fix this to not be completely broken.Chris Lattner2010-09-30
* update, unxfail, fix bogus encodings.Chris Lattner2010-09-30
* update and unxfailChris Lattner2010-09-30
* unxfail this by fixing syntactic differences.Chris Lattner2010-09-30
* implement support for finit, PR8258Chris Lattner2010-09-30
* add support for fstcw, PR8259Chris Lattner2010-09-30
* Move logic of determining ELF entsize from the .s printer to initializationJan Wen Voung2010-09-30
* Add another test that now passes.Rafael Espindola2010-09-30
* Correctly produce R_X86_64_32 or R_X86_64_32S.Rafael Espindola2010-09-30
* Have ELFAsmParser.cpp use the already parsed "Size" (entry size) when Jan Wen Voung2010-09-30
* Make it possible for the MCObjectWriter to decide if a given fixup is fullyRafael Espindola2010-09-30
* implement rdar://8491845 - Gas supports commuted forms of non-commutable inst...Chris Lattner2010-09-29