1. 049e98d Output a hex value, because all of the others are hex. by Bill Wendling · 16 years ago
  2. c69d74a Revert commit 80428. It completely broke exception handling on x86-32 linux. by Duncan Sands · 16 years ago
  3. 0bb61c5 PR4747 by Jim Grosbach · 16 years ago
  4. 8ed2114 Nuke moribund "std::string" version of EOL(..., Encoding). by Bill Wendling · 16 years ago
  5. 9b35a09 - Add target lowering methods to get the preferred format for the FDE and LSDA by Bill Wendling · 16 years ago
  6. b5abecd Add a form of EOL which emits the text version of a DWARF format encoding. This by Bill Wendling · 16 years ago
  7. 6fefceb Make the augmentation size and next set of bytes agree on size, by Eric Christopher · 16 years ago
  8. e4b2756 Reapply 79977. Use MDNodes to encode debug info in llvm IR. by Devang Patel · 16 years ago
  9. dbfcdb9 Nuke trailing whitespace. by Eric Christopher · 16 years ago
  10. a1ba269 Closure is a very generic name. Use AppleBlock instead. by Devang Patel · 16 years ago
  11. 639217c Revert accidental commit. by Bill Wendling · 16 years ago
  12. fffb726 --- Reverse-merging r80147 into '.': by Bill Wendling · 16 years ago
  13. d44fff7 If we're emitting additional CIEs due to personality functions by Eric Christopher · 16 years ago
  14. 8245988 Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. by Devang Patel · 16 years ago
  15. 8af76bd Add isClosure() predicate. This is used to add DW_AT_APPLE_block attribute. by Devang Patel · 16 years ago
  16. 7ccda0f - Rename EmitCommonInformationEntry to EmitCIE. by Bill Wendling · 16 years ago
  17. 2a610c7 Update DebugInfo interface to use metadata, instead of special named llvm.dbg.... global variables, to encode debugging information in llvm IR. This is mostly a mechanical change that tests metadata support very well. by Devang Patel · 16 years ago
  18. 4bda11f - Emit new line after each FDE. - Fix comment. by Bill Wendling · 16 years ago
  19. a6f91da Rename functions to something more descriptive. At the very least mention the by Bill Wendling · 16 years ago
  20. 23132b1 prune the #includes in raw_ostream.h by moving a by Chris Lattner · 16 years ago
  21. 74382b7 Prune #includes from llvm/Linker.h and llvm/System/Path.h, by Chris Lattner · 16 years ago
  22. 103289e convert LoopInfo.h and GraphWriter.h to use raw_ostream by Chris Lattner · 16 years ago
  23. b01acfa convert the DIE printing stuff to use raw_ostream instead of std::ostream. by Chris Lattner · 16 years ago
  24. 623dd14 random code cleanups. by Chris Lattner · 16 years ago
  25. c281de1 remove some random indentation stuff, yay for efficiency. by Chris Lattner · 16 years ago
  26. 33adcfb rename TAI -> MAI, being careful not to make MAILJMP instructions :) by Chris Lattner · 16 years ago
  27. af76e59 Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
  28. 24f20e0 Record variable debug info at ISel time directly. by Devang Patel · 16 years ago
  29. a583c55 Attempt to comment this code more. by Bill Wendling · 16 years ago
  30. eea1f4c by David Greene · 16 years ago
  31. fc4da0c by David Greene · 16 years ago
  32. b2c66fc by David Greene · 16 years ago
  33. dddfd34 Switch to SmallString::str from SmallString::c_str, and remove by Daniel Dunbar · 16 years ago
  34. 663c2d2 switch asmprinter to emit alignments through OutStreamer. by Chris Lattner · 16 years ago
  35. 6c2f9e1 eliminate AsmPrinter::SwitchToSection and just have clients by Chris Lattner · 16 years ago
  36. fe37ab3 by David Greene · 16 years ago
  37. 35c3531 fix COFF targets (mingw/cygwin) to provide ehframe and LSDA sections by Chris Lattner · 16 years ago
  38. dabf07c Make AsmStreamer maintain a notion of the current section, pushing it up from the by Chris Lattner · 16 years ago
  39. 6a66e58 add a horrible hack to the dwarf printer. It looks like mingw is not specifying by Chris Lattner · 16 years ago
  40. 2962664 Remove a bit more cruft from the sjlj moving to a backend pass. by Jim Grosbach · 16 years ago
  41. 8b818d7 Move the sjlj exception handling conversions to a back-end pass where they by Jim Grosbach · 16 years ago
  42. 8f4b1ec the MinPad argument to PadToColumn only really makes sense to be 1, by Chris Lattner · 16 years ago
  43. 975780b change AsmPrinter to switch sections using AsmStreamer instead of by Chris Lattner · 16 years ago
  44. f3ce009 give MCAsmStreamer a TargetAsmInfo. by Chris Lattner · 16 years ago
  45. 6325a53 Do not completely skip subrange info for a zero sized array. by Devang Patel · 16 years ago
  46. 575327b Add virtual printMCInst method to AsmPrinter, as a quick way to expose the API by Daniel Dunbar · 16 years ago
  47. 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  48. cf20ac4 Various AsmWriter output cleanups. Use WriteAsOperand instead of by Dan Gohman · 16 years ago
  49. 46d5056 Use WriteAsOperand to print BasicBlock names. by Dan Gohman · 16 years ago
  50. e45da0d Fix a few more places to use PadToColumn instead of tabs. And fix by Dan Gohman · 16 years ago
  51. a12e9d7 Use PadToColumn instead of tabs for aligning comments. Fix one place by Dan Gohman · 16 years ago
  52. bff3923 Add catch block handling to SjLj exception handling. by Jim Grosbach · 16 years ago
  53. e2b0601 Change the asmprinter to print the comment character before the by Chris Lattner · 16 years ago
  54. b3ac6e4 "TAI::JumpTableDirective" is always null for current arm targets, simplify by Chris Lattner · 16 years ago
  55. 1b747ad SjLj based exception handling unwinding support. This patch is nasty, brutish by Jim Grosbach · 16 years ago
  56. b71d1b2 by David Greene · 16 years ago
  57. 93b6db3 sink the 'name' and 'isdirective' state out of MCSection into its derived classes. by Chris Lattner · 16 years ago
  58. 892e182 1. Make MCSection an abstract class. by Chris Lattner · 16 years ago
  59. 5277b22 eliminate TargetLoweringObjectFileSparc in favor of a TAI hook. by Chris Lattner · 16 years ago
  60. 5f51cd0 code cleanup by Chris Lattner · 16 years ago
  61. db0a970 remove a bunch of now-dead crud from the asmprinter and TAI interfaces. by Chris Lattner · 16 years ago
  62. 23510d3 tidy up by Chris Lattner · 16 years ago
  63. a5bb59f by David Greene · 16 years ago
  64. cafbdc5 remove the 'DataSectionStartSuffix' and 'TextSectionStartSuffix' knobs. by Chris Lattner · 16 years ago
  65. d250329 add a temporary hook to allow reuse of the asmprinter from the disassembler. by Chris Lattner · 16 years ago
  66. f9c1ccf rip out SectionEndDirectiveSuffix support, only uses by by Chris Lattner · 16 years ago
  67. 290c2f5 eliminate CurrentSection, rename CurrentSection_ -> CurrentSection, make it private, by Chris Lattner · 16 years ago
  68. c6fdced Kill off SwitchToDataSection and SwitchToTextSection, woo. by Chris Lattner · 16 years ago
  69. 38c3988 make getObjFileLowering() return a non-const reference. by Chris Lattner · 16 years ago
  70. d54a6b8 make SwitchToSection accept null sections for now. by Chris Lattner · 16 years ago
  71. 18a4c16 move dwarf debug info section selection stuff from TAI to by Chris Lattner · 16 years ago
  72. 35039ac convert EHFrameSection to be managed by TLOF instead of TAI. by Chris Lattner · 16 years ago
  73. ad88bc4 Fix some fixme's in #if 0'd code by making it dependent on the structural by Chris Lattner · 16 years ago
  74. d5bbb07 move getDwarfExceptionSection from TAI to TLOF and rename it to by Chris Lattner · 16 years ago
  75. 80ec279 convert ctors/dtors section to be in TLOF instead of TAI. by Chris Lattner · 16 years ago
  76. 2798119 (re)introduce new simpler apis for creation sectionkinds. by Chris Lattner · 16 years ago
  77. 83d77fa Remove "JumpTableDataSection" from TAI, instead, have AsmPrinter by Chris Lattner · 16 years ago
  78. 2f03f65 loweringinfo is always non-null. by Chris Lattner · 16 years ago
  79. c19ee61 fix a problem Eli noticed where we would compile the attached ptrtoint to: by Chris Lattner · 16 years ago
  80. 968ff11 Change SectionKind to be a property that is true of a *section*, it by Chris Lattner · 16 years ago
  81. 845012e Use setPreservesAll and setPreservesCFG in CodeGen passes. by Dan Gohman · 16 years ago
  82. 46b754c add some comments on how this is *supposed* to work. We don't by Chris Lattner · 16 years ago
  83. 81c9a06 rearrange a conditional. Even if this weren't #if 0'd out, this would by Chris Lattner · 16 years ago
  84. bef8768 by David Greene · 16 years ago
  85. 7a01e95 PreferredEHDataFormat is always call with data and global, but this whole by Chris Lattner · 16 years ago
  86. 26630c1 move emitUsedDirectiveFor to TargetLoweringObjectFile and rename it to by Chris Lattner · 16 years ago
  87. a87dea4 switch off of 'Section' onto MCSection. We're not properly using by Chris Lattner · 16 years ago
  88. f26e03b refactor section construction in TLOF to be through an explicit by Chris Lattner · 16 years ago
  89. 78ab9e2 by Devang Patel · 16 years ago
  90. 409914b Forgot to output the base offset. by Bill Wendling · 16 years ago
  91. e53a600 pass the mangler down into the various SectionForGlobal methods. by Chris Lattner · 16 years ago
  92. 0dafca9 Move comment to above method. by Bill Wendling · 16 years ago
  93. ade025c - Temporarily unbreak the build by forcing the TType "absptr", which isn't by Bill Wendling · 16 years ago
  94. 5cff487 Cleanup code to use iterators instead of ".size()". by Bill Wendling · 16 years ago
  95. d460962 Doxygenify comments. by Bill Wendling · 16 years ago
  96. 5e953dd Split out large loop into it's very own method. No intended functionality change. by Bill Wendling · 16 years ago
  97. b0d9c3e Output the EH TType format and base offset only if there are types that we're by Bill Wendling · 16 years ago
  98. c5800a8 Use the preferred EH data format for the preferred EH data format. by Bill Wendling · 16 years ago
  99. f014412 Rip all of the global variable lowering logic out of TargetAsmInfo. Since by Chris Lattner · 16 years ago
  100. 2b2954f hoist MCContext/MCStreamer up to AsmPrinter since we're going to start creating by Chris Lattner · 16 years ago