| Age | Commit message (Expand) | Author |
| 2010-05-13 | MC: Add section layout order indices to MCSectionData. | Daniel Dunbar |
| 2010-05-13 | MC: Add MCAsmLayout::FragmentReplaced() helper function. | Daniel Dunbar |
| 2010-05-13 | MC: Eliminate MCSectionData::{,Address,File}Size, which can now be computed by | Daniel Dunbar |
| 2010-05-13 | MC: Add MCAlignFragment::OnlyAlignAddress bit. This is a bit of magic that sa... | Daniel Dunbar |
| 2010-05-13 | MC: Add MCSectionData::AddressSize, which is the size of the address space co... | Daniel Dunbar |
| 2010-05-12 | MC: Move MCAlignFragment::EmitNops value out of the constructor. | Daniel Dunbar |
| 2010-05-12 | MC: Eliminate MCZeroFillFragment, it is no longer needed. | Daniel Dunbar |
| 2010-05-12 | MC: Switch MCFillFragment to storing total fill size instead of a count. This... | Daniel Dunbar |
| 2010-05-12 | MC: Drop support for alignment in ZeroFill fragment, we can just use | Daniel Dunbar |
| 2010-05-12 | MC: Factor out MCAssembler::LayoutFragment | Daniel Dunbar |
| 2010-05-12 | MC: Simplify LayoutSection to just take the index of the section to layout. | Daniel Dunbar |
| 2010-05-12 | MC: Track section layout order explicitly, and use to simplify. | Daniel Dunbar |
| 2010-05-12 | Add support for movi32 of global values to the new (MC) asm printer. | Rafael Espindola |
| 2010-05-12 | Added a trivial function to modify the flags field of MCSymbolData class. The... | Nathan Jeffords |
| 2010-05-11 | MC/Mach-O x86_64: Switch to using fragment atom symbol. | Daniel Dunbar |
| 2010-05-10 | MC/Mach-O: Explicitly track atoms, as represented by their defining symbol, f... | Daniel Dunbar |
| 2010-05-08 | break coff symbol definition stuff out into proper MCStreamer callbacks, | Chris Lattner |
| 2010-05-07 | add COFF support for COMDAT sections, patch by Nathan Jeffords! | Chris Lattner |
| 2010-05-07 | Fix i386 relocations to Weak Definitions. The relocation entries should be | Kevin Enderby |
| 2010-05-07 | switch MCSectionCOFF from a syntactic to semantic representation, | Chris Lattner |
| 2010-05-05 | MC: Make setVariableValue check the redefinition condition a bit more strongly. | Daniel Dunbar |
| 2010-05-05 | MC: Rename MCSymbol::{g,s}etValue -> MCSymbol::{g,s}etVariableValue. | Daniel Dunbar |
| 2010-05-05 | MC/Mach-O/x86_64: Relocations in debug sections should use local relocations | Daniel Dunbar |
| 2010-04-29 | Add support for assemblers that don't support periods in a name | Mon P Wang |
| 2010-04-19 | Add a const. | Dan Gohman |
| 2010-04-17 | teach the x86 asm parser how to handle segment prefixes | Chris Lattner |
| 2010-04-17 | refactor .if handling code a bit. | Chris Lattner |
| 2010-04-14 | implement mc asmparser support for '.', which gets the | Chris Lattner |
| 2010-04-13 | Quick fix for build errors caused by undefined | Sean Callanan |
| 2010-04-13 | Fixed a nasty layering violation in the edis source | Sean Callanan |
| 2010-04-08 | delete a forwarding function. | Chris Lattner |
| 2010-04-08 | move elf section uniquing to MCContext. Along the way | Chris Lattner |
| 2010-04-08 | remove the TargetLoweringObjectFileMachO::getMachoSection | Chris Lattner |
| 2010-04-08 | move macho section uniquing from MCParser and TLOF to MCContext where | Chris Lattner |
| 2010-04-05 | Give AsmParser an option to control whether it finalizes | Chris Lattner |
| 2010-04-04 | eliminate the magic AbsoluteDebugSectionOffsets MAI hook, | Chris Lattner |
| 2010-04-04 | isAbsoluteEHSectionOffsets always returns false, eliminate it | Chris Lattner |
| 2010-04-04 | fix an ugly wart in the MCInstPrinter api where the | Chris Lattner |
| 2010-04-03 | add a twine form of MCStreamer::EmitRawText, and mc'ize | Chris Lattner |
| 2010-04-03 | add a new EmitInlineAsm function to asmprinter to handle inline asm. | Chris Lattner |
| 2010-03-30 | Rip out the 'is temporary' nonsense from the MCContext interface to | Chris Lattner |
| 2010-03-25 | llvm-mc: Add a -mc-relax-all option, which relaxes every fixup. We always need | Daniel Dunbar |
| 2010-03-25 | MC: Stop restarting layout on every relaxation. | Daniel Dunbar |
| 2010-03-25 | MC: Simplify main section layout process by moving alignment into LayoutSection. | Daniel Dunbar |
| 2010-03-25 | MC: Sink Section address assignment into LayoutSection. | Daniel Dunbar |
| 2010-03-25 | MC: Explicity track section and fragment ordinals. | Daniel Dunbar |
| 2010-03-25 | MC: Route access to SectionData offset and file size through MCAsmLayout. | Daniel Dunbar |
| 2010-03-25 | MC: Route access to Fragment offset and effective size through MCAsmLayout. | Daniel Dunbar |
| 2010-03-25 | MC: Eliminate MC{Fragment,{Section,Symbol}Data}::getAddress. | Daniel Dunbar |
| 2010-03-25 | Docuemntation corrections from John Myers. | Dan Gohman |