Centralize the handling of the thumb bit.
[oota-llvm.git] / include / llvm / MC / MCAssembler.h
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.
2010-08-16 Matt FlemingLayout helper function.
2010-08-16 Matt FlemingRecord a symbol's size which is needed for ELF symbol...
2010-07-28 Daniel DunbarMC: Put back the MCFragment vtable, so subclasses are...
2010-07-22 Reid KlecknerInitial modifications to MCAssembler and TargetMachine...
2010-07-13 Chris Lattneruse a typedef instead of its expansion, patch by Michae...
2010-06-16 Daniel DunbarMC: Simplify MCAssembler::isSymbolLinkerVisible to...
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 MCFragment to storing the layout order index...
2010-05-13 Daniel DunbarMC: Move Layout{Fragment,Section} into MCAsmLayout...
2010-05-13 Daniel DunbarMC: Factor out MCAssembler::ComputeFragmentSize.
2010-05-13 Daniel DunbarMC: Add section layout order indices to MCSectionData.
2010-05-13 Daniel DunbarMC: Eliminate MCSectionData::{,Address,File}Size, which...
2010-05-13 Daniel DunbarMC: Add MCAlignFragment::OnlyAlignAddress bit. This...
2010-05-13 Daniel DunbarMC: Add MCSectionData::AddressSize, which is the size...
2010-05-12 Daniel DunbarMC: Move MCAlignFragment::EmitNops value out of the...
2010-05-12 Daniel DunbarMC: Eliminate MCZeroFillFragment, it is no longer needed.
2010-05-12 Daniel DunbarMC: Switch MCFillFragment to storing total fill size...
2010-05-12 Daniel DunbarMC: Drop support for alignment in ZeroFill fragment...
2010-05-12 Daniel DunbarMC: Factor out MCAssembler::LayoutFragment
2010-05-12 Daniel DunbarMC: Simplify LayoutSection to just take the index of...
2010-05-12 Nathan JeffordsAdded a trivial function to modify the flags field...
2010-05-11 Daniel DunbarMC/Mach-O x86_64: Switch to using fragment atom symbol.
2010-05-10 Daniel DunbarMC/Mach-O: Explicitly track atoms, as represented by...
2010-03-25 Daniel Dunbarllvm-mc: Add a -mc-relax-all option, which relaxes...
2010-03-25 Daniel DunbarMC: Stop restarting layout on every relaxation.
next