aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCSection.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-06-20[MC] Remove SectionKind from MCSection (#96067)aengelke1-3/+3
2024-06-14[MC] Aligned bundling: remove special handling for RelaxAllFangrui Song1-4/+3
2024-06-13[MC] flushPendingLabels: revert setAtom changeFangrui Song1-3/+0
2024-06-11[MC] Replace fragment ilist with singly-linked listsFangrui Song1-37/+25
2024-06-10[MC] Remove getFragmentList uses. NFCFangrui Song1-3/+6
2024-06-09[MC] Relax fragments eagerlyFangrui Song1-2/+2
2024-06-06[MC] MCSection::dump: print section nameFangrui Song1-1/+1
2023-06-18[MC] flushPendingLabels: set Atom for new fragment after D71368Fangrui Song1-2/+4
2023-06-18[MC] flushPendingLabels: set Atom for new fragment after D71368Fangrui Song1-0/+2
2023-05-05[MC] Simplify flushPendingLabels. NFCFangrui Song1-3/+0
2022-02-09Cleanup LLVMMC headersserge-sans-paille1-1/+1
2021-01-29[llvm] Use llvm::lower_bound and llvm::upper_bound (NFC)Kazu Hirata1-4/+2
2020-12-21[MC] Split MCContext::createTempSymbol, default AlwaysAddSuffix to true, and ...Fangrui Song1-1/+1
2020-09-09[MC] Resolve the difference of symbols in consecutive MCDataFragementsJian Cai1-0/+1
2020-04-15[MC][COFF][ELF] Reject instructions in IMAGE_SCN_CNT_UNINITIALIZED_DATA/SHT_N...Fangrui Song1-1/+3
2020-04-15[MC] Replace MCSection*::getName() with MCSection::getName(). NFCFangrui Song1-2/+4
2020-03-21Revert rGd5d8569df14e95e2c53d167bd1b37995bcbec565 "Fix static analysis warnin...Simon Pilgrim1-0/+2
2020-03-21Fix static analysis warnings about classes with virtual methods not having vi...Simon Pilgrim1-2/+0
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