1. 40ebe247 MC/Mach-O: Remove non-sensical comment, and add a missing AddValueSymbols call. by Daniel Dunbar · 15 years ago
  2. 12783d1 MC/X86: Add stub AsmBackend. by Daniel Dunbar · 15 years ago
  3. e7bd886 MC: Sketch registry support for target specific assembler backends. by Daniel Dunbar · 15 years ago
  4. eb3804e MC/Mach-O: Update fixup values for change to X86 offsets. by Daniel Dunbar · 15 years ago
  5. 9a7795c Pacify gcc-4.5, which warns (correctly) that these switches have by Duncan Sands · 15 years ago
  6. 591047f MCAssembler: Fix pcrel relocations. Oh and, by Daniel Dunbar · 15 years ago
  7. f634676 MC/Mach-O: Start emitting fixups/relocations for instructions. by Daniel Dunbar · 15 years ago
  8. 2be2fd0 MCAssembler: Switch MCAsmFixup to storing MCFixupKind instead of just a size. by Daniel Dunbar · 15 years ago
  9. 0bcf074 MCAssembler: Sink fixup list into MCDataFragment. by Daniel Dunbar · 15 years ago
  10. a4766d7 MCAssembler: Switch MCFillFragment to only taking constant values. Symbolic expressions can always be emitted as data + fixups. by Daniel Dunbar · 15 years ago
  11. 45f4874 MC/Mach-O: Implement EmitValue using data fragments + fixups instead of fill fragment. by Daniel Dunbar · 15 years ago
  12. 3a30b82 MCAssembler: Start applying fixups in the data section. by Daniel Dunbar · 15 years ago
  13. b7c3a4b MCAssembler: Add assorted dump() methods. by Daniel Dunbar · 15 years ago
  14. e9a60eb MC/AsmParser: Attempt to constant fold expressions up-front. This ensures we avoid fixups for obvious cases like '-(16)'. by Daniel Dunbar · 15 years ago
  15. 7e85180 add a new MCInstPrinter::getOpcodeName interface, when it is by Chris Lattner · 15 years ago
  16. cb7d743 MC: Move assembler-backend's fixup list into the fragment. by Daniel Dunbar · 15 years ago
  17. 27ade18 MC: Move MCSectionData::Fixup out to MCAsmFixup. by Daniel Dunbar · 15 years ago
  18. 8d31de6 make getFixupKindInfo return a const reference, allowing by Chris Lattner · 15 years ago
  19. 5d5a1e1 MC: Switch MCFixup to just hold an MCExpr pointer instead of index into the by Daniel Dunbar · 15 years ago
  20. 5532cf4 llvm-mc: Remove --show-fixups and always show as part of --show-encoding. by Daniel Dunbar · 15 years ago
  21. a2bd92b daniel *really* likes fixups! by Chris Lattner · 15 years ago
  22. 5d672cf Add ability for MCInstPrinters to add comments for instructions. by Chris Lattner · 15 years ago
  23. 6b71653 llvm-mc: Add --show-fixups option, for displaying the instruction fixup information in the asm comments. by Daniel Dunbar · 15 years ago
  24. 73c5574 MC: First cut at MCFixup, for getting fixup/relocation information out of an MCCodeEmitter. by Daniel Dunbar · 15 years ago
  25. 30d9a64 make -show-inst be formatted a bit nicer. Before: by Chris Lattner · 15 years ago
  26. 036c130 Document that MCExpr::Mod is actually remainder. by Dan Gohman · 15 years ago
  27. df9c438 don't make hte dtor private or we can't construct the class. by Chris Lattner · 15 years ago
  28. 5d917a8 add scaffolding for target-specific MCExprs. by Chris Lattner · 15 years ago
  29. 342cbdc print encodings like this: by Chris Lattner · 15 years ago
  30. 73163f8 MC: Change default comment column to 40 characters. by Daniel Dunbar · 15 years ago
  31. 523d70e Use a tab instead of space after .type, for consistency. by Dan Gohman · 15 years ago
  32. 9dee8e3 llvm-mc: Add --show-inst option, for showing the MCInst inline with the assembly by Daniel Dunbar · 15 years ago
  33. 8ef2cef print instruction encodings with the existing comment facilities, by Chris Lattner · 15 years ago
  34. 56591ab refactor code so that LLVMTargetMachine creates the asmstreamer and by Chris Lattner · 15 years ago
  35. e1ec617 MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections. by Daniel Dunbar · 15 years ago
  36. 45f8c09 Add a new top-level MachO.h file for manifest constants, fixing by Chris Lattner · 15 years ago
  37. 111a319 use EmitLinkage for functions as well as globals. One output by Chris Lattner · 15 years ago
  38. cee6332 Eliminate SetDirective, and replace it with HasSetDirective. by Chris Lattner · 15 years ago
  39. 2e2563b Emit .comm alignment in bytes but .align in powers of 2 for ARM ELF. by Rafael Espindola · 15 years ago
  40. 6a315c3 eliminate MCAsmInfo::NeedsSet: we now just use .set on any platform that has it. by Chris Lattner · 15 years ago
  41. 718fb59 mcstreamerize gprel32 emission. by Chris Lattner · 15 years ago
  42. 78f485a rename MAI::PICJumpTableDirective to MAI::GPRel32Directive to by Chris Lattner · 15 years ago
  43. cba386c remove JumpTableDirective, it is always null. by Chris Lattner · 15 years ago
  44. d32e803 wirte up .file and .file to the mc asmparser. by Chris Lattner · 15 years ago
  45. a6594fc mcstreamerize .file and .file. This also fixes an issue where the by Chris Lattner · 15 years ago
  46. a800f7c emit ELF .type directives through MCStreamer instead of doing it textually. by Chris Lattner · 15 years ago
  47. ed0ab15 add symbol attribute support for the ELF .type directive. by Chris Lattner · 15 years ago
  48. 99328ad emit the .size directive for global variables on ELF through mcstreamer. by Chris Lattner · 15 years ago
  49. 6559d76 all supported target now have aligned common support. by Chris Lattner · 15 years ago
  50. 4a80f4f coff targets support alignment on .comm by Chris Lattner · 15 years ago
  51. 43b5f93 make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. by Chris Lattner · 15 years ago
  52. 75f265f fix a parsing problem on instructions like: by Chris Lattner · 15 years ago
  53. 9eb158d mcize lcomm, simplify .comm, extend both to support 64-bit sizes. by Chris Lattner · 15 years ago
  54. f9f93e4 resolve a fixme: the "nonexecutable stack directive" is actually by Chris Lattner · 15 years ago
  55. 152a29b mcize visibility directives. by Chris Lattner · 15 years ago
  56. a5ad93a move the various directive enums out of the MCStreamer class by Chris Lattner · 15 years ago
  57. 3a9be0e mcstreamerize .no_dead_strip and .reference for static ctors/dtors. by Chris Lattner · 15 years ago
  58. 3924868 mcize jump table and constant pool entry labels, .local on elf, by Chris Lattner · 15 years ago
  59. 12e555c teach MCAsmStreamer::EmitBytes to use .ascii and .asciz by Chris Lattner · 15 years ago
  60. 14ca177 Changes to fix buffering that I forgot to commit with previous patch. by Chris Lattner · 15 years ago
  61. 0fd90fd Convert some more random-comment-printing stuff to use by Chris Lattner · 15 years ago
  62. d79d9dc add a new MCAsmStreamer::GetCommentOS method to simplify stuff by Chris Lattner · 15 years ago
  63. d32c7cf rename addComment -> AddComment for consistency. by Chris Lattner · 15 years ago
  64. a46918d Simplify some uses of str(n)cmp with StringRef. by Benjamin Kramer · 15 years ago
  65. 7d1e49c add comment support to the rest of the directives. by Chris Lattner · 15 years ago
  66. d5a7e35 stop using strtoll, it gives windows heartburn. by Chris Lattner · 15 years ago
  67. 86e2211 Add the ability for MCStreamer to emit comments on the same line as directives. by Chris Lattner · 15 years ago
  68. 0740441 pass "-fasm-verbose" into createAsmStreamer. by Chris Lattner · 15 years ago
  69. e73a31f Stop building RTTI information for *most* llvm libraries. Notable by Chris Lattner · 15 years ago
  70. be343b3 move some files out of the llvm-mc tool into the MCParser library so by Chris Lattner · 15 years ago
  71. 0d6eee4 forgot to svn add these, doh. by Chris Lattner · 15 years ago
  72. c6ef277 create a new MCParser library and move some stuff into it. by Chris Lattner · 15 years ago
  73. 0e94fac don't forget to initialize an instance variable! by Chris Lattner · 15 years ago
  74. 32f6a8d use getGlobalDirective(), don't hardcode .globl. PR6093 by Chris Lattner · 15 years ago
  75. 5eaa54e make mcasmstreamer handle expanding 8 byte integer constants to by Chris Lattner · 15 years ago
  76. 1658202 give createAsmStreamer an 'isLittleEndian' argument. by Chris Lattner · 15 years ago
  77. 8eeba35 revert 93934, removing the MCAsmInfo endianness bit. I can't by Chris Lattner · 15 years ago
  78. c7b8814 give MCAsmInfo a 'has little endian' bit. This is unfortunate, but by Chris Lattner · 15 years ago
  79. 32ae3fe add a new EmitIntValue method that MCStreamer impls can optionally define by Chris Lattner · 15 years ago
  80. 18b8323 Promoted the getTok() method to MCAsmParser so that by Sean Callanan · 15 years ago
  81. aaec205 Generalize mcasmstreamer data emission APIs to take an address space by Chris Lattner · 15 years ago
  82. 8a6d7ac mcstreamerize AsmPrinter::EmitZeros, at least when emitting to the by Chris Lattner · 15 years ago
  83. 6113b3d add an MCAsmStreamer::EmitFill specialization of EmitFill that by Chris Lattner · 15 years ago
  84. ddf6bdd add a "MCStreamer::EmitFill" method, and move the default implementation by Chris Lattner · 15 years ago
  85. f03ffd1 remove MAI::ZeroDirectiveSuffix, which is only used by MASM, by Chris Lattner · 15 years ago
  86. 814819f stop using the .lcomm pseudoop on darwin, instead, directly use the by Chris Lattner · 15 years ago
  87. 4ed5438 mc'ize some stuff, don't comment out .lcomm directive in -fverbose-asm mode. by Chris Lattner · 15 years ago
  88. 41eb8b4 hookize the cygwin ".linkonce" directive. by Chris Lattner · 15 years ago
  89. 7517b24 add a bool for whether .lcomm takes an alignment instead of basing this on "isdarwin". by Chris Lattner · 15 years ago
  90. 71eae71 move production of .reference directives for static ctor/dtor list on by Chris Lattner · 15 years ago
  91. aac138e Cleanup handling of .zerofill on darwin: by Chris Lattner · 15 years ago
  92. 60a1774 Remove this fixme, looking at the linker source, all targets pad to 4 bytes. by Nate Begeman · 15 years ago
  93. 8cb9a3b remove the MAI argument to MCExpr::print and switch overthing to use << when printing them. by Chris Lattner · 15 years ago
  94. 10b318b now that MCSymbol::print doesn't use it's MAI argument, we can by Chris Lattner · 15 years ago
  95. 6edec7b rename NameNeedsEscaping -> NameNeedsQuoting, eliminate the check by Chris Lattner · 15 years ago
  96. acd03ae Get MCSymbol out of the mangling business, and move all the logic by Chris Lattner · 15 years ago
  97. 6f24a0a Add a note for the macho streamer and remove a used of the mangler from the soon to be defunct machowriter pass. by Nate Begeman · 15 years ago
  98. 9521c95 unbreak the build, grr symlinks. by Chris Lattner · 15 years ago
  99. b4307b3 extend MCAsmParser::ParseExpression and ParseParenExpression by Chris Lattner · 15 years ago
  100. 4d2419d tidy by Chris Lattner · 15 years ago