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
/
include
/
llvm
/
MC
/
MCSection.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass StringRef by value.
Daniel Dunbar
2009-11-06
1
-3
/
+3
*
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
Chris Lattner
2009-08-22
1
-2
/
+2
*
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-22
1
-3
/
+3
*
Change MCSectionELF to represent a section semantically instead of
Bruno Cardoso Lopes
2009-08-13
1
-27
/
+0
*
sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF imple...
Chris Lattner
2009-08-13
1
-4
/
+6
*
split MachO section handling stuff out to its out .h/.cpp file.
Chris Lattner
2009-08-10
1
-153
/
+0
*
Make the big switch: Change MCSectionMachO to represent a section *semantically*
Chris Lattner
2009-08-10
1
-12
/
+141
*
sink the 'name' and 'isdirective' state out of MCSection into its derived cla...
Chris Lattner
2009-08-08
1
-17
/
+41
*
1. Make MCSection an abstract class.
Chris Lattner
2009-08-08
1
-4
/
+14
*
make target-specific TLOF impls (except PIC16) create target-specific
Chris Lattner
2009-08-08
1
-4
/
+4
*
stub out PECOFF/MachO/ELF MCSection classes
Chris Lattner
2009-08-08
1
-1
/
+27
*
it turns out that isWeak() was basically dead anyway. Kill off SectionInfo :-/
Chris Lattner
2009-08-01
1
-2
/
+2
*
fix a layering violation by moving SectionKind out to its own header.
Chris Lattner
2009-08-01
1
-3
/
+1
*
Change SectionKind to be a property that is true of a *section*, it
Chris Lattner
2009-08-01
1
-3
/
+14
*
All MCSections are now required to have a SectionKind.
Chris Lattner
2009-08-01
1
-19
/
+4
*
switch off of 'Section' onto MCSection. We're not properly using
Chris Lattner
2009-07-31
1
-3
/
+8
*
split MCSection stuff out to its own .cpp file, add a new
Chris Lattner
2009-07-31
1
-4
/
+25
*
create sections with MCSection::Create instead of Context->getOrCreateSection.
Chris Lattner
2009-07-31
1
-3
/
+3
*
Move MCContext and friends to StringRef based APIs.
Daniel Dunbar
2009-07-27
1
-1
/
+2
*
add comments, privatize interface
Chris Lattner
2009-07-01
1
-2
/
+13
*
Start MCAsmStreamer implementation.
Daniel Dunbar
2009-06-24
1
-0
/
+2
*
Start flushing out MCContext.
Daniel Dunbar
2009-06-23
1
-0
/
+26