Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
e8aab7480c2550b51fd60d6eb102b361e70931d7
/
llvm
/
lib
/
MC
/
MCSectionELF.cpp
352fb46
delete function name from comment
by Sanjay Patel
· 11 years ago
fdc8813
Remove AllowQuotesInName and friends from MCAsmInfo.
by Rafael Espindola
· 12 years ago
ac511ca
ELF: Add support for the exclude section bit for gas compat.
by Benjamin Kramer
· 12 years ago
2f495b9
Add support for subsections to the ELF assembler. Fixes PR8717.
by Peter Collingbourne
· 13 years ago
dc1e36e
Tidy up. Trailing whitespace.
by Jim Grosbach
· 13 years ago
62f7597
Be nice to Xcore and the XMOS assembler and avoid quoting section names
by Joerg Sonnenberger
· 15 years ago
852ab89
Bug#9033: For the ELF assembler output, always quote the section name.
by Joerg Sonnenberger
· 15 years ago
70d8015
Switch llvm to using comdats. For now always use groups with a single section.
by Rafael Espindola
· 15 years ago
85bc995
Move broken HasCommonSymbols to ELFWriter.cpp.
by Rafael Espindola
· 15 years ago
0e7e34e
Remove more duplicated code.
by Rafael Espindola
· 15 years ago
aea4958
Remove duplicated code.
by Rafael Espindola
· 15 years ago
9ae2d05
Add support for @note. Patch by Jörg Sonnenberger.
by Rafael Espindola
· 15 years ago
7a2cd8b
make isVirtualSection a virtual method on MCSection. Chris' suggestion.
by Rafael Espindola
· 15 years ago
9bb44a5
Fixed version of 118639 with an extra assert to catch similar problems
by Rafael Espindola
· 15 years ago
33048f0
Revert previous patch. Missed a case.
by Rafael Espindola
· 15 years ago
4bdd272
Remove IsExplicit. It was always false.
by Rafael Espindola
· 15 years ago
87f77b5
Add hook in MCSection to decide when to use "optimized nops", for each
by Jan Wen Voung
· 15 years ago
efbdbe5
Move logic of determining ELF entsize from the .s printer to initialization
by Jan Wen Voung
· 15 years ago
5418dd5
move elf section uniquing to MCContext. Along the way
by Chris Lattner
· 16 years ago
94b993e
Simplify some uses of str(n)cmp with StringRef.
by Benjamin Kramer
· 16 years ago
b9d1f5a
tidy
by Chris Lattner
· 16 years ago
ad36e8a
Pass StringRef by value.
by Daniel Dunbar
· 16 years ago
e9a75a6
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
by Chris Lattner
· 16 years ago
7b26fce
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
by Chris Lattner
· 16 years ago
0fbe0f5
add support for target-specific ELF section flags, add a new MCSectionXCore
by Chris Lattner
· 16 years ago
c773141
*try* to use a better name to describe how common symbols are marked on the elf object file.
by Bruno Cardoso Lopes
· 16 years ago
3e0bd78
Fix MCSectionELF::ShouldOmitSectionDirective's matching of .data and
by Dan Gohman
· 16 years ago
62e6a8b
Remove HasCrazyBSS and add a flag in TAI to indicate that '.section'
by Bruno Cardoso Lopes
· 16 years ago
df743ae
Add a method to return if the ELF section contains only common symbols!
by Bruno Cardoso Lopes
· 16 years ago
607cd3b
Change MCSectionELF to represent a section semantically instead of
by Bruno Cardoso Lopes
· 16 years ago