Add range access to MCAssembler's symbol collection.
[oota-llvm.git] / include / llvm / MC / MCAssembler.h
2010-03-25 Daniel DunbarMC: Route access to SectionData offset and file size...
2010-03-25 Daniel DunbarMC: Route access to Fragment offset and effective size...
2010-03-25 Daniel DunbarMC: Eliminate MC{Fragment,{Section,Symbol}Data}::getAdd...
2010-03-24 Daniel DunbarMC: Direct all {fragment,section,symbol} address access...
2010-03-23 Daniel DunbarMC: Add TargetAsmBackend::MayNeedRelaxation, for checki...
2010-03-23 Daniel DunbarMC: Tweak MCInstFragment to include the encoded data...
2010-03-22 Daniel DunbarMC: Add MCInstFragment, not used yet.
2010-03-22 Daniel DunbarMC: Fix a few more cases we were passing an MCDataFragm...
2010-03-22 Daniel DunbarMC: Eliminate MCFragment::getMaxFileSize.
2010-03-22 Daniel DunbarMC: Share the MCAsmLayout object, although its still...
2010-03-19 Douglas GregorAcccess control is lame
2010-03-19 Douglas Gregorstruct -> class, to silence a Clang warning
2010-03-19 Daniel DunbarMC: Sink code emitter into MCAssembler.
2010-03-19 Daniel DunbarMC: Split MCObjectWriter out of MCAssembler.cpp.
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/x86_64: Add getAtom[ForAddress].
2010-03-19 Daniel DunbarMC/Mach-O: Factor out isSymbolLinkerVisible method...
2010-03-13 Benjamin KramerAdd some parens and silence a warning.
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-12 Daniel DunbarMC: Constify MCAsmLayout argument to MCExpr::EvaluteAs...
2010-03-12 Daniel DunbarMC: Add MCAssembler::addFixup, which enforces that...
2010-03-11 Daniel DunbarMC/Mach-O: Add MCSymbolData::getAddress() utility.
2010-03-11 Daniel DunbarMC: Sketch initial MCAsmLayout class, which encapsulate...
2010-03-11 Daniel DunbarMC: Provide MCAssembler with a TargetAsmBackend.
2010-03-10 Daniel DunbarMC: Move the backend section and symbol data maps to...
2010-02-23 Kevin EnderbyThis is the first patch to put the needed bits in place...
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-02 Daniel DunbarMC/Mach-O: Set SOME_INSTRUCTIONS bit for sections.
2009-12-19 Douglas GregorFix a bunch of little errors that Clang complains about...
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
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-27 Daniel DunbarTry to make MSVC just a little happier.
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-24 Daniel Dunbarllvm-mc/Mach-O: Preliminary support for indirect symbols.
2009-08-24 Daniel Dunbarllvm-mc/Mach-O: Support symbol attributes.
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 DunbarMake MSVC happy.
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 Benjamin KramerFix build on platforms where stdint.h is not implicitly...
2009-08-21 Daniel Dunbarllvm-mc: Start MCAssembler and MCMachOStreamer.