1. 48b17fa Switch from EXPECT_EQ({true,false, ...) to the more canonical by Chandler Carruth · 14 years ago
  2. 3732396 Use non-bool values for .count. by Bill Wendling · 14 years ago
  3. 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
  4. 2e3f44e Disable pthread support in googletest if llvm was configured without threads. by Benjamin Kramer · 14 years ago
  5. 8ef297e Turns out gtest still prefers the system <tr1/tuple> over it's own by Benjamin Kramer · 14 years ago
  6. 4839d87 Update Readme and Makefiles for the new gtest. by Benjamin Kramer · 14 years ago
  7. 160a3bf Add StringRef::compare_numeric and use it to sort TableGen register records. by Jakob Stoklund Olesen · 14 years ago
  8. f1fd228 Fix const ilist_node::get{Prev,Next}Node() to actually compile. Picky, picky. by Daniel Dunbar · 14 years ago
  9. aa81380 ADT: Add ilist_node::get{Prev,Next}Node, which return the adjacent node or null. by Daniel Dunbar · 14 years ago
  10. 3f5e915 Update BitVectorTest.cpp to stay in sync with SmallBitVectorTest.cpp, by Dan Gohman · 15 years ago
  11. 6340722 SmallBitVector: Rework find_first/find_next and tweak test to test them (at least on 64 bit platforms). by Benjamin Kramer · 15 years ago
  12. b252fbd Implement a read/write operator[] for SmallBitVector with a proxy class. by Benjamin Kramer · 15 years ago
  13. a07cd90 silence some unused-value warnings. by Chris Lattner · 15 years ago
  14. 2decb22 introduce a new CallGraphSCC class, and pass it around by Chris Lattner · 15 years ago
  15. f3a3b0f Update unittest for allocator laziness. by Benjamin Kramer · 15 years ago
  16. 796e64b update unit test for api change. by Chris Lattner · 15 years ago
  17. a7a33fd Fix SmallVector's insert to handle non-random-access iterators. by Dan Gohman · 15 years ago
  18. fe7bb05 another one by Gabor Greif · 15 years ago
  19. 5ffc72e Make this test more lenient; with SmallVector now using actually by Dan Gohman · 15 years ago
  20. f5bf7c5 feedback from Nick by Gabor Greif · 15 years ago
  21. b5f59f5 Fix death tests in -Asserts builds. by Jeffrey Yasskin · 15 years ago
  22. abf657f more BranchInst tests by Gabor Greif · 15 years ago
  23. d165e1a add BranchInst tests by Gabor Greif · 15 years ago
  24. 642c066 appease valgrind testers by Gabor Greif · 15 years ago
  25. 22385eb add single return tests by Gabor Greif · 15 years ago
  26. 138acfe fix PR6589 adjusted unittest by Gabor Greif · 15 years ago
  27. 5a7069a begin humbly with a repro of PR6589 by Gabor Greif · 15 years ago
  28. 06e59e7 Teach this test not to leak. Also, clean up all the cast<BinaryOperator> cruft. by Nick Lewycky · 15 years ago
  29. 2416115 Remove the last memory leak from the VMCore unit tests. by Jeffrey Yasskin · 15 years ago
  30. 9d0b3dd Remove a memory leak from MetadataTest. by Jeffrey Yasskin · 15 years ago
  31. 645a86f Remove a memory leak from VerifierTest. by Jeffrey Yasskin · 15 years ago
  32. f10e43e Consolidate GoogleTest make options and duplicate them to its own makefile. by Chandler Carruth · 15 years ago
  33. e5790a4 Stop leaking MDStrings. by Jeffrey Yasskin · 15 years ago
  34. 39c75f2 Fix PR6360. It's easy for a stub's address to escape to user code, so we can't by Jeffrey Yasskin · 15 years ago
  35. e57898c Fix PR5291, in which a SmallPtrSet iterator was held across an insertion into by Jeffrey Yasskin · 15 years ago
  36. 85f1968 Spelling fixes. by Dan Gohman · 15 years ago
  37. e12b738 Teach APFloat how to create both QNaNs and SNaNs and with arbitrary-width by John McCall · 15 years ago
  38. 8b3f330 Make APFloat's string-parsing routines a bit safer against very large exponents. by John McCall · 15 years ago
  39. c901719 Try r96559 for the third time. This time the shared library is only built if by Jeffrey Yasskin · 15 years ago
  40. 407fbdd Roll back r96959 again. by Jeffrey Yasskin · 15 years ago
  41. ea6c39d Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of by Jeffrey Yasskin · 15 years ago
  42. 2155d45 Roll back the shared library, r96559. It broke two darwins and arm, mysteriously. by Jeffrey Yasskin · 15 years ago
  43. f6afae2 Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add an by Jeffrey Yasskin · 15 years ago
  44. d2a5c0d Add Regex::sub, for doing regular expression substitution with backreferences. by Daniel Dunbar · 15 years ago
  45. 6a7cb63 Teach the verifier to check the condition on a branch and ensure that it has by Nick Lewycky · 15 years ago
  46. d873535 Fix (harmless) memory leak found by memcheck. by Jeffrey Yasskin · 15 years ago
  47. 9233b15 Fix some of the memcheck errors found in the JIT unittests. by Jeffrey Yasskin · 15 years ago
  48. 40966a7 Make it possible to create multiple JIT instances at the same time, by removing by Jeffrey Yasskin · 15 years ago
  49. c9e31cc Silence GCC warnings. by Benjamin Kramer · 15 years ago
  50. e7962c9 Implement operators |=, &=, and ^= for SmallBitVector, and remove the by Dan Gohman · 15 years ago
  51. ce97b75 Disable unittests/ADT/BitVectorTest on PPC Darwin. by Dale Johannesen · 15 years ago
  52. 5e24737 Add support for TypeBuilder<const/volatile void*, false>. by Jeffrey Yasskin · 15 years ago
  53. 281d051 Make APInt::countLeadingZerosSlowCase() treat the contents of padding bits by John McCall · 15 years ago
  54. f0356fe Kill ModuleProvider and ghost linkage by inverting the relationship between by Jeffrey Yasskin · 15 years ago
  55. 9815582 Roll r94484 (avoiding RTTI problems in tests) forward again in a way that isn't by Jeffrey Yasskin · 15 years ago
  56. 8dd0ab0 Revert 94484. Re-disable unittests that need RTTI. by Bob Wilson · 15 years ago
  57. f5fe3be Re-enable unit tests disabled in r94164 by telling GTest about the lack of RTTI. by Jeffrey Yasskin · 15 years ago
  58. 43b5f93 make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. by Chris Lattner · 15 years ago
  59. b0a5bae Fix TimeValue::now() on Unix. by Torok Edwin · 15 years ago
  60. e73a31f Stop building RTTI information for *most* llvm libraries. Notable by Chris Lattner · 15 years ago
  61. 3e30c2a NamedMDNode is a collection MDNodes. by Devang Patel · 15 years ago
  62. cb89afc Add a SmallBitVector class, which mimics BitVector but uses only by Dan Gohman · 15 years ago
  63. 4760467 Silence compiler warning. by Benjamin Kramer · 15 years ago
  64. 7e54d5b Document the edit-distance algorithm used in StringRef, switch it over by Douglas Gregor · 15 years ago
  65. ab2f2f1 don't unittest mdnode printing, we have disassembler tests for this. by Chris Lattner · 15 years ago
  66. 5d0cacd rename "elements" of metadata to "operands". "Elements" are by Chris Lattner · 15 years ago
  67. 6a09aff Implement support for converting to string at "natural precision", and fix some by John McCall · 15 years ago
  68. c883ad2 Move the two definitions of operator<< into namespace llvm, so they by Douglas Gregor · 15 years ago
  69. e4d4c43 Define the new operator<< for sets into namespace std, so that by Douglas Gregor · 15 years ago
  70. 00e65de Add accessors for the largest-magnitude, smallest-magnitude, and by John McCall · 15 years ago
  71. b9b88ea Disable JITTest.FunctionIsRecompiledAndRelinked on ARM where it's not by Jeffrey Yasskin · 15 years ago
  72. c5818fb Partially revert r91626. Materializing extra functions to determine whether by Jeffrey Yasskin · 15 years ago
  73. 92fdf45 Fix a crash in JIT::recompileAndRelinkFunction(). It doesn't pass the MCI by Jeffrey Yasskin · 15 years ago
  74. d5b1f8a Change StringRef::startswith and StringRef::endswith to versions which are a by Eli Friedman · 15 years ago
  75. 1cefd7c Catch more cases of a pointer being marked garbage twice. This helps when by Rafael Espindola · 15 years ago
  76. aad0d52 Don't codegen available_externally functions. Fixes http://llvm.org/PR5735. by Jeffrey Yasskin · 15 years ago
  77. ad715f8 This fixes a memory leak in OpaqueType found by Google's internal heapchecker. by Jeffrey Yasskin · 15 years ago
  78. 898e9df Reinstate r91208 to fix available_externally linkage for globals, with by Jeffrey Yasskin · 15 years ago
  79. 9b8ff28 Revert r91208. Something on Linux prevents the JIT from looking up a symbol by Jeffrey Yasskin · 15 years ago
  80. 5cc966a Fix available_externally linkage for globals. It's probably still not by Jeffrey Yasskin · 15 years ago
  81. a6d5e40 Add an implementation of the delta debugging algorithm. by Daniel Dunbar · 15 years ago
  82. 630382a Oops. Re-disable JITTest.NoStubs on ARM and PPC since they still use stubs to by Jeffrey Yasskin · 15 years ago
  83. 108c838 * Move stub allocation inside the JITEmitter, instead of exposing a by Jeffrey Yasskin · 15 years ago
  84. b83012a Only run this mutex test if threading is enabled. This fixes PR5395. by Duncan Sands · 15 years ago
  85. 4912325 Reenable Split2 StringRef test with Apple gcc. by Benjamin Kramer · 15 years ago
  86. 0d753ec "XFAIL" the Split2 StringReft test with Apple gcc, which miscompiles it. by Daniel Dunbar · 15 years ago
  87. feada94 Revert the test from r88984. It relies on being able to mmap 16GB of by Jeffrey Yasskin · 15 years ago
  88. d1ba06b Make X86-64 in the Large model always emit 64-bit calls. by Jeffrey Yasskin · 15 years ago
  89. 74c10e7 This test doesn't work on arm either. by Benjamin Kramer · 15 years ago
  90. 0c2749f Disable the JITTest.NoStubs test for Darwin PPC. It apparently doesn't implement by Bill Wendling · 15 years ago
  91. 20fd4ec Distinguish "a," from "a". The first one splits into "a" + "" and the second one into by Rafael Espindola · 15 years ago
  92. c78c0c9 by Rafael Espindola · 15 years ago
  93. 5ccac24 Add a new split method to StringRef that puts the substrings in a vector. by Rafael Espindola · 15 years ago
  94. 116664a Use stubs when we have them, otherwise use code we already have, by Eric Christopher · 15 years ago
  95. b069c91 Fix JITTest.ModuleDeletion in -Asserts mode (which turns off JITEmitDebugInfo by Jeffrey Yasskin · 15 years ago
  96. 64066bd Add From arguments to StringRef search functions, and tweak doxyments. by Daniel Dunbar · 15 years ago
  97. 81cf432 Fix DenseMap iterator constness. by Jeffrey Yasskin · 15 years ago
  98. 6f348e4 Remove dlsym stubs, with Nate Begeman's permission. by Jeffrey Yasskin · 15 years ago
  99. b235224 Fix the ModuleDeletion test on PPC and ARM. by Jeffrey Yasskin · 15 years ago
  100. 18fec73 Revert the API changes from r85295 to make it easier for people to build by Jeffrey Yasskin · 15 years ago