| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | MC/X86: Add aliases for Jcc variants. | Kevin Enderby | 2010-05-27 | 1 | -0/+106 |
* | Add a quick test of relocations. | Eric Christopher | 2010-05-27 | 1 | -0/+174 |
* | Add support for initialized global data for darwin tls. Update comments | Eric Christopher | 2010-05-25 | 1 | -87/+125 |
* | A more combo tls testcase. | Eric Christopher | 2010-05-19 | 1 | -0/+232 |
* | Few more simple tls testcases. | Eric Christopher | 2010-05-19 | 3 | -0/+279 |
* | Quick test to make sure we're emitting the tbss section correctly. | Eric Christopher | 2010-05-18 | 1 | -0/+114 |
* | Fixed the problem with a branch to "0b" that was not parsed by llvm-mc | Kevin Enderby | 2010-05-18 | 1 | -12/+15 |
* | MC/Mach-O: Implement support for setting indirect symbol table offset in sect... | Daniel Dunbar | 2010-05-18 | 1 | -0/+188 |
* | Added support in MC for Directional Local Labels. | Kevin Enderby | 2010-05-17 | 1 | -0/+92 |
* | MC/Mach-O/x86: Optimal nop sequences should only be used for the .text sectio... | Daniel Dunbar | 2010-05-17 | 1 | -7/+73 |
* | MC/Mach-O: Reverse order of SymbolData scanning when emitting instructions. | Daniel Dunbar | 2010-05-17 | 1 | -0/+100 |
* | MC/Mach-O: Fix some differences in symbol flag handling. | Daniel Dunbar | 2010-05-17 | 1 | -29/+105 |
* | MC/Mach-O/x86_64: Darwin's special "signed_N" relocation types should only be | Daniel Dunbar | 2010-05-14 | 1 | -46/+52 |
* | MC/Mach-O: Add another zerofill test to improve coverage. | Daniel Dunbar | 2010-05-13 | 1 | -0/+109 |
* | MC/Mach-O/x86_64: Add a new hook for checking whether a particular section can | Daniel Dunbar | 2010-05-12 | 1 | -66/+128 |
* | MC/Mach-O/x86_64: Fix PCrel adjustment for x86_64, which was using the fixup | Daniel Dunbar | 2010-05-11 | 1 | -78/+90 |
* | MC/Mach-O x86_64: Switch to using fragment atom symbol. | Daniel Dunbar | 2010-05-11 | 1 | -22/+48 |
* | MC/Mach-O: Fix another mismatch with .weak_definition, we shouldn't use a | Daniel Dunbar | 2010-05-10 | 1 | -25/+29 |
* | Fix i386 relocations to Weak Definitions. The relocation entries should be | Kevin Enderby | 2010-05-07 | 1 | -38/+56 |
* | MC/Mach-O: Mark absolute variable's appropriately, and add Mach-O support for | Daniel Dunbar | 2010-05-05 | 1 | -15/+26 |
* | 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 |