Age | Commit message (Expand) | Author |
2013-02-04 | Cherry-pick not-yet-committed upstream change to fix relaxation at bundle end | Derek Schuff |
2012-12-20 | Aligned bundling support. Following the discussion here: | Eli Bendersky |
2012-12-12 | Make naming consistent, add comments and sanity asserts | Eli Bendersky |
2012-12-10 | Cleanup formatting, comments and naming. | Eli Bendersky |
2011-11-14 | Make headers standalone. | Benjamin Kramer |
2011-04-15 | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner |
2010-12-17 | Fix 80-col viola. | Daniel Dunbar |
2010-12-15 | Relax alignment fragments. | Rafael Espindola |
2010-12-07 | Layout each section independently. With the testcase in PR8711: | Rafael Espindola |
2010-12-07 | Sorry for such a large commit. The summary is that only MachO cares about the | Rafael Espindola |
2010-12-06 | Remove the instruction fragment to data fragment lowering since it was causing | Rafael Espindola |
2010-12-06 | Add a getSymbolOffset method and use it in the ELF writer. | Rafael Espindola |
2010-11-23 | Invalidate the layout on any relaxation, not just Instructions. Bug found by ... | Rafael Espindola |
2010-11-23 | Reuse data fragments while lowering. Patch by David Meyer. | Rafael Espindola |
2010-05-14 | MC: Switch to completely lazy layout. | Daniel Dunbar |
2010-05-14 | MC: Extend MCAsmLayout to explicitly track which fragments have been layed ou... | Daniel Dunbar |
2010-05-14 | MC: Change LayoutSection() to only do the section initializiation. | Daniel Dunbar |
2010-05-13 | MC: Move Layout{Fragment,Section} into MCAsmLayout, and add LayoutFile(). | 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 MCSectionData::AddressSize, which is the size of the address space co... | 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-03-25 | MC: Stop restarting layout on every relaxation. | 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-24 | MC: Direct all {fragment,section,symbol} address access through the MCAsmLayo... | Daniel Dunbar |
2010-03-12 | MC: Constify MCAsmLayout argument to MCExpr::EvaluteAs... | Daniel Dunbar |
2010-03-11 | MC/Mach-O: Start passing in the basic MCAsmLayout object. | Daniel Dunbar |
2010-03-11 | MC: Sketch initial MCAsmLayout class, which encapsulates the current layout o... | Daniel Dunbar |