summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCSection.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MC][ARM] Delete MCSection::HasData and move SHF_ARM_PURECODE logic to ARMELF...Fangrui Song2020-01-051-2/+1
* [ MC ] Match labels to existing fragments even when switching sections.Michael Trent2019-12-181-0/+35
* Revert "[ MC ] Match labels to existing fragments even when switching sections."Mitch Phillips2019-12-171-35/+0
* [ MC ] Match labels to existing fragments even when switching sections.Michael Trent2019-12-171-0/+35
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* The initial .text section generated in object files was missing theEric Christopher2018-09-061-1/+2
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman2017-10-151-1/+1
* [dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton2017-10-121-1/+1
* Mark dump() methods as const. NFCSam Clegg2017-06-211-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-081-10/+10
* Cleanup dump() functions.Matthias Braun2017-01-281-0/+2
* MC: Move MCSection::begin/end to header, NFCDuncan P. N. Exon Smith2016-09-121-8/+0
* [MC] Remove guard(s). NFCI.Davide Italiano2016-08-221-2/+0
* Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren2016-01-291-1/+1
* MC: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-101-1/+1
* Fix pr24486.Rafael Espindola2015-10-051-1/+1
* Store a bit in MCSection saying if it was registered with MCAssembler.Rafael Espindola2015-06-011-1/+1
* Use a bitfield. NFC.Rafael Espindola2015-06-011-1/+2
* Fix NDEBUG build.Rafael Espindola2015-05-271-0/+2
* Delete MCSectionData.Rafael Espindola2015-05-271-24/+23
* Delete dead code. NFC.Rafael Espindola2015-05-271-4/+0
* Move getSubsectionInsertionPoint to MCSection.Rafael Espindola2015-05-271-0/+32
* Stop using MCSectionData in MCAsmLayout.h.Rafael Espindola2015-05-261-0/+2
* Turn MCSectionData into a field of MCSection.Rafael Espindola2015-05-251-0/+11
* Move MCSectionData to MCSection.h.Rafael Espindola2015-05-251-0/+17
* Move bundle info from MCSectionData to MCSection.Rafael Espindola2015-05-251-0/+18
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-1/+1
* Refactor how passes get a symbol at the end of a section.Rafael Espindola2015-03-231-0/+9
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+1
* switch MCSectionCOFF from a syntactic to semantic representation,Chris Lattner2010-05-071-27/+0
* Put MCSectionCOFF::Name into the MCContext instead of leaking it.Jeffrey Yasskin2010-03-221-1/+5
* Pass StringRef by value.Daniel Dunbar2009-11-061-1/+1
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-221-1/+1
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-2/+2
* Change MCSectionELF to represent a section semantically instead ofBruno Cardoso Lopes2009-08-131-85/+0
* sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF imple...Chris Lattner2009-08-131-16/+2
* split MachO section handling stuff out to its out .h/.cpp file.Chris Lattner2009-08-101-269/+0
* Make the big switch: Change MCSectionMachO to represent a section *semantically*Chris Lattner2009-08-101-11/+258
* always end a section with \n on elf.Chris Lattner2009-08-091-0/+2
* sink the 'name' and 'isdirective' state out of MCSection into its derived cla...Chris Lattner2009-08-081-7/+20
* 1. Make MCSection an abstract class.Chris Lattner2009-08-081-5/+109
* make target-specific TLOF impls (except PIC16) create target-specificChris Lattner2009-08-081-2/+2
* stub out PECOFF/MachO/ELF MCSection classesChris Lattner2009-08-081-2/+20
* Change SectionKind to be a property that is true of a *section*, itChris Lattner2009-08-011-5/+6
* All MCSections are now required to have a SectionKind.Chris Lattner2009-08-011-8/+5
* split MCSection stuff out to its own .cpp file, add a newChris Lattner2009-07-311-0/+31
OpenPOWER on IntegriCloud