Remove getData.
[oota-llvm.git] / lib / MC / MCAssembler.cpp
2012-12-10 Eli BenderskyCleanup formatting, comments and naming.
2012-12-10 Eli BenderskyThis patch adds statistics for other non-DWARF fragment...
2012-12-07 Eli BenderskyMake the contents of encoded sections SmallVector<char...
2012-12-07 Eli BenderskyRefactor MCInstFragment and MCDataFragment to adhere...
2012-12-07 Eli BenderskyAdd separate statistics for Data and Inst fragments...
2012-12-05 Eli BenderskyChange std::vector to SmallVector<4> and remove some...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-09-18 Jim GrosbachTidy up. Minor formatting.
2012-09-14 Dmitri GribenkoFix Doxygen issues:
2012-09-12 Manman RenRelease build: guard dump functions with
2012-09-06 Manman RenRelease build: guard dump functions with "ifndef NDEBUG"
2012-08-29 Owen AndersonAllow targets to specify a minimum supported NOP size...
2012-08-08 Jim GrosbachMove [SU]LEB128 encoding to a utility header.
2012-07-23 Sylvestre LedruFix a typo (the the => the)
2012-03-26 Craig TopperPrune some includes and forward declarations.
2012-02-27 Jim GrosbachARM BL/BLX instruction fixups should use relocations.
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-27 Jim GrosbachSource information in 'expected relocatable expression...
2012-01-18 Jim GrosbachTidy up. MCAsmBackend naming conventions.
2012-01-18 Jim GrosbachMove some ARM specific MCAssmebler bits into the ARMAsm...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-06 Jim GrosbachMove target-specific logic out of generic MCAssembler.
2011-12-06 Jim GrosbachTidy up. Hard tabs.
2011-12-06 Jim GrosbachSwitch MCAssembler to method names starting w/ lower...
2011-11-29 Jim GrosbachBetter fix for ARM MOVT relocation encoding of thumb...
2011-11-28 Jim GrosbachThumb2 only force the fixup thumb bit for data relocations.
2011-10-26 Jim GrosbachTrailing whitespace.
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...
2011-07-23 Evan ChengMove TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
2011-05-08 Rafael EspindolaDon't force relaxation of AdvanceLoc instructions on...
2011-04-29 Daniel DunbarMCAsmLayout: Add support for computing the symbol offse...
2011-04-28 Rafael EspindolaAdd a small temporary hack for producing identical...
2011-04-26 Rafael EspindolaNo relocation produces a SLEB or ULEB, make sure they...
2011-04-23 Jay FoadRemove unused STL header includes.
2011-02-16 Rafael EspindolaGas is very inconsistent about when a relaxation/reloca...
2011-01-23 Rafael EspindolaAdd support for the --noexecstack option.
2010-12-28 Rafael EspindolaRelax address updates in the eh_frame section.
2010-12-24 Rafael EspindolaMerge IsFixupFullyResolved and IsSymbolRefDifferenceFul...
2010-12-22 Rafael EspindolaAssert that the AddrDelta expression is really constant...
2010-12-22 Rafael EspindolaUse references and simplify.
2010-12-21 Rafael EspindolaDon't relax org or align. They change size as the relax...
2010-12-21 Rafael EspindolaLayout one section until no relaxations are done and...
2010-12-17 Owen AndersonThumb's forced-PC-alignment requirement applies to...
2010-12-17 Daniel DunbarMC/Assembler: Strip out object writer arguments, now...
2010-12-17 Daniel DunbarMC/Assembler: Make the MCObjectWriter available through...
2010-12-16 Daniel DunbarMC: Move target specific fixup info descriptors to...
2010-12-15 Owen AndersonFix typo in r121875.
2010-12-15 Owen AndersonImplement cleanups suggested by Daniel.
2010-12-15 Rafael EspindolaRelax alignment fragments.
2010-12-15 Rafael EspindolaPatch by David Meyer to avoid a O(N^2) behaviour when...
2010-12-14 Jim GrosbachARM Fixups relative to thumb functions need to have...
2010-12-09 Owen AndersonFix an issue in some Thumb fixups, where the effective...
2010-12-07 Rafael EspindolaLayout each section independently. With the testcase...
2010-12-07 Rafael EspindolaSorry for such a large commit. The summary is that...
2010-12-06 Rafael EspindolaUse references to simplify the code a bit.
2010-12-06 Rafael EspindolaRemove the instruction fragment to data fragment loweri...
2010-12-06 Rafael EspindolaRemove the getAddress getter, initialize Ordinal in...
2010-12-06 Rafael EspindolaAdd a getSymbolOffset method and use it in the ELF...
2010-12-04 Rafael EspindolaOnce the layout is done we don't need to keep updating...
2010-12-04 Rafael EspindolaRemember the contents of leb and dwarfline fragments...
2010-12-02 Rafael EspindolaThe sections that the ELF object writer has to create...
2010-12-01 Rafael EspindolaRemove unused argument.
2010-11-23 Rafael EspindolaInvalidate the layout on any relaxation, not just Instr...
2010-11-23 Rafael EspindolaReuse data fragments while lowering. Patch by David...
2010-11-19 Rafael EspindolaAdd an assert.
2010-11-17 Rafael Espindolamake isVirtualSection a virtual method on MCSection...
2010-11-15 Rafael EspindolaChange MCExpr::EvaluateAsRelocatableImpl of variables...
2010-11-07 Rafael EspindolaSpeed up AddSectionToTheEnd. It was walking all fragmen...
2010-11-07 Rafael EspindolaRelax dwarf line fragments. This fixes a crash in the...
2010-11-02 Rafael EspindolaDo relaxations with FT_Org fragments. Fixes the FIXME:
2010-11-02 Rafael EspindolaAdd support for expressions in .sleb/.uleb directives.
2010-09-30 Kevin EnderbyThis is the last major patch to implement support for...
2010-09-30 Rafael EspindolaMake it possible for the MCObjectWriter to decide if...
2010-09-27 Rafael EspindolaRemove unused argument.
2010-09-24 Daniel DunbarMC: Add missing ')' in diagnostic.
2010-09-22 Rafael EspindolaAvoid some Mach-O specific alignment being done on...
2010-09-15 Rafael EspindolaAdd a InitSections method to the streamer interface.
2010-09-09 Daniel DunbarMC: Give a (lame) hard error if a .org directive would...
2010-08-18 Daniel DunbarMC/ELF: Allow null values in virtual sections, ELF...
2010-08-16 Matt FlemingLayout helper function.
2010-08-16 Matt FlemingRecord a symbol's size which is needed for ELF symbol...
2010-07-30 Daniel DunbarMC: Initialize MCFragment::Offset, noticed by Cameron...
2010-07-28 Daniel DunbarMC: Put back the MCFragment vtable, so subclasses are...
2010-07-22 Reid KlecknerInitial modifications to MCAssembler and TargetMachine...
2010-06-29 Duncan SandsThe variable ValueSize is set to 1 on both code paths...
2010-06-16 Daniel DunbarMC: Simplify MCAssembler::isSymbolLinkerVisible to...
2010-06-01 Dan GohmanDon't call flush() at a library level which isn't check...
2010-05-26 Daniel DunbarMC: When running with -mc-relax-all, we can eagerly...
2010-05-26 Daniel DunbarMC: Change RelaxInstruction to only take the input...
2010-05-26 Daniel DunbarMC: Simplify MayNeedRelaxation to not provide the fixup...
2010-05-26 Daniel DunbarMC: Eliminate MCAsmFixup, replace with MCFixup.
2010-05-26 Daniel DunbarMC: Use accessors for access to MCAsmFixup.
2010-05-26 Daniel DunbarMC: Eliminate MCFragment vtable, which was unnecessary.
2010-05-14 Daniel DunbarMC: Switch to completely lazy layout.
2010-05-14 Daniel DunbarMC: Extend MCAsmLayout to explicitly track which fragme...
2010-05-14 Daniel DunbarMC: Implicitly assign section addresses when the previo...
2010-05-14 Daniel DunbarMC: Switch MCFragment to storing the layout order index...
2010-05-14 Daniel DunbarMC: Change LayoutSection() to only do the section initi...
2010-05-13 Daniel DunbarMC: Move Layout{Fragment,Section} into MCAsmLayout...
next