1. 1f6efa3 Merge System into Support. by Michael J. Spencer · 14 years ago
  2. 5f456cd Disallow overlapping inserts, even when inserting the same value. by Jakob Stoklund Olesen · 14 years ago
  3. 9a08ca3 Add default constructors for iterators. by Jakob Stoklund Olesen · 14 years ago
  4. 180e124 Implement const_iterator::advanceTo(). by Jakob Stoklund Olesen · 14 years ago
  5. 0559425 Add more tests for erase(). Fix a few exposed bugs. by Jakob Stoklund Olesen · 14 years ago
  6. b0b7214 Add test case with randomly ordered insertions, massive coalescing. by Jakob Stoklund Olesen · 14 years ago
  7. b9dec1f unittests/JITTests: Don't use --export-dynamic but --export-all-symbols on cygming. by NAKAMURA Takumi · 14 years ago
  8. 53bb5c0 Add B+-tree test case that creates a height 3 tree with a smaller root node. by Jakob Stoklund Olesen · 14 years ago
  9. 0f020f7 google test depends on Support. by Michael J. Spencer · 14 years ago
  10. 861ef4b unittests: Add initial Path-V2 test. by Michael J. Spencer · 14 years ago
  11. f2ca4cb unittests: Add SystemTests. by Michael J. Spencer · 14 years ago
  12. 9c336fa Tweak ImmutableMap/ImmutableSet/ImmutableList APIs by Ted Kremenek · 14 years ago
  13. 3afc385 reimplement SwapByteOrder.h in terms of overloading instead of by Chris Lattner · 14 years ago
  14. 655fbb4 Implement IntervalMap::clear(). by Jakob Stoklund Olesen · 14 years ago
  15. db52566 Support backwards iteration starting from end(). by Jakob Stoklund Olesen · 14 years ago
  16. a197cba Add test for PR 8111. By Frits van Bommel. by Dale Johannesen · 14 years ago
  17. 8dc9267 Add ADT/IntervalMap. by Jakob Stoklund Olesen · 14 years ago
  18. 0f60ddc unittests/CMakeLists.txt: [PR8225] Tweak linking JITTests on MSVC to add JITTests.def. by NAKAMURA Takumi · 14 years ago
  19. 130a2dd unittests/CMakeLists.txt: Suppress building ValueMapTest on MSVC older than 10(VS2010). by NAKAMURA Takumi · 14 years ago
  20. 737d281 Revert "Add ADT/IntervalMap.", GCC doesn't like it. by Jakob Stoklund Olesen · 14 years ago
  21. 8408edf Add ADT/IntervalMap. by Jakob Stoklund Olesen · 14 years ago
  22. e541528 Revert 119600 to unbreak the build. Francois, please investigate. by Jim Grosbach · 14 years ago
  23. f4efa8e Appease MSVC 2008: you can't use keyword this inside EXPECT_EQ(). by Francois Pichet · 14 years ago
  24. b08ca27 unittests/CMakeLists.txt: Add missing VMCore/ValueMapTest.cpp to VMCoreTests. by NAKAMURA Takumi · 14 years ago
  25. 1a9eb2f unittests/CMakeLists.txt: Don't use RTTI, or linking failed. by NAKAMURA Takumi · 14 years ago
  26. da97563 Document LLVM_BUILD_TESTS, LLVM_INCLUDE_TESTS. New convenience target by Oscar Fuentes · 14 years ago
  27. 100c267 Switch attribute macros to use 'LLVM_' as a prefix. We retain the old names by Chandler Carruth · 14 years ago
  28. 5e0b2bf Support: Add Endian.h by Michael J. Spencer · 14 years ago
  29. 8a806ae unittests: Use the correct defines and global variables when building on CMake. by Michael J. Spencer · 14 years ago
  30. 081c34b Get rid of static constructors for pass registration. Instead, every pass exposes an initializeMyPassFunction(), which by Owen Anderson · 14 years ago
  31. e58d720 Unit Tests: Missed this error. MSVC and clang didn't complain. by Michael J. Spencer · 14 years ago
  32. 4c099b8 System: Add SwapByteOrder and update Support/MathExtras.h to use it. by Michael J. Spencer · 14 years ago
  33. af72684 Revert "System: Add SwapByteOrder and update Support/MathExtras.h to use it." by Michael J. Spencer · 14 years ago
  34. 12647eb Reduce dpendencies for SupportTests. by Michael J. Spencer · 14 years ago
  35. 5031e0d System: Add SwapByteOrder and update Support/MathExtras.h to use it. by Michael J. Spencer · 14 years ago
  36. 2e0affb static_cast to long, otherwise MSVC 2008 won't compile. by Francois Pichet · 14 years ago
  37. f2d7b7c Make ConstantRange::makeICmpRegion handle all the edge cases properly. This by Nick Lewycky · 14 years ago
  38. c576d3d Remove reference to nonexistent test in CMake makefile for unit tests by Douglas Gregor · 14 years ago
  39. 520163c Move ValueMapTest from ADT to VMCore so that ADT doesn't need to link in "core". by Dan Gohman · 14 years ago
  40. fab4c9e Add an all() method to BitVector, for testing whether all bits are set. by Dan Gohman · 14 years ago
  41. 066de85 Reverting "CMake: Don't include tools, unittets, or examples as by Oscar Fuentes · 14 years ago
  42. 4b794c9 CMake: Don't include tools, unittets, or examples as available targets by Michael J. Spencer · 14 years ago
  43. ddfce8f unittests: Support Windows. by Michael J. Spencer · 14 years ago
  44. ee6944f CMake: Build unittests. by Michael J. Spencer · 14 years ago
  45. 5754a45 Add better support for environment portion of triple. Original patch by by Duncan Sands · 14 years ago
  46. bc9c36b Attempt to unbreak the FreeBSD buildbot by XFAILing a unit test that seems to be by Jakob Stoklund Olesen · 14 years ago
  47. 32cda11 Add a new isSignWrappedSet() method to ConstantRange. by Nick Lewycky · 14 years ago
  48. a51d89c zap dead code. by Chris Lattner · 14 years ago
  49. 837bccd StringRef::compare_numeric also differed from StringRef::compare for characters > 127. by Benjamin Kramer · 14 years ago
  50. 0043e35 Do unsigned char comparisons in StringRef::compare_lower to be more consistent with compare in corner cases. by Benjamin Kramer · 14 years ago
  51. d400850 Silence 'unused' warning. by Bill Wendling · 14 years ago
  52. 462aaeb This patch enables "make unittests" on enable-shared/mingw. by Anton Korobeynikov · 14 years ago
  53. 335db22 Add a 'normalize' method to the Triple class, which takes a mucked up by Duncan Sands · 14 years ago
  54. 7f9ef4b Clean up ConstantRange a bit: by Nick Lewycky · 14 years ago
  55. 3850f5c Remove the ValueMap copy constructor. It's not used anywhere, by Duncan Sands · 14 years ago
  56. 9773e45 Add an inverse() method to ConstantRange. by Owen Anderson · 14 years ago
  57. 90c579d Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 14 years ago
  58. 1f74590 Revert r110396 to fix buildbots. by Owen Anderson · 14 years ago
  59. 9ccaf53 Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 14 years ago
  60. ab37f50 Make SCEVUnknown a CallbackVH, so that it can be notified directly by Dan Gohman · 14 years ago
  61. ee56c42 Prefix `next' iterator operation with `llvm::'. by Oscar Fuentes · 14 years ago
  62. bcc2393 Fix the ValueMap copy constructor. The issue is that the map keys are value by Duncan Sands · 14 years ago
  63. a8ebd2e Remove the temporary hack, now that the llvm-i686-linux buildbot has by Bob Wilson · 14 years ago
  64. 575be08 Fix the temporary hack. by Bob Wilson · 14 years ago
  65. 0e2b7de Temporary hack to ensure stale Analysis dir is cleaned up on llvm-i686-linux. by Daniel Dunbar · 14 years ago
  66. e6cbfa6 Speculatively revert r109705 since it seems to be causing some build bot angst. by Eric Christopher · 14 years ago
  67. c674320 Factor out some of the code for updating old SCEVUnknown values, and by Dan Gohman · 14 years ago
  68. ae7b8b2 missed a use of SizeRequired. by Chris Lattner · 14 years ago
  69. 456fdaf instead of migrating it to the MC instruction encoder, just by Chris Lattner · 14 years ago
  70. f06eb37 add dyn_cast_or_null tests, exclude invalid dyn_cast test by Gabor Greif · 14 years ago
  71. 46a3501 tidy up by Gabor Greif · 14 years ago
  72. d159467 add dyn_cast tests and beef up others a bit by Gabor Greif · 14 years ago
  73. 17aa92c Make NamedMDNode not be a subclass of Value, and simplify the interface by Dan Gohman · 14 years ago
  74. b3c90d9 tidy up by Gabor Greif · 14 years ago
  75. e895097 migrate essentially everything from under #ifdef DEBUG_CAST_OPERATORS into this file by Gabor Greif · 14 years ago
  76. 08993c0 extend to cast<> and cast_or_null<> tests by Gabor Greif · 14 years ago
  77. af8e2ef isa<> tests by Gabor Greif · 14 years ago
  78. ee57dae initial checkin for unittest to exercise Support/Casting.h by Gabor Greif · 14 years ago
  79. e332553 unit test to go along with r108610 by Chris Lattner · 14 years ago
  80. 48b17fa Switch from EXPECT_EQ({true,false, ...) to the more canonical by Chandler Carruth · 14 years ago
  81. 3732396 Use non-bool values for .count. by Bill Wendling · 14 years ago
  82. 73c6031 ADT: Add DAGDeltaAlgorithm, which is a DAG minimization algorithm built on top of the standard 'delta debugging' algorithm. by Daniel Dunbar · 14 years ago
  83. 2e3f44e Disable pthread support in googletest if llvm was configured without threads. by Benjamin Kramer · 14 years ago
  84. 8ef297e Turns out gtest still prefers the system <tr1/tuple> over it's own by Benjamin Kramer · 14 years ago
  85. 4839d87 Update Readme and Makefiles for the new gtest. by Benjamin Kramer · 14 years ago
  86. 160a3bf Add StringRef::compare_numeric and use it to sort TableGen register records. by Jakob Stoklund Olesen · 14 years ago
  87. f1fd228 Fix const ilist_node::get{Prev,Next}Node() to actually compile. Picky, picky. by Daniel Dunbar · 14 years ago
  88. aa81380 ADT: Add ilist_node::get{Prev,Next}Node, which return the adjacent node or null. by Daniel Dunbar · 14 years ago
  89. 3f5e915 Update BitVectorTest.cpp to stay in sync with SmallBitVectorTest.cpp, by Dan Gohman · 14 years ago
  90. 6340722 SmallBitVector: Rework find_first/find_next and tweak test to test them (at least on 64 bit platforms). by Benjamin Kramer · 14 years ago
  91. b252fbd Implement a read/write operator[] for SmallBitVector with a proxy class. by Benjamin Kramer · 14 years ago
  92. a07cd90 silence some unused-value warnings. by Chris Lattner · 14 years ago
  93. 2decb22 introduce a new CallGraphSCC class, and pass it around by Chris Lattner · 14 years ago
  94. f3a3b0f Update unittest for allocator laziness. by Benjamin Kramer · 14 years ago
  95. 796e64b update unit test for api change. by Chris Lattner · 14 years ago
  96. a7a33fd Fix SmallVector's insert to handle non-random-access iterators. by Dan Gohman · 14 years ago
  97. fe7bb05 another one by Gabor Greif · 15 years ago
  98. 5ffc72e Make this test more lenient; with SmallVector now using actually by Dan Gohman · 15 years ago
  99. f5bf7c5 feedback from Nick by Gabor Greif · 15 years ago
  100. b5f59f5 Fix death tests in -Asserts builds. by Jeffrey Yasskin · 15 years ago