| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | MC/Mach-O/x86_64: Relocations in debug sections should use local relocations | Daniel Dunbar | 2010-05-05 | 1 | -21/+56 |
* | MC/Mach-O/x86_64: Support @GOTPCREL on symbols, even for non-PCrel relocations! | Daniel Dunbar | 2010-03-29 | 1 | -18/+53 |
* | MC: Fix refacto in MCExpr evaluation, I mistakenly replaced a fragment addres... | Daniel Dunbar | 2010-03-25 | 1 | -24/+166 |
* | MC/Mach-O: Remove Darwin host specific tests, we don't need them anymore. | Daniel Dunbar | 2010-03-20 | 3 | -758/+0 |
* | MC/Mach-O: Tweak optimal_nop test to be host independent. | Daniel Dunbar | 2010-03-20 | 2 | -6/+232 |
* | Fixed the encoding problems of the crc32 instructions. All had the Operand size | Kevin Enderby | 2010-03-19 | 1 | -0/+11 |
* | MC/Mach-O/x86_64: Add relocation support. | Daniel Dunbar | 2010-03-19 | 3 | -0/+901 |
* | MC/Mach-O: Factor out isScatteredFixupFullyResolvedSimple predicate, and fix ... | Daniel Dunbar | 2010-03-19 | 1 | -45/+73 |
* | MC/Mach-O/x86_64: Temporary labels in cstring sections require symbols (and e... | Daniel Dunbar | 2010-03-15 | 2 | -0/+2039 |
* | xfail properly | Chris Lattner | 2010-03-14 | 1 | -1/+1 |
* | xfail these tests temporarily to get teh buildbots back to happy land. | Chris Lattner | 2010-03-14 | 1 | -0/+1 |
* | MC/X86_64: Symbol support. | Daniel Dunbar | 2010-03-13 | 1 | -144/+293 |
* | MC/Mach-O: Initial x86_64 support. | Daniel Dunbar | 2010-03-13 | 2 | -7/+564 |
* | MC/Mach-O: PCrel relocations weren't using the right base address, they are | Daniel Dunbar | 2010-03-13 | 1 | -0/+14 |
* | MC/Mach-O: Implement initial support for relaxation. | Daniel Dunbar | 2010-03-12 | 2 | -0/+68 |
* | MC/Mach-O: Implement "absolutizing" semantics of .set, by evaluating the asse... | Daniel Dunbar | 2010-03-11 | 1 | -0/+71 |
* | MC/Mach-O: Use the SECTDIFF relocation type for (A - B + constant) where A is... | Daniel Dunbar | 2010-03-10 | 1 | -0/+55 |
* | MC/Mach-O: For PCrel relocations, we need to compensate for the PCrel adjustm... | Daniel Dunbar | 2010-03-09 | 1 | -0/+62 |
* | MC/Macho-O: Align the zerofill section itself to the maximum alignment. | Daniel Dunbar | 2010-03-08 | 2 | -1/+16 |
* | MC/Mach-O: Fix address compution for zero fill sections. | Daniel Dunbar | 2010-03-08 | 1 | -0/+35 |
* | This is a patch to the assembler frontend to detect when aligning a text | Kevin Enderby | 2010-02-25 | 1 | -0/+156 |
* | MCAssembler/Darwin: Add a test (on Darwin) that we assemble a bunch of | Daniel Dunbar | 2010-02-02 | 2 | -0/+555 |
* | MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections. | Daniel Dunbar | 2010-02-02 | 1 | -0/+14 |
* | Fixed MCSectionMachO::ParseSectionSpecifier to allow an attribute of "none" so | Kevin Enderby | 2009-10-07 | 1 | -39/+52 |
* | llvm-mc: Support .comm emission. | Daniel Dunbar | 2009-08-28 | 1 | -0/+114 |
* | llvm-mc: Support .zerofill emission. | Daniel Dunbar | 2009-08-28 | 4 | -0/+501 |
* | For now, only run MC tests if X86 is configured. | Daniel Dunbar | 2009-08-27 | 1 | -1/+4 |
* | llvm-mc/Mach-O: Unique sections properly, so we don't get duplicate text | Daniel Dunbar | 2009-08-26 | 1 | -0/+3 |
* | llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table. | Daniel Dunbar | 2009-08-26 | 1 | -1/+2 |
* | llvm-mc/Mach-O: Set .subsections_via_symbols flag properly. | Daniel Dunbar | 2009-08-26 | 1 | -2/+3 |
* | llvm-mc/Mach-O: Add support for relocations. | Daniel Dunbar | 2009-08-26 | 1 | -0/+227 |
* | llvm-mc: Fix tests for python variations in int printing, sigh. | Daniel Dunbar | 2009-08-26 | 1 | -10/+10 |
* | llvm-mc/Mach-O: Add section padding where needed (to align the next section). | Daniel Dunbar | 2009-08-26 | 2 | -0/+224 |
* | llvm-mc/Mach-O: Set addresses for symbols. | Daniel Dunbar | 2009-08-26 | 2 | -10/+140 |
* | llvm-mc: Improve indirect symbol support (add the indirect index table). | Daniel Dunbar | 2009-08-26 | 1 | -0/+273 |
* | llvm-mc/Mach-O: Support symbol attributes. | Daniel Dunbar | 2009-08-24 | 1 | -0/+254 |
* | llvm-mc/Mach-O: Improve symbol table support: | Daniel Dunbar | 2009-08-22 | 1 | -0/+160 |
* | Force triple for these tests. | Daniel Dunbar | 2009-08-22 | 2 | -2/+2 |
* | llvm-mc: Improve handling of implicit alignment for magic section directives | Daniel Dunbar | 2009-08-21 | 1 | -18/+9 |
* | llvm-mc/Mach-O: Support .o emission for .org and .align. | Daniel Dunbar | 2009-08-21 | 1 | -4/+11 |
* | llvm-mc/Mach-O: Support byte and fill value emission. | Daniel Dunbar | 2009-08-21 | 1 | -0/+60 |
* | llvm-mc: Start MCAssembler and MCMachOStreamer. | Daniel Dunbar | 2009-08-21 | 2 | -0/+535 |