summaryrefslogtreecommitdiff
path: root/lib/MC/MCAssembler.cpp
Commit message (Expand)AuthorAge
...
* Add support for expressions in .sleb/.uleb directives.Rafael Espindola2010-11-02
* This is the last major patch to implement support for the .loc directiveKevin Enderby2010-09-30
* Make it possible for the MCObjectWriter to decide if a given fixup is fullyRafael Espindola2010-09-30
* Remove unused argument.Rafael Espindola2010-09-27
* MC: Add missing ')' in diagnostic.Daniel Dunbar2010-09-24
* Avoid some Mach-O specific alignment being done on ELF.Rafael Espindola2010-09-22
* Add a InitSections method to the streamer interface.Rafael Espindola2010-09-15
* MC: Give a (lame) hard error if a .org directive would create an unreasonablyDaniel Dunbar2010-09-09
* MC/ELF: Allow null values in virtual sections, ELF doesn't use specialDaniel Dunbar2010-08-18
* Layout helper function.Matt Fleming2010-08-16
* Record a symbol's size which is needed for ELF symbol tables.Matt Fleming2010-08-16
* MC: Initialize MCFragment::Offset, noticed by Cameron Esfahani.Daniel Dunbar2010-07-30
* MC: Put back the MCFragment vtable, so subclasses are destroyed properly (duh).Daniel Dunbar2010-07-28
* Initial modifications to MCAssembler and TargetMachine for the MCJIT.Reid Kleckner2010-07-22
* The variable ValueSize is set to 1 on both code paths, and thenDuncan Sands2010-06-29
* MC: Simplify MCAssembler::isSymbolLinkerVisible to only take an MCSymbol.Daniel Dunbar2010-06-16
* Don't call flush() at a library level which isn't checking for errorsDan Gohman2010-06-01
* MC: When running with -mc-relax-all, we can eagerly relax instructions and av...Daniel Dunbar2010-05-26
* MC: Change RelaxInstruction to only take the input and output instructions.Daniel Dunbar2010-05-26
* MC: Simplify MayNeedRelaxation to not provide the fixups, so we can query itDaniel Dunbar2010-05-26
* MC: Eliminate MCAsmFixup, replace with MCFixup.Daniel Dunbar2010-05-26
* MC: Use accessors for access to MCAsmFixup.Daniel Dunbar2010-05-26
* MC: Eliminate MCFragment vtable, which was unnecessary.Daniel Dunbar2010-05-26
* MC: Switch to completely lazy layout.Daniel Dunbar2010-05-14
* MC: Extend MCAsmLayout to explicitly track which fragments have been layed ou...Daniel Dunbar2010-05-14
* MC: Implicitly assign section addresses when the previous fragment is layed out.Daniel Dunbar2010-05-14
* MC: Switch MCFragment to storing the layout order index, not its index in the...Daniel Dunbar2010-05-14
* MC: Change LayoutSection() to only do the section initializiation.Daniel Dunbar2010-05-14
* MC: Move Layout{Fragment,Section} into MCAsmLayout, and add LayoutFile().Daniel Dunbar2010-05-13
* MC: Factor out MCAssembler::ComputeFragmentSize.Daniel Dunbar2010-05-13
* MC: Add section layout order indices to MCSectionData.Daniel Dunbar2010-05-13
* MC: Move ordinal calculation, to make sure fragments synthesized for layout g...Daniel Dunbar2010-05-13
* MC: Create dummy fragments to avoid ever having empty sections, which simplif...Daniel Dunbar2010-05-13
* MC: Add MCAsmLayout::FragmentReplaced() helper function.Daniel Dunbar2010-05-13
* Fix -Asserts warning.Daniel Dunbar2010-05-13
* MC: Eliminate MCSectionData::{,Address,File}Size, which can now be computed byDaniel Dunbar2010-05-13
* MC: Switch to using explicit MCAlignFragments with OnlyAlignAddress bit insteadDaniel Dunbar2010-05-13
* MC: Add MCAlignFragment::OnlyAlignAddress bit. This is a bit of magic that sa...Daniel Dunbar2010-05-13
* MC: Add MCSectionData::AddressSize, which is the size of the address space co...Daniel Dunbar2010-05-13
* MC: Move MCAlignFragment::EmitNops value out of the constructor.Daniel Dunbar2010-05-12
* MC: Eliminate MCZeroFillFragment, it is no longer needed.Daniel Dunbar2010-05-12
* MC: Explicitly check that only virtual fragments appear in virtual sections.Daniel Dunbar2010-05-12
* MC: Switch MCFillFragment to storing total fill size instead of a count. This...Daniel Dunbar2010-05-12
* MC: Drop support for alignment in ZeroFill fragment, we can just useDaniel Dunbar2010-05-12
* Simplify.Daniel Dunbar2010-05-12
* MC: Factor out MCAssembler::LayoutFragmentDaniel Dunbar2010-05-12
* MC: Tweak section layout to not relying on accumulating address value.Daniel Dunbar2010-05-12
* MC: Simplify LayoutSection to just take the index of the section to layout.Daniel Dunbar2010-05-12
* MC: Track section layout order explicitly, and use to simplify.Daniel Dunbar2010-05-12
* MC/Mach-O/x86_64: Add a new hook for checking whether a particular section canDaniel Dunbar2010-05-12