1. e3a20f5 Fix pr24486. by Rafael Espindola · 10 years ago
  2. 2f83437 Disallow assigning symbol a null section. by Rafael Espindola · 10 years ago
  3. 3c76c52 Cleanup places that passed SMLoc by const reference to pass it by value instead. NFC by Craig Topper · 10 years ago
  4. 23d952b [X86] Add .intel_syntax noprefix directive to intel-syntax x86 asm output by Michael Kuperstein · 10 years ago
  5. 48a9b71 [MC] Adding prettyPrintAsm to MCTargetStreamer to allow targets to specialize how instructions are printed to asm. by Colin LeMahieu · 10 years ago
  6. 7c6e6e4 Generalize emitAbsoluteSymbolDiff. by Rafael Espindola · 10 years ago
  7. a869576 Create a MCSymbolELF. by Rafael Espindola · 10 years ago
  8. 4eecd30 [WinCOFF] Add support for the .safeseh directive by David Majnemer · 10 years ago
  9. 13760bd MC: Clean up MCExpr naming. NFC. by Jim Grosbach · 10 years ago
  10. 1d3d4ad [WinEH] Emit EH tables for __CxxFrameHandler3 on 32-bit x86 by Reid Kleckner · 10 years ago
  11. 2f9bdd8 There is only one current section. by Rafael Espindola · 10 years ago
  12. 0709a7b Move alignment from MCSectionData to MCSection. by Rafael Espindola · 10 years ago
  13. 6f48200 MC: Clean up method names in MCContext. by Jim Grosbach · 10 years ago
  14. 81902a3 Remove MCAssembler.h include from MCStreamer.h and fix users of MCStreamer.h by Pete Cooper · 10 years ago
  15. 8ca44f0 Implement unique sections with an unique ID. by Rafael Espindola · 11 years ago
  16. b61beca Close unique sections when switching away from them. by Rafael Espindola · 11 years ago
  17. f2b408c Refactor how passes get a symbol at the end of a section. by Rafael Espindola · 11 years ago
  18. f1a13f5 Print section start labels when first switching to the section. by Rafael Espindola · 11 years ago
  19. ceb96a4 Move a non-trivial virtual function out of line. by Rafael Espindola · 11 years ago
  20. cf6bfb1 Revert r221150, as it broke sanitizer tests by Oliver Stannard · 11 years ago
  21. 652ec6e Emit .eh_frame with relocations to functions, rather than sections by Oliver Stannard · 11 years ago
  22. 7b61ddf Simplify handling of --noexecstack by using getNonexecutableStackSection. by Rafael Espindola · 11 years ago
  23. e8c81fd [asan-asm-instrumentation] CFI directives are generated for .S files. by Yuri Gorshenin · 11 years ago
  24. d122211 Another required re-setting for MCStreamer::reset(). by Yaron Keren · 11 years ago
  25. 559b47d Add and update reset() and doInitialization() methods to MC* and passes. by Yaron Keren · 11 years ago
  26. e5864c6 Don't allow MCStreamer::EmitIntValue to output 0-byte integers. by Alexey Samsonov · 11 years ago
  27. c23174b Make EmitAbsValue an static helper. by Rafael Espindola · 11 years ago
  28. 7bb91d9 Delete dead code. NFC. by Rafael Espindola · 11 years ago
  29. 5e955fb Make EmitDwarfSetLineAddr an static helper. NFC. by Rafael Espindola · 11 years ago
  30. 3851808 Make BuildSymbolDiff an static helper. by Rafael Espindola · 11 years ago
  31. ed735d3 Make ForceExpAbs an static helper. by Rafael Espindola · 11 years ago
  32. 4544c16 MC: virtualise EmitWindowsUnwindTables by Saleem Abdulrasool · 11 years ago
  33. b3be737 MC: rename Win64EHFrameInfo to WinEH::FrameInfo by Saleem Abdulrasool · 11 years ago
  34. 00426d9 MC: permit emitting a symbol value as section relative by Saleem Abdulrasool · 11 years ago
  35. ab82086 MC: make WinEH opcode an opaque value by Saleem Abdulrasool · 11 years ago
  36. 3f3cefd MC: make DWARF and Windows unwinding handling more similar by Saleem Abdulrasool · 11 years ago
  37. db51405 MC: remove use of unnecessary variable by Saleem Abdulrasool · 11 years ago
  38. 4a1a2f7 MC: rename MCW64UnwindInfo to MCWinFrameInfo by Saleem Abdulrasool · 11 years ago
  39. b5dd945 Fix .seh_stackalloc 0 by Reid Kleckner · 11 years ago
  40. 7206a52 MC: rename EmitWin64EH routines by Saleem Abdulrasool · 11 years ago
  41. 591c641 Merge the used symbol scanning of MCObjectStreamer and RecordStreamer. by Rafael Espindola · 11 years ago
  42. e2c6624 Move expression visitation logic up to MCStreamer. by Rafael Espindola · 11 years ago
  43. 1db5995 Re-apply r211399, "Generate native unwind info on Win64" with a fix to ignore SEH pseudo ops in X86 JIT emitter. by NAKAMURA Takumi · 11 years ago
  44. 6804d45 Fix another asserting method in the null streamer. by Rafael Espindola · 11 years ago
  45. c00d875 Fix a regression from r211653. by Rafael Espindola · 11 years ago
  46. 624ac24 Move some trivial methods up to MCStreamer. by Rafael Espindola · 11 years ago
  47. 49bbfd0 Simplify the handling of .cfi_endproc. by Rafael Espindola · 11 years ago
  48. f491704 Print a=b as an assignment. by Rafael Espindola · 11 years ago
  49. 8860482 Allow using .cfi_startproc without a leading symbol. by Rafael Espindola · 11 years ago
  50. d77cefe Revert r211399, "Generate native unwind info on Win64" by NAKAMURA Takumi · 11 years ago
  51. 4a01230 Generate native unwind info on Win64 by Reid Kleckner · 11 years ago
  52. 3dd8ef6 Move EH/Debug frame handling to the object streamer. by Rafael Espindola · 11 years ago
  53. 8285b77 Remove always true argument. by Rafael Espindola · 11 years ago
  54. 7f4ccce Remove an always true argument. by Rafael Espindola · 11 years ago
  55. aa02427 Make getOrCreateSymbolData non virtual. by Rafael Espindola · 11 years ago
  56. 96918bc Fix the assembler to print a better relocatable expression error by Kevin Enderby · 11 years ago
  57. 97c05b5 [MC] Emit an error if cfi_startproc is used before a symbol is defined. by Quentin Colombet · 12 years ago
  58. 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
  59. 3464161 DebugInfo: Avoid creating unnecessary/empty line tables and remove the special case of '0' in DwarfCompileUnit::initStmtList by just always using a label difference by David Blaikie · 12 years ago
  60. 98629c4 Don't use EmitAbsValue with symbol references. by Rafael Espindola · 12 years ago
  61. 28221d8 Mark alias symbols as microMIPS if necessary. Differential Revision: http://llvm-reviews.chandlerc.com/D3080 by Zoran Jovanovic · 12 years ago
  62. c714ef4 DebugInfo: Improve reuse of file table entries in asm debug info by David Blaikie · 12 years ago
  63. 8377085 Always print the implicit .text at the start of an asm file. by Rafael Espindola · 12 years ago
  64. 5054362 Always create a temporary symbol to use with the cfi frame. by Rafael Espindola · 12 years ago
  65. 972e71a Remove another hasRawTextSupport. by Rafael Espindola · 12 years ago
  66. e035cf9 MC: Add support for .cfi_startproc simple by David Majnemer · 12 years ago
  67. 24ea09e Construct the MCStreamer before constructing the MCTargetStreamer. by Rafael Espindola · 12 years ago
  68. 0e2ccb2 Simplify the logic for deciding when to initialize the sections. by Rafael Espindola · 12 years ago
  69. 61adb27 Most streamers' InitSections just create a text section. Make that the default by Rafael Espindola · 12 years ago
  70. 1f6a608 Fix inline assembly that switches between ARM and Thumb modes by Greg Fitzgerald · 12 years ago
  71. 0b69481 Add an emitRawComment function and use it to simplify some uses of EmitRawText. by Rafael Espindola · 12 years ago
  72. 6d5f7ce Replace .mips_hack_stocg with ".set micromips" and ".set nomicromips". by Rafael Espindola · 12 years ago
  73. c1fb2d6 [COFF] Add support for the .secidx directive by Timur Iskhodzhanov · 12 years ago
  74. d12ccbd [weak vtables] Remove a bunch of weak vtables by Juergen Ributzka · 12 years ago
  75. 49109a2 Revert r194865 and r194874. by Alexey Samsonov · 12 years ago
  76. dbedae8 [weak vtables] Remove a bunch of weak vtables by Juergen Ributzka · 12 years ago
  77. d8c5b4e MCStreamer: Reimplement the virtual EmitRawText as a protected member, EmitRawTextImpl, to avoid string literal ambiguities by David Blaikie · 12 years ago
  78. a17151a Add a MCTargetStreamer interface. by Rafael Espindola · 12 years ago
  79. ac4ad25 Remove some really nasty uses of hasRawTextSupport. by Rafael Espindola · 12 years ago
  80. 3816d43 Implements parsing and emitting of .cfi_window_save in MC. by Venkatraman Govindaraju · 12 years ago
  81. 21101b3 Added support for generate DWARF .debug_aranges sections automatically. by Richard Mitton · 12 years ago
  82. 544d161 Set the encoding to '0' if we don't have an MAB. by Bill Wendling · 12 years ago
  83. 550c76d Call generateCompactUnwindEncodings() right before we need to output the frame information. by Bill Wendling · 12 years ago
  84. 58e2d3d Generate compact unwind encoding from CFI directives. by Bill Wendling · 12 years ago
  85. 1b7e486 Fix wrong code offset for unwind code SET_FPREG. by Kai Nacke · 12 years ago
  86. c5cca5a Revert: Fix wrong code offset for unwind code SET_FPREG. by Kai Nacke · 12 years ago
  87. 66bfdb8 Fix wrong code offset for unwind code SET_FPREG. by Kai Nacke · 12 years ago
  88. 64e1af8 Remove address spaces from MC. by Rafael Espindola · 12 years ago
  89. 24a3ebb Use MCFillFragment for zero-initialized data. by Serge Pavlov · 12 years ago
  90. bc07a89 Use pointers to the MCAsmInfo and MCRegInfo. by Bill Wendling · 12 years ago
  91. 17a0dcb MCStreamer: Also clear vector of W64UnwindInfos on reset(). by Charles Davis · 12 years ago
  92. 2f495b9 Add support for subsections to the ELF assembler. Fixes PR8717. by Peter Collingbourne · 13 years ago
  93. a0f3694 Change NULL to 0. by Jakub Staszak · 13 years ago
  94. 1e42720 Debug Info: store the files and directories for each compile unit. by Manman Ren · 13 years ago
  95. 2f8d9d9 ELF symbol table field st_other support, excluding visibility bits. by Jack Carter · 13 years ago
  96. f6622ba This patch just fixes up various llvm formatting by Jack Carter · 13 years ago
  97. de093ef Give the MCStreamer class hierarchy LLVM RTTI facilities for use with by Chandler Carruth · 13 years ago
  98. bf7bc49 Last in the series of removing unnecessary '0' arguments for by Eric Christopher · 13 years ago
  99. 3383225 small fixes to enable the reuse of the pass manager across multiple modules by Pedro Artigas · 13 years ago
  100. aee4d5d1 This patch is needed to make c++ exceptions work for mips16. by Reed Kotler · 13 years ago