| Commit message (Expand) | Author | Age | Files | Lines |
* | MC-COFF: Add test for my last commit. | Michael J. Spencer | 2010-10-08 | 1 | -0/+29 |
* | MC-COFF: Fix symbol aliases. Fixes PR8251. | Michael J. Spencer | 2010-10-07 | 1 | -0/+48 |
* | Get binding and visibility info from the the alias, but Type from the symbol | Rafael Espindola | 2010-10-06 | 1 | -9/+34 |
* | If a symbol is global, reloc against it even if it is in a mergeable section. | Rafael Espindola | 2010-10-06 | 1 | -0/+15 |
* | Make sure weak symbols are listed after the local ones. | Rafael Espindola | 2010-10-06 | 1 | -0/+16 |
* | Correctly handle GOTPCREL relocations. | Rafael Espindola | 2010-10-06 | 1 | -0/+9 |
* | Use a relocation against the symbol if it is a PLT and the symbol is in another | Rafael Espindola | 2010-10-05 | 1 | -4/+20 |
* | Implement more alias cases. | Rafael Espindola | 2010-10-05 | 1 | -0/+37 |
* | Replace a gross hack (the MOV64ri_alt instruction) with a slightly less | Chris Lattner | 2010-10-05 | 2 | -3/+3 |
* | Don't crash in a strange .size directive. | Rafael Espindola | 2010-10-05 | 1 | -0/+9 |
* | MC-COFF: Fix (PR8278) temporary symbol relocations. | Michael J. Spencer | 2010-10-05 | 1 | -30/+37 |
* | Add support for a fill value in the .zero directive. | Rafael Espindola | 2010-10-05 | 1 | -2/+3 |
* | Implement a simple alias case and refactor the code a bit so that the | Rafael Espindola | 2010-10-05 | 1 | -0/+22 |
* | test/COFF: Fix symbol indexes and names. Update tests to match. | Michael J. Spencer | 2010-10-05 | 2 | -14/+14 |
* | test/COFF: Remove temp file usage. | Michael J. Spencer | 2010-10-05 | 3 | -7/+4 |
* | Cleanup Whitespace. | Michael J. Spencer | 2010-10-05 | 1 | -2/+2 |
* | Produce a undefined reference to _GLOBAL_OFFSET_TABLE_ when needed. | Rafael Espindola | 2010-10-05 | 1 | -1/+5 |
* | Tests that now pass. | Rafael Espindola | 2010-10-05 | 2 | -19/+80 |
* | Added a testcase for the ENTER instruction. | Sean Callanan | 2010-10-05 | 1 | -1/+4 |
* | Implement ELF::R_X86_64_GOTPCREL. | Rafael Espindola | 2010-10-04 | 1 | -1/+8 |
* | Produce a R_X86_64_PLT32 when needed. | Rafael Espindola | 2010-10-04 | 1 | -0/+14 |
* | Produce a R_X86_64_GOT32 when needed. | Rafael Espindola | 2010-10-04 | 1 | -0/+14 |
* | Add hook in MCSection to decide when to use "optimized nops", for each | Jan Wen Voung | 2010-10-04 | 3 | -1/+86 |
* | Include the section address in the computation of the relocation. | Rafael Espindola | 2010-10-04 | 1 | -0/+3 |
* | Correctly compute the relocation when it is not in the first fragment. | Rafael Espindola | 2010-10-04 | 1 | -1/+2 |
* | Add 3DNowA instructions. | Eli Friedman | 2010-10-03 | 1 | -0/+16 |
* | the immediate field of pshufw is actually an 8-bit field, not a 8-bit field t... | Chris Lattner | 2010-10-03 | 1 | -0/+5 |
* | add support for the prefetch/prefetchw instructions, move femms into | Chris Lattner | 2010-10-03 | 1 | -0/+8 |
* | what the heck, add support for the rest of the 3dNow! binary operations. | Chris Lattner | 2010-10-03 | 1 | -1/+58 |
* | Implement support for the bizarre 3DNow! encoding (which is unlike anything | Chris Lattner | 2010-10-03 | 1 | -0/+11 |
* | Implement a very basic PIC case. | Rafael Espindola | 2010-10-03 | 1 | -0/+25 |
* | fix a regression introduced in r115243, in which the instruction | Chris Lattner | 2010-10-02 | 1 | -0/+2 |
* | actually, move the elf tests into the existing elf dir. | Chris Lattner | 2010-10-02 | 2 | -0/+0 |
* | consolidate ELF tests into asmparser tests. | Chris Lattner | 2010-10-02 | 3 | -6/+0 |
* | move ARM MC tests up one level. | Chris Lattner | 2010-10-02 | 3 | -0/+0 |
* | move X86 subdir up a level | Chris Lattner | 2010-10-01 | 14 | -0/+0 |
* | Factor some logic into ShouldRelocOnSymbol. This simplifies the code and | Rafael Espindola | 2010-09-30 | 2 | -7/+16 |
* | more cleanups. | Chris Lattner | 2010-09-30 | 7 | -7903/+7897 |
* | merge and clean up tests. | Chris Lattner | 2010-09-30 | 6 | -51/+55 |
* | merge two tests. | Chris Lattner | 2010-09-30 | 2 | -10074/+10073 |
* | rename test | Chris Lattner | 2010-09-30 | 1 | -0/+0 |
* | generalize test. | Chris Lattner | 2010-09-30 | 1 | -0/+0 |
* | rename test. | Chris Lattner | 2010-09-30 | 1 | -0/+0 |
* | merge two tests. | Chris Lattner | 2010-09-30 | 2 | -262/+256 |
* | preemptively add the rest of the non-n fpstack instructions. | Chris Lattner | 2010-09-30 | 1 | -0/+4 |
* | merge two tests. | Chris Lattner | 2010-09-30 | 2 | -7/+5 |
* | fix this to not be completely broken. | Chris Lattner | 2010-09-30 | 1 | -2/+1 |
* | update, unxfail, fix bogus encodings. | Chris Lattner | 2010-09-30 | 1 | -12/+11 |
* | update and unxfail | Chris Lattner | 2010-09-30 | 1 | -19/+18 |
* | unxfail this by fixing syntactic differences. | Chris Lattner | 2010-09-30 | 1 | -6/+5 |