[Orc] Add explicit move construction/assignment to RCMemoryManager.
[oota-llvm.git] / include / llvm / MC / MCAsmLayout.h
2015-05-29 Rafael EspindolaMerge MCSymbol and MCSymbolData.
2015-05-26 Rafael EspindolaStop using MCSectionData in MCAsmLayout.h.
2015-05-26 Rafael EspindolaDelete dead code.
2015-05-19 Duncan P. N. Exon... MC: Use MCSymbol in MCAsmLayout::getSymbolOffset()...
2015-05-15 Jim GrosbachMC: clang-format. NFC.
2015-05-02 Jim GrosbachMC: Tidy up comments and clean up formatting a bit...
2015-04-12 Petr Hosek[MC] Write padding into fragments when -mc-relax-all...
2015-03-16 David BlaikieFix uses of reserved identifiers starting with an under...
2014-05-01 Rafael EspindolaMove getBaseSymbol somewhere the COFF writer can use.
2014-04-30 Rafael EspindolaProvide a version of getSymbolOffset that returns false...
2013-02-05 Derek Schuff[MC] Bundle alignment: Invalidate relaxed fragments
2012-12-20 Eli BenderskyAligned bundling support. Following the discussion...
2012-12-12 Eli BenderskyMake naming consistent, add comments and sanity asserts
2012-12-10 Eli BenderskyCleanup formatting, comments and naming.
2011-11-14 Benjamin KramerMake headers standalone.
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2010-12-17 Daniel DunbarFix 80-col viola.
2010-12-15 Rafael EspindolaRelax alignment fragments.
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 EspindolaRemove the instruction fragment to data fragment loweri...
2010-12-06 Rafael EspindolaAdd a getSymbolOffset method and use it in the ELF...
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-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: Change LayoutSection() to only do the section initi...
2010-05-13 Daniel DunbarMC: Move Layout{Fragment,Section} into MCAsmLayout...
2010-05-13 Daniel DunbarMC: Add MCAsmLayout::FragmentReplaced() helper function.
2010-05-13 Daniel DunbarMC: Eliminate MCSectionData::{,Address,File}Size, which...
2010-05-13 Daniel DunbarMC: Add MCSectionData::AddressSize, which is the size...
2010-05-12 Daniel DunbarMC: Simplify LayoutSection to just take the index of...
2010-05-12 Daniel DunbarMC: Track section layout order explicitly, and use...
2010-03-25 Daniel DunbarMC: Stop restarting layout on every relaxation.
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-24 Daniel DunbarMC: Direct all {fragment,section,symbol} address access...
2010-03-12 Daniel DunbarMC: Constify MCAsmLayout argument to MCExpr::EvaluteAs...
2010-03-11 Daniel DunbarMC/Mach-O: Start passing in the basic MCAsmLayout object.
2010-03-11 Daniel DunbarMC: Sketch initial MCAsmLayout class, which encapsulate...