1. c23197a llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 15 years ago
  2. 192957d Revert r75615, which depended on 75610. by Daniel Dunbar · 15 years ago
  3. 41ffe6c Revert r75610 (and r75620, which was blocking the revert), in the hopes of by Daniel Dunbar · 15 years ago
  4. 481d15a eliminate extra space. by Torok Edwin · 15 years ago
  5. b09d2cc Rename getValueName -> getMangledName. by Chris Lattner · 15 years ago
  6. 03e9dd9 Change the X86 asmprinter to use the mangler to apply suffixes like "$non_lazy_ptr" by Chris Lattner · 15 years ago
  7. b9e126c use getValueName instead of makeNameProper. by Chris Lattner · 15 years ago
  8. 6dea8d3 don't print redundant @PLT suffixes by Chris Lattner · 15 years ago
  9. e2959dc clean up some syntax. by Chris Lattner · 15 years ago
  10. 62c5c50 eliminate a bunch of code in print_pcrel_imm for printing symbols, using by Chris Lattner · 15 years ago
  11. f666c09 move a method and add a comment, no functionality change. by Chris Lattner · 15 years ago
  12. 92aa0bb refactor operand printing to remove hte last of the "mem" modifier hack. The by Chris Lattner · 15 years ago
  13. 174f816 refactor symbol printing so the whole "mem" thing is handled in fewer places. by Chris Lattner · 15 years ago
  14. 29fd056 Remove extra \n from LLVM_UNREACHABLE calls. by Torok Edwin · 15 years ago
  15. c25e758 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 15 years ago
  16. 226b608 remove the "debug" modifier, it is only used by one instruction which can by Chris Lattner · 15 years ago
  17. 7a4e464 make pcrel and non-pcrel global printing more similar. by Chris Lattner · 15 years ago
  18. e2c9208 remove the now-dead TM argument to these methods. by Chris Lattner · 15 years ago
  19. 3b67e9b add a couple of predicates to test for "stub style pic in PIC mode" and "stub style pic in dynamic-no-pic" mode. by Chris Lattner · 15 years ago
  20. 662b805 make this more like printOperand. Perhaps some merging will happen tomorrow. by Chris Lattner · 15 years ago
  21. 39f59d8 Handle 'A' modifier in inline asms. by Dale Johannesen · 15 years ago
  22. 75cdf27 move reasoning about darwin $non_lazy_ptr stubs from asmprinter into isel. by Chris Lattner · 15 years ago
  23. 27fde7b reduce nesting by rearranging branches. by Chris Lattner · 15 years ago
  24. 4c388b2 make isel use MO_PIC_BASE_OFFSET when lowering globalvalues on darwin in pic by Chris Lattner · 15 years ago
  25. 35c8961 various minor cleanups, no functionality change. by Chris Lattner · 15 years ago
  26. 74e726e make isel decide whether to emit $stub's on darwin instead of asmprinter. by Chris Lattner · 15 years ago
  27. f2c081f pc-relative references are *always* to functions, never to globals. ISel by Chris Lattner · 15 years ago
  28. 1ebd3bf make cygwin use its own stubs set, instead of overloading a darwin one. by Chris Lattner · 15 years ago
  29. 48a7d02 Make isel determine where to emit PLT-relative calls instead of having by Chris Lattner · 15 years ago
  30. fb37d95 isPICStyleStub() is now never true in -static mode, so simplify code. by Chris Lattner · 15 years ago
  31. 7c10e0e one more added assert. by Chris Lattner · 15 years ago
  32. 4aa21aa move handling of dllimport linkage in isel, not in asmprinter. by Chris Lattner · 15 years ago
  33. 885ce84 one more assertion! by Chris Lattner · 15 years ago
  34. 033bcee add some more assertions. Remove code to handle dllimport on darwin. by Chris Lattner · 15 years ago
  35. 44f7bbd remove "asmcall", using print_pcrel_imm instead of printOperand. by Chris Lattner · 15 years ago
  36. b172b0b simplify some logic by Chris Lattner · 15 years ago
  37. 9f44b3a * add some assertions for sanity checking. by Chris Lattner · 15 years ago
  38. 8529d28 * manually concatenate two string literals by Chris Lattner · 15 years ago
  39. dac237e Implement changes from Chris's feedback. Finish converting lib/Target. by Torok Edwin · 15 years ago
  40. ab7c09b Start converting to new error handling API. by Torok Edwin · 15 years ago
  41. 9fcff04 Commit the file I actually changed as part of last by Dale Johannesen · 15 years ago
  42. 5bcc8bd Remove unused AsmPrinter OptLevel argument, and propogate. by Daniel Dunbar · 15 years ago
  43. 20c568f Add an "alignment" field to the MachineFunction object. It makes more sense to by Bill Wendling · 15 years ago
  44. f0c3d02 by David Greene · 15 years ago
  45. f7789c7 remove a bunch of fixmes (old checking code) and commonize all the by Chris Lattner · 15 years ago
  46. b1acd68 pull @GOT, @GOTOFF, @GOTPCREL handling into isel from the asmprinter. by Chris Lattner · 15 years ago
  47. 18c5987 Reimplement rip-relative addressing in the X86-64 backend. The new by Chris Lattner · 15 years ago
  48. 2c2fb82 Add x86 support for 'n' inline asm modifier. This will be handled target independently as part of MC work. by Evan Cheng · 15 years ago
  49. d8220e5 simplify printing of MO_ExternalSymbol in a non-pcrel context. by Chris Lattner · 15 years ago
  50. c4233af add %rip to the GR64 register class. Lets avoid allocating it to anything though! :) by Chris Lattner · 15 years ago
  51. b903bed Move all the TLS processing logic into isel, don't do it in asmprinter at all. by Chris Lattner · 15 years ago
  52. 03a597f minor cleanup/framework changes. by Chris Lattner · 15 years ago
  53. 41621a2 move magic for PIC constantpool references from asmprinter to isel. by Chris Lattner · 15 years ago
  54. 89ca575 use jump table operand flags in asm printer instead of "magic predicates" by Chris Lattner · 15 years ago
  55. 0f05d22 Let's ignore MDStrings also! by Devang Patel · 15 years ago
  56. 2b0de6a simplify shouldPrintPLT by Chris Lattner · 15 years ago
  57. ac5e887 Use target-specific machine operand flags to eliminate a gross hack by Chris Lattner · 15 years ago
  58. 4b73893 Add missing dependencies to the CMake build system. by Douglas Gregor · 15 years ago
  59. 4b950ec fix comments to be correct. by Chris Lattner · 15 years ago
  60. e4c0c0f by Devang Patel · 15 years ago
  61. ab16299 move some functions, add a FIXME, use PrintPICBaseSymbol to print the by Chris Lattner · 15 years ago
  62. b5299dd reimplement getPICLabelString as PrintPICBaseSymbol to eliminate std::string heap thrashing. by Chris Lattner · 15 years ago
  63. 0de1fc4 sink management of DwarfWriter & MachineModuleInfo into the AsmPrinter base class. by Chris Lattner · 15 years ago
  64. 1f522fe sink dwarf finalization out of each target into AsmPrinter::doFinalization by Chris Lattner · 15 years ago
  65. 0a7befa eliminate the ExtWeakSymbols set from AsmPrinter. This eliminates by Chris Lattner · 15 years ago
  66. 52cff83 only emit one .align for all the hidden gv stubs instead of one for each. by Chris Lattner · 15 years ago
  67. 8f61f98 inline print*Stub and rearrange function stub printing to more closely match by Chris Lattner · 15 years ago
  68. 3a03f74 remove dead code now that personality functions don't print stubs directly. by Chris Lattner · 15 years ago
  69. 9dd7174 remove now-dead argument. by Chris Lattner · 15 years ago
  70. 381d4fe simplify personality function stub printing to use the mangler and by Chris Lattner · 15 years ago
  71. 7af485e remove dead argument by Chris Lattner · 15 years ago
  72. 974469d factor some code better. by Chris Lattner · 15 years ago
  73. 40e3c7a wire up support for MCContext/MCStreamer in -experimental-asm-printer mode. by Chris Lattner · 15 years ago
  74. a96751f Provide InitializeAllTargets and InitializeNativeTarget functions in the by Bob Wilson · 15 years ago
  75. 7e9e36a Eliminate object-relinking support from CMake. Fixes PR 4429 and by Douglas Gregor · 15 years ago
  76. e372333 simplify closing paren and (rip) printing. by Chris Lattner · 15 years ago
  77. 2f429e5 remove #if 0 code by Chris Lattner · 15 years ago
  78. aecaa1f cosmetic changes. by Chris Lattner · 15 years ago
  79. 8cb65a5 remove dead code, the main codepath never has to deal with MBB's. by Chris Lattner · 15 years ago
  80. 7680e73 eliminate the "call" operand modifier from the asm descriptions, modeling by Chris Lattner · 15 years ago
  81. 7f8217f fix edit-o by Chris Lattner · 15 years ago
  82. dc479f6 some comments and cleanup by Chris Lattner · 15 years ago
  83. c124306 implement support for lowering subregs when preparing to print by Chris Lattner · 15 years ago
  84. 66b4d3b Initialize MMI by Devang Patel · 15 years ago
  85. ad48be0 hook up printMemReference. by Chris Lattner · 15 years ago
  86. f38c03af Start implementing translation of MachineInstr to MCInst. Next by Chris Lattner · 15 years ago
  87. d5fb790 stub out some hacky code for wiring up the new asmprinter interfaces by Chris Lattner · 15 years ago
  88. 5090f19 DwarfWriter is used to emit EH info also. by Devang Patel · 15 years ago
  89. 14a55d9 Move up dwarf writer initialization in common AsmPrinter class. by Devang Patel · 15 years ago
  90. aace4b1 Misc tweaks to Intel asm printing to make it more compatible with MASM. by Eli Friedman · 15 years ago
  91. fadc83c add a file I missed, this goes with r73743 by Chris Lattner · 15 years ago
  92. 475370b Add some scaffolding for a new experimental asmprinter by Chris Lattner · 15 years ago
  93. a93ca92 move mangler quote handling from asm printers to TargetAsmInfo. by Chris Lattner · 15 years ago
  94. 7e816dc minor cleanup by Chris Lattner · 15 years ago
  95. 1555a23 Introduce new headers whose inclusion forces linking and by Douglas Gregor · 15 years ago
  96. 3771071 remove extraneous const qualifier by Chris Lattner · 15 years ago
  97. 51b16f4 Untabification. by Bill Wendling · 15 years ago
  98. 11adeed Reflow to fit 80-col. by Mike Stump · 15 years ago
  99. 6726be6 Reflow to fit 80-col. by Mike Stump · 15 years ago
  100. b877a1f More MSVC fixes -- class/struct conflicts. by Bill Wendling · 15 years ago