MC: Add TargetAsmBackend::isVirtualSection hook.
[oota-llvm.git] / lib / MC / MCAssembler.cpp
2010-03-19 Daniel DunbarMC: Add TargetAsmBackend::isVirtualSection hook.
2010-03-19 Daniel DunbarMC: Split MCObjectWriter out of MCAssembler.cpp.
2010-03-19 Daniel DunbarMCAssembler: Pull out MCObjectWriter class.
2010-03-19 Daniel DunbarMCAssembler: Move ApplyFixup to the TargetAsmBackend...
2010-03-19 Daniel DunbarMC/Mach-O: Lift the fixup evaluation and application...
2010-03-19 Daniel DunbarMC/Mach-O: Factor out ExecutePostLayoutBinding, to...
2010-03-19 Daniel DunbarMC/Mach-O: Lift relocation emission logic a bit higher...
2010-03-19 Daniel DunbarMC/Mach-O: Add isScatteredFixupFullyResolved, which...
2010-03-19 Daniel DunbarMC/Mach-O/x86_64: Add getAtom[ForAddress].
2010-03-19 Daniel DunbarMC/Mach-O: Factor out isScatteredFixupFullyResolvedSimp...
2010-03-19 Daniel DunbarMC/Mach-O: Factor out isSymbolLinkerVisible method...
2010-03-18 Daniel DunbarMCValue: Change to holding MCSymbolRefExprs instead...
2010-03-15 Daniel DunbarMC/Mach-O/x86_64: Temporary labels in cstring sections...
2010-03-15 Daniel DunbarMC/Mach-O: Add MCSectionMachO::getType()
2010-03-13 Daniel DunbarMC/X86_64: Symbol support.
2010-03-13 Daniel DunbarMC/Mach-O: Initial x86_64 support.
2010-03-13 Daniel DunbarMC/Mach-O: PCrel relocations weren't using the right...
2010-03-12 Daniel DunbarMC/Mach-O: Implement initial support for relaxation.
2010-03-12 Daniel DunbarMC: Factor out MCAssembler::EvaluateFixup, and simplify.
2010-03-11 Daniel DunbarMC/Mach-O: Add MCSymbolData::getAddress() utility.
2010-03-11 Daniel DunbarMC/Mach-O: Implement "absolutizing" semantics of .set...
2010-03-11 Daniel DunbarMC/Mach-O: Start passing in the basic MCAsmLayout object.
2010-03-11 Daniel DunbarMC: Provide MCAssembler with a TargetAsmBackend.
2010-03-10 Daniel DunbarMC/Mach-O: Use the MCAssembler symbol map instead of...
2010-03-10 Daniel DunbarMC/Mach-O: Resolve a FIXME; these relocation types...
2010-03-10 Daniel DunbarMC/Mach-O: Use the SECTDIFF relocation type for (A...
2010-03-09 Daniel DunbarMC/Mach-O: For PCrel relocations, we need to compensate...
2010-03-09 Daniel DunbarMC/Mach-O: Also set the PCrel bit in the second half...
2010-03-09 Daniel DunbarMC/Mach-O: Don't generate relocations for PCrel fixups...
2010-03-09 Daniel DunbarMC/Mach-O: Tweak .dump() formatting.
2010-03-09 Daniel DunbarMC/Mach-O: Don't adjust section sizes when aligning...
2010-03-08 Daniel DunbarMC/Macho-O: Align the zerofill section itself to the...
2010-03-08 Daniel DunbarMC/Mach-O: Fix address compution for zero fill sections.
2010-03-08 Daniel DunbarMC/Mach-O: Error out instead of crashing on invalid...
2010-02-23 Kevin EnderbyThis is the second patch to allow x86 code to be aligne...
2010-02-23 Kevin EnderbyThis is the first patch to put the needed bits in place...
2010-02-17 Daniel DunbarMC/Mach-O: Update fixup values for change to X86 offsets.
2010-02-17 Duncan SandsPacify gcc-4.5, which warns (correctly) that these...
2010-02-13 Daniel DunbarMCAssembler: Fix pcrel relocations. Oh and,
2010-02-13 Daniel DunbarMC/Mach-O: Start emitting fixups/relocations for instru...
2010-02-13 Daniel DunbarMCAssembler: Switch MCAsmFixup to storing MCFixupKind...
2010-02-13 Daniel DunbarMCAssembler: Sink fixup list into MCDataFragment.
2010-02-13 Daniel DunbarMCAssembler: Switch MCFillFragment to only taking const...
2010-02-13 Daniel DunbarMCAssembler: Start applying fixups in the data section.
2010-02-13 Daniel DunbarMCAssembler: Add assorted dump() methods.
2010-02-11 Daniel DunbarMC: Move assembler-backend's fixup list into the fragment.
2010-02-11 Daniel DunbarMC: Move MCSectionData::Fixup out to MCAsmFixup.
2010-02-09 Daniel Dunbarllvm-mc: Add --show-fixups option, for displaying the...
2010-02-02 Daniel DunbarMC/Mach-O: Set SOME_INSTRUCTIONS bit for sections.
2010-02-02 Chris LattnerAdd a new top-level MachO.h file for manifest constants...
2010-01-19 Nate BegemanRemove this fixme, looking at the linker source, all...
2009-11-06 Daniel DunbarPass StringRef by value.
2009-10-16 Daniel DunbarMinor formatting tweaks.
2009-10-16 Daniel DunbarMC: Switch assembler API to using MCExpr instead of...
2009-09-01 Daniel Dunbarllvm-mc: Store MCSymbolData value as a pointer (to...
2009-08-31 Daniel Dunbarllvm-mc: Make MCSymbolData symbol member const.
2009-08-31 Daniel Dunbarllvm-mc: Add MCContext to MCAssembler.
2009-08-28 Daniel Dunbarllvm-mc: Support .comm emission.
2009-08-28 Daniel Dunbarllvm-mc: Support .zerofill emission.
2009-08-28 Daniel Dunbarllvm-mc: Tweak section alignment and size computation...
2009-08-28 Daniel Dunbarllvm-mc: Fix thinko in emitting values.
2009-08-27 Daniel DunbarTry to make MSVC just a little happier.
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Don't put assembler temporary labels...
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Set .subsections_via_symbols flag properly.
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Add support for relocations.
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Move symbol indices into the MCSymbolDa...
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Add section padding where needed (to...
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Set addresses for symbols.
2009-08-26 Daniel Dunbarllvm-mc: Improve indirect symbol support (add the indir...
2009-08-25 Daniel Dunbarllvm-mc: Add statistic for number of fragments emitted...
2009-08-24 Daniel Dunbarllvm-mc/Mach-O: Preliminary support for indirect symbols.
2009-08-24 Daniel Dunbarllvm-mc/Mach-O: Support symbol attributes.
2009-08-24 Daniel Dunbarllvm-mc: Tweak undefined symbol handling.
2009-08-24 Chris Lattnerprune the #includes in raw_ostream.h by moving a
2009-08-22 Chris Lattnertweak #includes
2009-08-22 Daniel Dunbarllvm-mc/Mach-O: Improve symbol table support:
2009-08-22 Daniel Dunbarllvm-mc/Mach-O: Sketch symbol table support.
2009-08-22 Daniel Dunbarllvm-mc/Mach-O: Move more logic for writing the Mach...
2009-08-22 Daniel Dunbarllvm-mc: Rename / redefine MCFragment::FileOffset to...
2009-08-21 Daniel Dunbarllvm-mc/Mach-O: Support .o emission for .org and .align.
2009-08-21 Daniel Dunbarllvm-mc/Mach-O: Support byte and fill value emission.
2009-08-21 Daniel Dunbarllvm-mc: Start MCAssembler and MCMachOStreamer.