aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCSection.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-0/+9
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+1
* switch MCSectionCOFF from a syntactic to semantic representation,Chris Lattner2010-05-071-27/+0
* Put MCSectionCOFF::Name into the MCContext instead of leaking it.Jeffrey Yasskin2010-03-221-1/+5
* Pass StringRef by value.Daniel Dunbar2009-11-061-1/+1
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-221-1/+1
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-2/+2
* Change MCSectionELF to represent a section semantically instead ofBruno Cardoso Lopes2009-08-131-85/+0
* sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF imple...Chris Lattner2009-08-131-16/+2
* split MachO section handling stuff out to its out .h/.cpp file.Chris Lattner2009-08-101-269/+0
* Make the big switch: Change MCSectionMachO to represent a section *semantically*Chris Lattner2009-08-101-11/+258
* always end a section with \n on elf.Chris Lattner2009-08-091-0/+2
* sink the 'name' and 'isdirective' state out of MCSection into its derived cla...Chris Lattner2009-08-081-7/+20
* 1. Make MCSection an abstract class.Chris Lattner2009-08-081-5/+109
* make target-specific TLOF impls (except PIC16) create target-specificChris Lattner2009-08-081-2/+2
* stub out PECOFF/MachO/ELF MCSection classesChris Lattner2009-08-081-2/+20
* Change SectionKind to be a property that is true of a *section*, itChris Lattner2009-08-011-5/+6
* All MCSections are now required to have a SectionKind.Chris Lattner2009-08-011-8/+5
* split MCSection stuff out to its own .cpp file, add a newChris Lattner2009-07-311-0/+31