1. e8bb392 [Support] XFAIL is_local for mips by Simon Dardis · 9 years ago
  2. 392ed9d [Support] Add a function to check if a file resides locally. by Zachary Turner · 9 years ago
  3. ab0f3b4 [AArch64] Add Cavium ThunderX support by Joel Jones · 9 years ago
  4. 41ec649 [Support] Add formatv support for StringLiteral by Pavel Labath · 9 years ago
  5. 87c87f4 [CMake] Fix pthread handling for out-of-tree builds by Eric Fiselier · 9 years ago
  6. 23a5439 [Support] Extend SLEB128 encoding support. by Dan Gohman · 9 years ago
  7. ccf11c2 [ARM] Add support for armv7ve triple in llvm (PR31358). by George Burgess IV · 9 years ago
  8. 24cb654 [Support] Add FormatVariadic support for chrono types by Pavel Labath · 9 years ago
  9. f0fe1a8 [Support] Simplify triple check in Host CPU test. NFC. by Ahmed Bougacha · 9 years ago
  10. f60b684 [Support] Accept macosx triple as 'darwin' in Host unittest. NFC. by Ahmed Bougacha · 9 years ago
  11. 0085af6 [ARM] const cast fix for ARMAttributeParser test by Sam Parker · 9 years ago
  12. e5ad87e [ARM] Enable Cortex-M23 and Cortex-M33 support. by Javed Absar · 9 years ago
  13. 5044009 Fix fs::set_current_path unit test by Pavel Labath · 9 years ago
  14. 2f09609 [Support] Add sys::fs::set_current_path() (aka chdir) by Pavel Labath · 9 years ago
  15. df7c6ef [ARM] Create objdump subtarget from build attrs by Sam Parker · 9 years ago
  16. 167ca4a Recommit r292214 "[Support/Compression] - Change zlib API to return Error instead of custom status" by George Rimar · 9 years ago
  17. 715540f Revert r292214 "[Support/Compression] - Change zlib API to return Error instead of custom status." by George Rimar · 9 years ago
  18. e29a32e [Support/Compression] - Change zlib API to return Error instead of custom status. by George Rimar · 9 years ago
  19. 17d266b Remove unused lambda captures. NFC by Malcolm Parsons · 9 years ago
  20. 1ed7896 Revert r291903 and r291898. Reason: they break check-lld on the bots. by Ivan Krasin · 9 years ago
  21. 770ceb6 [ARM] Enable objdump to construct triple for ARM by Sam Parker · 9 years ago
  22. db08e83 Revert r291503, "Lift the 10-type limit for AlignedCharArrayUnion", and followings. by NAKAMURA Takumi · 9 years ago
  23. da71036 Use EXPECT_EQ instead of ASSERT_EQ in a unit test. by Rui Ueyama · 9 years ago
  24. 6a8520f Fix memory leak in a unit test. by Rui Ueyama · 9 years ago
  25. 4d9c5c2 Lift the 10-type limit for AlignedCharArrayUnion by Sean Callanan · 9 years ago
  26. e9d1754 TarWriter: Fix a bug in Ustar header. by Rui Ueyama · 9 years ago
  27. 87dd2ab Support: Add YAML I/O support for custom mappings. by Peter Collingbourne · 9 years ago
  28. c2f5408 Fix unit test in NDEBUG build by Eugene Leviant · 9 years ago
  29. c089e40 Allow setting multiple debug types by Eugene Leviant · 9 years ago
  30. f7a7ab5 Move GlobPattern class from LLD to llvm/Support. by Rui Ueyama · 9 years ago
  31. 08c2e86 Simplify format member detection in FormatVariadic by Pavel Labath · 9 years ago
  32. aeec780 Add support for Samsung Exynos M3 (NFC) by Evandro Menezes · 9 years ago
  33. 82b95ac Fix MSCV compilation broken by r289040 by Pavel Labath · 9 years ago
  34. fefefeb Improve format member detection in llvm::formatv by Pavel Labath · 9 years ago
  35. 639f84b Refactor TargetParserTests. by Zijiao Ma · 9 years ago
  36. 75453b0 Support escaping in TrigramIndex. by Ivan Krasin · 9 years ago
  37. 3dade41 Use trigrams to speed up SpecialCaseList. by Ivan Krasin · 9 years ago
  38. cb79c07 Fix macro check for ABI breacking check: should use #if instead of #ifndef by Mehdi Amini · 9 years ago
  39. 11407ae Change Error unittest to use the LLVM_ENABLE_ABI_BREAKING_CHECKS instead of NDEBUG by Mehdi Amini · 9 years ago
  40. 3ab3fef Improve error handling in YAML parsing by Mehdi Amini · 9 years ago
  41. 0f0d5d8 [ThreadPool] Rollback recent changes until I figure out the breakage. by Davide Italiano · 9 years ago
  42. 3ea0bfa [ThreadPool] Simplify the interface. NFCI. by Davide Italiano · 9 years ago
  43. 43c2428 Revert "Improve error handling in YAML parsing" by Mehdi Amini · 9 years ago
  44. c54281b Improve error handling in YAML parsing by Mehdi Amini · 9 years ago
  45. 877c26c Add convenient functions to compute hashes of byte vectors. by Rui Ueyama · 9 years ago
  46. 9f15a79 Timer: Track name and description. by Matthias Braun · 9 years ago
  47. 0c20e05 Remove TimeValue class by Pavel Labath · 9 years ago
  48. 201fc1e [AArch64] Add support for Qualcomm's Falkor CPU. by Chad Rosier · 9 years ago
  49. 2bcf3f0 [AArch64] Refactor test per Matthias' request. by Chad Rosier · 9 years ago
  50. 11db264 [Support] Introduce llvm::formatv() function. by Zachary Turner · 9 years ago
  51. c1edf56 Prevent at compile time converting from Error::success() to Expected<T> by Mehdi Amini · 9 years ago
  52. 41af430 Make the Error class constructor protected by Mehdi Amini · 9 years ago
  53. 0970ddb [ADT/MathExtras] Make buildbot happy again. by Davide Italiano · 9 years ago
  54. 62ede4e [ADT/MathExtras] Add tests for PowerOf2Floor (previously untested). by Davide Italiano · 9 years ago
  55. 1fb1b9c [ADT/MathExtras] Introduce PowerOf2Ceil. by Davide Italiano · 9 years ago
  56. 4a86af0 [Support] Improve flexibility of binary blob formatter. by Zachary Turner · 9 years ago
  57. bde0a16 Added the ability to dump hex bytes easily into a raw_ostream. by Greg Clayton · 9 years ago
  58. 4e76019 Support: Remove MemoryObject and DataStreamer interfaces. by Peter Collingbourne · 9 years ago
  59. af20d5e Attempt to pacify buildbot by Serge Pavlov · 9 years ago
  60. 6ac8e03 Allow resolving response file names relative to including file by Serge Pavlov · 9 years ago
  61. 5b2243e Resubmit "Add support for advanced number formatting." by Zachary Turner · 9 years ago
  62. aa48572 [Support] Fix AlignOf test on i386-linux. by Benjamin Kramer · 9 years ago
  63. abe323e [Support] Remove llvm::alignOf now that all uses are gone. by Benjamin Kramer · 9 years ago
  64. b250500 Retire llvm::alignOf in favor of C++11 alignof. by Benjamin Kramer · 9 years ago
  65. 59838f7 Reapply "Add Chrono.h - std::chrono support header" by Pavel Labath · 9 years ago
  66. db46b7d Add computeHostNumPhysicalCores() implementation for Darwin by Mehdi Amini · 9 years ago
  67. 504f384 Revert "Add Chrono.h - std::chrono support header" by Pavel Labath · 9 years ago
  68. 13b6a10 Add Chrono.h - std::chrono support header by Pavel Labath · 9 years ago
  69. 9ce5074 Revert "Resubmit "Add support for advanced number formatting."" by Renato Golin · 9 years ago
  70. 0d31d9c Rename HexStyle -> HexFormatStyle, and remove a constexpr. by Zachary Turner · 9 years ago
  71. 7cd0745 Resubmit "Add support for advanced number formatting." by Zachary Turner · 9 years ago
  72. 9d58e36 Revert formatting changes. by Zachary Turner · 9 years ago
  73. 47e2c0a Try to fix build after invalid pointer conversion. by Zachary Turner · 9 years ago
  74. 99eef2d [Support] Add support for "advanced" number formatting. by Zachary Turner · 9 years ago
  75. c0ef9e4 Rename interface for querying physical hardware concurrency by Teresa Johnson · 9 years ago
  76. eb100b6 [Support] remove_dots: Remove windows test. by Benjamin Kramer · 9 years ago
  77. 937dd7a [Support] remove_dots: Remove .. from absolute paths. by Benjamin Kramer · 9 years ago
  78. 0db71d9 unittests: Explicitly ignore some return values in crash tests by Justin Bogner · 9 years ago
  79. 2bd812c Add interface for querying physical hardware concurrency by Teresa Johnson · 9 years ago
  80. 7943fec Add interface to compute number of physical cores on host system by Teresa Johnson · 9 years ago
  81. af5a28f Do not delete leading ../ in remove_dots. by Eric Liu · 9 years ago
  82. fb4b6e8 [ARM]: Add Cortex-R52 target to LLVM by Javed Absar · 9 years ago
  83. a0016ec Use StringReg in TargetParser APIs (NFC) by Mehdi Amini · 9 years ago
  84. 149f6ea Re-commit "Use StringRef in Support/Darf APIs (NFC)" by Mehdi Amini · 9 years ago
  85. 27358cf [Support][CommandLine] Add cl::getRegisteredSubcommands() by Dean Michael Berris · 9 years ago
  86. 2bcac0f Revert "Re-commit "Use StringRef in Support/Darf APIs (NFC)"" by Mehdi Amini · 9 years ago
  87. 32b297a Re-commit "Use StringRef in Support/Darf APIs (NFC)" by Mehdi Amini · 9 years ago
  88. 78b04ae Revert "Use StringRef in Support/Darf APIs (NFC)" by Mehdi Amini · 9 years ago
  89. e0327be Use StringRef in Support/Darf APIs (NFC) by Mehdi Amini · 9 years ago
  90. e11b745 Use StringRef in CommandLine Options handling (NFC) by Mehdi Amini · 9 years ago
  91. eaeb6d9 Add xxhash to llvm. by Rafael Espindola · 9 years ago
  92. d97d5a2 Revert "[Support][CommandLine] Add cl::getRegisteredSubcommands()" by Zachary Turner · 9 years ago
  93. d9d290c [Support][CommandLine] Add cl::getRegisteredSubcommands() by Dean Michael Berris · 9 years ago
  94. 35377f8 [YAMLIO] Add the ability to map with context. by Zachary Turner · 9 years ago
  95. d8dfeec [Support] - Fix possible crash in match() of llvm::Regex. by George Rimar · 9 years ago
  96. bc46927 raw_pwrite_stream_test.cpp: _putenv_s() may be assumed as win32-generic. by NAKAMURA Takumi · 9 years ago
  97. 1a4398a Fix a real temp file leak in FileOutputBuffer by Reid Kleckner · 9 years ago
  98. 75e557f Try to fix some temp file leaks in SupportTests, PR18335 by Reid Kleckner · 9 years ago
  99. a9ff072 [LLVM/Support] - Create no-arguments constructor for llvm::Regex by George Rimar · 9 years ago
  100. 1bdc716 Move unittests/Support/IteratorTest.cpp to unittests/ADT/ by Duncan P. N. Exon Smith · 9 years ago