1. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  2. eb7f602 [IR] Add a boolean field in DILocation to know if a line must covered or not by Calixte Denizet · 7 years ago
  3. 432a388 IWYU for llvm-config.h in llvm, additions. by Nico Weber · 8 years ago
  4. 673f4b5 Use standard `print(dbgs())` pattern to implement DebugLoc::dump by Sean Silva · 8 years ago
  5. f05cb43 Remove redundant includes from lib/IR. by Michael Zolotukhin · 8 years ago
  6. 615eb47 Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people. by Aaron Ballman · 8 years ago
  7. 3e0199f [dump] Remove NDEBUG from test to enable dump methods [NFC] by Don Hinton · 8 years ago
  8. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  9. fa635d7 Reapply "[Cloning] Take another pass at properly cloning debug info" by Keno Fischer · 8 years ago
  10. 3fa5db4 Revert "[Cloning] Take another pass at properly cloning debug info" by Keno Fischer · 8 years ago
  11. 945dc1d [Cloning] Take another pass at properly cloning debug info by Keno Fischer · 8 years ago
  12. ffbeb22 Cloning: Fix debug info cloning by Gor Nishanov · 8 years ago
  13. c10d0e5 Make it illegal for two Functions to point to the same DISubprogram by Adrian Prantl · 8 years ago
  14. 66fb0d9 Revert r302469 "Make it illegal for two Functions to point to the same DISubprogram" by Hans Wennborg · 8 years ago
  15. 200a5ef Make it illegal for two Functions to point to the same DISubprogram by Adrian Prantl · 8 years ago
  16. 8c209aa Cleanup dump() functions. by Matthias Braun · 9 years ago
  17. b550cb1 [NFC] Header cleanup by Mehdi Amini · 10 years ago
  18. eb2a254 Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment. by Yaron Keren · 10 years ago
  19. a9308c4 IR: Give 'DI' prefix to debug info metadata by Duncan P. N. Exon Smith · 11 years ago
  20. 2fbe135 DebugInfo: Delete subclasses of DIScope by Duncan P. N. Exon Smith · 11 years ago
  21. 5c8f1dc DebugInfo: Allow DebugLocs to be constructed from const by Duncan P. N. Exon Smith · 11 years ago
  22. b273d06 DebugInfo: Gut DIScope, DIEnumerator and DISubrange by Duncan P. N. Exon Smith · 11 years ago
  23. 537b4a8 DebugInfo: Gut DISubprogram and DILexicalBlock* by Duncan P. N. Exon Smith · 11 years ago
  24. 9d1cf4c IR: Stop using DIDescriptor::is*() and auto-casting by Duncan P. N. Exon Smith · 11 years ago
  25. 82eba74 DebugLoc: Remove getFromDILexicalBlock() by Duncan P. N. Exon Smith · 11 years ago
  26. 1ceb0d2 DebugInfo: Remove dead code from old DebugLoc API by Duncan P. N. Exon Smith · 11 years ago
  27. 86b0db4 DebugInfo: Write new DebugLoc API by Duncan P. N. Exon Smith · 11 years ago
  28. 8f7bc79 DebugInfo: Implement MDLocation::getInlinedAtScope() by Duncan P. N. Exon Smith · 11 years ago
  29. c9cddb0 IR: Cleanup dead code, NFC by Duncan P. N. Exon Smith · 11 years ago
  30. 9885469 IR: Move MDLocation into place by Duncan P. N. Exon Smith · 11 years ago
  31. 5bf8fef IR: Split Metadata from Value by Duncan P. N. Exon Smith · 11 years ago
  32. 176b691 Revert "Revert "DI: Fold constant arguments into a single MDString"" by Duncan P. N. Exon Smith · 11 years ago
  33. 786cd04 Revert "DI: Fold constant arguments into a single MDString" by Duncan P. N. Exon Smith · 11 years ago
  34. 571f97b DI: Fold constant arguments into a single MDString by Duncan P. N. Exon Smith · 11 years ago
  35. bec9dedf Add missing const specifier to a const method. by Evgeniy Stepanov · 11 years ago
  36. da925c0 [BUG][REFACTOR] by Zinovy Nis · 11 years ago
  37. 2617dcc [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 12 years ago
  38. c620761 [C++11] More 'nullptr' conversion or in some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 12 years ago
  39. 9a4c9e5 [Layering] Move DebugInfo.h into the IR library where its implementation by Chandler Carruth · 12 years ago
  40. 9205140 [Layering] Move DebugLoc.h into the IR library. The implementation by Chandler Carruth · 12 years ago
  41. 0394c1e Test commit by Alon Mishne · 12 years ago
  42. f166f6c Reland r200340 - 'Add line table debug info to COFF files when using a win32 triple' by Timur Iskhodzhanov · 12 years ago
  43. b366f01 Revert r200340, "Add line table debug info to COFF files when using a win32 triple." by NAKAMURA Takumi · 12 years ago
  44. 2c65964 Add line table debug info to COFF files when using a win32 triple. by Timur Iskhodzhanov · 12 years ago
  45. ef860a2 Rename VMCore directory to IR. by Chandler Carruth · 13 years ago[Renamed from llvm/lib/VMCore/DebugLoc.cpp]
  46. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  47. 347d559 Pull the simple parts of DenseMapInfo<DebugLoc> inline and prune includes. by Benjamin Kramer · 13 years ago
  48. 786de35 Use the DebugInfo wrappers instead of mucking about with the MDNode directly. by Bill Wendling · 13 years ago
  49. 7a426b5 Compute hashes directly with hash_combine instead of taking a detour through FoldingSetNodeID. by Benjamin Kramer · 14 years ago
  50. cbce39c Spacing. by Eric Christopher · 14 years ago
  51. 229907c land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 14 years ago
  52. 4db3844 Add dump() by Devang Patel · 14 years ago
  53. 07d61ed Simplify and delay extracting DebugLoc elements, scope and InlinedAt, as much as possible. by Devang Patel · 14 years ago
  54. 5514afe PR9214: Convert Metadata API to use ArrayRef. by Jay Foad · 15 years ago
  55. d4b3d29 Add an empty key for DebugLoc so that you can store an empty DebugLoc in a by Nick Lewycky · 15 years ago
  56. ddc7289 Support using DebugLoc's in a DenseMap. by Nick Lewycky · 15 years ago
  57. 593916d rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h. by Chris Lattner · 16 years ago
  58. cf25a89 fix a bug in DebugRecVH::deleted/allUsesReplacedWith. If an by Chris Lattner · 16 years ago
  59. 56e4b4a add a method to decode a DILocation into a NewDebugLoc. by Chris Lattner · 16 years ago
  60. 8cb2aeb Add a new "NewDebugLoc" class which will eventually replace DebugLoc, by Chris Lattner · 16 years ago