1. 17740e7 Reduce clutter in asm output. Do not emit source location as comment for each instruction. by Devang Patel · 15 years ago
  2. 539d96f Be consistent about being virtual and returning void in the cfi methods. by Rafael Espindola · 15 years ago
  3. af66980 Fix whitespace. by NAKAMURA Takumi · 15 years ago
  4. e7410dd Preliminary support for ARM frame save directives emission via MI flags. by Anton Korobeynikov · 15 years ago
  5. a7ec2dc Some first rudimentary support for ARM EHABI: print exception table in "text mode". by Anton Korobeynikov · 15 years ago
  6. fcf51fd Roll out r126425 and r126450 to see if it fixes the failures on the buildbots. by Cameron Zwarich · 15 years ago
  7. b037383 Enable DebugInfo support for COFF object files. Patch by Nathan Jeffords! by Devang Patel · 15 years ago
  8. 58ac6e1 Add support for pushsection and popsection. Patch by Joerg Sonnenberger. by Rafael Espindola · 15 years ago
  9. e2bea1c Use common style for .cfi directives by Anton Korobeynikov · 15 years ago
  10. 52899a9 Add comment about Thumb2 fixup comments being completely bogus. by Evan Cheng · 15 years ago
  11. 0447d30 Relax an assertion. On archs like ARM, an immediate field may be scattered. So it's possible for some bits of every 8 bits to be encoded already, and the rest still needs to be fixed up. by Evan Cheng · 15 years ago
  12. 1de2dd0 Add support for .cfi_lsda. by Rafael Espindola · 15 years ago
  13. 2ac8355 Add support for the same encodings of the personality function that gnu as by Rafael Espindola · 15 years ago
  14. 0de20af Add missing standard headers. Patch by Joerg Sonnenberger! by Nick Lewycky · 15 years ago
  15. 0c9d9fd MC: Move target specific fixup info descriptors to TargetAsmBackend instead of by Daniel Dunbar · 15 years ago
  16. ecd0c8a MC: Make TargetAsmBackend available to the AsmStreamer. by Daniel Dunbar · 15 years ago
  17. 0a017a6 Fixed version of 121434 with no new memory leaks. by Rafael Espindola · 15 years ago
  18. a945a34 Revert my previous patch to make the valgrind bots happy. by Rafael Espindola · 15 years ago
  19. 56eb7412 Initial support for the cfi directives. This is just enough to get by Rafael Espindola · 15 years ago
  20. 44bbe36 Second try at making direct object emission produce the same results by Rafael Espindola · 15 years ago
  21. 1c8ac8f There are two reasons why we might want to use by Rafael Espindola · 15 years ago
  22. 1048e75 Next step: Only pad debug_line when the target is darwin. Add a FIXME to avoid by Rafael Espindola · 15 years ago
  23. 4c70eea Make EmitIntValue more efficient and more like what we do for leb128. The by Rafael Espindola · 15 years ago
  24. 675fbb2 Do with uleb the same trick we now do with dwarf line/address advances. This by Rafael Espindola · 15 years ago
  25. 57ab708 Try to resolve symbol differences early, and if successful create a plain by Rafael Espindola · 15 years ago
  26. 5eed2e6 It may not be an option to skip .debug_line if there are file reference in already emitted debug info. So, for now, emit dummy line table entry to make older linker and assemblers happy. This is not a new behavior, original AsmPrinter emitted similar line table entries. by Devang Patel · 15 years ago
  27. 8cabd93 Use set directive for StartMinusEndExpr. by Devang Patel · 15 years ago
  28. 87b9114 If tehre are not any line entry then do not try to emit .debug_line section. by Devang Patel · 15 years ago
  29. e5e1f9a Make EmitIntValue non virtual. by Rafael Espindola · 15 years ago
  30. 3c227b0 Add basic CFI methods to the streamer interface. by Rafael Espindola · 15 years ago
  31. 8be1441 Added support for the Mach-O .symbol_resolver directive. rdar://8673046 by Kevin Enderby · 15 years ago
  32. 92ca933 Fix llvm-gcc boostrap on OS X by avoiding printing sleb and uleb when possible. by Rafael Espindola · 15 years ago
  33. b58867c Change some methods in MCDwarf.cpp to be able to handle an arbitrary by Rafael Espindola · 15 years ago
  34. c653a89 Add .loc methods to the streamer. by Rafael Espindola · 15 years ago
  35. 9e7d8c0 correct the fixup comment printer to work on big endian platforms. by Chris Lattner · 15 years ago
  36. 2d006b1 Fix warning and add support for printing gnu_unique_object. by Rafael Espindola · 15 years ago
  37. cbdf7ef Add '.code 32' assembler directive to MC streamers. by Jim Grosbach · 15 years ago
  38. 5a2c68d MC'ize the '.code 16' and '.thumb_func' ARM directives. by Jim Grosbach · 15 years ago
  39. 38d0756 Add 118023 back, but with proper spelling for .uleb128/.sleb128. by Rafael Espindola · 15 years ago
  40. 5e87498 Add support for expressions in .sleb/.uleb directives. by Rafael Espindola · 15 years ago
  41. 1614597 Implement .weakref. by Rafael Espindola · 15 years ago
  42. 645f6c2 Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile() by Jason W Kim · 15 years ago
  43. 7bce059 allow target-specific label suffixes, patch by Yuri Gribov! by Chris Lattner · 15 years ago
  44. 6ebd728 grammar tweakage by Jim Grosbach · 15 years ago
  45. 3bde49a remove trailing whitespace by Jim Grosbach · 15 years ago
  46. f667d92 Add a InitSections method to the streamer interface. by Rafael Espindola · 15 years ago
  47. e39017c Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky. by Benjamin Kramer · 15 years ago
  48. a3e0ddb Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownership of the TargetAsmBackend and the MCCodeEmitter. by Benjamin Kramer · 15 years ago
  49. 082d0fd Added the darwin .weak_def_can_be_hidden directive. by Kevin Enderby · 15 years ago
  50. 79d2075 "This is just a cosmetic change in MCAsmStreamer.cpp/EmitSymbolAttribute: all attributes have now a \t before and after, as done for '.type'. by Chris Lattner · 15 years ago
  51. a76715f Don't call flush() at a library level which isn't checking for errors by Dan Gohman · 15 years ago
  52. 3627af5 MC: Change MCInst::dump_pretty to not include a trailing newline. by Daniel Dunbar · 15 years ago
  53. 5c87be7 Make EmitTBSSSymbol take a section argument so that we can find it later. by Eric Christopher · 15 years ago
  54. 68b1bbe Assume that we'll handle mangling the symbols earlier and just put the by Eric Christopher · 15 years ago
  55. 9fb6bb0 Add AsmParser support for darwin tbss directive. by Eric Christopher · 15 years ago
  56. 72afa95 break coff symbol definition stuff out into proper MCStreamer callbacks, by Chris Lattner · 15 years ago
  57. f3a53ba MC/Mach-O: Mark absolute variable's appropriately, and add Mach-O support for by Daniel Dunbar · 16 years ago
  58. deb7ba9 MC: Reject attempts to define a variable symbol. by Daniel Dunbar · 16 years ago
  59. 7a989da MC: Rename MCSymbol::{g,s}etValue -> MCSymbol::{g,s}etVariableValue. by Daniel Dunbar · 16 years ago
  60. 7012916 fix an ugly wart in the MCInstPrinter api where the by Chris Lattner · 16 years ago
  61. aca014e allow attaching comments to raw text. by Chris Lattner · 16 years ago
  62. 8a87fb7 add a new EmitInlineAsm function to asmprinter to handle inline asm. by Chris Lattner · 16 years ago
  63. 04047fb MCInst: Add ::dump_pretty. by Daniel Dunbar · 16 years ago
  64. 90a7859 fix an MCInstPrinter leak that jyasskin pointed out: by Chris Lattner · 16 years ago
  65. ac77bf5 remove MAI argument from createAsmStreamer since it by Chris Lattner · 16 years ago
  66. eebaf6a genericize MCAsmStreamer::EmitCodeAlignment to support other targets by Chris Lattner · 16 years ago
  67. e83d74f This is the first patch to put the needed bits in place to eventually allow code by Kevin Enderby · 16 years ago
  68. 5241381 add a new MCInstPrinter::getOpcodeName interface, when it is by Chris Lattner · 16 years ago
  69. ddeceae make getFixupKindInfo return a const reference, allowing by Chris Lattner · 16 years ago
  70. 6054744 MC: Switch MCFixup to just hold an MCExpr pointer instead of index into the by Daniel Dunbar · 16 years ago
  71. 75c9a4e llvm-mc: Remove --show-fixups and always show as part of --show-encoding. by Daniel Dunbar · 16 years ago
  72. 69920c5 daniel *really* likes fixups! by Chris Lattner · 16 years ago
  73. 482bf69 Add ability for MCInstPrinters to add comments for instructions. by Chris Lattner · 16 years ago
  74. 9a0a461 llvm-mc: Add --show-fixups option, for displaying the instruction fixup information in the asm comments. by Daniel Dunbar · 16 years ago
  75. b311a6b MC: First cut at MCFixup, for getting fixup/relocation information out of an MCCodeEmitter. by Daniel Dunbar · 16 years ago
  76. 8926150 make -show-inst be formatted a bit nicer. Before: by Chris Lattner · 16 years ago
  77. 1756296 print encodings like this: by Chris Lattner · 16 years ago
  78. 77fe07a Use a tab instead of space after .type, for consistency. by Dan Gohman · 16 years ago
  79. e3ee332 llvm-mc: Add --show-inst option, for showing the MCInst inline with the assembly by Daniel Dunbar · 16 years ago
  80. 44f7325 print instruction encodings with the existing comment facilities, by Chris Lattner · 16 years ago
  81. b0d44c3 refactor code so that LLVMTargetMachine creates the asmstreamer and by Chris Lattner · 16 years ago
  82. dcb03f0 Emit .comm alignment in bytes but .align in powers of 2 for ARM ELF. by Rafael Espindola · 16 years ago
  83. 3cde760 mcstreamerize gprel32 emission. by Chris Lattner · 16 years ago
  84. 601ef33 mcstreamerize .file and .file. This also fixes an issue where the by Chris Lattner · 16 years ago
  85. bc69644 emit ELF .type directives through MCStreamer instead of doing it textually. by Chris Lattner · 16 years ago
  86. bc8f638 add symbol attribute support for the ELF .type directive. by Chris Lattner · 16 years ago
  87. 91dac6d emit the .size directive for global variables on ELF through mcstreamer. by Chris Lattner · 16 years ago
  88. 0375d2f all supported target now have aligned common support. by Chris Lattner · 16 years ago
  89. b1301f7 mcize lcomm, simplify .comm, extend both to support 64-bit sizes. by Chris Lattner · 16 years ago
  90. 685508c move the various directive enums out of the MCStreamer class by Chris Lattner · 16 years ago
  91. 4225a7b mcize jump table and constant pool entry labels, .local on elf, by Chris Lattner · 16 years ago
  92. ded9af63 teach MCAsmStreamer::EmitBytes to use .ascii and .asciz by Chris Lattner · 16 years ago
  93. 1386a88 Changes to fix buffering that I forgot to commit with previous patch. by Chris Lattner · 16 years ago
  94. a3eee3c Convert some more random-comment-printing stuff to use by Chris Lattner · 16 years ago
  95. 8fa0e35 add a new MCAsmStreamer::GetCommentOS method to simplify stuff by Chris Lattner · 16 years ago
  96. e1d8a31 rename addComment -> AddComment for consistency. by Chris Lattner · 16 years ago
  97. cfa5ebc3 add comment support to the rest of the directives. by Chris Lattner · 16 years ago
  98. 38e9219 Add the ability for MCStreamer to emit comments on the same line as directives. by Chris Lattner · 16 years ago
  99. 0522eb2 pass "-fasm-verbose" into createAsmStreamer. by Chris Lattner · 16 years ago
  100. 1edfeb2 don't forget to initialize an instance variable! by Chris Lattner · 16 years ago