1. 34be396 Fixed version of 118639 with an extra assert to catch similar problems by Rafael Espindola · 15 years ago
  2. 037b5be Revert previous patch. Missed a case. by Rafael Espindola · 15 years ago
  3. e61a1ac Remove IsExplicit. It was always false. by Rafael Espindola · 15 years ago
  4. 4faf7c7 Set default flags for .rodata. by Rafael Espindola · 15 years ago
  5. 484291c Implement .weakref. by Rafael Espindola · 15 years ago
  6. f4b0f3e Improvements to .section parsing: by Rafael Espindola · 15 years ago
  7. 4fa3478 Set default type and flags for .init and .fini. by Rafael Espindola · 15 years ago
  8. 8818213 Add support for the .symver directive. This is really ugly, but most of it is by Rafael Espindola · 15 years ago
  9. 61e3b91 Add support for .ident. by Rafael Espindola · 15 years ago
  10. e90ea13 MC: Move ParseDirectiveELFType into ELFAsmParser. COFF uses .type for something else. by Michael J. Spencer · 15 years ago
  11. 12ad94e Have ELFAsmParser.cpp use the already parsed "Size" (entry size) when by Jan Wen Voung · 15 years ago
  12. 0453dd9 Make sure .text doesn't produce extra alignment. by Rafael Espindola · 15 years ago
  13. 34e3d0c Make sure that names like .note.GNU-stack are accepted as valid section names. by Rafael Espindola · 15 years ago
  14. d80781b Add a InitSections method to the streamer interface. by Rafael Espindola · 15 years ago
  15. b98ac2a Add support for leb128 of absolute expressions. by Rafael Espindola · 15 years ago
  16. 1674b0b Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky. by Benjamin Kramer · 15 years ago
  17. f525c2a Add some more handlers for ELF section directives. by Matt Fleming · 15 years ago
  18. 1edf6ca MC/AsmParser: Stop playing unsafe member function pointer calls, this isn't by Daniel Dunbar · 15 years ago
  19. f21e4e9 MC/AsmParser: Fix TokError() to accept a Twine. by Daniel Dunbar · 15 years ago
  20. dc1ad22 Start of .sleb128/.uleb128 parsing support. by Eli Friedman · 15 years ago
  21. 21444ef Work-in-progress parsing for ELF .section directive. by Eli Friedman · 15 years ago
  22. f82ccf5 Add support for parsing .size directives for ELF. by Eli Friedman · 15 years ago
  23. 5146a09 MC/AsmParser: Move ELF specific parser to ELFAsmParser.cpp. by Daniel Dunbar · 15 years ago