1. 5a46917 Merging r351910: by Hans Wennborg · 7 years ago
  2. bbf3052 [EH] Rename llvm.x86.seh.recoverfp intrinsic to llvm.eh.recoverfp by Mandeep Singh Grang · 7 years ago
  3. 46d00b4 Remove irrelevant references to legacy git repositories from by James Y Knight · 7 years ago
  4. 9597cfd Rename DIFlagFixedEnum to DIFlagEnumClass. NFC by Paul Robinson · 7 years ago
  5. 3fba0f7 [codeview] Check if this 'this' type of a method is a pointer by Reid Kleckner · 7 years ago
  6. 959a412 by Brock Wyma · 7 years ago
  7. 8021357 [codeview] Align symbol records to save 441MB during linking clang.pdb by Reid Kleckner · 7 years ago
  8. 76d2825 [codeview] Look through typedefs in getCompleteTypeIndex by Reid Kleckner · 7 years ago
  9. 9213bb9 [CodeView] Add support for ref-qualified member functions. by Zachary Turner · 7 years ago
  10. da30f51 [CodeView] Mark this pointers as const. by Zachary Turner · 7 years ago
  11. 941c5c4 [CodeView] Don't print PointerAttributes when dumping. by Zachary Turner · 7 years ago
  12. f8ab7b5 [codeview] Expose -gcodeview-ghash for global type hashing by Reid Kleckner · 7 years ago
  13. cc8a1a6 [codeview] Let the X86 backend tell us the VFRAME offset adjustment by Reid Kleckner · 7 years ago
  14. fd25d2b [CodeView] Emit the correct TypeIndex for std::nullptr_t. by Zachary Turner · 7 years ago
  15. a5213c4 [codeview] Emit S_BUILDINFO and LF_BUILDINFO with cwd and source file by Reid Kleckner · 7 years ago
  16. a1e00c3 [CodeView] Only add the Scoped flag for an enum type when it has an immediate function scope to match MSVC by Aaron Smith · 7 years ago
  17. ab0e728 [CodeView] Emit function options for subprogram and member functions by Aaron Smith · 7 years ago
  18. a507425 [codeview] Fix 32-bit x86 variable locations in realigned stack frames by Reid Kleckner · 7 years ago
  19. 6d4c271 [codeview] Emit S_FRAMEPROC and use S_DEFRANGE_FRAMEPOINTER_REL by Reid Kleckner · 7 years ago
  20. 71589ff [X86] Handle COPYs of physregs better (regalloc hints) by Simon Pilgrim · 7 years ago
  21. d71790c [codeview] Improve readobj FPO dumper and pdbutil register names by Reid Kleckner · 7 years ago
  22. aea5274 [codeview] Clean up machinery for deferring .cv_loc emission by Reid Kleckner · 7 years ago
  23. 4976f0e DebugInfo: Improve debug location merging by David Blaikie · 7 years ago
  24. 9d1f82a [codeview] Use push_macro to avoid conflicts instead of a prefix by Reid Kleckner · 7 years ago
  25. e601e5f Rename __asan_gen_* symbols to ___asan_gen_*. by Peter Collingbourne · 7 years ago
  26. 62178e9 by Brock Wyma · 7 years ago
  27. 5f28b9c [CodeView] Add prefix to CodeView registers. by Jonas Devlieghere · 7 years ago
  28. b26b734 Resubmit [pdb] Change /DEBUG:GHASH to emit 8 byte hashes." by Zachary Turner · 7 years ago
  29. 761b193 Revert "[pdb] Change /DEBUG:GHASH to emit 8 byte hashes." by Zachary Turner · 7 years ago
  30. d0e6e5a [pdb] Change /DEBUG:GHASH to emit 8 byte hashes. by Zachary Turner · 7 years ago
  31. 0d0bfa97 [codeview] Include record prefix in global type hashing by Reid Kleckner · 7 years ago
  32. 086018d [CodeView] Improve debugging of virtual base class member variables by Brock Wyma · 7 years ago
  33. a8a13bc [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label. by Shiva Chen · 7 years ago
  34. 0cb4ac0 [AsmPrinter] Allow emitting codeview for any windows target by Martin Storsjo · 7 years ago
  35. 7831bed [SelectionDAG] Improve selection of DBG_VALUE using a PHI node result by Bjorn Pettersson · 7 years ago
  36. 8af1bad [CodeView] Initial support for emitting S_THUNK32 symbols for compiler... by Brock Wyma · 7 years ago
  37. 2b8ec28 CodeGen: Don't try to canonicalize Unix-style paths in CodeView debug info. by Peter Collingbourne · 7 years ago
  38. 58e2c59 Re-land r327620 "[CodeView] Initial support for emitting S_BLOCK32 symbols for lexical scopes" by Reid Kleckner · 7 years ago
  39. 319ecd7 Revert r327620 "[CodeView] Initial support for emitting S_BLOCK32 symbols for lexical scopes" by Reid Kleckner · 7 years ago
  40. bb3e269 [CodeView] Initial support for emitting S_BLOCK32 symbols for lexical scopes by Brock Wyma · 7 years ago
  41. 4d4a317 [FastISel] Sink local value materializations to first use by Reid Kleckner · 7 years ago
  42. a1604a6 Revert r327397 [CodeView] Omit forward references for unnamed structs and ... by Brock Wyma · 8 years ago
  43. 10ee99b [CodeView] Omit forward references for unnamed structs and unions by Brock Wyma · 8 years ago
  44. 9ac1b35 [CodeView] Emit UdtSourceLine information for enums by Aaron Smith · 8 years ago
  45. 0ecafe8 [CodeView] Lower __restrict and other pointer qualifiers correctly by Reid Kleckner · 8 years ago
  46. a2dabad [AsmPrinter] Handle qualified unnamed types in CodeView printer by Shoaib Meenai · 8 years ago
  47. 1bfec90 Re-enable "[MachineCopyPropagation] Extend pass to do COPY source forwarding" by Geoff Berry · 8 years ago
  48. 0d9a877 Revert "[MachineCopyPropagation] Extend pass to do COPY source forwarding" by Quentin Colombet · 8 years ago
  49. bcf26ea [DWARF] Fix incorrect prologue end line record. by Paul Robinson · 8 years ago
  50. 552a6fb [CodeView] Allow variable names to be as long as the codeview format supports by Brock Wyma · 8 years ago
  51. 2fd14ed [CodeView] Class record member counts should include base classes and ... by Brock Wyma · 8 years ago
  52. c1676d5 [MachineCopyPropagation] Extend pass to do COPY source forwarding by Geoff Berry · 8 years ago
  53. 1076969 Followup on Proposal to move MIR physical register namespace to '$' sigil. by Puyan Lotfi · 8 years ago
  54. afa2e7e Remove alignment argument from memcpy/memmove/memset in favour of alignment attributes (Step 1) by Daniel Neilson · 8 years ago
  55. 50a5862 [CodeView] Fix the type for a variadic argument by Aaron Smith · 8 years ago
  56. 5c7c640 [CodeView] Teach clang to emit the .debug$H COFF section. by Zachary Turner · 8 years ago
  57. ca0df55 [CodeGen] Unify MBB reference format in both MIR and debug output by Francis Visoiu Mistrih · 8 years ago
  58. ab45c06 [CodeView] Refactor / Rewrite TypeSerializer and TypeTableBuilder. by Zachary Turner · 8 years ago
  59. a4ec08b [CodeGen] Print register names in lowercase in both MIR and debug output by Francis Visoiu Mistrih · 8 years ago
  60. 207bce3 [codeview] Merge file checksum entries for DIFiles with the same absolute path by Reid Kleckner · 8 years ago
  61. f00e161 [codeview] Don't emit FPO data in funclet prologues by Reid Kleckner · 8 years ago
  62. 7d539ce [codeview] Implement FPO data assembler directives by Reid Kleckner · 8 years ago
  63. 0f3480d CodeView: Provide a .def file with the register ids by Hans Wennborg · 8 years ago
  64. 669e5cb CodeView symbol dumper: use symbolic names for registers by Hans Wennborg · 8 years ago
  65. 3796a45 Re-land "Fix Bug 30978 by emitting cv file checksums." by Reid Kleckner · 8 years ago
  66. c41978f Revert "Fix Bug 30978 by emitting cv file checksums." by Eric Beckmann · 8 years ago
  67. de72ac6 Fix Bug 30978 by emitting cv file checksums. by Eric Beckmann · 8 years ago
  68. 89921cc [codeview] Use a type index of zero for static method "this" types by Reid Kleckner · 8 years ago
  69. 68b15df [codeview] VLAs and unsized arrays should use a size of zero by Reid Kleckner · 8 years ago
  70. 2029d1e Mark static member functions as static in CodeViewDebug by Adrian McCarthy · 8 years ago
  71. 72baeef [CodeView] Don't output S_UDTs for nested typedefs. by Zachary Turner · 8 years ago
  72. 6ef51e8 [llvm-pdbutil] Support dumping CodeView from object files. by Zachary Turner · 8 years ago
  73. 69e607f Canonicalize the representation of empty an expression in DIGlobalVariableExpression by Adrian Prantl · 8 years ago
  74. ebcb588 Reland r311957 [codeview] support more DW_OPs for more complete debug info by Bob Haarman · 8 years ago
  75. 66afa97 Revert "[codeview] support more DW_OPs for more complete debug info" by Bob Haarman · 8 years ago
  76. 2eaf421 [codeview] support more DW_OPs for more complete debug info by Bob Haarman · 8 years ago
  77. fc50e1c [CodeView] Don't output S_UDT symbols for forward decls. by Zachary Turner · 8 years ago
  78. a490e81 [X86] Qualify the RMW INC/DEC patterns with NotSlowIncDec. by Craig Topper · 8 years ago
  79. 0b54cd9 [x86] Teach the "generic" x86 CPU to avoid patterns that are slow on by Chandler Carruth · 8 years ago
  80. 9d69b6f [codeview] Emit nested enums and typedefs from classes by Reid Kleckner · 8 years ago
  81. 2cd77a8 Remove PrologEpilogInserter's usage of DBG_VALUE's offset field by Adrian Prantl · 8 years ago
  82. a68b470 [DebugInfo] Don't turn dbg.declare into DBG_VALUE for static allocas by Reid Kleckner · 8 years ago
  83. cc0c88c [codeview] Ignore DBG_VALUEs when choosing a BB start source loc by Reid Kleckner · 8 years ago
  84. 5d0334a Remove the obsolete offset parameter from @llvm.dbg.value by Adrian Prantl · 8 years ago
  85. 4b85cce Followup to r308890: don't assert the llvm llvm version number. by James Y Knight · 8 years ago
  86. 7811635 [codeview] Emit 'D' as the cv source language for D code by Reid Kleckner · 8 years ago
  87. 028eab1 [codeview] Change readobj symbol dumping format by Reid Kleckner · 8 years ago
  88. 478b1ec [codeview] Use the first valid source location at the top of every MBB by Reid Kleckner · 8 years ago
  89. 09ff5f2 [codeview] YAMLize all section offsets and indices in symbol records by Reid Kleckner · 8 years ago
  90. 9283a09 IR: Replace the "Linker Options" module flag with "llvm.linker.options" named metadata. by Peter Collingbourne · 8 years ago
  91. 43ed711 [codeview] Fix assertion failure introduced in r295354 refactoring by Reid Kleckner · 8 years ago
  92. d3285d0 Re-land "Don't add DBG_VALUE instructions for static allocas in dbg.declare" by Reid Kleckner · 8 years ago
  93. 5c90021 Revert "Don't add DBG_VALUE instructions for static allocas in dbg.declare" by Reid Kleckner · 8 years ago
  94. 550359c Don't add DBG_VALUE instructions for static allocas in dbg.declare by Reid Kleckner · 8 years ago
  95. 9de7130 DebugInfo: elide type index entries for synthetic types by Saleem Abdulrasool · 8 years ago
  96. 841400b Remove line and file from DINamespace. by Adrian Prantl · 8 years ago
  97. f88c054 Print complete DIExpressions in the assembler output DEBUG_VALUE comments. by Adrian Prantl · 8 years ago
  98. 4b2847e [codeview] Don't assert when the user violates the ODR by Reid Kleckner · 8 years ago
  99. a24db23 MC/COFF: Do not emit forward associative section referenceds. by Rui Ueyama · 9 years ago
  100. b42dbbf Refactor DebugHandlerBase a bit to common non-debug-having-function filtering by David Blaikie · 9 years ago