Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
lib
/
MC
/
MCSection.cpp
fe83270
The initial .text section generated in object files was missing the
by Eric Christopher
· 7 years ago
432a388
IWYU for llvm-config.h in llvm, additions.
by Nico Weber
· 7 years ago
615eb47
Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people.
by Aaron Ballman
· 8 years ago
3e0199f
[dump] Remove NDEBUG from test to enable dump methods [NFC]
by Don Hinton
· 8 years ago
705f798
Mark dump() methods as const. NFC
by Sam Clegg
· 8 years ago
6bda14b
Sort the remaining #include lines in include/... and lib/....
by Chandler Carruth
· 8 years ago
3d8b0eb
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 9 years ago
8c209aa
Cleanup dump() functions.
by Matthias Braun
· 9 years ago
cd0fffb
MC: Move MCSection::begin/end to header, NFC
by Duncan P. N. Exon Smith
· 9 years ago
80d379f
[MC] Remove guard(s). NFCI.
by Davide Italiano
· 9 years ago
eb2a254
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment.
by Yaron Keren
· 10 years ago
a5f45da
MC: Remove implicit ilist iterator conversions, NFC
by Duncan P. N. Exon Smith
· 10 years ago
e3a20f5
Fix pr24486.
by Rafael Espindola
· 10 years ago
63702e2
Store a bit in MCSection saying if it was registered with MCAssembler.
by Rafael Espindola
· 10 years ago
a66395e
Use a bitfield. NFC.
by Rafael Espindola
· 10 years ago
2e4be0a
Fix NDEBUG build.
by Rafael Espindola
· 10 years ago
a32d0e9
Delete MCSectionData.
by Rafael Espindola
· 10 years ago
2b21695
Delete dead code. NFC.
by Rafael Espindola
· 10 years ago
8c05c6e
Move getSubsectionInsertionPoint to MCSection.
by Rafael Espindola
· 10 years ago
5a1e80b
Stop using MCSectionData in MCAsmLayout.h.
by Rafael Espindola
· 10 years ago
a554c05
Turn MCSectionData into a field of MCSection.
by Rafael Espindola
· 10 years ago
09266ba
Move MCSectionData to MCSection.h.
by Rafael Espindola
· 10 years ago
b028cc8
Move bundle info from MCSectionData to MCSection.
by Rafael Espindola
· 10 years ago
0709a7b
Move alignment from MCSectionData to MCSection.
by Rafael Espindola
· 10 years ago
f2b408c
Refactor how passes get a symbol at the end of a section.
by Rafael Espindola
· 11 years ago
ed0881b
Use the new script to sort the includes of every file under lib.
by Chandler Carruth
· 13 years ago
87cffa9
switch MCSectionCOFF from a syntactic to semantic representation,
by Chris Lattner
· 15 years ago
a99d232
Put MCSectionCOFF::Name into the MCContext instead of leaking it.
by Jeffrey Yasskin
· 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
607cd3b
Change MCSectionELF to represent a section semantically instead of
by Bruno Cardoso Lopes
· 16 years ago
04b4700
sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF implementations.
by Chris Lattner
· 16 years ago
6c20391
split MachO section handling stuff out to its out .h/.cpp file.
by Chris Lattner
· 16 years ago
cb307a27
Make the big switch: Change MCSectionMachO to represent a section *semantically*
by Chris Lattner
· 16 years ago
f4c2eee
always end a section with \n on elf.
by Chris Lattner
· 16 years ago
591105c
sink the 'name' and 'isdirective' state out of MCSection into its derived classes.
by Chris Lattner
· 16 years ago
1cb9396
1. Make MCSection an abstract class.
by Chris Lattner
· 16 years ago
245fdfb
make target-specific TLOF impls (except PIC16) create target-specific
by Chris Lattner
· 16 years ago
5a9bc50
stub out PECOFF/MachO/ELF MCSection classes
by Chris Lattner
· 16 years ago
c9c277b
Change SectionKind to be a property that is true of a *section*, it
by Chris Lattner
· 16 years ago
95bad37
All MCSections are now required to have a SectionKind.
by Chris Lattner
· 16 years ago
c10132a
split MCSection stuff out to its own .cpp file, add a new
by Chris Lattner
· 16 years ago