index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
MC
/
MCSection.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
switch MCSectionCOFF from a syntactic to semantic representation,
Chris Lattner
2010-05-07
1
-27
/
+0
*
Put MCSectionCOFF::Name into the MCContext instead of leaking it.
Jeffrey Yasskin
2010-03-22
1
-1
/
+5
*
Pass StringRef by value.
Daniel Dunbar
2009-11-06
1
-1
/
+1
*
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
Chris Lattner
2009-08-22
1
-1
/
+1
*
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-22
1
-2
/
+2
*
Change MCSectionELF to represent a section semantically instead of
Bruno Cardoso Lopes
2009-08-13
1
-85
/
+0
*
sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF imple...
Chris Lattner
2009-08-13
1
-16
/
+2
*
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