1. 014fb55 Fix the debug build breakage that getDiscriminator is called by mistake. by Dehao Chen · 10 years ago
  2. 23e2278 Reimplement discriminator assignment algorithm. by Dehao Chen · 10 years ago
  3. 978060c Don't generate discriminators for calls to debug intrinsics by Pavel Labath · 10 years ago
  4. 0354a9f6 SamplePGO - Fix PR 25482 - Do not rely on llvm.dbg.cu for discriminators by Diego Novillo · 10 years ago
  5. 3656e30 Add discriminators for call instructions that are from the same line and same basic block. by Dehao Chen · 10 years ago
  6. 49359bf Recommit r251680 (also need to update clang test) by Dehao Chen · 10 years ago
  7. 4d84b93 Revert r251680: by Dehao Chen · 10 years ago
  8. 9a5d2b1 Update the discriminator assignment algorithm by Dehao Chen · 10 years ago
  9. 7ddf786 clang-format lib/Transforms/Utils/AddDiscriminators.cpp by Dehao Chen · 10 years ago
  10. 5b4c837 TransformUtils: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  11. a9308c4 IR: Give 'DI' prefix to debug info metadata by Duncan P. N. Exon Smith · 11 years ago
  12. 60635e3 DebugInfo: Drop rest of DIDescriptor subclasses by Duncan P. N. Exon Smith · 11 years ago
  13. 2fbe135 DebugInfo: Delete subclasses of DIScope by Duncan P. N. Exon Smith · 11 years ago
  14. b273d06 DebugInfo: Gut DIScope, DIEnumerator and DISubrange by Duncan P. N. Exon Smith · 11 years ago
  15. b7e221b DebugInfo: Gut DILocation by Duncan P. N. Exon Smith · 11 years ago
  16. 843237f DebugInfo: Move DILocation::computeNewDiscriminators() by Duncan P. N. Exon Smith · 11 years ago
  17. 4fd839b AddDiscriminators: Create new MDLocation directly by Duncan P. N. Exon Smith · 11 years ago
  18. 63ffa21 DebugInfo: Rewrite atSameLineAs() as MDLocation::canDiscriminate() by Duncan P. N. Exon Smith · 11 years ago
  19. ec819c0 Transforms: Use the new DebugLoc API, NFC by Duncan P. N. Exon Smith · 11 years ago
  20. 5bf8fef IR: Split Metadata from Value by Duncan P. N. Exon Smith · 11 years ago
  21. 2f3f76f Use DILexicalBlockFile, rather than DILexicalBlock, to track discriminator changes to ensure discriminator changes don't introduce new DWARF DW_TAG_lexical_blocks. by David Blaikie · 11 years ago
  22. f40110f [C++] Use 'nullptr'. Transforms edition. by Craig Topper · 12 years ago
  23. 964daaa [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 12 years ago
  24. 0915c04 Fix bug 19437 - Only add discriminators for DWARF 4 and above. by Diego Novillo · 12 years ago
  25. 9a4c9e5 [Layering] Move DebugInfo.h into the IR library where its implementation by Chandler Carruth · 12 years ago
  26. 12664a0 [Layering] Move DIBuilder.h into the IR library where its implementation by Chandler Carruth · 12 years ago
  27. 3e4c697 [C++11] Add 'override' keyword to virtual methods that override their base class. by Craig Topper · 12 years ago
  28. 442f784 [cleanup] Re-sort all the includes with utils/sort_includes.py. by Chandler Carruth · 12 years ago
  29. f5041ce Pass to emit DWARF path discriminators. by Diego Novillo · 12 years ago