1. 2a53577 unittests/Support/Casting.cpp: [PR8226] Workaround for MSVC|Debug. by NAKAMURA Takumi · 13 years ago
  2. 84cbb6f Changes the JSON parser to use the SourceMgr. by Manuel Klimek · 13 years ago
  3. 2d24e2a Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch by David Blaikie · 13 years ago
  4. 76f1301 Adds a JSON parser and a benchmark (json-bench) to catch performance regressions. by Manuel Klimek · 13 years ago
  5. 7ae606a Revert r146363 to allow buildbots to make forward progress. by Chad Rosier · 13 years ago
  6. d45fbe6 Support/FileSystem: Implement bool equivalent(file_status A, file_status B); by Michael J. Spencer · 13 years ago
  7. c3b00e8 Support/FileSystem: Implement canonicalize. by Michael J. Spencer · 13 years ago
  8. 52ee230 unittests/Support/Path.cpp: [recursive_directory_iterator] Work around for end iterator. by NAKAMURA Takumi · 13 years ago
  9. bd3825e unittests/SupportTests: Fix test. pop modifies the current entry, thus the by Michael J. Spencer · 13 years ago
  10. 6132d70 unittests/SupportTests: Add some outs()'s to debug the issues on some bots. by Michael J. Spencer · 13 years ago
  11. a81ac8f Support/FileSystem: Implement recursive_directory_iterator and make by Michael J. Spencer · 13 years ago
  12. f7228f7 Fix Windows build, don't try to #include <pthread.h> when we know it's not by Nick Lewycky · 13 years ago
  13. 4d0a9ff Add support for tsan annotations (thread sanitizer, a valgrind-based tool). by Nick Lewycky · 13 years ago
  14. 13b1073 Implement comparison operators for BranchProbability in a way that can't overflow INT64_MAX. by Benjamin Kramer · 13 years ago
  15. 341473c Add compare operators to BranchProbability and use it to determine if an edge is hot. by Benjamin Kramer · 13 years ago
  16. f56dc28 NULL cannot be portably used as the last argument to a function with __attribute((sentinel)), even though it usually works. Use (void*)0 instead. PR11002. by Eli Friedman · 13 years ago
  17. 4bffb62 unittests/Support/DataExtractorTest.cpp: Specify ULL explicitly to a few constants. by NAKAMURA Takumi · 13 years ago
  18. 8c74f7f Add the DataExtractor utility class. by Benjamin Kramer · 13 years ago
  19. 0031b4f Add test cases for BlockFrequency. by Jakub Staszak · 13 years ago
  20. db125cf land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 13 years ago
  21. 5fdd6c8 Second attempt at de-constifying LLVM Types in FunctionType::get(), by Jay Foad · 13 years ago
  22. 2280ebd Revert r134893 and r134888 (and related patches in other trees). It was causing by Bill Wendling · 13 years ago
  23. eeb64ae De-constify Types in StructType::get() and TargetData::getIntPtrType(). by Jay Foad · 13 years ago
  24. f362aff De-constify Types in FunctionType::get(). by Jay Foad · 13 years ago
  25. e6240e8 Fix the implementation of ConstantRange::sub(ConstantRange). Patch by Xi Wang! by Nick Lewycky · 13 years ago
  26. b231866 fix the varargs version of StructType::get to not require an LLVMContext, making usage by Chris Lattner · 13 years ago
  27. e817127 add some #includes that will soon be needed. by Chris Lattner · 13 years ago
  28. 0cf5156 Add CreateLifetimeStart and CreateLifetimeEnd to the IRBuilder, with plans to by Nick Lewycky · 13 years ago
  29. 9bf9aa5 Fixes warnings emitted by Visual Studio 2010 compiler. by Oscar Fuentes · 14 years ago
  30. 63cc3a8 Adds llvm::sys::path::is_separator() to test whether a char is a path separator by Zhanyong Wan · 14 years ago
  31. 248f9f2 Unittests/Support/Path: Tweak test. by Michael J. Spencer · 14 years ago
  32. 238589e UnitTests/Path: Add magical tests. This will also test identify_magic. by Michael J. Spencer · 14 years ago
  33. f9fd078 UnitTests/Path: More ASSERT_NO_ERROR cleanup. by Michael J. Spencer · 14 years ago
  34. f94f732 UnitTests/Path: Fix typo, add error number, and enable the directory cleanup code. by Michael J. Spencer · 14 years ago
  35. 2558516 UnitTests/PathV2: Setup a test fixture to make tracking created file system by Michael J. Spencer · 14 years ago
  36. da7c1ca Support/PathV2: Implement directory iteration on POSIX. by Michael J. Spencer · 14 years ago
  37. ba64b97 UnitTests/Path: Produce useful diagnostics on error. by Michael J. Spencer · 14 years ago
  38. 8e68c38 Change all self assignments X=X to (void)X, so that we can turn on a by Jeffrey Yasskin · 14 years ago
  39. 5029159 Support/PathV2: Change most functions in the path namespace to return their work by Michael J. Spencer · 14 years ago
  40. 40f8f62 PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and by Jay Foad · 14 years ago
  41. 936671b Support/PathV2: Remove the error_code return type from all functions in the path by Michael J. Spencer · 14 years ago
  42. ee271d8 Support/PathV2: Move make_absolute from path to fs. by Michael J. Spencer · 14 years ago
  43. 753cbbb Support/FileSystem: Add directory_iterator implementation. by Michael J. Spencer · 14 years ago
  44. 9ad8221 Unittests/Support/PathV2: Add FileSystem tests. by Michael J. Spencer · 14 years ago
  45. 106aa73 Support/FileSystem: Add remove implementation. by Michael J. Spencer · 14 years ago
  46. 6d6d16a unittests/Support/PathV2: remove(3) requires a terminated string. by Benjamin Kramer · 14 years ago
  47. 371716c Unittests/Support/PathV2: Cleanup and remove output. by Michael J. Spencer · 14 years ago
  48. 12a4cf2 unittests/Support/PathV2: Comment out test because some systems are saying that by Michael J. Spencer · 14 years ago
  49. 3cb84ef Support/FileSystem: Add unique_file and exists implementations. by Michael J. Spencer · 14 years ago
  50. 506e579 Make valgrind happy. by Michael J. Spencer · 14 years ago
  51. eb21e3c unittests/Support/PathV2: Fix -pedantic warning. by Michael J. Spencer · 14 years ago
  52. ce2b68f Support/PathV2: Add is_{absolute,relative} implementation. by Michael J. Spencer · 14 years ago
  53. ae18008 Support/PathV2: Add has_{root_path,root_name,root_directory,parent_path,filename,stem,extension} implementation. by Michael J. Spencer · 14 years ago
  54. 1d38962 unittests/Support/PathV2: Make tests much shorter; although harder to understand. by Michael J. Spencer · 14 years ago
  55. 5265f22 Support/PathV2: Add extension implementation. by Michael J. Spencer · 14 years ago
  56. 34ab1f6 Support/PathV2: Add stem implementation. by Michael J. Spencer · 14 years ago
  57. a979355 Support/PathV2: Add filename implementation. by Michael J. Spencer · 14 years ago
  58. 722d5ad Support/PathV2: Add native implementation. by Michael J. Spencer · 14 years ago
  59. 52ed867 Support/PathV2: Add replace_extension implementation. by Michael J. Spencer · 14 years ago
  60. dbfb56b Support/PathV2: Add remove_filename implementation. by Michael J. Spencer · 14 years ago
  61. a42cf73 Support/PathV2: Implement reverse iteration and parent_path. by Michael J. Spencer · 14 years ago
  62. 1f98640 Support/PathV2: Fix 80 col. by Michael J. Spencer · 14 years ago
  63. 013d15a unittests: Merge SystemTests back into SupportTests. by Michael J. Spencer · 14 years ago
  64. 1f6efa3 Merge System into Support. by Michael J. Spencer · 14 years ago
  65. f2ca4cb unittests: Add SystemTests. by Michael J. Spencer · 14 years ago
  66. 3afc385 reimplement SwapByteOrder.h in terms of overloading instead of by Chris Lattner · 14 years ago
  67. 5e0b2bf Support: Add Endian.h by Michael J. Spencer · 14 years ago
  68. e58d720 Unit Tests: Missed this error. MSVC and clang didn't complain. by Michael J. Spencer · 14 years ago
  69. 4c099b8 System: Add SwapByteOrder and update Support/MathExtras.h to use it. by Michael J. Spencer · 14 years ago
  70. af72684 Revert "System: Add SwapByteOrder and update Support/MathExtras.h to use it." by Michael J. Spencer · 14 years ago
  71. 5031e0d System: Add SwapByteOrder and update Support/MathExtras.h to use it. by Michael J. Spencer · 14 years ago
  72. 2e0affb static_cast to long, otherwise MSVC 2008 won't compile. by Francois Pichet · 14 years ago
  73. f2d7b7c Make ConstantRange::makeICmpRegion handle all the edge cases properly. This by Nick Lewycky · 14 years ago
  74. ddfce8f unittests: Support Windows. by Michael J. Spencer · 14 years ago
  75. 32cda11 Add a new isSignWrappedSet() method to ConstantRange. by Nick Lewycky · 14 years ago
  76. a51d89c zap dead code. by Chris Lattner · 14 years ago
  77. 7f9ef4b Clean up ConstantRange a bit: by Nick Lewycky · 14 years ago
  78. 9773e45 Add an inverse() method to ConstantRange. by Owen Anderson · 14 years ago
  79. f06eb37 add dyn_cast_or_null tests, exclude invalid dyn_cast test by Gabor Greif · 14 years ago
  80. 46a3501 tidy up by Gabor Greif · 14 years ago
  81. d159467 add dyn_cast tests and beef up others a bit by Gabor Greif · 14 years ago
  82. b3c90d9 tidy up by Gabor Greif · 14 years ago
  83. e895097 migrate essentially everything from under #ifdef DEBUG_CAST_OPERATORS into this file by Gabor Greif · 14 years ago
  84. 08993c0 extend to cast<> and cast_or_null<> tests by Gabor Greif · 14 years ago
  85. af8e2ef isa<> tests by Gabor Greif · 14 years ago
  86. ee57dae initial checkin for unittest to exercise Support/Casting.h by Gabor Greif · 14 years ago
  87. b5f59f5 Fix death tests in -Asserts builds. by Jeffrey Yasskin · 15 years ago
  88. 85f1968 Spelling fixes. by Dan Gohman · 15 years ago
  89. d2a5c0d Add Regex::sub, for doing regular expression substitution with backreferences. by Daniel Dunbar · 15 years ago
  90. 5e24737 Add support for TypeBuilder<const/volatile void*, false>. by Jeffrey Yasskin · 15 years ago
  91. b0a5bae Fix TimeValue::now() on Unix. by Torok Edwin · 15 years ago
  92. 1cefd7c Catch more cases of a pointer being marked garbage twice. This helps when by Rafael Espindola · 15 years ago
  93. f352359 Type.h doesn't need to #include LLVMContext.h by Chris Lattner · 15 years ago
  94. 522b113 Add raw_ostream::write_escaped, for writing escaped strings. by Daniel Dunbar · 15 years ago
  95. 6a9291a Fix http://llvm.org/PR5160, to let CallbackVHs modify other ValueHandles on the by Jeffrey Yasskin · 15 years ago
  96. ac53a0b Introduce and use convenience methods for getting pointer types by Duncan Sands · 15 years ago
  97. 81f46d9 remove support for "NoSub" from regex. It seems like a minor optimization by Chris Lattner · 15 years ago
  98. b7a8d40 Fix a compile failure introduced by r82675 on MinGW which doesn't have by Jeffrey Yasskin · 15 years ago
  99. 5287008 add and document regex support for FileCheck. You can now do stuff like: by Chris Lattner · 15 years ago
  100. 1d75d3a Roll back r82348, which introduced an infinite loop in ParseCStringVector() that by Jeffrey Yasskin · 15 years ago