Stop forwarding (get|set)Aligment from MCSectionData to MCSection.
[oota-llvm.git] / include / llvm / MC / MCAssembler.h
2015-05-21 Rafael EspindolaStop forwarding (get|set)Aligment from MCSectionData...
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-05-21 Duncan P. N. Exon... MC: Simplify MCSymbolData initialization and remove...
2015-05-20 Duncan P. N. Exon... MC: Update MCAssembler to use MCSymbol, NFC
2015-05-16 Duncan P. N. Exon... MC: Change MCFragment::Atom to an MCSymbol, NFC
2015-05-16 Duncan P. N. Exon... MC: Change MCAssembler::Symbols to store MCSymbol, NFC
2015-05-16 Duncan P. N. Exon... MC: Merge MCSymbol and MCSymbolData
2015-05-16 Duncan P. N. Exon... MC: Move MCSymbolData to MCSymbol.h, NFC
2015-05-15 Duncan P. N. Exon... MC: Change MCAssembler::Symbols to a vector
2015-05-15 Duncan P. N. Exon... MC: Reduce MCAssembler::Symbols API exposure, NFC
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-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-03-16 David BlaikieFix uses of reserved identifiers starting with an under...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-01-19 Rafael EspindolaAdd r224985 back with fixes.
2015-01-14 Rafael EspindolaRevert "Add r224985 back with two fixes."
2015-01-12 Rafael EspindolaAdd r224985 back with two fixes.
2015-01-06 Lang HamesRevert r225048: It broke ObjC on AArch64.
2014-12-31 Rafael EspindolaAdd r224985 back with a fix.
2014-12-31 Rafael EspindolaRevert "Remove doesSectionRequireSymbols."
2014-12-30 Rafael EspindolaRemove doesSectionRequireSymbols.
2014-10-15 Derek Schuff[MC] Make bundle alignment mode setting idempotent...
2014-10-15 Rafael EspindolaSimplify handling of --noexecstack by using getNonexecu...
2014-10-11 Benjamin KramerMC: Bit pack MCSymbolData.
2014-07-05 David MajnemerMC: make MCSymbolData::dump work on const objects
2014-04-29 Rafael EspindolaCentralize the handling of the thumb bit.
2014-04-25 David BlaikieMCAssembler: Simplify implementation of const variants...
2014-04-24 David BlaikieSpread some const around for non-mutating uses of MCSym...
2014-04-18 David BlaikieAdd range access to MCAssembler's symbol collection.
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-10 David BlaikieRevert debug info compression support.
2014-03-29 Tim NorthoverMachO: Add linker-optimisation hint framework to MC.
2014-03-29 Rafael EspindolaCompletely rewrite ELFObjectWriter::RecordRelocation.
2014-03-27 David BlaikieDebugInfo: Support for compressed debug info sections
2014-03-18 Jim GrosbachDarwin: Add assembler directives to create version...
2014-03-11 Rafael EspindolaSimplify a really complicated check for Arch == X86_64.
2014-03-10 Craig Topper[C++11] Remove 'virtual' keyword from methods marked...
2014-03-07 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-01-30 Timur IskhodzhanovFix PR18381 - print a minimal diagnostic rather than...
2014-01-28 David WoodhouseKeep the MCSubtargetInfo in the MCRelxableFragment...
2013-10-29 Joerg SonnenbergerMove the STT_FILE symbols out of the normal symbol...
2013-04-17 Peter CollingbourneAdd support for subsections to the ELF assembler. Fixes...
2013-04-09 Rafael EspindolaRemove unused method and default values.
2013-01-30 Jack CarterThis patch reworks how llvm targets set
2013-01-18 Daniel Dunbar[MC/Mach-O] Add support for linker options in Mach...
2013-01-16 Eli BenderskyReplace virtual hasFixups with explicit fragment type...
2013-01-15 Eli BenderskyOptimize the memory usage of MC bundling, by creating...
2013-01-08 Eli BenderskySimplify the code a bit: MCRelaxableFragment doesn...
2013-01-08 Eli BenderskyRenamed MCInstFragment to MCRelaxableFragment and added...
2013-01-07 Eli BenderskyAdd the align_to_end option to .bundle_lock in the...
2012-12-20 Eli BenderskyAligned bundling support. Following the discussion...
2012-12-12 Pedro ArtigasMake the MCStreamer have a reset method and call that...
2012-12-10 Eli BenderskyCleanup formatting, comments and naming.
2012-12-07 Eli BenderskyMake the contents of encoded sections SmallVector<char...
2012-12-07 Eli BenderskyRefactor MCInstFragment and MCDataFragment to adhere...
2012-12-05 Eli BenderskyChange std::vector to SmallVector<4> and remove some...
2012-12-05 Eli BenderskyRemove unused methods
2012-12-05 Eli BenderskyRemove the non-const getInst accessor. It wasn't being...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-10-11 Sean SilvaRemove unnecessary classof()'s
2012-09-15 Craig TopperUse LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT...
2012-09-14 Dmitri GribenkoFix Doxygen issues:
2012-08-29 Craig TopperMake use of the LLVM_DELETED_FUNCTION macro.
2012-08-23 Lang HamesMake the setInst method take its MCInst parameter by...
2012-08-22 Jim GrosbachMCInstFragment constructor should take by-reference...
2012-07-05 Owen AndersonFix an overzealous assertion. It is legitimate for...
2012-05-18 Jim GrosbachRefactor data-in-code annotations.
2012-03-26 Craig TopperPrune some includes and forward declarations.
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. 80 columns.
2011-12-06 Jim GrosbachSwitch MCAssembler to method names starting w/ lower...
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-01-23 Rafael EspindolaAdd support for the --noexecstack option.
2010-12-28 Rafael EspindolaRelax address updates in the eh_frame section.
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 Daniel DunbarMC/Assembler: Strip out object writer arguments, now...
2010-12-17 Daniel DunbarMC/Assembler: Make the MCObjectWriter available through...
2010-12-15 Rafael EspindolaRelax alignment fragments.
2010-12-14 Jim GrosbachARM Fixups relative to thumb functions need to have...
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 EspindolaRemove the getAddress getter, initialize Ordinal in...
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-29 Michael J. SpencerMerge System into Support.
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 EnderbyDid my commit for the last patch for the .loc directory...
2010-09-30 Rafael EspindolaMake it possible for the MCObjectWriter to decide if...
2010-09-27 Rafael EspindolaRemove unused argument.
2010-09-22 Rafael EspindolaAvoid some Mach-O specific alignment being done on...
2010-08-17 Anton KorobeynikovAdd some win64 coff goodness.
next