summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCAssembler.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* MC: Route access to SectionData offset and file size through MCAsmLayout.Daniel Dunbar2010-03-251-10/+31
* MC: Route access to Fragment offset and effective size through MCAsmLayout.Daniel Dunbar2010-03-251-30/+54
* MC: Eliminate MC{Fragment,{Section,Symbol}Data}::getAddress.Daniel Dunbar2010-03-251-9/+7
* MC: Direct all {fragment,section,symbol} address access through the MCAsmLayo...Daniel Dunbar2010-03-241-21/+49
* MC: Sprinkle in some more interesting statistics.Daniel Dunbar2010-03-231-1/+18
* MC: Switch to using MCInst fragments to do relaxation.Daniel Dunbar2010-03-231-78/+50
* MC: Add TargetAsmBackend::MayNeedRelaxation, for checking whether a particula...Daniel Dunbar2010-03-231-1/+1
* MC: Add TargetAsmBackend::WriteNopData and use to eliminate some target depen...Daniel Dunbar2010-03-231-62/+9
* MC: Tweak MCInstFragment to include the encoded data and fixups, so that we d...Daniel Dunbar2010-03-231-13/+5
* MC: Add MCInstFragment, not used yet.Daniel Dunbar2010-03-221-4/+80
* MC: Fix a few more cases we were passing an MCDataFragment when a MCFragment ...Daniel Dunbar2010-03-221-3/+4
* Simplify.Daniel Dunbar2010-03-221-4/+2
* MC: Change MCObjectWriter::RecordRelocation to take an MCFragment (instead of...Daniel Dunbar2010-03-221-1/+1
* MC: Eliminate MCFragment::getMaxFileSize.Daniel Dunbar2010-03-221-2/+7
* MC: Share the MCAsmLayout object, although its still not used for anything im...Daniel Dunbar2010-03-221-15/+10
* MC: Add TargetAsmBackend::createObjectWriter.Daniel Dunbar2010-03-191-7/+7
* MCCodeEmitter: Add target independent fixup flag for is-pc-relative.Daniel Dunbar2010-03-191-12/+4
* MC: Sink code emitter into MCAssembler.Daniel Dunbar2010-03-191-2/+3
* MC/Mach-O: Move to MachObjectWriter.{h,cpp}.Daniel Dunbar2010-03-191-820/+1
* MC: Add TargetAsmBackend::isVirtualSection hook.Daniel Dunbar2010-03-191-15/+7
* MC: Split MCObjectWriter out of MCAssembler.cpp.Daniel Dunbar2010-03-191-131/+30
* MCAssembler: Pull out MCObjectWriter class.Daniel Dunbar2010-03-191-82/+126
* MCAssembler: Move ApplyFixup to the TargetAsmBackend, this is a target specif...Daniel Dunbar2010-03-191-12/+1
* MC/Mach-O: Lift the fixup evaluation and application up (to the same place), ...Daniel Dunbar2010-03-191-35/+31
* MC/Mach-O: Factor out ExecutePostLayoutBinding, to separate the post-layout c...Daniel Dunbar2010-03-191-31/+33
* MC/Mach-O: Lift relocation emission logic a bit higher to separate evaluation...Daniel Dunbar2010-03-191-56/+77
* MC/Mach-O: Add isScatteredFixupFullyResolved, which implements the correct al...Daniel Dunbar2010-03-191-1/+59
* MC/Mach-O/x86_64: Add getAtom[ForAddress].Daniel Dunbar2010-03-191-0/+36
* MC/Mach-O: Factor out isScatteredFixupFullyResolvedSimple predicate, and fix ...Daniel Dunbar2010-03-191-15/+52
* MC/Mach-O: Factor out isSymbolLinkerVisible method; "linker visible" is a mad...Daniel Dunbar2010-03-191-10/+18
* MCValue: Change to holding MCSymbolRefExprs instead of MCSymbols, we will nee...Daniel Dunbar2010-03-181-14/+14
* MC/Mach-O/x86_64: Temporary labels in cstring sections require symbols (and e...Daniel Dunbar2010-03-151-2/+8
* MC/Mach-O: Add MCSectionMachO::getType()Daniel Dunbar2010-03-151-12/+5
* MC/X86_64: Symbol support.Daniel Dunbar2010-03-131-6/+10
* MC/Mach-O: Initial x86_64 support.Daniel Dunbar2010-03-131-45/+80
* MC/Mach-O: PCrel relocations weren't using the right base address, they areDaniel Dunbar2010-03-131-1/+1
* MC/Mach-O: Implement initial support for relaxation.Daniel Dunbar2010-03-121-9/+117
* MC: Factor out MCAssembler::EvaluateFixup, and simplify.Daniel Dunbar2010-03-121-33/+52
* MC/Mach-O: Add MCSymbolData::getAddress() utility.Daniel Dunbar2010-03-111-4/+4
* MC/Mach-O: Implement "absolutizing" semantics of .set, by evaluating the asse...Daniel Dunbar2010-03-111-2/+8
* MC/Mach-O: Start passing in the basic MCAsmLayout object.Daniel Dunbar2010-03-111-13/+14
* MC: Provide MCAssembler with a TargetAsmBackend.Daniel Dunbar2010-03-111-2/+3
* MC/Mach-O: Use the MCAssembler symbol map instead of reconstructing.Daniel Dunbar2010-03-101-32/+17
* MC/Mach-O: Resolve a FIXME; these relocation types are no longer semanticaly ...Daniel Dunbar2010-03-101-3/+5
* MC/Mach-O: Use the SECTDIFF relocation type for (A - B + constant) where A is...Daniel Dunbar2010-03-101-8/+11
* MC/Mach-O: For PCrel relocations, we need to compensate for the PCrel adjustm...Daniel Dunbar2010-03-091-5/+9
* MC/Mach-O: Also set the PCrel bit in the second half of paired relocation ent...Daniel Dunbar2010-03-091-4/+2
* MC/Mach-O: Don't generate relocations for PCrel fixups to local labels.Daniel Dunbar2010-03-091-9/+19
* MC/Mach-O: Tweak .dump() formatting.Daniel Dunbar2010-03-091-4/+4
* MC/Mach-O: Don't adjust section sizes when aligning zero fill sections, just ...Daniel Dunbar2010-03-091-5/+1
OpenPOWER on IntegriCloud