1. 4cf202b remove one form of EmitString, just use EmitBytes instead. We must by Chris Lattner · 16 years ago
  2. faca549 move "EOL" from asmprinter to dwarfprinter. It should eventually by Chris Lattner · 16 years ago
  3. 894d75a move uleb printing from asmprinter to dwarfprinter, mcize, by Chris Lattner · 16 years ago
  4. bb9078a move sleb printing out of asmprinter into dwarf printer, make clients by Chris Lattner · 16 years ago
  5. f61ed8e add a new DwarfPrinter::EmitEncodingByte method which handles by Chris Lattner · 16 years ago
  6. 066c9ac rename the dwarf class to DwarfPrinter. This matches the filename by Chris Lattner · 16 years ago
  7. 0ad9c91 inline away the trivial AsmPrinter::EOL() method. by Chris Lattner · 16 years ago
  8. f38a33c back this out for now. Growing Function is not good. by Jim Grosbach · 16 years ago
  9. d0a0c38 Make sure that landing pad entries in the EH call site table are in the proper by Jim Grosbach · 16 years ago
  10. bcb83e5 eliminate some uses of AsmPrinter::EmitIntXXX by Chris Lattner · 16 years ago
  11. a8c1889 - Add a comment to the callback indicating that it's *extremely* not a good by Bill Wendling · 16 years ago
  12. 8cb9a3b remove the MAI argument to MCExpr::print and switch overthing to use << when printing them. by Chris Lattner · 16 years ago
  13. 10b318b now that MCSymbol::print doesn't use it's MAI argument, we can by Chris Lattner · 16 years ago
  14. 45111d1 move the mangler into libtarget from vmcore. by Chris Lattner · 16 years ago
  15. 7a2ba94 rename GetPrivateGlobalValueSymbolStub -> GetSymbolWithGlobalValueBase, by Chris Lattner · 16 years ago
  16. d58e9cb Retrying r91337: by Bill Wendling · 16 years ago
  17. 0b86a6f move these out of their own timer groups into the 'uncategorized' groups. by Chris Lattner · 16 years ago
  18. aeb79ae Temporarily revert 91337. It's causing testcase failures. by Bill Wendling · 16 years ago
  19. f8084fb The CIE says that the LSDA point in the FDE section is an "sdata4". That's fine, by Bill Wendling · 16 years ago
  20. fb7634f Reverting the EH table patches. by Bill Wendling · 16 years ago
  21. 01c6937 The "ReadOnlyWithRel" enum seems to apply more to what Darwin does with the EH by Bill Wendling · 16 years ago
  22. ec04458 Attempt #2: by Bill Wendling · 16 years ago
  23. 7378b1b Refactor the code that creates the "dot-label" difference. This may be used in by Bill Wendling · 16 years ago
  24. ecc260e Simplify code a bit by Bill Wendling · 16 years ago
  25. ed060dc Refactor code that checks if it's a call to a "nounwind" function. by Bill Wendling · 16 years ago
  26. ac18929 If there's more than one function operand to a call instruction, be conservative by Bill Wendling · 16 years ago
  27. 73b5551 Don't mark a call as potentially throwing if the function it's calling has the by Bill Wendling · 16 years ago
  28. ee161a6 Make sure that the exception handling data has the same visibility as the by Bill Wendling · 16 years ago
  29. 81cf432 Fix DenseMap iterator constness. by Jeffrey Yasskin · 16 years ago
  30. 48dc29e Tidying up some code and comments. No functionality change. by Bill Wendling · 16 years ago
  31. 711bb91 --- Reverse-merging r82282 into '.': by Bill Wendling · 16 years ago
  32. 5511ffd Here's fun! It turns out that these filter functions can be internal. If they're by Bill Wendling · 16 years ago
  33. f41b6e5 Factor out label difference creation. by Bill Wendling · 16 years ago
  34. 296ab7e It's inefficient to have place the exception tables (which contain the LSDA) by Bill Wendling · 16 years ago
  35. 8609c7c pass machinemoduleinfo down into getSymbolForDwarfGlobalReference, by Chris Lattner · 16 years ago
  36. 8c6ed05 Big change #1 for personality function references: by Chris Lattner · 16 years ago
  37. 25d812b inline AsmPrinter::getCurrentFunctionEHName into its only caller. by Chris Lattner · 16 years ago
  38. 1c90c6f Eliminate AsmPrinter::EmitExternalGlobal, inlining its (now) by Chris Lattner · 16 years ago
  39. 334fd1f eliminate the horrid AsmPrinter::getGlobalLinkName method, inlining by Chris Lattner · 16 years ago
  40. f60d3eb strength reduce a call to PrintRelDirective(true). by Chris Lattner · 16 years ago
  41. 73c5a61 Exit early if exception handling isn't supported. by Bill Wendling · 16 years ago
  42. 28275fd Comment and whitespace cleanups. No intentional functionality change. by Bill Wendling · 16 years ago
  43. a2f6449 Revert part of my r81424 patch. I removed what looked like superfluous padding by Bill Wendling · 16 years ago
  44. fe22028 Don't hardcode the TType format size. In fact, rework the code so that it's more by Bill Wendling · 16 years ago
  45. 43e484f Remove the "#if 0" that Noone loved. It wasn't really necessary, because the by Bill Wendling · 16 years ago
  46. d1a5b37 Pull check for SJLJ EH into a boolean and use that. by Bill Wendling · 16 years ago
  47. 40121bc Use the SizeOfEncodedValue function instead of magic variables for the by Bill Wendling · 16 years ago
  48. bb3e299 Add helpful comment. by Bill Wendling · 16 years ago
  49. 52783c6 Believe it or not, this is a simplification. :-) by Bill Wendling · 16 years ago
  50. 0734d35 Use the EOL that takes the encoding and translates it into DWARF-English. by Bill Wendling · 16 years ago
  51. 7b09a6c Early exit from function. by Bill Wendling · 16 years ago
  52. b4049fe Small amount of code clean-up: Don't use ".size()" when not necessary. by Bill Wendling · 16 years ago
  53. ee793a6 reduce size of SmallString to something more reasonable by Jim Grosbach · 16 years ago
  54. c40d9f9 Use raw_ostream instead of sstream by Jim Grosbach · 16 years ago
  55. 33668c0 revert inadvertant change from previous commit by Jim Grosbach · 16 years ago
  56. a01d346 Simply LSDA lable emission to use a direct special-case output instead of by Jim Grosbach · 16 years ago
  57. 3fb2b1e Clean up LSDA name generation and use for SJLJ exception handling. This by Jim Grosbach · 16 years ago
  58. 049e98d Output a hex value, because all of the others are hex. by Bill Wendling · 16 years ago
  59. c69d74a Revert commit 80428. It completely broke exception handling on x86-32 linux. by Duncan Sands · 16 years ago
  60. 0bb61c5 PR4747 by Jim Grosbach · 16 years ago
  61. 9b35a09 - Add target lowering methods to get the preferred format for the FDE and LSDA by Bill Wendling · 16 years ago
  62. 6fefceb Make the augmentation size and next set of bytes agree on size, by Eric Christopher · 16 years ago
  63. dbfcdb9 Nuke trailing whitespace. by Eric Christopher · 16 years ago
  64. 639217c Revert accidental commit. by Bill Wendling · 16 years ago
  65. fffb726 --- Reverse-merging r80147 into '.': by Bill Wendling · 16 years ago
  66. d44fff7 If we're emitting additional CIEs due to personality functions by Eric Christopher · 16 years ago
  67. 7ccda0f - Rename EmitCommonInformationEntry to EmitCIE. by Bill Wendling · 16 years ago
  68. 4bda11f - Emit new line after each FDE. - Fix comment. by Bill Wendling · 16 years ago
  69. a6f91da Rename functions to something more descriptive. At the very least mention the by Bill Wendling · 16 years ago
  70. 33adcfb rename TAI -> MAI, being careful not to make MAILJMP instructions :) by Chris Lattner · 16 years ago
  71. af76e59 Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
  72. a583c55 Attempt to comment this code more. by Bill Wendling · 16 years ago
  73. fc4da0c by David Greene · 16 years ago
  74. 6c2f9e1 eliminate AsmPrinter::SwitchToSection and just have clients by Chris Lattner · 16 years ago
  75. 35c3531 fix COFF targets (mingw/cygwin) to provide ehframe and LSDA sections by Chris Lattner · 16 years ago
  76. 6a66e58 add a horrible hack to the dwarf printer. It looks like mingw is not specifying by Chris Lattner · 16 years ago
  77. 2962664 Remove a bit more cruft from the sjlj moving to a backend pass. by Jim Grosbach · 16 years ago
  78. 8b818d7 Move the sjlj exception handling conversions to a back-end pass where they by Jim Grosbach · 16 years ago
  79. bff3923 Add catch block handling to SjLj exception handling. by Jim Grosbach · 16 years ago
  80. 1b747ad SjLj based exception handling unwinding support. This patch is nasty, brutish by Jim Grosbach · 16 years ago
  81. 35039ac convert EHFrameSection to be managed by TLOF instead of TAI. by Chris Lattner · 16 years ago
  82. ad88bc4 Fix some fixme's in #if 0'd code by making it dependent on the structural by Chris Lattner · 16 years ago
  83. d5bbb07 move getDwarfExceptionSection from TAI to TLOF and rename it to by Chris Lattner · 16 years ago
  84. 46b754c add some comments on how this is *supposed* to work. We don't by Chris Lattner · 16 years ago
  85. 81c9a06 rearrange a conditional. Even if this weren't #if 0'd out, this would by Chris Lattner · 16 years ago
  86. 7a01e95 PreferredEHDataFormat is always call with data and global, but this whole by Chris Lattner · 16 years ago
  87. 409914b Forgot to output the base offset. by Bill Wendling · 16 years ago
  88. 0dafca9 Move comment to above method. by Bill Wendling · 16 years ago
  89. ade025c - Temporarily unbreak the build by forcing the TType "absptr", which isn't by Bill Wendling · 16 years ago
  90. 5cff487 Cleanup code to use iterators instead of ".size()". by Bill Wendling · 16 years ago
  91. d460962 Doxygenify comments. by Bill Wendling · 16 years ago
  92. 5e953dd Split out large loop into it's very own method. No intended functionality change. by Bill Wendling · 16 years ago
  93. b0d9c3e Output the EH TType format and base offset only if there are types that we're by Bill Wendling · 16 years ago
  94. c5800a8 Use the preferred EH data format for the preferred EH data format. by Bill Wendling · 16 years ago
  95. 401e10c implement a new magic global "llvm.compiler.used" which is like llvm.used, but by Chris Lattner · 16 years ago
  96. 3e0f60b Use more terse and precise linkage checks. by Chris Lattner · 16 years ago
  97. a4ff5e4 these two pieces of code are the same because we always by Chris Lattner · 16 years ago
  98. e2cf37b Untangle a snarl that I discovered when updating the mangler, by Chris Lattner · 16 years ago
  99. bc0d23a Move c'tor/d'tor to top of file. by Bill Wendling · 16 years ago
  100. eb90721 Split out the DwarfException class into its own file. No functionality change, by Bill Wendling · 16 years ago