1. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  2. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  3. 0709a7b Move alignment from MCSectionData to MCSection. by Rafael Espindola · 10 years ago
  4. c574779 Remove method that is identical to the base class one. by Rafael Espindola · 11 years ago
  5. 591c641 Merge the used symbol scanning of MCObjectStreamer and RecordStreamer. by Rafael Espindola · 11 years ago
  6. 6d9bb5c MCNullStreamer.cpp: Roll back a few empty methods that have been marked as unreachable in MCStreamer.cpp. by NAKAMURA Takumi · 11 years ago
  7. 624ac24 Move some trivial methods up to MCStreamer. by Rafael Espindola · 11 years ago
  8. 49bbfd0 Simplify the handling of .cfi_endproc. by Rafael Espindola · 11 years ago
  9. c607d8e Simplify EmitLabel. by Rafael Espindola · 11 years ago
  10. f491704 Print a=b as an assignment. by Rafael Espindola · 11 years ago
  11. 660839f MCNullStreamer: assign file IDs to resolve crashes and errors by Alp Toker · 11 years ago
  12. 05447dd Move EmitDwarfAdvanceLineAddr and EmitDwarfAdvanceFrameAddr to the obj streamer. by Rafael Espindola · 11 years ago
  13. 96918bc Fix the assembler to print a better relocatable expression error by Kevin Enderby · 12 years ago
  14. bb694de [C++11] More 'nullptr' conversion or in some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 12 years ago
  15. c714ef4 DebugInfo: Improve reuse of file table entries in asm debug info by David Blaikie · 12 years ago
  16. 34a61bc [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
  17. e6c13e4 Change MCStreamer EmitInstruction interface to take subtarget info by David Woodhouse · 12 years ago
  18. 24ea09e Construct the MCStreamer before constructing the MCTargetStreamer. by Rafael Espindola · 12 years ago
  19. 61adb27 Most streamers' InitSections just create a text section. Make that the default by Rafael Espindola · 12 years ago
  20. f144034 InitToTextSection is redundant with InitSections. Remove it. by Rafael Espindola · 12 years ago
  21. a17151a Add a MCTargetStreamer interface. by Rafael Espindola · 12 years ago
  22. ac4ad25 Remove some really nasty uses of hasRawTextSupport. by Rafael Espindola · 12 years ago
  23. 21101b3 Added support for generate DWARF .debug_aranges sections automatically. by Richard Mitton · 12 years ago
  24. 4208b61 [CodeGen] prevent abnormal on invalid attributes by Saleem Abdulrasool · 12 years ago
  25. 64e1af8 Remove address spaces from MC. by Rafael Espindola · 12 years ago
  26. 2f495b9 Add support for subsections to the ELF assembler. Fixes PR8717. by Peter Collingbourne · 13 years ago
  27. 1e42720 Debug Info: store the files and directories for each compile unit. by Manman Ren · 13 years ago
  28. de093ef Give the MCStreamer class hierarchy LLVM RTTI facilities for use with by Chandler Carruth · 13 years ago
  29. cbb2514 Expose an InitToTextSection through MCStreamer. by Eli Bendersky · 13 years ago
  30. 802b628 Add the align_to_end option to .bundle_lock in the MC implementation of aligned by Eli Bendersky · 13 years ago
  31. f483ff9 Aligned bundling support. Following the discussion here: by Eli Bendersky · 13 years ago
  32. aee4d5d1 This patch is needed to make c++ exceptions work for mips16. by Reed Kotler · 13 years ago
  33. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  34. f5bd6c6 EmitZerofill should take a 64-bit size or else it's chopping off large zero-filled global. rdar://11729134 by Evan Cheng · 13 years ago
  35. dc1e36e Tidy up. Trailing whitespace. by Jim Grosbach · 13 years ago
  36. 9646a47 MC: Fix the MCNullStreamer which was broken in r147763. by Daniel Dunbar · 14 years ago
  37. b591277 Better diagnostic for malformed .org assembly directive. by Jim Grosbach · 14 years ago
  38. 0708209 Split Finish into Finish and FinishImpl to have a common place to do end of by Rafael Espindola · 14 years ago
  39. d3df3d3 Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added the by Rafael Espindola · 14 years ago
  40. 40f8f2f Add support for a new extension to the .file directive: by Nick Lewycky · 14 years ago
  41. 6397051 Don't drop alignment info on local common symbols. by Benjamin Kramer · 14 years ago
  42. c7ac690 Unfortunately several files in MC are badly violating layering rule by using by Evan Cheng · 14 years ago
  43. fd05785 Simplify the handling of pcrel relocations on ELF. Now we do the right thing by Rafael Espindola · 15 years ago
  44. 6aea592 Remove unused argument. by Rafael Espindola · 15 years ago
  45. 17740e7 Reduce clutter in asm output. Do not emit source location as comment for each instruction. by Devang Patel · 15 years ago
  46. fcf51fd Roll out r126425 and r126450 to see if it fixes the failures on the buildbots. by Cameron Zwarich · 15 years ago
  47. b037383 Enable DebugInfo support for COFF object files. Patch by Nathan Jeffords! by Devang Patel · 15 years ago
  48. 58ac6e1 Add support for pushsection and popsection. Patch by Joerg Sonnenberger. by Rafael Espindola · 15 years ago
  49. 0a017a6 Fixed version of 121434 with no new memory leaks. by Rafael Espindola · 15 years ago
  50. a945a34 Revert my previous patch to make the valgrind bots happy. by Rafael Espindola · 15 years ago
  51. 56eb7412 Initial support for the cfi directives. This is just enough to get by Rafael Espindola · 15 years ago
  52. 1c8ac8f There are two reasons why we might want to use by Rafael Espindola · 15 years ago
  53. 57ab708 Try to resolve symbol differences early, and if successful create a plain by Rafael Espindola · 15 years ago
  54. 8cabd93 Use set directive for StartMinusEndExpr. by Devang Patel · 15 years ago
  55. c653a89 Add .loc methods to the streamer. by Rafael Espindola · 15 years ago
  56. 5a2c68d MC'ize the '.code 16' and '.thumb_func' ARM directives. by Jim Grosbach · 15 years ago
  57. 5e87498 Add support for expressions in .sleb/.uleb directives. by Rafael Espindola · 15 years ago
  58. 1614597 Implement .weakref. by Rafael Espindola · 15 years ago
  59. f667d92 Add a InitSections method to the streamer interface. by Rafael Espindola · 15 years ago
  60. e39017c Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky. by Benjamin Kramer · 15 years ago
  61. 5c87be7 Make EmitTBSSSymbol take a section argument so that we can find it later. by Eric Christopher · 15 years ago
  62. 9fb6bb0 Add AsmParser support for darwin tbss directive. by Eric Christopher · 15 years ago
  63. 72afa95 break coff symbol definition stuff out into proper MCStreamer callbacks, by Chris Lattner · 15 years ago
  64. aab5284 make the NullStreamer set the section on a label when emitted so that isDefined() works. by Chris Lattner · 16 years ago
  65. e83d74f This is the first patch to put the needed bits in place to eventually allow code by Kevin Enderby · 16 years ago
  66. 3cde760 mcstreamerize gprel32 emission. by Chris Lattner · 16 years ago
  67. 601ef33 mcstreamerize .file and .file. This also fixes an issue where the by Chris Lattner · 16 years ago
  68. 91dac6d emit the .size directive for global variables on ELF through mcstreamer. by Chris Lattner · 16 years ago
  69. b1301f7 mcize lcomm, simplify .comm, extend both to support 64-bit sizes. by Chris Lattner · 16 years ago
  70. 685508c move the various directive enums out of the MCStreamer class by Chris Lattner · 16 years ago
  71. c35681b Generalize mcasmstreamer data emission APIs to take an address space by Chris Lattner · 16 years ago
  72. ad36e8a Pass StringRef by value. by Daniel Dunbar · 16 years ago
  73. 897ffad llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues. by Daniel Dunbar · 16 years ago
  74. b7b2097 llvm-mc: Simplify EmitAssignment ('.set' is identical to '='). by Daniel Dunbar · 16 years ago
  75. 6a715dc llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported for now. by Daniel Dunbar · 16 years ago
  76. 96abad1 llvm-mc: Emit .lcomm as .zerofill. by Daniel Dunbar · 16 years ago
  77. cf72e1c llvm-mc: Add const to EmitZeroFill section argument. by Daniel Dunbar · 16 years ago
  78. f446070 null streamer needs to maintain the current section as well. by Chris Lattner · 16 years ago
  79. aa152641 change AsmPrinter to switch sections using AsmStreamer instead of by Chris Lattner · 16 years ago
  80. aba5fb8 llvm-mc: Add dummy MCStreamer implementation, (eventually) for use in profiling. by Daniel Dunbar · 16 years ago