1. d72479c Reject uses of unnamed_addr in declarations. by Rafael Espindola · 14 years ago
  2. bea4626 First step in fixing PR8927: by Rafael Espindola · 14 years ago
  3. 43eaade Remove the "ugly" method BranchInst::setUnconditionalDest(). by Jay Foad · 14 years ago
  4. 238589e UnitTests/Path: Add magical tests. This will also test identify_magic. by Michael J. Spencer · 14 years ago
  5. f9fd078 UnitTests/Path: More ASSERT_NO_ERROR cleanup. by Michael J. Spencer · 14 years ago
  6. f94f732 UnitTests/Path: Fix typo, add error number, and enable the directory cleanup code. by Michael J. Spencer · 14 years ago
  7. 2558516 UnitTests/PathV2: Setup a test fixture to make tracking created file system by Michael J. Spencer · 14 years ago
  8. da7c1ca Support/PathV2: Implement directory iteration on POSIX. by Michael J. Spencer · 14 years ago
  9. ba64b97 UnitTests/Path: Produce useful diagnostics on error. by Michael J. Spencer · 14 years ago
  10. e562dba fix PR8867: a crash handling fp128. Thanks to Nick for the testcase. by Chris Lattner · 14 years ago
  11. 8e68c38 Change all self assignments X=X to (void)X, so that we can turn on a by Jeffrey Yasskin · 14 years ago
  12. 2a6899c Add ADT/IntEqClasses.h as a light-weight implementation of EquivalenceClasses.h. by Jakob Stoklund Olesen · 14 years ago
  13. d715e07 Add more checks to IntervalMapOverlaps::advance() to ensure that advanceTo sees by Jakob Stoklund Olesen · 14 years ago
  14. 5049ee5 It is allowed to call IntervalMap::const_iterator::advanceTo() with a key that by Jakob Stoklund Olesen · 14 years ago
  15. 4aec85a Fix crash when IntervalMapOverlaps::advanceTo moves past the last overlap. by Jakob Stoklund Olesen · 14 years ago
  16. 90675c8 Complete tests for IntervalMapOverlaps. by Jakob Stoklund Olesen · 14 years ago
  17. 460ee0f Add basic test exposing many bugs. by Jakob Stoklund Olesen · 14 years ago
  18. 5029159 Support/PathV2: Change most functions in the path namespace to return their work by Michael J. Spencer · 14 years ago
  19. 729b294 CMake: Fix warning in gtest header used by unit tests. by Frits van Bommel · 14 years ago
  20. 40f8f62 PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and by Jay Foad · 14 years ago
  21. b3d37e3 unittests/CMakeLists.txt: Tweak unittests' layout to be identical to GNU build. by NAKAMURA Takumi · 14 years ago
  22. 936671b Support/PathV2: Remove the error_code return type from all functions in the path by Michael J. Spencer · 14 years ago
  23. ee271d8 Support/PathV2: Move make_absolute from path to fs. by Michael J. Spencer · 14 years ago
  24. 753cbbb Support/FileSystem: Add directory_iterator implementation. by Michael J. Spencer · 14 years ago
  25. 9ad8221 Unittests/Support/PathV2: Add FileSystem tests. by Michael J. Spencer · 14 years ago
  26. 7a26aca Add IntervalMap::iterator::set{Start,Stop,Value} methods that allow limited by Jakob Stoklund Olesen · 14 years ago
  27. 106aa73 Support/FileSystem: Add remove implementation. by Michael J. Spencer · 14 years ago
  28. 6d6d16a unittests/Support/PathV2: remove(3) requires a terminated string. by Benjamin Kramer · 14 years ago
  29. 371716c Unittests/Support/PathV2: Cleanup and remove output. by Michael J. Spencer · 14 years ago
  30. 12a4cf2 unittests/Support/PathV2: Comment out test because some systems are saying that by Michael J. Spencer · 14 years ago
  31. 3cb84ef Support/FileSystem: Add unique_file and exists implementations. by Michael J. Spencer · 14 years ago
  32. 506e579 Make valgrind happy. by Michael J. Spencer · 14 years ago
  33. 7dc7ac3 Support/ADT/Twine: Add toNullTerminatedStringRef. by Michael J. Spencer · 14 years ago
  34. eb21e3c unittests/Support/PathV2: Fix -pedantic warning. by Michael J. Spencer · 14 years ago
  35. 7a874dd PR5207: Rename overloaded APInt methods set(), clear(), flip() to by Jay Foad · 14 years ago
  36. ce2b68f Support/PathV2: Add is_{absolute,relative} implementation. by Michael J. Spencer · 14 years ago
  37. ae18008 Support/PathV2: Add has_{root_path,root_name,root_directory,parent_path,filename,stem,extension} implementation. by Michael J. Spencer · 14 years ago
  38. 1d38962 unittests/Support/PathV2: Make tests much shorter; although harder to understand. by Michael J. Spencer · 14 years ago
  39. 5265f22 Support/PathV2: Add extension implementation. by Michael J. Spencer · 14 years ago
  40. 34ab1f6 Support/PathV2: Add stem implementation. by Michael J. Spencer · 14 years ago
  41. a979355 Support/PathV2: Add filename implementation. by Michael J. Spencer · 14 years ago
  42. 722d5ad Support/PathV2: Add native implementation. by Michael J. Spencer · 14 years ago
  43. 52ed867 Support/PathV2: Add replace_extension implementation. by Michael J. Spencer · 14 years ago
  44. dbfb56b Support/PathV2: Add remove_filename implementation. by Michael J. Spencer · 14 years ago
  45. a42cf73 Support/PathV2: Implement reverse iteration and parent_path. by Michael J. Spencer · 14 years ago
  46. 1f98640 Support/PathV2: Fix 80 col. by Michael J. Spencer · 14 years ago
  47. 013d15a unittests: Merge SystemTests back into SupportTests. by Michael J. Spencer · 14 years ago
  48. dffde99 Support: Add PathV2 implementation. by Michael J. Spencer · 14 years ago
  49. 1f6efa3 Merge System into Support. by Michael J. Spencer · 14 years ago
  50. 5f456cd Disallow overlapping inserts, even when inserting the same value. by Jakob Stoklund Olesen · 14 years ago
  51. 9a08ca3 Add default constructors for iterators. by Jakob Stoklund Olesen · 14 years ago
  52. 180e124 Implement const_iterator::advanceTo(). by Jakob Stoklund Olesen · 14 years ago
  53. 0559425 Add more tests for erase(). Fix a few exposed bugs. by Jakob Stoklund Olesen · 14 years ago
  54. b0b7214 Add test case with randomly ordered insertions, massive coalescing. by Jakob Stoklund Olesen · 14 years ago
  55. b9dec1f unittests/JITTests: Don't use --export-dynamic but --export-all-symbols on cygming. by NAKAMURA Takumi · 14 years ago
  56. 53bb5c0 Add B+-tree test case that creates a height 3 tree with a smaller root node. by Jakob Stoklund Olesen · 14 years ago
  57. 0f020f7 google test depends on Support. by Michael J. Spencer · 14 years ago
  58. 861ef4b unittests: Add initial Path-V2 test. by Michael J. Spencer · 14 years ago
  59. f2ca4cb unittests: Add SystemTests. by Michael J. Spencer · 14 years ago
  60. 9c336fa Tweak ImmutableMap/ImmutableSet/ImmutableList APIs by Ted Kremenek · 14 years ago
  61. 3afc385 reimplement SwapByteOrder.h in terms of overloading instead of by Chris Lattner · 14 years ago
  62. 655fbb4 Implement IntervalMap::clear(). by Jakob Stoklund Olesen · 14 years ago
  63. db52566 Support backwards iteration starting from end(). by Jakob Stoklund Olesen · 14 years ago
  64. a197cba Add test for PR 8111. By Frits van Bommel. by Dale Johannesen · 14 years ago
  65. 8dc9267 Add ADT/IntervalMap. by Jakob Stoklund Olesen · 14 years ago
  66. 0f60ddc unittests/CMakeLists.txt: [PR8225] Tweak linking JITTests on MSVC to add JITTests.def. by NAKAMURA Takumi · 14 years ago
  67. 130a2dd unittests/CMakeLists.txt: Suppress building ValueMapTest on MSVC older than 10(VS2010). by NAKAMURA Takumi · 14 years ago
  68. 737d281 Revert "Add ADT/IntervalMap.", GCC doesn't like it. by Jakob Stoklund Olesen · 14 years ago
  69. 8408edf Add ADT/IntervalMap. by Jakob Stoklund Olesen · 14 years ago
  70. e541528 Revert 119600 to unbreak the build. Francois, please investigate. by Jim Grosbach · 14 years ago
  71. f4efa8e Appease MSVC 2008: you can't use keyword this inside EXPECT_EQ(). by Francois Pichet · 14 years ago
  72. b08ca27 unittests/CMakeLists.txt: Add missing VMCore/ValueMapTest.cpp to VMCoreTests. by NAKAMURA Takumi · 14 years ago
  73. 1a9eb2f unittests/CMakeLists.txt: Don't use RTTI, or linking failed. by NAKAMURA Takumi · 14 years ago
  74. da97563 Document LLVM_BUILD_TESTS, LLVM_INCLUDE_TESTS. New convenience target by Oscar Fuentes · 14 years ago
  75. 100c267 Switch attribute macros to use 'LLVM_' as a prefix. We retain the old names by Chandler Carruth · 14 years ago
  76. 5e0b2bf Support: Add Endian.h by Michael J. Spencer · 14 years ago
  77. 8a806ae unittests: Use the correct defines and global variables when building on CMake. by Michael J. Spencer · 14 years ago
  78. 081c34b Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which by Owen Anderson · 14 years ago
  79. e58d720 Unit Tests: Missed this error. MSVC and clang didn't complain. by Michael J. Spencer · 14 years ago
  80. 4c099b8 System: Add SwapByteOrder and update Support/MathExtras.h to use it. by Michael J. Spencer · 14 years ago
  81. af72684 Revert "System: Add SwapByteOrder and update Support/MathExtras.h to use it." by Michael J. Spencer · 14 years ago
  82. 12647eb Reduce dpendencies for SupportTests. by Michael J. Spencer · 14 years ago
  83. 5031e0d System: Add SwapByteOrder and update Support/MathExtras.h to use it. by Michael J. Spencer · 14 years ago
  84. 2e0affb static_cast to long, otherwise MSVC 2008 won't compile. by Francois Pichet · 14 years ago
  85. f2d7b7c Make ConstantRange::makeICmpRegion handle all the edge cases properly. This by Nick Lewycky · 14 years ago
  86. c576d3d Remove reference to nonexistent test in CMake makefile for unit tests by Douglas Gregor · 14 years ago
  87. 520163c Move ValueMapTest from ADT to VMCore so that ADT doesn't need to link in "core". by Dan Gohman · 14 years ago
  88. fab4c9e Add an all() method to BitVector, for testing whether all bits are set. by Dan Gohman · 14 years ago
  89. 066de85 Reverting "CMake: Don't include tools, unittets, or examples as by Oscar Fuentes · 14 years ago
  90. 4b794c9 CMake: Don't include tools, unittets, or examples as available targets by Michael J. Spencer · 14 years ago
  91. ddfce8f unittests: Support Windows. by Michael J. Spencer · 14 years ago
  92. ee6944f CMake: Build unittests. by Michael J. Spencer · 14 years ago
  93. 5754a45 Add better support for environment portion of triple. Original patch by by Duncan Sands · 14 years ago
  94. bc9c36b Attempt to unbreak the FreeBSD buildbot by XFAILing a unit test that seems to be by Jakob Stoklund Olesen · 14 years ago
  95. 32cda11 Add a new isSignWrappedSet() method to ConstantRange. by Nick Lewycky · 14 years ago
  96. a51d89c zap dead code. by Chris Lattner · 14 years ago
  97. 837bccd StringRef::compare_numeric also differed from StringRef::compare for characters > 127. by Benjamin Kramer · 14 years ago
  98. 0043e35 Do unsigned char comparisons in StringRef::compare_lower to be more consistent with compare in corner cases. by Benjamin Kramer · 14 years ago
  99. d400850 Silence 'unused' warning. by Bill Wendling · 14 years ago
  100. 462aaeb This patch enables "make unittests" on enable-shared/mingw. by Anton Korobeynikov · 14 years ago