1. 630382a Oops. Re-disable JITTest.NoStubs on ARM and PPC since they still use stubs to by Jeffrey Yasskin · 15 years ago
  2. 108c838 * Move stub allocation inside the JITEmitter, instead of exposing a by Jeffrey Yasskin · 15 years ago
  3. b83012a Only run this mutex test if threading is enabled. This fixes PR5395. by Duncan Sands · 15 years ago
  4. 4912325 Reenable Split2 StringRef test with Apple gcc. by Benjamin Kramer · 15 years ago
  5. 0d753ec "XFAIL" the Split2 StringReft test with Apple gcc, which miscompiles it. by Daniel Dunbar · 15 years ago
  6. feada94 Revert the test from r88984. It relies on being able to mmap 16GB of by Jeffrey Yasskin · 15 years ago
  7. d1ba06b Make X86-64 in the Large model always emit 64-bit calls. by Jeffrey Yasskin · 15 years ago
  8. 74c10e7 This test doesn't work on arm either. by Benjamin Kramer · 15 years ago
  9. 0c2749f Disable the JITTest.NoStubs test for Darwin PPC. It apparently doesn't implement by Bill Wendling · 15 years ago
  10. 20fd4ec Distinguish "a," from "a". The first one splits into "a" + "" and the second one into by Rafael Espindola · 15 years ago
  11. c78c0c9 by Rafael Espindola · 15 years ago
  12. 5ccac24 Add a new split method to StringRef that puts the substrings in a vector. by Rafael Espindola · 15 years ago
  13. 116664a Use stubs when we have them, otherwise use code we already have, by Eric Christopher · 15 years ago
  14. b069c91 Fix JITTest.ModuleDeletion in -Asserts mode (which turns off JITEmitDebugInfo by Jeffrey Yasskin · 15 years ago
  15. 64066bd Add From arguments to StringRef search functions, and tweak doxyments. by Daniel Dunbar · 15 years ago
  16. 81cf432 Fix DenseMap iterator constness. by Jeffrey Yasskin · 15 years ago
  17. 6f348e4 Remove dlsym stubs, with Nate Begeman's permission. by Jeffrey Yasskin · 15 years ago
  18. b235224 Fix the ModuleDeletion test on PPC and ARM. by Jeffrey Yasskin · 15 years ago
  19. 18fec73 Revert the API changes from r85295 to make it easier for people to build by Jeffrey Yasskin · 15 years ago
  20. 50b6e33 Factor out redundancy from clone() implementations. by Devang Patel · 15 years ago
  21. dc85724 Change the JIT to compile eagerly by default as agreed in by Jeffrey Yasskin · 15 years ago
  22. f352359 Type.h doesn't need to #include LLVMContext.h by Chris Lattner · 15 years ago
  23. 7a9034c Automatically do the equivalent of freeMachineCodeForFunction(F) when F is by Jeffrey Yasskin · 15 years ago
  24. cadd4b9 Remove / use flags that are now set in the Makefile.config. by Julien Lerouge · 15 years ago
  25. 8b67f77 Move DataTypes.h to include/llvm/System, update all users. This breaks the last by Chandler Carruth · 15 years ago
  26. 23e5fcf Fix http://llvm.org/PR4822: allow module deletion after a function has been by Jeffrey Yasskin · 15 years ago
  27. 4ab74cd Fix stylistic and documentation problems in ValueMap found by Nick Lewycky and by Jeffrey Yasskin · 15 years ago
  28. 71a5c22 Try r84890 again (adding ValueMap<>), now that I've tested the compile on by Jeffrey Yasskin · 15 years ago
  29. a84c9db Revert r84890, which broke the linux build. by Jeffrey Yasskin · 15 years ago
  30. e0a2340 Add a ValueMap<ValueOrSubclass*, T> type. ValueMap<Value*, T> is safe to use by Jeffrey Yasskin · 15 years ago
  31. 1e86132 Move the Function*->allocated blocks map from the JITMemoryManager to the by Jeffrey Yasskin · 15 years ago
  32. b576bea PowerPC ifdef'ing considered more complicated than one might like. by Daniel Dunbar · 15 years ago
  33. 13555ea Correct test for PowerPC. by Nick Lewycky · 15 years ago
  34. e9869d8 Also check for __POWERPC__ when skipping these tests. by Daniel Dunbar · 15 years ago
  35. 522b113 Add raw_ostream::write_escaped, for writing escaped strings. by Daniel Dunbar · 15 years ago
  36. 06b386a Disable another unittest that doesn't work on arm and ppc. by Benjamin Kramer · 15 years ago
  37. 6c79e2c The ARM and PowerPC jits are broken in this regard. by Nick Lewycky · 15 years ago
  38. e5f8798 Keep track of stubs that are created. This fixes PR5162 and probably PR4822 and by Jeffrey Yasskin · 15 years ago
  39. 4c5b23b Make the ExecutionEngine automatically remove global mappings on when their by Jeffrey Yasskin · 15 years ago
  40. 937708c Pacify the compiler (signed with unsigned comparison) by making by Duncan Sands · 15 years ago
  41. cbc7cc6 Add a ceilLogBase2 function to APInt. by Dan Gohman · 15 years ago
  42. 6a9291a Fix http://llvm.org/PR5160, to let CallbackVHs modify other ValueHandles on the by Jeffrey Yasskin · 15 years ago
  43. c89d27a ExecutionEngine::clearGlobalMappingsFromModule failed to remove reverse by Jeffrey Yasskin · 15 years ago
  44. 0f2ba78 Fix illegal cross-type aliasing. Found by baldrick on a newer gcc. by Jeffrey Yasskin · 15 years ago
  45. ac53a0b Introduce and use convenience methods for getting pointer types by Duncan Sands · 15 years ago
  46. ea5ed00 Fix http://llvm.org/PR5116 by rolling back r60822. This passes `make unittests by Jeffrey Yasskin · 15 years ago
  47. e2b208a Try to fix unit test linking on linux ... by Benjamin Kramer · 15 years ago
  48. 7d26948 MingW build fixes by Benjamin Kramer · 15 years ago
  49. 4dd6824 New unit test for the cloning module, which so far only covers cloning of by Nick Lewycky · 15 years ago
  50. e4172f4 Link order: it matters. by Nick Lewycky · 15 years ago
  51. 81f46d9 remove support for "NoSub" from regex. It seems like a minor optimization by Chris Lattner · 15 years ago
  52. b7a8d40 Fix a compile failure introduced by r82675 on MinGW which doesn't have by Jeffrey Yasskin · 15 years ago
  53. 5287008 add and document regex support for FileCheck. You can now do stuff like: by Chris Lattner · 15 years ago
  54. 1d75d3a Roll back r82348, which introduced an infinite loop in ParseCStringVector() that by Jeffrey Yasskin · 15 years ago
  55. 3933179 Fix a few more conversion warnings on 4.0 by Daniel Dunbar · 15 years ago
  56. f74610b Another try at fixing compile warnings on 4.0 by Daniel Dunbar · 15 years ago
  57. e655128 Add StringRef::{rfind, rsplit} by Daniel Dunbar · 15 years ago
  58. c8213b7 Drop the raw_ostream required buffer size to 1. by Daniel Dunbar · 15 years ago
  59. 9c29730 Attempt to fix some 4.0.0 build warnings. by Daniel Dunbar · 15 years ago
  60. 7f068f4 Build (not test) the unittests as part of a normal build. by Daniel Dunbar · 15 years ago
  61. f845c74 Move unittest driver to utils/unittest/UnitTestMain. by Daniel Dunbar · 15 years ago
  62. 1026c16 Revert unittests build changes temporarily, the unit test build isn't -j safe. by Daniel Dunbar · 15 years ago
  63. db0ce7d Build (not test) the unittests as part of a normal build. by Daniel Dunbar · 15 years ago
  64. 4a38930 Make TypeBuilder's result depend on the LLVMContext it's passed. by Jeffrey Yasskin · 15 years ago
  65. 7b26b58 Update unittests for MDNode uniquing disable. by Daniel Dunbar · 15 years ago
  66. 46e1246 Simplify, now that gtest supports raw_ostream directly. by Daniel Dunbar · 15 years ago
  67. 8211bec Now that googletest can print ConstantRange, use EXPECT_EQ when testing for by Nick Lewycky · 15 years ago
  68. 9c0c3bf Teach googletest to use raw_ostream instead of just std::ostream. by Jeffrey Yasskin · 15 years ago
  69. 83fecfa Add test for PR4873, which works for me. by Daniel Dunbar · 15 years ago
  70. 5f4ac84 Now Bitcode reader bug is fixed. Reapply 80839. by Devang Patel · 15 years ago
  71. 8fc5576 Revert 80839 for now. It causes test failures. by Devang Patel · 15 years ago
  72. d9489cb Use CallbackVH, instead of WeakVH, to hold MDNode elements. by Devang Patel · 15 years ago
  73. d2a5cfe Disable uniqueness test for now. by Devang Patel · 15 years ago
  74. 5e794d4 update unit test for previous change. by Chris Lattner · 15 years ago
  75. ce0c81e Add regular expression matching support, based on OpenBSD regexec()/regcomp() by Torok Edwin · 15 years ago
  76. 32e1eef split raw_os_ostream out to its own header and implementation file. This by Chris Lattner · 15 years ago
  77. 2571440 Unbreak unit tests. by Daniel Dunbar · 15 years ago
  78. 9441cfe Fix off-by-one in llvm::Format::print. by Daniel Dunbar · 15 years ago
  79. 8142ce5 convert all the constant range EXPECT_EQ tests to use EXPECT_TRUE since by Chris Lattner · 15 years ago
  80. 0c47a41 upgrade for removed functions. by Chris Lattner · 15 years ago
  81. 5504225 Correct for recent assert change. by Bill Wendling · 15 years ago
  82. ae8f78d Fix bug with APInt::getBitsNeeded with for base 10 numbers 0-9. by Erick Tryzelaar · 15 years ago
  83. bb97531 Allow '+' to appear in APInt strings, and add more unit tests. by Erick Tryzelaar · 15 years ago
  84. c78b33b Add support for including '+' in APFloat strings, more asserts, by Erick Tryzelaar · 15 years ago
  85. cdd93d8 Fix two APFloat bugs in converting hexadecimal constants. by Daniel Dunbar · 15 years ago
  86. 36891e6 Fixed header comment. by Misha Brukman · 15 years ago
  87. 9472a9d Add min and max tests. by Daniel Dunbar · 15 years ago
  88. d2a5661 Remove SmallString::append_*int* unit tests. by Benjamin Kramer · 15 years ago
  89. c2da6fb Add SmallVector::{capacity,set_size}. by Daniel Dunbar · 15 years ago
  90. 651aa68 Improve Triple to recognize the OS in i386-mingw32. by Daniel Dunbar · 15 years ago
  91. 323a3e6 Fix pasto in StringRef::count(char) by Daniel Dunbar · 15 years ago
  92. 5caba3b Add StringRef::count({char,StringRef}) by Daniel Dunbar · 15 years ago
  93. 2ad40a3 Wrap unit test death tests in GTEST_HAS_DEATH_TEST by Erick Tryzelaar · 15 years ago
  94. 33d7dd6 Change APFloatTest from using ASSERTs to EXPECTs by Erick Tryzelaar · 15 years ago
  95. a15d890 Modify APFloat to take a StringRef instead of a c string. by Erick Tryzelaar · 15 years ago
  96. 1b9104f Add failure tests to APInt unit test. by Erick Tryzelaar · 15 years ago
  97. 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 15 years ago
  98. 689ad6e Convert APint::{fromString,APInt,getBitsNeeded} to use StringRef. by Daniel Dunbar · 15 years ago
  99. 5232f41 Fix unit test on FreeBSD. We need to make sure there is enough space to save the pointer even if the memory returned from malloc was already aligned. by Benjamin Kramer · 15 years ago
  100. 0ad7f9b StringRef: Add find(char) and find(StringRef). by Daniel Dunbar · 15 years ago