| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | MC: Share the MCAsmLayout object, although its still not used for anything im... | Daniel Dunbar | 2010-03-22 | 1 | -15/+10 |
* | MC: Add TargetAsmBackend::createObjectWriter. | Daniel Dunbar | 2010-03-19 | 1 | -7/+7 |
* | MCCodeEmitter: Add target independent fixup flag for is-pc-relative. | Daniel Dunbar | 2010-03-19 | 1 | -12/+4 |
* | MC: Sink code emitter into MCAssembler. | Daniel Dunbar | 2010-03-19 | 1 | -2/+3 |
* | MC/Mach-O: Move to MachObjectWriter.{h,cpp}. | Daniel Dunbar | 2010-03-19 | 1 | -820/+1 |
* | MC: Add TargetAsmBackend::isVirtualSection hook. | Daniel Dunbar | 2010-03-19 | 1 | -15/+7 |
* | MC: Split MCObjectWriter out of MCAssembler.cpp. | Daniel Dunbar | 2010-03-19 | 1 | -131/+30 |
* | MCAssembler: Pull out MCObjectWriter class. | Daniel Dunbar | 2010-03-19 | 1 | -82/+126 |
* | MCAssembler: Move ApplyFixup to the TargetAsmBackend, this is a target specif... | Daniel Dunbar | 2010-03-19 | 1 | -12/+1 |
* | MC/Mach-O: Lift the fixup evaluation and application up (to the same place), ... | Daniel Dunbar | 2010-03-19 | 1 | -35/+31 |
* | MC/Mach-O: Factor out ExecutePostLayoutBinding, to separate the post-layout c... | Daniel Dunbar | 2010-03-19 | 1 | -31/+33 |
* | MC/Mach-O: Lift relocation emission logic a bit higher to separate evaluation... | Daniel Dunbar | 2010-03-19 | 1 | -56/+77 |
* | MC/Mach-O: Add isScatteredFixupFullyResolved, which implements the correct al... | Daniel Dunbar | 2010-03-19 | 1 | -1/+59 |
* | MC/Mach-O/x86_64: Add getAtom[ForAddress]. | Daniel Dunbar | 2010-03-19 | 1 | -0/+36 |
* | MC/Mach-O: Factor out isScatteredFixupFullyResolvedSimple predicate, and fix ... | Daniel Dunbar | 2010-03-19 | 1 | -15/+52 |
* | MC/Mach-O: Factor out isSymbolLinkerVisible method; "linker visible" is a mad... | Daniel Dunbar | 2010-03-19 | 1 | -10/+18 |
* | MCValue: Change to holding MCSymbolRefExprs instead of MCSymbols, we will nee... | Daniel Dunbar | 2010-03-18 | 1 | -14/+14 |
* | MC/Mach-O/x86_64: Temporary labels in cstring sections require symbols (and e... | Daniel Dunbar | 2010-03-15 | 1 | -2/+8 |
* | MC/Mach-O: Add MCSectionMachO::getType() | Daniel Dunbar | 2010-03-15 | 1 | -12/+5 |
* | MC/X86_64: Symbol support. | Daniel Dunbar | 2010-03-13 | 1 | -6/+10 |
* | MC/Mach-O: Initial x86_64 support. | Daniel Dunbar | 2010-03-13 | 1 | -45/+80 |
* | MC/Mach-O: PCrel relocations weren't using the right base address, they are | Daniel Dunbar | 2010-03-13 | 1 | -1/+1 |
* | MC/Mach-O: Implement initial support for relaxation. | Daniel Dunbar | 2010-03-12 | 1 | -9/+117 |
* | MC: Factor out MCAssembler::EvaluateFixup, and simplify. | Daniel Dunbar | 2010-03-12 | 1 | -33/+52 |
* | MC/Mach-O: Add MCSymbolData::getAddress() utility. | Daniel Dunbar | 2010-03-11 | 1 | -4/+4 |
* | MC/Mach-O: Implement "absolutizing" semantics of .set, by evaluating the asse... | Daniel Dunbar | 2010-03-11 | 1 | -2/+8 |
* | MC/Mach-O: Start passing in the basic MCAsmLayout object. | Daniel Dunbar | 2010-03-11 | 1 | -13/+14 |
* | MC: Provide MCAssembler with a TargetAsmBackend. | Daniel Dunbar | 2010-03-11 | 1 | -2/+3 |
* | MC/Mach-O: Use the MCAssembler symbol map instead of reconstructing. | Daniel Dunbar | 2010-03-10 | 1 | -32/+17 |
* | MC/Mach-O: Resolve a FIXME; these relocation types are no longer semanticaly ... | Daniel Dunbar | 2010-03-10 | 1 | -3/+5 |
* | MC/Mach-O: Use the SECTDIFF relocation type for (A - B + constant) where A is... | Daniel Dunbar | 2010-03-10 | 1 | -8/+11 |
* | MC/Mach-O: For PCrel relocations, we need to compensate for the PCrel adjustm... | Daniel Dunbar | 2010-03-09 | 1 | -5/+9 |
* | MC/Mach-O: Also set the PCrel bit in the second half of paired relocation ent... | Daniel Dunbar | 2010-03-09 | 1 | -4/+2 |
* | MC/Mach-O: Don't generate relocations for PCrel fixups to local labels. | Daniel Dunbar | 2010-03-09 | 1 | -9/+19 |
* | MC/Mach-O: Tweak .dump() formatting. | Daniel Dunbar | 2010-03-09 | 1 | -4/+4 |
* | MC/Mach-O: Don't adjust section sizes when aligning zero fill sections, just ... | Daniel Dunbar | 2010-03-09 | 1 | -5/+1 |
* | MC/Macho-O: Align the zerofill section itself to the maximum alignment. | Daniel Dunbar | 2010-03-08 | 1 | -0/+10 |
* | MC/Mach-O: Fix address compution for zero fill sections. | Daniel Dunbar | 2010-03-08 | 1 | -2/+2 |
* | MC/Mach-O: Error out instead of crashing on invalid scattered relocation expr... | Daniel Dunbar | 2010-03-08 | 1 | -2/+11 |
* | This is the second patch to allow x86 code to be aligned with optimal nops. | Kevin Enderby | 2010-02-23 | 1 | -2/+47 |
* | This is the first patch to put the needed bits in place to eventually allow code | Kevin Enderby | 2010-02-23 | 1 | -0/+23 |
* | MC/Mach-O: Update fixup values for change to X86 offsets. | Daniel Dunbar | 2010-02-17 | 1 | -6/+4 |
* | Pacify gcc-4.5, which warns (correctly) that these switches have | Duncan Sands | 2010-02-17 | 1 | -2/+2 |
* | MCAssembler: Fix pcrel relocations. Oh and, | Daniel Dunbar | 2010-02-13 | 1 | -2/+23 |
* | MC/Mach-O: Start emitting fixups/relocations for instructions. | Daniel Dunbar | 2010-02-13 | 1 | -0/+7 |
* | MCAssembler: Switch MCAsmFixup to storing MCFixupKind instead of just a size. | Daniel Dunbar | 2010-02-13 | 1 | -8/+20 |
* | MCAssembler: Sink fixup list into MCDataFragment. | Daniel Dunbar | 2010-02-13 | 1 | -15/+18 |
* | MCAssembler: Switch MCFillFragment to only taking constant values. Symbolic e... | Daniel Dunbar | 2010-02-13 | 1 | -47/+5 |
* | MCAssembler: Start applying fixups in the data section. | Daniel Dunbar | 2010-02-13 | 1 | -1/+19 |
* | MCAssembler: Add assorted dump() methods. | Daniel Dunbar | 2010-02-13 | 1 | -0/+144 |