| Commit message (Expand) | Author | Age | Files | Lines |
| * | Mark dump() methods as const. NFC | Sam Clegg | 2017-06-21 | 1 | -1/+1 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m... | Eugene Zelenko | 2017-02-08 | 1 | -10/+10 |
| * | Cleanup dump() functions. | Matthias Braun | 2017-01-28 | 1 | -0/+2 |
| * | MC: Move MCSection::begin/end to header, NFC | Duncan P. N. Exon Smith | 2016-09-12 | 1 | -8/+0 |
| * | [MC] Remove guard(s). NFCI. | Davide Italiano | 2016-08-22 | 1 | -2/+0 |
| * | Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591... | Yaron Keren | 2016-01-29 | 1 | -1/+1 |
| * | MC: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 2015-10-10 | 1 | -1/+1 |
| * | Fix pr24486. | Rafael Espindola | 2015-10-05 | 1 | -1/+1 |
| * | Store a bit in MCSection saying if it was registered with MCAssembler. | Rafael Espindola | 2015-06-01 | 1 | -1/+1 |
| * | Use a bitfield. NFC. | Rafael Espindola | 2015-06-01 | 1 | -1/+2 |
| * | Fix NDEBUG build. | Rafael Espindola | 2015-05-27 | 1 | -0/+2 |
| * | Delete MCSectionData. | Rafael Espindola | 2015-05-27 | 1 | -24/+23 |
| * | Delete dead code. NFC. | Rafael Espindola | 2015-05-27 | 1 | -4/+0 |
| * | Move getSubsectionInsertionPoint to MCSection. | Rafael Espindola | 2015-05-27 | 1 | -0/+32 |
| * | Stop using MCSectionData in MCAsmLayout.h. | Rafael Espindola | 2015-05-26 | 1 | -0/+2 |
| * | Turn MCSectionData into a field of MCSection. | Rafael Espindola | 2015-05-25 | 1 | -0/+11 |
| * | Move MCSectionData to MCSection.h. | Rafael Espindola | 2015-05-25 | 1 | -0/+17 |
| * | Move bundle info from MCSectionData to MCSection. | Rafael Espindola | 2015-05-25 | 1 | -0/+18 |
| * | Move alignment from MCSectionData to MCSection. | Rafael Espindola | 2015-05-21 | 1 | -1/+1 |
| * | Refactor how passes get a symbol at the end of a section. | Rafael Espindola | 2015-03-23 | 1 | -0/+9 |
| * | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -1/+1 |
| * | switch MCSectionCOFF from a syntactic to semantic representation, | Chris Lattner | 2010-05-07 | 1 | -27/+0 |
| * | Put MCSectionCOFF::Name into the MCContext instead of leaking it. | Jeffrey Yasskin | 2010-03-22 | 1 | -1/+5 |
| * | Pass StringRef by value. | Daniel Dunbar | 2009-11-06 | 1 | -1/+1 |
| * | rename TAI -> MAI, being careful not to make MAILJMP instructions :) | Chris Lattner | 2009-08-22 | 1 | -1/+1 |
| * | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 1 | -2/+2 |
| * | Change MCSectionELF to represent a section semantically instead of | Bruno Cardoso Lopes | 2009-08-13 | 1 | -85/+0 |
| * | sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF imple... | Chris Lattner | 2009-08-13 | 1 | -16/+2 |
| * | split MachO section handling stuff out to its out .h/.cpp file. | Chris Lattner | 2009-08-10 | 1 | -269/+0 |
| * | Make the big switch: Change MCSectionMachO to represent a section *semantically* | Chris Lattner | 2009-08-10 | 1 | -11/+258 |
| * | always end a section with \n on elf. | Chris Lattner | 2009-08-09 | 1 | -0/+2 |
| * | sink the 'name' and 'isdirective' state out of MCSection into its derived cla... | Chris Lattner | 2009-08-08 | 1 | -7/+20 |
| * | 1. Make MCSection an abstract class. | Chris Lattner | 2009-08-08 | 1 | -5/+109 |
| * | make target-specific TLOF impls (except PIC16) create target-specific | Chris Lattner | 2009-08-08 | 1 | -2/+2 |
| * | stub out PECOFF/MachO/ELF MCSection classes | Chris Lattner | 2009-08-08 | 1 | -2/+20 |
| * | Change SectionKind to be a property that is true of a *section*, it | Chris Lattner | 2009-08-01 | 1 | -5/+6 |
| * | All MCSections are now required to have a SectionKind. | Chris Lattner | 2009-08-01 | 1 | -8/+5 |
| * | split MCSection stuff out to its own .cpp file, add a new | Chris Lattner | 2009-07-31 | 1 | -0/+31 |