Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | split MachO section handling stuff out to its out .h/.cpp file. | Chris Lattner | 2009-08-10 | 1 | -269/+0 |
* | Make the big switch: Change MCSectionMachO to represent a section *semantically* | Chris Lattner | 2009-08-10 | 1 | -11/+258 |
* | always end a section with \n on elf. | Chris Lattner | 2009-08-09 | 1 | -0/+2 |
* | sink the 'name' and 'isdirective' state out of MCSection into its derived cla... | Chris Lattner | 2009-08-08 | 1 | -7/+20 |
* | 1. Make MCSection an abstract class. | Chris Lattner | 2009-08-08 | 1 | -5/+109 |
* | make target-specific TLOF impls (except PIC16) create target-specific | Chris Lattner | 2009-08-08 | 1 | -2/+2 |
* | stub out PECOFF/MachO/ELF MCSection classes | Chris Lattner | 2009-08-08 | 1 | -2/+20 |
* | Change SectionKind to be a property that is true of a *section*, it | Chris Lattner | 2009-08-01 | 1 | -5/+6 |
* | All MCSections are now required to have a SectionKind. | Chris Lattner | 2009-08-01 | 1 | -8/+5 |
* | split MCSection stuff out to its own .cpp file, add a new | Chris Lattner | 2009-07-31 | 1 | -0/+31 |