1. 01104ae Add DK_Remark to SMDiagnostic by Adam Nemet · 8 years ago
  2. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  3. 43b72d5 Remove unnecessary conditions as suggested by clang-tidy. NFC by Gabor Horvath · 8 years ago
  4. 454d0ce [Support] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  5. 99d1b29 Use StringRef for MemoryBuffer identifier API (NFC) by Mehdi Amini · 9 years ago
  6. 0464ae8 Remove excessive padding from LineNoCacheTy by Benjamin Kramer · 9 years ago
  7. 562e829 Use the range variant of find_if instead of unpacking begin/end by David Majnemer · 9 years ago
  8. 735c47e MIR Serialization: Connect the machine function analysis pass to the MIR parser. by Alex Lorenz · 10 years ago
  9. 16132e6 Purge unused includes throughout libSupport. by Benjamin Kramer · 11 years ago
  10. 6e863d1 Remove unnecessary .c_str() when implicitly converting to Twine by Matt Arsenault · 11 years ago
  11. 1961f14 Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std::unique_ptr by David Blaikie · 11 years ago
  12. a5b27a7 SourceMgr: consistently use 'unsigned' for the memory buffer ID type by Dmitri Gribenko · 11 years ago
  13. adf21f2 Update the MemoryBuffer API to use ErrorOr. by Rafael Espindola · 11 years ago
  14. a55b95b SourceMgr: make valid buffer IDs start from one by Alp Toker · 11 years ago
  15. 7899d50 Use SourceMgr::getMemoryBuffer() in a couple of places by Alp Toker · 11 years ago
  16. 57ffdb0 Add an overload for SourceMgr::PrintMessage that takes an existing diagnostic. by Jordan Rose · 11 years ago
  17. b4cfd00 Modernize doc comments for SourceMgr. by Jordan Rose · 11 years ago
  18. a6e9c3e Remove system_error.h. by Rafael Espindola · 11 years ago
  19. 1521720 Fix hardcoded slash to native path seperator which was exposed from llvm::sys::path. by Yaron Keren · 11 years ago
  20. 8d399f8 [C++11] Replace some comparisons with 'nullptr' with simple boolean checks to reduce verbosity. by Craig Topper · 11 years ago
  21. c10719f [C++11] Make use of 'nullptr' in the Support library. by Craig Topper · 11 years ago
  22. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
  23. 96c9d95 [C++11] Replace OwningPtr::take() with OwningPtr::release(). by Ahmed Charles · 12 years ago
  24. 78fe2ba SourceMgr diagnotics printing: fix a bug where printing a fixit for a source by Dmitri Gribenko · 12 years ago
  25. 8f94462 Make SourceMgr::PrintMessage() testable and add unit tests by Dmitri Gribenko · 12 years ago
  26. fe8ff5c Fix size_t -> uint warnings with MSVC 64-bit build by Matt Arsenault · 12 years ago
  27. 041f1aa Use only explicit bool conversion operators by David Blaikie · 12 years ago
  28. 6ecb1e7 Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C linkage. by Benjamin Kramer · 13 years ago
  29. ceb1dbb SMDiagnostic: don't emit ranges if there are /any/ multibyte characters. by Jordan Rose · 13 years ago
  30. efd8f80 Add basic fix-its to SMDiagnostic. by Jordan Rose · 13 years ago
  31. e8f1eae Change SMRange to be half-open (exclusive end) instead of closed (inclusive) by Jordan Rose · 13 years ago
  32. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  33. c8b8c49 SourceMgr: Use has_colors() instead of just is_displayed() before trying to use by Daniel Dunbar · 13 years ago
  34. a1b3b00 Don't assume size_t is unsigned long long. by Matt Beaumont-Gay · 13 years ago
  35. 854f366 make SourceMgr tolerate empty SMLoc()'s better. by Chris Lattner · 13 years ago
  36. 9322ba8 reapply my patch, with a fix for an off-by-one error. Turned out to be a lot by Chris Lattner · 13 years ago
  37. 64f65d3 revert my patches, which are causing problems. by Chris Lattner · 13 years ago
  38. cd60bc4 refactor some code to expose column numbers more and make diagnostic printing slightly more efficient. by Chris Lattner · 13 years ago
  39. bb73d19 SourceMgr: Colorize diagnostics. by Benjamin Kramer · 13 years ago
  40. 486df73 Removing unused default switch cases in switches over enums that already account for all enumeration values explicitly. by David Blaikie · 14 years ago
  41. 7284526 remove the dead 'ShowLine' argument from SMDiagnostic. by Chris Lattner · 14 years ago
  42. 03b80a4 Make SMDiagnostic a little more sane. Instead of passing around note/warning/error as a by Chris Lattner · 14 years ago
  43. a3a0681 Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does. Enhance by Chris Lattner · 14 years ago
  44. af5f23e Add new -d option to tblgen. It writes a make(1)-style dependency file. by Joerg Sonnenberger · 14 years ago
  45. 39a0ffc MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> via an out parm. by Michael J. Spencer · 15 years ago
  46. db97c0b Fix whitespace. by Michael J. Spencer · 15 years ago
  47. 7b6fef8 Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code &ec. And fix clients. by Michael J. Spencer · 15 years ago
  48. b0e3608 now that AsmPrinter::EmitInlineAsm is factored right, we can eliminate the by Chris Lattner · 15 years ago
  49. c758311 Push twines deeper into SourceMgr's error handling methods. by Benjamin Kramer · 15 years ago
  50. 97c4cb8 enhance SMDiagnostic to also maintain a pointer to the SourceMgr. by Chris Lattner · 15 years ago
  51. 6540913 give the SourceMgr object a cookie. by Chris Lattner · 15 years ago
  52. 3c79981 Give llvm::SourceMgr the ability to have a client-specified diagnostic handler. by Chris Lattner · 15 years ago
  53. 76be2d1 Make SMDiagnostic::Print a const method. by Mikhail Glushenkov · 16 years ago
  54. 84afae3 Trailing whitespace. by Mikhail Glushenkov · 16 years ago
  55. 7c67590 Avoid printing a spurious semicolon when there is no filename. by Dan Gohman · 16 years ago
  56. 5a308f5 SourceMgr: Add ShowLine argument to PrintMessage, to allow suppressing the source line output. by Daniel Dunbar · 16 years ago
  57. 5d47e93 add a trivial line # cache to SourceMgr to make repeated queries to by Chris Lattner · 16 years ago
  58. 200e075 switch the .ll parser to use SourceMgr. by Chris Lattner · 16 years ago
  59. cc64cc9 add an explicit class for holding llvm::SourceMgr diagnostics and use by Chris Lattner · 16 years ago
  60. c9dc78a Normalize SourceMgr messages. by Daniel Dunbar · 16 years ago
  61. 2adc9e7 rename SourceMgr::PrintError to PrintMessage. by Chris Lattner · 16 years ago
  62. 976af62 move include searching logic from TGLexer to SourceMgr. by Chris Lattner · 16 years ago
  63. fd25575 Rename TGSourceMgr -> SourceMgr. by Chris Lattner · 16 years ago
  64. 526c8cb rename TGLoc -> SMLoc. by Chris Lattner · 16 years ago
  65. 1b30e1ac move TGSourceMgr class out of TableGen into libsupport. by Chris Lattner · 16 years ago[Renamed (91%) from llvm/utils/TableGen/TGSourceMgr.cpp]
  66. 975c1cb fix a few spelling errors and typos by Jim Grosbach · 17 years ago
  67. 0f6dc78 include the null at the end of a memorybuffer as part of the buffer. by Chris Lattner · 17 years ago
  68. 87710ca make "locations" a class instead of a typedef. by Chris Lattner · 17 years ago
  69. 8db9bc7 split buffer management and diagnostic printing out of the tblgen by Chris Lattner · 17 years ago