index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
MC
/
MCSection.cpp
Age
Commit message (
Expand
)
Author
2010-05-07
switch MCSectionCOFF from a syntactic to semantic representation,
Chris Lattner
2010-03-22
Put MCSectionCOFF::Name into the MCContext instead of leaking it.
Jeffrey Yasskin
2009-11-06
Pass StringRef by value.
Daniel Dunbar
2009-08-22
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
Chris Lattner
2009-08-22
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-13
Change MCSectionELF to represent a section semantically instead of
Bruno Cardoso Lopes
2009-08-13
sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF imple...
Chris Lattner
2009-08-10
split MachO section handling stuff out to its out .h/.cpp file.
Chris Lattner
2009-08-10
Make the big switch: Change MCSectionMachO to represent a section *semantically*
Chris Lattner
2009-08-09
always end a section with \n on elf.
Chris Lattner
2009-08-08
sink the 'name' and 'isdirective' state out of MCSection into its derived cla...
Chris Lattner
2009-08-08
1. Make MCSection an abstract class.
Chris Lattner
2009-08-08
make target-specific TLOF impls (except PIC16) create target-specific
Chris Lattner
2009-08-08
stub out PECOFF/MachO/ELF MCSection classes
Chris Lattner
2009-08-01
Change SectionKind to be a property that is true of a *section*, it
Chris Lattner
2009-08-01
All MCSections are now required to have a SectionKind.
Chris Lattner
2009-07-31
split MCSection stuff out to its own .cpp file, add a new
Chris Lattner