Chris Lattner
|
5418dd5fda
|
move elf section uniquing to MCContext. Along the way
merge XCore's section into MCSectionELF
llvm-svn: 100812
|
2010-04-08 21:26:26 +00:00 |
Benjamin Kramer
|
94b993ed8a
|
Simplify some uses of str(n)cmp with StringRef.
llvm-svn: 94189
|
2010-01-22 18:21:23 +00:00 |
Chris Lattner
|
b9d1f5a006
|
tidy
llvm-svn: 93352
|
2010-01-13 21:21:29 +00:00 |
Daniel Dunbar
|
ad36e8aceb
|
Pass StringRef by value.
llvm-svn: 86251
|
2009-11-06 10:58:06 +00:00 |
Chris Lattner
|
e9a75a6654
|
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
llvm-svn: 79777
|
2009-08-22 21:43:10 +00:00 |
Chris Lattner
|
7b26fce23e
|
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
llvm-svn: 79763
|
2009-08-22 20:48:53 +00:00 |
Chris Lattner
|
0fbe0f51a4
|
add support for target-specific ELF section flags, add a new MCSectionXCore
class which represents the XCore cp/dp section flags. No functionality
change yet.
llvm-svn: 79077
|
2009-08-15 05:56:11 +00:00 |
Bruno Cardoso Lopes
|
c773141e66
|
*try* to use a better name to describe how common symbols are marked on the elf object file.
llvm-svn: 79029
|
2009-08-14 19:45:38 +00:00 |
Dan Gohman
|
3e0bd7852f
|
Fix MCSectionELF::ShouldOmitSectionDirective's matching of .data and
friends so that it doesn't match sections like .data.rel.local, which
should not be emitted as section directives.
llvm-svn: 78963
|
2009-08-13 23:56:34 +00:00 |
Bruno Cardoso Lopes
|
62e6a8bbe6
|
Remove HasCrazyBSS and add a flag in TAI to indicate that '.section'
must be emitted for PowerPC-Linux '.bss' section
llvm-svn: 78958
|
2009-08-13 23:30:21 +00:00 |
Bruno Cardoso Lopes
|
df743ae603
|
Add a method to return if the ELF section contains only common symbols!
llvm-svn: 78937
|
2009-08-13 21:08:56 +00:00 |
Bruno Cardoso Lopes
|
607cd3b63a
|
Change MCSectionELF to represent a section semantically instead of
syntactically as a string, very similiar to what Chris did with MachO.
The parsing support and validation is not introduced yet.
llvm-svn: 78890
|
2009-08-13 05:07:35 +00:00 |