1. 10dd55c [codeview] Emit parameter variables in the right order by Reid Kleckner · 9 years ago
  2. 9f7f3e1 [codeview] Emit base class information from DW_TAG_inheritance nodes by Reid Kleckner · 9 years ago
  3. 4b63a98 [codeview] Add classes and unions to the Local/Global UDTs lists by Hans Wennborg · 9 years ago
  4. b510b45 [codeview] Emit retained types by Hans Wennborg · 9 years ago
  5. 643dd83 [codeview] Defer emission of all referenced complete records by Reid Kleckner · 9 years ago
  6. 1ab7eac [codeview] Remove ClassInfoMap by Reid Kleckner · 9 years ago
  7. 0c5d874 [codeview] Improve names of types in scopes and member function ids by Reid Kleckner · 9 years ago
  8. 76c9eb9 [codeview] Emit non-virtual method type. by Amjad Aboud · 9 years ago
  9. 979cb88 [CodeView] Implement support for enums by David Majnemer · 9 years ago
  10. 3128b10 [CodeView] Add support for emitting S_UDT for typedefs by David Majnemer · 9 years ago
  11. bdc4956 Pass DebugLoc and SDLoc by const ref. by Benjamin Kramer · 9 years ago
  12. f3c3c13 Generate codeview for array type metadata. by Adrian McCarthy · 9 years ago
  13. 6f3406d Re-land "[codeview] Emit information about global variables" by Reid Kleckner · 9 years ago
  14. e8a236f Revert "[codeview] Emit information about global variables" by Reid Kleckner · 9 years ago
  15. 87eddf7 [codeview] Emit information about global variables by Reid Kleckner · 9 years ago
  16. a8d5740 [codeview] Add basic record type translation by Reid Kleckner · 9 years ago
  17. 75c3ebf [CodeView] Implement function-type indices by David Majnemer · 9 years ago
  18. d065e23 [codeview] Return type indices for typedefs by David Majnemer · 9 years ago
  19. 5acacbb [codeview] Translate basic DITypes to CV type records by Reid Kleckner · 9 years ago
  20. 5d122f8 [codeview] Use comdats for debug info describing comdat functions by Reid Kleckner · 9 years ago
  21. 2280f93 Modify emitTypeInformation to use MemoryTypeTableBuilder, take 2 by Reid Kleckner · 9 years ago
  22. 6cd7c91 Revert "Modify emitTypeInformation to use MemoryTypeTableBuilder" by David Majnemer · 9 years ago
  23. a972d61 Modify emitTypeInformation to use MemoryTypeTableBuilder by Adrian McCarthy · 9 years ago
  24. b550cb1 [NFC] Header cleanup by Mehdi Amini · 10 years ago
  25. fbd7787 [codeview] Only emit function ids for inlined functions by Reid Kleckner · 10 years ago
  26. 876330d [codeview] Describe local variables in registers by Reid Kleckner · 10 years ago
  27. f9c275f [codeview] Describe int local variables using .cv_def_range by Reid Kleckner · 10 years ago
  28. dac21b4 [codeview] Use the MCStreamer interface directly instead of AsmPrinter by Reid Kleckner · 10 years ago
  29. 1fcd610 [codeview] Wire up the .cv_inline_linetable directive by Reid Kleckner · 10 years ago
  30. f3b9ba4 [codeview] Begin to add support for inlined call sites by Reid Kleckner · 10 years ago
  31. 2214ed8 Reland "[CodeView] Use assembler directives for line tables" by Reid Kleckner · 10 years ago
  32. 00d9639 Revert "[CodeView] Use assembler directives for line tables" by Reid Kleckner · 10 years ago
  33. c62e379 [CodeView] Use assembler directives for line tables by Reid Kleckner · 10 years ago
  34. 9533af4 [codeview] Remove custom line info struct in favor of DebugLoc by Reid Kleckner · 10 years ago
  35. 70f5bc9 Rename WinCodeViewLineTables to CodeViewDebug, similar to DwarfDebug by Reid Kleckner · 10 years ago[Renamed (90%) from llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.h]
  36. 1f11b4e Use std::string instead of strdup() and free() in WinCodeViewLineTables by Reid Kleckner · 10 years ago
  37. 3f49e66 [CodeView] Add support for emitting column information by David Majnemer · 10 years ago
  38. 286d466 [AsmPrinter] Hide implementation details by Benjamin Kramer · 10 years ago
  39. f817c1c Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 11 years ago
  40. a7c40ef Canonicalize header guards into a common format. by Benjamin Kramer · 11 years ago
  41. e73658d [C++] Use 'nullptr'. by Craig Topper · 12 years ago
  42. 8499a12 Fix PR19239 - Add support for generating debug info for functions without lexical scopes and/or debug info at all by Timur Iskhodzhanov · 12 years ago
  43. 7b883b3 [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
  44. 9a4c9e5 [Layering] Move DebugInfo.h into the IR library where its implementation by Chandler Carruth · 12 years ago
  45. 9205140 [Layering] Move DebugLoc.h into the IR library. The implementation by Chandler Carruth · 12 years ago
  46. 442f784 [cleanup] Re-sort all the includes with utils/sort_includes.py. by Chandler Carruth · 12 years ago
  47. f166f6c Reland r200340 - 'Add line table debug info to COFF files when using a win32 triple' by Timur Iskhodzhanov · 12 years ago
  48. b366f01 Revert r200340, "Add line table debug info to COFF files when using a win32 triple." by NAKAMURA Takumi · 12 years ago
  49. 2c65964 Add line table debug info to COFF files when using a win32 triple. by Timur Iskhodzhanov · 12 years ago