aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCSection.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-01-05[MC][ARM] Delete MCSection::HasData and move SHF_ARM_PURECODE logic to ARMELF...Fangrui Song1-2/+1
2019-12-18[ MC ] Match labels to existing fragments even when switching sections.Michael Trent1-0/+35
2019-12-17Revert "[ MC ] Match labels to existing fragments even when switching sections."Mitch Phillips1-35/+0
2019-12-17[ MC ] Match labels to existing fragments even when switching sections.Michael Trent1-0/+35
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-09-06The initial .text section generated in object files was missing theEric Christopher1-1/+2
2018-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber1-0/+1
2017-10-15Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman1-1/+1
2017-10-12[dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton1-1/+1
2017-06-21Mark dump() methods as const. NFCSam Clegg1-1/+1
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2017-02-08[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko1-10/+10
2017-01-28Cleanup dump() functions.Matthias Braun1-0/+2
2016-09-12MC: Move MCSection::begin/end to header, NFCDuncan P. N. Exon Smith1-8/+0
2016-08-22[MC] Remove guard(s). NFCI.Davide Italiano1-2/+0
2016-01-29Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren1-1/+1
2015-10-10MC: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith1-1/+1
2015-10-05Fix pr24486.Rafael Espindola1-1/+1
2015-06-01Store a bit in MCSection saying if it was registered with MCAssembler.Rafael Espindola1-1/+1
2015-06-01Use a bitfield. NFC.Rafael Espindola1-1/+2
2015-05-27Fix NDEBUG build.Rafael Espindola1-0/+2
2015-05-27Delete MCSectionData.Rafael Espindola1-24/+23
2015-05-27Delete dead code. NFC.Rafael Espindola1-4/+0
2015-05-27Move getSubsectionInsertionPoint to MCSection.Rafael Espindola1-0/+32
2015-05-26Stop using MCSectionData in MCAsmLayout.h.Rafael Espindola1-0/+2
2015-05-25Turn MCSectionData into a field of MCSection.Rafael Espindola1-0/+11
2015-05-25Move MCSectionData to MCSection.h.Rafael Espindola1-0/+17
2015-05-25Move bundle info from MCSectionData to MCSection.Rafael Espindola1-0/+18
2015-05-21Move alignment from MCSectionData to MCSection.Rafael Espindola1-1/+1
2015-03-23Refactor how passes get a symbol at the end of a section.Rafael Espindola1-0/+9
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-1/+1
2010-05-07switch MCSectionCOFF from a syntactic to semantic representation,Chris Lattner1-27/+0
2010-03-22Put MCSectionCOFF::Name into the MCContext instead of leaking it.Jeffrey Yasskin1-1/+5
2009-11-06Pass StringRef by value.Daniel Dunbar1-1/+1
2009-08-22rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner1-1/+1
2009-08-22Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner1-2/+2
2009-08-13Change MCSectionELF to represent a section semantically instead ofBruno Cardoso Lopes1-85/+0
2009-08-13sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF imple...Chris Lattner1-16/+2
2009-08-10split MachO section handling stuff out to its out .h/.cpp file.Chris Lattner1-269/+0
2009-08-10Make the big switch: Change MCSectionMachO to represent a section *semantically*Chris Lattner1-11/+258
2009-08-09always end a section with \n on elf.Chris Lattner1-0/+2
2009-08-08sink the 'name' and 'isdirective' state out of MCSection into its derived cla...Chris Lattner1-7/+20
2009-08-081. Make MCSection an abstract class.Chris Lattner1-5/+109
2009-08-08make target-specific TLOF impls (except PIC16) create target-specificChris Lattner1-2/+2
2009-08-08stub out PECOFF/MachO/ELF MCSection classesChris Lattner1-2/+20
2009-08-01Change SectionKind to be a property that is true of a *section*, itChris Lattner1-5/+6
2009-08-01All MCSections are now required to have a SectionKind.Chris Lattner1-8/+5
2009-07-31split MCSection stuff out to its own .cpp file, add a newChris Lattner1-0/+31