1. 2b1b331 privatize more stuff, eliminate vtables. by Chris Lattner · 15 years ago
  2. 105d697 reprivatize now that DwarfWriter is gone. by Chris Lattner · 15 years ago
  3. 6d73378 prune #includes, MMI can never be null by Chris Lattner · 15 years ago
  4. 74e41f9 prune #includes, realize the MMI can never be null. by Chris Lattner · 15 years ago
  5. 493c976 finally blast DwarfWriter away. by Chris Lattner · 15 years ago
  6. 49cd664 change AsmPrinter to use DwarfDebug/DwarfException directly by Chris Lattner · 15 years ago
  7. 7fb053d Get rid of traling whitespaces. No functionality change. by Johnny Chen · 15 years ago
  8. 9d563b6 The disassembler impl. of MCDisassembler::getInstruction() was using the pattern by Johnny Chen · 15 years ago
  9. d7d44bd implement EmitFunctionEntryLabel to emit the .cc_top directive, by Chris Lattner · 15 years ago
  10. c310778 don't reference DwarfWriter by Chris Lattner · 15 years ago
  11. ea76186 trim some spurious references to DwarfWriter. SDIsel really doesn't by Chris Lattner · 15 years ago
  12. 0bcbe0e prune some #includes. by Chris Lattner · 15 years ago
  13. 994cb12 eliminate DwarfDebug::shouldEmit, which is the same now as MMI::hasDebugInfo by Chris Lattner · 15 years ago
  14. 6342b41 fix a regression on 2009-08-17-DebugInfo.m by Chris Lattner · 15 years ago
  15. fddb766 Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field. by Jakob Stoklund Olesen · 15 years ago
  16. ba79d72 selection dag doesn't need DwarfWriter, remove some tendrils. by Chris Lattner · 15 years ago
  17. d850ac7 fastisel doesn't need DwarfWriter, remove some tendricles. by Chris Lattner · 15 years ago
  18. cb86609 Temporarily remove to disable building of ARM disassembler. by Evan Cheng · 15 years ago
  19. f6232cf Re-apply 100265 but instead disable building of ARM disassembly for now. by Evan Cheng · 15 years ago
  20. 1b0194d Reverting 100265 to try to get buildbots green again. Lots of self-hosting buildbots started complaining since this commit. Also xfail ARM disassembly tests. by Evan Cheng · 15 years ago
  21. 90429c4 just have all targets create the DwarfWriter. by Chris Lattner · 15 years ago
  22. 8e68048 simplify various getAnalysisUsage implementations. by Chris Lattner · 15 years ago
  23. 505e868 nuke DwarfPrinter by Chris Lattner · 15 years ago
  24. 84ac8b7 make DwarfException not inherit from DwarfPrinter. by Chris Lattner · 15 years ago
  25. a37d538 change SizeOf to take AsmPrinter instead of TargetData, by Chris Lattner · 15 years ago
  26. d38fee8 1) make DIE take AsmPrinter instead of DwarfPrinter. by Chris Lattner · 15 years ago
  27. 02b86b9 Move EmitFrameMoves into AsmPrinter. by Chris Lattner · 15 years ago
  28. 3c754aa missed a header :( by Chris Lattner · 15 years ago
  29. 786d17a simplify code and reduce indentation. by Chris Lattner · 15 years ago
  30. 6189ed1 now that the magic is dispelled, move EmitSectionOffset to AsmPrinter. by Chris Lattner · 15 years ago
  31. 3d22513 eliminate the magic AbsoluteDebugSectionOffsets MAI hook, by Chris Lattner · 15 years ago
  32. be15beb only emit section labels if we have debug info, fixing a few regtest failures. by Chris Lattner · 15 years ago
  33. 4ad1efe I was wrong, ocaml isn't referencing 'Ldata_begin', so remove it. by Chris Lattner · 15 years ago
  34. a33b2a1 add some assertions to EmitSectionOffset. by Chris Lattner · 15 years ago
  35. 11b8f30 stop emitting some dead L labels. by Chris Lattner · 15 years ago
  36. 9c69e28553 Store an use the symbols emitted at the start of the debug by Chris Lattner · 15 years ago
  37. fa070b0 remove the didInitial ivar, rename emitInitial to be more by Chris Lattner · 15 years ago
  38. 2e3ebed simplify EmitSectionOffset a little bit, improve comments. by Chris Lattner · 15 years ago
  39. 1d20473 revert my patch, need to reconsider this and figure out what is really going on. by Chris Lattner · 15 years ago
  40. 4166047 fix pasto, this is the wrong setting for arm elf. by Chris Lattner · 15 years ago
  41. 83d1618 The "IsSmall" argument to EmitSectionOffset is always true, by Chris Lattner · 15 years ago
  42. f88dce1 eliminate the "isEH" argument to EmitSectionOffset. by Chris Lattner · 15 years ago
  43. 0887fa0 isAbsoluteEHSectionOffsets always returns false, eliminate it by Chris Lattner · 15 years ago
  44. e0103f0 Clean up SSEDomainFix pass. by Jakob Stoklund Olesen · 15 years ago
  45. d290505 don't reset the default. by Chris Lattner · 15 years ago
  46. d2af785 move some more stuff to asmprinter. by Chris Lattner · 15 years ago
  47. 9be4913 simplify some code. by Chris Lattner · 15 years ago
  48. ca6190b move EmitEncodingByte to AsmPrinter. by Chris Lattner · 15 years ago
  49. 7a101f4 move EmitCFAByte to AsmPrinter. by Chris Lattner · 15 years ago
  50. a643718 inline EmitDifference away. by Chris Lattner · 15 years ago
  51. af8df26 resolve a fixme. by Chris Lattner · 15 years ago
  52. c021572 move gettemplabel and getdwlabel to AsmPrinter and rename them for consistency. by Chris Lattner · 15 years ago
  53. 7e1a8f8 move uleb/sleb printing into AsmPrinter from DwarfPrinter. by Chris Lattner · 15 years ago
  54. 17fedf2 more interface cleanup make some helpers static functions. by Chris Lattner · 15 years ago
  55. 3f53c83 clean up the asmprinter header and privatize some stuff. by Chris Lattner · 15 years ago
  56. 65eeaad use stringref instead of strtol to avoid errno gymnastics. by Chris Lattner · 15 years ago
  57. 736e31d split inline asm support out to its own .cpp file. by Chris Lattner · 15 years ago
  58. 2851995 inline processDebugLoc and simplify it. by Chris Lattner · 15 years ago
  59. dfa107e minor tidying. by Chris Lattner · 15 years ago
  60. 300a4c5 clean up the asmprinter interface a bit, rename a few by Chris Lattner · 15 years ago
  61. 9d1c1ad remove TargetMachine.h #include, also, TRI isn't used frequently by Chris Lattner · 15 years ago
  62. bbef815 Switch SSEDomainFix to SpecificBumpPtrAllocator. by Jakob Stoklund Olesen · 15 years ago
  63. e00b59f lazily allocate the GCMetadataPrinters map and remove DenseMap by Chris Lattner · 15 years ago
  64. 9041ae2 CurFn is only used for relocations. Use EmissionDetails.MF->getFunction() instead. by Nicolas Geoffray · 15 years ago
  65. b23569a Momentous day: remove the "O" member from AsmPrinter. Now all by Chris Lattner · 15 years ago
  66. de0f339 now that all operand printing happens to specified streams, we can by Chris Lattner · 15 years ago
  67. 75f5072 remove the raw_ostream from various dwarf printing things. by Chris Lattner · 15 years ago
  68. 7d73c7f mcize the gc metadata printing stuff. by Chris Lattner · 15 years ago
  69. 0b9bdb4 use EmitRawText instead of O in DwarfPrinter. by Chris Lattner · 15 years ago
  70. 73ce0a6 mc'ize the remaining uses of O. by Chris Lattner · 15 years ago
  71. 1841b34 finish eliminating uses of O. by Chris Lattner · 15 years ago
  72. 2dc6fa6 mcize more of ppc stub printing. by Chris Lattner · 15 years ago
  73. 9d7efd3 mcize a bunch more stuff, using EmitRawText for things we by Chris Lattner · 15 years ago
  74. 7ad07c4 convert the non-MCInstPrinter'ized EmitInstruction by Chris Lattner · 15 years ago
  75. f2777d7 streamerize the rest of PIC16 asm printer. by Chris Lattner · 15 years ago
  76. 1ce3f56 streamerize printing of dbg_value, the x86 backend is now fully by Chris Lattner · 15 years ago
  77. bfbab35 split DEBUG_VALUE printing stuff out to its own method. by Chris Lattner · 15 years ago
  78. c82d9c4 mc'ize elf stub printing, convert cygwin stuff to EmitRawText, by Chris Lattner · 15 years ago
  79. c75c028 fix PrintAsmOperand and PrintAsmMemoryOperand to pass down by Chris Lattner · 15 years ago
  80. e812d4c use predicates in DBG_VALUE printing code to simplify it. by Chris Lattner · 15 years ago
  81. 88db786 remove more implicit uses of "O". by Chris Lattner · 15 years ago
  82. d32c8a5 change this back too by Chris Lattner · 15 years ago
  83. e1783ca check in what I tested. :( by Chris Lattner · 15 years ago
  84. c1e0b76 MMI is always available, rename O -> OS in printInlineAsm. by Chris Lattner · 15 years ago
  85. d374087 fix an ugly wart in the MCInstPrinter api where the by Chris Lattner · 15 years ago
  86. 35c33bd change a ton of code to not implicitly use the "O" raw_ostream by Chris Lattner · 15 years ago
  87. 20adc9d Reapply address space patch after fixing an issue in MemCopyOptimizer. by Mon P Wang · 15 years ago
  88. 0c08d09 asmstreamerize the .size directive for function bodies, force clients by Chris Lattner · 15 years ago
  89. fd60b8b emit the cygwin stub thing through mcstreamer. by Chris Lattner · 15 years ago
  90. 58bc4dd add a twine form of MCStreamer::EmitRawText, and mc'ize by Chris Lattner · 15 years ago
  91. d5928dc allow attaching comments to raw text. by Chris Lattner · 15 years ago
  92. f94f8dc start moving towards emitting inline asm statements with by Chris Lattner · 15 years ago
  93. 3580dea add <cstdlib> header for abort() on linux builders. by Chris Lattner · 15 years ago
  94. 91bead7 add a new EmitInlineAsm function to asmprinter to handle inline asm. by Chris Lattner · 15 years ago
  95. 47b7e5d mc'ize comment printing around file scope inline asm. by Chris Lattner · 15 years ago
  96. 4d12fdc remove some extraneous casts by Chris Lattner · 15 years ago
  97. d52c072 require that the branch being controlled by the IV by Chris Lattner · 15 years ago
  98. 96fd766 add integer overflow check for the fp induction variable by Chris Lattner · 15 years ago
  99. bbb9149 add a comment and fix some consistency issues, converting by Chris Lattner · 15 years ago
  100. 43b8527 fix PR6761, a miscompilation due to the fp->int IV conversion by Chris Lattner · 15 years ago