| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix 80-col viola. | Daniel Dunbar | 2010-12-17 | 1 | -2/+2 |
* | Relax alignment fragments. | Rafael Espindola | 2010-12-15 | 1 | -4/+0 |
* | Layout each section independently. With the testcase in PR8711: | Rafael Espindola | 2010-12-07 | 1 | -5/+1 |
* | Sorry for such a large commit. The summary is that only MachO cares about the | Rafael Espindola | 2010-12-07 | 1 | -23/+0 |
* | Remove the instruction fragment to data fragment lowering since it was causing | Rafael Espindola | 2010-12-06 | 1 | -10/+0 |
* | Add a getSymbolOffset method and use it in the ELF writer. | Rafael Espindola | 2010-12-06 | 1 | -0/+4 |
* | Invalidate the layout on any relaxation, not just Instructions. Bug found by ... | Rafael Espindola | 2010-11-23 | 1 | -4/+3 |
* | Reuse data fragments while lowering. Patch by David Meyer. | Rafael Espindola | 2010-11-23 | 1 | -2/+9 |
* | MC: Switch to completely lazy layout. | Daniel Dunbar | 2010-05-14 | 1 | -0/+4 |
* | MC: Extend MCAsmLayout to explicitly track which fragments have been layed ou... | Daniel Dunbar | 2010-05-14 | 1 | -0/+8 |
* | MC: Change LayoutSection() to only do the section initializiation. | Daniel Dunbar | 2010-05-14 | 1 | -11/+3 |
* | MC: Move Layout{Fragment,Section} into MCAsmLayout, and add LayoutFile(). | Daniel Dunbar | 2010-05-13 | 1 | -0/+12 |
* | MC: Add MCAsmLayout::FragmentReplaced() helper function. | Daniel Dunbar | 2010-05-13 | 1 | -0/+3 |
* | MC: Eliminate MCSectionData::{,Address,File}Size, which can now be computed by | Daniel Dunbar | 2010-05-13 | 1 | -18/+9 |
* | MC: Add MCSectionData::AddressSize, which is the size of the address space co... | Daniel Dunbar | 2010-05-13 | 1 | -2/+10 |
* | MC: Simplify LayoutSection to just take the index of the section to layout. | Daniel Dunbar | 2010-05-12 | 1 | -5/+6 |
* | MC: Track section layout order explicitly, and use to simplify. | Daniel Dunbar | 2010-05-12 | 1 | -1/+20 |
* | MC: Stop restarting layout on every relaxation. | Daniel Dunbar | 2010-03-25 | 1 | -0/+5 |
* | MC: Route access to SectionData offset and file size through MCAsmLayout. | Daniel Dunbar | 2010-03-25 | 1 | -2/+41 |
* | MC: Route access to Fragment offset and effective size through MCAsmLayout. | Daniel Dunbar | 2010-03-25 | 1 | -0/+6 |
* | MC: Direct all {fragment,section,symbol} address access through the MCAsmLayo... | Daniel Dunbar | 2010-03-24 | 1 | -0/+11 |
* | MC: Constify MCAsmLayout argument to MCExpr::EvaluteAs... | Daniel Dunbar | 2010-03-12 | 1 | -1/+1 |
* | MC/Mach-O: Start passing in the basic MCAsmLayout object. | Daniel Dunbar | 2010-03-11 | 1 | -14/+1 |
* | MC: Sketch initial MCAsmLayout class, which encapsulates the current layout o... | Daniel Dunbar | 2010-03-11 | 1 | -0/+49 |