|  | Commit message (Expand) | Author | Age | Files | Lines | 
|---|
| * | This is the last major patch to implement support for the .loc directive | Kevin Enderby | 2010-09-30 | 1 | -0/+38 | 
| * | Make it possible for the MCObjectWriter to decide if a given fixup is fully | Rafael Espindola | 2010-09-30 | 1 | -128/+27 | 
| * | Remove unused argument. | Rafael Espindola | 2010-09-27 | 1 | -4/+3 | 
| * | MC: Add missing ')' in diagnostic. | Daniel Dunbar | 2010-09-24 | 1 | -1/+1 | 
| * | Avoid some Mach-O specific alignment being done on ELF. | Rafael Espindola | 2010-09-22 | 1 | -18/+20 | 
| * | Add a InitSections method to the streamer interface. | Rafael Espindola | 2010-09-15 | 1 | -1/+1 | 
| * | MC: Give a (lame) hard error if a .org directive would create an unreasonably | Daniel Dunbar | 2010-09-09 | 1 | -1/+1 | 
| * | MC/ELF: Allow null values in virtual sections, ELF doesn't use special | Daniel Dunbar | 2010-08-18 | 1 | -1/+16 | 
| * | Layout helper function. | Matt Fleming | 2010-08-16 | 1 | -0/+34 | 
| * | Record a symbol's size which is needed for ELF symbol tables. | Matt Fleming | 2010-08-16 | 1 | -1/+2 | 
| * | MC: Initialize MCFragment::Offset, noticed by Cameron Esfahani. | Daniel Dunbar | 2010-07-30 | 1 | -1/+2 | 
| * | MC: Put back the MCFragment vtable, so subclasses are destroyed properly (duh). | Daniel Dunbar | 2010-07-28 | 1 | -0/+3 | 
| * | Initial modifications to MCAssembler and TargetMachine for the MCJIT. | Reid Kleckner | 2010-07-22 | 1 | -4/+10 | 
| * | The variable ValueSize is set to 1 on both code paths, and then | Duncan Sands | 2010-06-29 | 1 | -5/+1 | 
| * | MC: Simplify MCAssembler::isSymbolLinkerVisible to only take an MCSymbol. | Daniel Dunbar | 2010-06-16 | 1 | -6/+5 | 
| * | Don't call flush() at a library level which isn't checking for errors | Dan Gohman | 2010-06-01 | 1 | -1/+0 | 
| * | MC: When running with -mc-relax-all, we can eagerly relax instructions and av... | Daniel Dunbar | 2010-05-26 | 1 | -5/+2 | 
| * | MC: Change RelaxInstruction to only take the input and output instructions. | Daniel Dunbar | 2010-05-26 | 1 | -1/+1 | 
| * | MC: Simplify MayNeedRelaxation to not provide the fixups, so we can query it | Daniel Dunbar | 2010-05-26 | 1 | -1/+1 | 
| * | MC: Eliminate MCAsmFixup, replace with MCFixup. | Daniel Dunbar | 2010-05-26 | 1 | -12/+10 | 
| * | MC: Use accessors for access to MCAsmFixup. | Daniel Dunbar | 2010-05-26 | 1 | -6/+7 | 
| * | MC: Eliminate MCFragment vtable, which was unnecessary. | Daniel Dunbar | 2010-05-26 | 1 | -69/+62 | 
| * | MC: Switch to completely lazy layout. | Daniel Dunbar | 2010-05-14 | 1 | -19/+35 | 
| * | MC: Extend MCAsmLayout to explicitly track which fragments have been layed ou... | Daniel Dunbar | 2010-05-14 | 1 | -10/+44 | 
| * | MC: Implicitly assign section addresses when the previous fragment is layed out. | Daniel Dunbar | 2010-05-14 | 1 | -1/+11 | 
| * | MC: Switch MCFragment to storing the layout order index, not its index in the... | Daniel Dunbar | 2010-05-14 | 1 | -13/+14 | 
| * | MC: Change LayoutSection() to only do the section initializiation. | Daniel Dunbar | 2010-05-14 | 1 | -25/+13 | 
| * | MC: Move Layout{Fragment,Section} into MCAsmLayout, and add LayoutFile(). | Daniel Dunbar | 2010-05-13 | 1 | -26/+27 | 
| * | MC: Factor out MCAssembler::ComputeFragmentSize. | Daniel Dunbar | 2010-05-13 | 1 | -36/+44 | 
| * | MC: Add section layout order indices to MCSectionData. | Daniel Dunbar | 2010-05-13 | 1 | -0/+4 | 
| * | MC: Move ordinal calculation, to make sure fragments synthesized for layout g... | Daniel Dunbar | 2010-05-13 | 1 | -21/+21 | 
| * | MC: Create dummy fragments to avoid ever having empty sections, which simplif... | Daniel Dunbar | 2010-05-13 | 1 | -8/+9 | 
| * | MC: Add MCAsmLayout::FragmentReplaced() helper function. | Daniel Dunbar | 2010-05-13 | 1 | -4/+6 | 
| * | Fix -Asserts warning. | Daniel Dunbar | 2010-05-13 | 1 | -4/+2 | 
| * | MC: Eliminate MCSectionData::{,Address,File}Size, which can now be computed by | Daniel Dunbar | 2010-05-13 | 1 | -42/+28 | 
| * | MC: Switch to using explicit MCAlignFragments with OnlyAlignAddress bit instead | Daniel Dunbar | 2010-05-13 | 1 | -22/+31 | 
| * | MC: Add MCAlignFragment::OnlyAlignAddress bit. This is a bit of magic that sa... | Daniel Dunbar | 2010-05-13 | 1 | -1/+17 | 
| * | MC: Add MCSectionData::AddressSize, which is the size of the address space co... | Daniel Dunbar | 2010-05-13 | 1 | -6/+15 | 
| * | MC: Move MCAlignFragment::EmitNops value out of the constructor. | Daniel Dunbar | 2010-05-12 | 1 | -1/+1 | 
| * | MC: Eliminate MCZeroFillFragment, it is no longer needed. | Daniel Dunbar | 2010-05-12 | 1 | -23/+1 | 
| * | MC: Explicitly check that only virtual fragments appear in virtual sections. | Daniel Dunbar | 2010-05-12 | 1 | -0/+23 | 
| * | MC: Switch MCFillFragment to storing total fill size instead of a count. This... | Daniel Dunbar | 2010-05-12 | 1 | -3/+3 | 
| * | MC: Drop support for alignment in ZeroFill fragment, we can just use | Daniel Dunbar | 2010-05-12 | 1 | -11/+4 | 
| * | Simplify. | Daniel Dunbar | 2010-05-12 | 1 | -5/+3 | 
| * | MC: Factor out MCAssembler::LayoutFragment | Daniel Dunbar | 2010-05-12 | 1 | -74/+78 | 
| * | MC: Tweak section layout to not relying on accumulating address value. | Daniel Dunbar | 2010-05-12 | 1 | -7/+13 | 
| * | MC: Simplify LayoutSection to just take the index of the section to layout. | Daniel Dunbar | 2010-05-12 | 1 | -18/+16 | 
| * | MC: Track section layout order explicitly, and use to simplify. | Daniel Dunbar | 2010-05-12 | 1 | -31/+15 | 
| * | MC/Mach-O/x86_64: Add a new hook for checking whether a particular section can | Daniel Dunbar | 2010-05-12 | 1 | -0/+6 | 
| * | MC/Mach-O x86_64: Switch to using fragment atom symbol. | Daniel Dunbar | 2010-05-11 | 1 | -37/+6 |