Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
lib
/
MC
/
MCSectionELF.cpp
f740fd6
[Hexagon] Handle Hexagon's SHF_HEX_GPREL section flag
by Krzysztof Parzyszek
· 7 years ago
ae6eeae
[MC] Add assembler support for .cg_profile.
by Michael J. Spencer
· 7 years ago
b36fbbc
CodeGen: support an extension to pass linker options on ELF
by Saleem Abdulrasool
· 8 years ago
a5ba4ee
[Triple] Add isThumb and isARM functions.
by Florian Hahn
· 8 years ago
f0e26e7
MC, Object: Reserve a section type, SHT_LLVM_ODRTAB, for the ODR table.
by Peter Collingbourne
· 8 years ago
264b5d9
Move Object format code to lib/BinaryFormat.
by Zachary Turner
· 8 years ago
6bda14b
Sort the remaining #include lines in include/... and lib/....
by Chandler Carruth
· 8 years ago
12de7b2
Change section flag character for SHF_LINK_ORDER to "o".
by Evgeniy Stepanov
· 8 years ago
43dcf4d
Fix asm printing of associated sections.
by Evgeniy Stepanov
· 9 years ago
ec8dfb1
[MC] Set SHT_MIPS_DWARF section type for all .debug_* sections on MIPS
by Simon Atanasyan
· 9 years ago
2953224
[MC] Accept a numeric value as an ELF section header's type
by Simon Atanasyan
· 9 years ago
d96089b
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 9 years ago
e0eba3c
Only print architecture dependent flags for that architecture.
by Rafael Espindola
· 9 years ago
52a7dd7
[ARM] Implement execute-only support in CodeGen
by Prakhar Bahuguna
· 9 years ago
889d7bb
Bring r252305 back with a test fix.
by Rafael Espindola
· 10 years ago
8e02576
MCAsmInfo: Allow targets to specify when the .section directive should be omitted
by Tom Stellard
· 10 years ago
8b64355
MC: Add target hook to control symbol quoting
by Matt Arsenault
· 10 years ago
41e2b5c
Use a comma after the unique keyword.
by Rafael Espindola
· 10 years ago
8ca44f0
Implement unique sections with an unique ID.
by Rafael Espindola
· 10 years ago
68fa249
Add r228980 back.
by Rafael Espindola
· 11 years ago
d99f427
Revert a series of commits starting at r228886 which is triggering some
by Chandler Carruth
· 11 years ago
b6a812e
Add support for having multiple sections with the same name and comdat.
by Rafael Espindola
· 11 years ago
ba31e27
Compute the ELF SectionKind from the flags.
by Rafael Espindola
· 11 years ago
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
· 12 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
· 15 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