History log of /llvm-project/llvm/lib/MC/MCSectionELF.cpp (Results 76 – 80 of 80)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# c773141e 14-Aug-2009 Bruno Cardoso Lopes <bruno.cardoso@gmail.com>

*try* to use a better name to describe how common symbols are marked on the elf object file.

llvm-svn: 79029


# 3e0bd785 13-Aug-2009 Dan Gohman <gohman@apple.com>

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


# 62e6a8bb 13-Aug-2009 Bruno Cardoso Lopes <bruno.cardoso@gmail.com>

Remove HasCrazyBSS and add a flag in TAI to indicate that '.section'
must be emitted for PowerPC-Linux '.bss' section

llvm-svn: 78958


# df743ae6 13-Aug-2009 Bruno Cardoso Lopes <bruno.cardoso@gmail.com>

Add a method to return if the ELF section contains only common symbols!

llvm-svn: 78937


# 607cd3b6 13-Aug-2009 Bruno Cardoso Lopes <bruno.cardoso@gmail.com>

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.

ll

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

show more ...


1234