1. fe83270 The initial .text section generated in object files was missing the by Eric Christopher · 7 years ago
  2. 432a388 IWYU for llvm-config.h in llvm, additions. by Nico Weber · 7 years ago
  3. 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
  4. 3e0199f [dump] Remove NDEBUG from test to enable dump methods [NFC] by Don Hinton · 8 years ago
  5. 705f798 Mark dump() methods as const. NFC by Sam Clegg · 8 years ago
  6. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  7. 3d8b0eb [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  8. 8c209aa Cleanup dump() functions. by Matthias Braun · 9 years ago
  9. cd0fffb MC: Move MCSection::begin/end to header, NFC by Duncan P. N. Exon Smith · 9 years ago
  10. 80d379f [MC] Remove guard(s). NFCI. by Davide Italiano · 9 years ago
  11. eb2a254 Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment. by Yaron Keren · 10 years ago
  12. a5f45da MC: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  13. e3a20f5 Fix pr24486. by Rafael Espindola · 10 years ago
  14. 63702e2 Store a bit in MCSection saying if it was registered with MCAssembler. by Rafael Espindola · 10 years ago
  15. a66395e Use a bitfield. NFC. by Rafael Espindola · 10 years ago
  16. 2e4be0a Fix NDEBUG build. by Rafael Espindola · 10 years ago
  17. a32d0e9 Delete MCSectionData. by Rafael Espindola · 10 years ago
  18. 2b21695 Delete dead code. NFC. by Rafael Espindola · 10 years ago
  19. 8c05c6e Move getSubsectionInsertionPoint to MCSection. by Rafael Espindola · 10 years ago
  20. 5a1e80b Stop using MCSectionData in MCAsmLayout.h. by Rafael Espindola · 10 years ago
  21. a554c05 Turn MCSectionData into a field of MCSection. by Rafael Espindola · 10 years ago
  22. 09266ba Move MCSectionData to MCSection.h. by Rafael Espindola · 10 years ago
  23. b028cc8 Move bundle info from MCSectionData to MCSection. by Rafael Espindola · 10 years ago
  24. 0709a7b Move alignment from MCSectionData to MCSection. by Rafael Espindola · 10 years ago
  25. f2b408c Refactor how passes get a symbol at the end of a section. by Rafael Espindola · 11 years ago
  26. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  27. 87cffa9 switch MCSectionCOFF from a syntactic to semantic representation, by Chris Lattner · 15 years ago
  28. a99d232 Put MCSectionCOFF::Name into the MCContext instead of leaking it. by Jeffrey Yasskin · 16 years ago
  29. ad36e8a Pass StringRef by value. by Daniel Dunbar · 16 years ago
  30. e9a75a6 rename TAI -> MAI, being careful not to make MAILJMP instructions :) by Chris Lattner · 16 years ago
  31. 7b26fce Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
  32. 607cd3b Change MCSectionELF to represent a section semantically instead of by Bruno Cardoso Lopes · 16 years ago
  33. 04b4700 sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF implementations. by Chris Lattner · 16 years ago
  34. 6c20391 split MachO section handling stuff out to its out .h/.cpp file. by Chris Lattner · 16 years ago
  35. cb307a27 Make the big switch: Change MCSectionMachO to represent a section *semantically* by Chris Lattner · 16 years ago
  36. f4c2eee always end a section with \n on elf. by Chris Lattner · 16 years ago
  37. 591105c sink the 'name' and 'isdirective' state out of MCSection into its derived classes. by Chris Lattner · 16 years ago
  38. 1cb9396 1. Make MCSection an abstract class. by Chris Lattner · 16 years ago
  39. 245fdfb make target-specific TLOF impls (except PIC16) create target-specific by Chris Lattner · 16 years ago
  40. 5a9bc50 stub out PECOFF/MachO/ELF MCSection classes by Chris Lattner · 16 years ago
  41. c9c277b Change SectionKind to be a property that is true of a *section*, it by Chris Lattner · 16 years ago
  42. 95bad37 All MCSections are now required to have a SectionKind. by Chris Lattner · 16 years ago
  43. c10132a split MCSection stuff out to its own .cpp file, add a new by Chris Lattner · 16 years ago