summaryrefslogtreecommitdiff
path: root/lib/MC/MCSection.cpp
Commit message (Expand)AuthorAge
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* switch MCSectionCOFF from a syntactic to semantic representation,Chris Lattner2010-05-07
* Put MCSectionCOFF::Name into the MCContext instead of leaking it.Jeffrey Yasskin2010-03-22
* Pass StringRef by value.Daniel Dunbar2009-11-06
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-22
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* Change MCSectionELF to represent a section semantically instead ofBruno Cardoso Lopes2009-08-13
* sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF imple...Chris Lattner2009-08-13
* split MachO section handling stuff out to its out .h/.cpp file.Chris Lattner2009-08-10
* Make the big switch: Change MCSectionMachO to represent a section *semantically*Chris Lattner2009-08-10
* always end a section with \n on elf.Chris Lattner2009-08-09
* sink the 'name' and 'isdirective' state out of MCSection into its derived cla...Chris Lattner2009-08-08
* 1. Make MCSection an abstract class.Chris Lattner2009-08-08
* make target-specific TLOF impls (except PIC16) create target-specificChris Lattner2009-08-08
* stub out PECOFF/MachO/ELF MCSection classesChris Lattner2009-08-08
* Change SectionKind to be a property that is true of a *section*, itChris Lattner2009-08-01
* All MCSections are now required to have a SectionKind.Chris Lattner2009-08-01
* split MCSection stuff out to its own .cpp file, add a newChris Lattner2009-07-31