1. 2928c83 Pass StringRef by value. by Daniel Dunbar · 15 years ago
  2. 8b67f77 Move DataTypes.h to include/llvm/System, update all users. This breaks the last by Chandler Carruth · 15 years ago
  3. 7c5b021 add a twine version of MCContext::GetOrCreateSymbol. by Chris Lattner · 15 years ago
  4. a4d8667 MC: Set symbol values in MachO MCStreamer. by Daniel Dunbar · 15 years ago
  5. 7eb8519 Minor formatting tweaks. by Daniel Dunbar · 15 years ago
  6. 1253a6f MC: Switch assembler API to using MCExpr instead of MCValue. by Daniel Dunbar · 15 years ago
  7. e00b011 MC: Remove unneeded context argument to MCExpr::Evaluate*. by Daniel Dunbar · 15 years ago
  8. 75773ff MC: Tweak variable assignment diagnostics, and make reassignment of non-absolute by Daniel Dunbar · 15 years ago
  9. fffff91 MC: When parsing a variable reference, substitute absolute variables immediately by Daniel Dunbar · 15 years ago
  10. 7c3600d MC: Move assembler variable values from MCContext to MCSymbol. by Daniel Dunbar · 15 years ago
  11. e579849 MC: Switch MCContext value table to storing MCExprs. by Daniel Dunbar · 15 years ago
  12. 5440f63 Fixed MCSectionMachO::ParseSectionSpecifier to allow an attribute of "none" so by Kevin Enderby · 15 years ago
  13. aa5c1b7 No newline at end of files. by Edward O'Callaghan · 15 years ago
  14. d9221d7 eliminate a use of strtoul. by Chris Lattner · 15 years ago
  15. c6f729e Allow symbols to start from the digit if target requests it. This allows, e.g. pinning by Anton Korobeynikov · 15 years ago
  16. 8c6ed05 Big change #1 for personality function references: by Chris Lattner · 15 years ago
  17. 4f3e7aa add a helper method for creating MCSymbol and MCSymbolRefExpr at the same time. by Chris Lattner · 15 years ago
  18. bfd1e50 remove some horrible MAI hooks which fortunately turn out to be always empty. by Chris Lattner · 15 years ago
  19. 3228484 Update CMake. by Daniel Dunbar · 15 years ago
  20. 90edac0 Change MCAsmStreamer to take an MCInstPrinter instead of a by Chris Lattner · 15 years ago
  21. 65b0b29 add a new MCInstPrinter class, move the (trivial) MCDisassmbler ctor inline. by Chris Lattner · 15 years ago
  22. 1b6570e 'printMCInst' doesn't print newlines after instructions anymore. by Chris Lattner · 15 years ago
  23. 7c30191 remove MAI::JumpTableSpecialLabelPrefix now that MAI by Chris Lattner · 15 years ago
  24. 4afcedf fix MCSymbol printing on darwin to exactly match the mangler (handling of \n and " in a symbol name). by Chris Lattner · 15 years ago
  25. e19f978 Make the MC symbol printer and llvm::Mangler exactly agree on mangling by Chris Lattner · 15 years ago
  26. b6a2fc0 eliminate the "MBBLabel" MCOperand type, and just use a MCSymbol for by Chris Lattner · 15 years ago
  27. 4dbd074 Update CMake files. by Ted Kremenek · 15 years ago
  28. 2a1744f canonicalize namespace gymnastics by Chris Lattner · 15 years ago
  29. 251ef61 Added an abstract superclass, MCDisassembler, for all disassemblers. by Sean Callanan · 15 years ago
  30. a8bb249 allow @ in symbol names without quoting the identifier. This by Chris Lattner · 15 years ago
  31. d50c2b9 parenthesize symbol names that start with $, fixing X86/dollar-name.ll with by Chris Lattner · 15 years ago
  32. d19ceb9 Print "X-42" instead of "X+-42". by Chris Lattner · 15 years ago
  33. be73e8c make formatting of expressions more closely match the existing asmprinter. by Chris Lattner · 15 years ago
  34. 8b4ada2 tidy whitespace. by Chris Lattner · 15 years ago
  35. aadb35f fix MCSymbol printing to exactly match the normal mangler rules so by Chris Lattner · 15 years ago
  36. 684c593d Thread an MCAsmInfo pointer through the various MC printing APIs, by Chris Lattner · 15 years ago
  37. d87eb64 inline insertion operators. by Chris Lattner · 15 years ago
  38. 579531c output alignment value in hex so that we get: by Chris Lattner · 15 years ago
  39. efbb533 llvm-mc: Store MCSymbolData value as a pointer (to make MSVC happy). by Daniel Dunbar · 15 years ago
  40. 821e333 llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues. by Daniel Dunbar · 15 years ago
  41. e2ace50 llvm-mc: Simplify EmitAssignment ('.set' is identical to '='). by Daniel Dunbar · 15 years ago
  42. 8c2eebe llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue. by Daniel Dunbar · 15 years ago
  43. cb579b3 llvm-mc: Make MCSymbolData symbol member const. by Daniel Dunbar · 15 years ago
  44. a03a368 llvm-mc: Add MCContext to MCAssembler. by Daniel Dunbar · 15 years ago
  45. 87392fd llvm-mc: Add MCExpr::{dump,print}. by Daniel Dunbar · 15 years ago
  46. 9643ac5 llvm-mc: Switch MCExpr construction to using static member functions, and taking the MCContext (which now owns all MCExprs). by Daniel Dunbar · 15 years ago
  47. 28c251b llvm-mc: Move AsmExpr into MC lib (as MCExpr). by Daniel Dunbar · 15 years ago
  48. 7092c7e llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported for now. by Daniel Dunbar · 15 years ago
  49. 8c3eaf4 llvm-mc: .lsym is more unsupported than unimplemented, pending a use case appearing. by Daniel Dunbar · 15 years ago
  50. 8f4d146 llvm-mc: Support .comm emission. by Daniel Dunbar · 15 years ago
  51. d5a8e98 llvm-mc: Support .zerofill emission. by Daniel Dunbar · 15 years ago
  52. edc670f llvm-mc: Tweak section alignment and size computation to match 'as' closer. by Daniel Dunbar · 15 years ago
  53. 0f5fa69 llvm-mc: Factor getSectionData out of SwitchSection. by Daniel Dunbar · 15 years ago
  54. e6cdbf2 llvm-mc: Emit .lcomm as .zerofill. by Daniel Dunbar · 15 years ago
  55. 8751b94 llvm-mc: Add const to EmitZeroFill section argument. by Daniel Dunbar · 15 years ago
  56. 6c31b05 llvm-mc: Fix thinko in emitting values. by Daniel Dunbar · 15 years ago
  57. 4fac749 llvm-mc/Mach-O: Add MCCodeEmitter support, for encoding instructions. by Daniel Dunbar · 15 years ago
  58. a356aea llvm-mc: Print encodings after the instruction, and only when we have an asm by Daniel Dunbar · 15 years ago
  59. 4b770c2 Add {MCInst,MCOperand}::{print,dump} by Daniel Dunbar · 15 years ago
  60. 7008087 Update CMake by Daniel Dunbar · 15 years ago
  61. 04baf90 llvm-mc: Tweak MCCodeEmitter skeleton. by Daniel Dunbar · 15 years ago
  62. 4a0abd8 Sketch TargetRegistry support for MCCodeEmitter abstract interface. by Daniel Dunbar · 15 years ago
  63. 81e4000 Try to make MSVC just a little happier. by Daniel Dunbar · 15 years ago
  64. 959fd88 llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table. by Daniel Dunbar · 15 years ago
  65. 6009db4 llvm-mc/Mach-O: Set .subsections_via_symbols flag properly. by Daniel Dunbar · 15 years ago
  66. 3f6a960 llvm-mc/Mach-O: Add support for relocations. by Daniel Dunbar · 15 years ago
  67. be96355 llvm-mc/Mach-O: Move symbol indices into the MCSymbolData structure. by Daniel Dunbar · 15 years ago
  68. a421de1 llvm-mc: Add symbol entries for undefined symbols used in .fill and .org. by Daniel Dunbar · 15 years ago
  69. 383cbff llvm-mc: Change MCContext value table to take const MCSymbol*s. by Daniel Dunbar · 15 years ago
  70. 6742e34 llvm-mc/Mach-O: Add section padding where needed (to align the next section). by Daniel Dunbar · 15 years ago
  71. 5e83596 llvm-mc/Mach-O: Set addresses for symbols. by Daniel Dunbar · 15 years ago
  72. ad7c3d5 llvm-mc: Improve indirect symbol support (add the indirect index table). by Daniel Dunbar · 15 years ago
  73. 415c8cf Revert last patch. We need to put this into TargetLowering. There will be a lot by Bill Wendling · 15 years ago
  74. 0adcd35 llvm-mc: Add statistic for number of fragments emitted by the assembler. by Daniel Dunbar · 15 years ago
  75. 533534a Add the #include here. by Bill Wendling · 15 years ago
  76. b9e7689 Add a target asm info hook to specify that particular bits of data in the FDE by Bill Wendling · 15 years ago
  77. 0c7761b llvm-mc/Mach-O: Preliminary support for indirect symbols. by Daniel Dunbar · 15 years ago
  78. 6aff2fb llvm-mc/Mach-O: Support symbol attributes. by Daniel Dunbar · 15 years ago
  79. 50e48b3 llvm-mc: Tweak undefined symbol handling. by Daniel Dunbar · 15 years ago
  80. 23132b1 prune the #includes in raw_ostream.h by moving a by Chris Lattner · 15 years ago
  81. ecf046b Update CMake build, unbreak linux build. by Benjamin Kramer · 15 years ago
  82. 33adcfb rename TAI -> MAI, being careful not to make MAILJMP instructions :) by Chris Lattner · 15 years ago
  83. 2807afa rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin. by Chris Lattner · 15 years ago
  84. 82d748d move the MCAsmInfo .cpp/.h files into the right directories and rename them. by Chris Lattner · 15 years ago
  85. af76e59 Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 15 years ago
  86. cda7f78 prune some redundant #includes. by Chris Lattner · 15 years ago
  87. bea2c95 tweak #includes by Chris Lattner · 15 years ago
  88. 3edd9bb llvm-mc/Mach-O: Improve symbol table support: - Honor .globl. by Daniel Dunbar · 15 years ago
  89. f3d2ef0 llvm-mc/Mach-O: Sketch symbol table support. by Daniel Dunbar · 15 years ago
  90. 2ae58f2 llvm-mc/Mach-O: Move more logic for writing the Mach-O file into the writer by Daniel Dunbar · 15 years ago
  91. a5441fe llvm-mc: Rename / redefine MCFragment::FileOffset to MCFragment::Offset (the by Daniel Dunbar · 15 years ago
  92. 8906ff1 llvm-mc: Clean up some handling of symbol/section association to be more correct by Daniel Dunbar · 15 years ago
  93. d6f761e llvm-mc/Mach-O: Support .o emission for .org and .align. by Daniel Dunbar · 15 years ago
  94. 0705fbf llvm-mc/Mach-O: Support byte and fill value emission. by Daniel Dunbar · 15 years ago
  95. 71b9732 Update CMakeLists. by Benjamin Kramer · 15 years ago
  96. fb4a6b3 llvm-mc: Start MCAssembler and MCMachOStreamer. by Daniel Dunbar · 15 years ago
  97. 6e579c6 fix asmstreaming of 2/4 byte elements with pow-2 alignments. by Chris Lattner · 15 years ago
  98. 663c2d2 switch asmprinter to emit alignments through OutStreamer. by Chris Lattner · 15 years ago
  99. 6c2f9e1 eliminate AsmPrinter::SwitchToSection and just have clients by Chris Lattner · 15 years ago
  100. 4d35fce null streamer needs to maintain the current section as well. by Chris Lattner · 15 years ago