Age | Commit message (Expand) | Author |
2010-02-11 | Fix (harmless) memory leak found by memcheck. | Jeffrey Yasskin |
2010-02-11 | Fix some of the memcheck errors found in the JIT unittests. | Jeffrey Yasskin |
2010-02-11 | Make it possible to create multiple JIT instances at the same time, by removing | Jeffrey Yasskin |
2010-02-10 | Silence GCC warnings. | Benjamin Kramer |
2010-02-10 | Implement operators |=, &=, and ^= for SmallBitVector, and remove the | Dan Gohman |
2010-02-09 | Disable unittests/ADT/BitVectorTest on PPC Darwin. | Dale Johannesen |
2010-02-09 | Add support for TypeBuilder<const/volatile void*, false>. | Jeffrey Yasskin |
2010-02-03 | Make APInt::countLeadingZerosSlowCase() treat the contents of padding bits | John McCall |
2010-01-27 | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin |
2010-01-26 | Roll r94484 (avoiding RTTI problems in tests) forward again in a way that isn't | Jeffrey Yasskin |
2010-01-26 | Revert 94484. Re-disable unittests that need RTTI. | Bob Wilson |
2010-01-26 | Re-enable unit tests disabled in r94164 by telling GTest about the | Jeffrey Yasskin |
2010-01-24 | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner |
2010-01-22 | Fix TimeValue::now() on Unix. | Torok Edwin |
2010-01-22 | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner |
2010-01-05 | NamedMDNode is a collection MDNodes. | Devang Patel |
2010-01-05 | Add a SmallBitVector class, which mimics BitVector but uses only | Dan Gohman |
2009-12-31 | Silence compiler warning. | Benjamin Kramer |
2009-12-31 | Document the edit-distance algorithm used in StringRef, switch it over | Douglas Gregor |
2009-12-31 | don't unittest mdnode printing, we have disassembler tests for this. | Chris Lattner |
2009-12-31 | rename "elements" of metadata to "operands". "Elements" are | Chris Lattner |
2009-12-24 | Implement support for converting to string at "natural precision", and fix some | John McCall |
2009-12-24 | Move the two definitions of operator<< into namespace llvm, so they | Douglas Gregor |
2009-12-24 | Define the new operator<< for sets into namespace std, so that | Douglas Gregor |
2009-12-24 | Add accessors for the largest-magnitude, smallest-magnitude, and | John McCall |
2009-12-23 | Disable JITTest.FunctionIsRecompiledAndRelinked on ARM where it's not | Jeffrey Yasskin |
2009-12-22 | Partially revert r91626. Materializing extra functions to determine whether | Jeffrey Yasskin |
2009-12-22 | Fix a crash in JIT::recompileAndRelinkFunction(). It doesn't pass the MCI | Jeffrey Yasskin |
2009-12-21 | Change StringRef::startswith and StringRef::endswith to versions which are a | Eli Friedman |
2009-12-18 | Catch more cases of a pointer being marked garbage twice. This helps when | Rafael Espindola |
2009-12-17 | Don't codegen available_externally functions. Fixes http://llvm.org/PR5735. | Jeffrey Yasskin |
2009-12-17 | This fixes a memory leak in OpaqueType found by Google's internal heapchecker. | Jeffrey Yasskin |
2009-12-13 | Reinstate r91208 to fix available_externally linkage for globals, with | Jeffrey Yasskin |
2009-12-12 | Revert r91208. Something on Linux prevents the JIT from looking up a symbol | Jeffrey Yasskin |
2009-12-12 | Fix available_externally linkage for globals. It's probably still not | Jeffrey Yasskin |
2009-12-03 | Add an implementation of the delta debugging algorithm. | Daniel Dunbar |
2009-11-24 | Oops. Re-disable JITTest.NoStubs on ARM and PPC since they still use stubs to | Jeffrey Yasskin |
2009-11-23 | * Move stub allocation inside the JITEmitter, instead of exposing a | Jeffrey Yasskin |
2009-11-19 | Only run this mutex test if threading is enabled. This | Duncan Sands |
2009-11-19 | Reenable Split2 StringRef test with Apple gcc. | Benjamin Kramer |
2009-11-17 | "XFAIL" the Split2 StringReft test with Apple gcc, which miscompiles it. | Daniel Dunbar |
2009-11-16 | Revert the test from r88984. It relies on being able to mmap 16GB of | Jeffrey Yasskin |
2009-11-16 | Make X86-64 in the Large model always emit 64-bit calls. | Jeffrey Yasskin |
2009-11-14 | This test doesn't work on arm either. | Benjamin Kramer |
2009-11-13 | Disable the JITTest.NoStubs test for Darwin PPC. It apparently doesn't implement | Bill Wendling |
2009-11-13 | Distinguish "a," from "a". The first one splits into "a" + "" and the second ... | Rafael Espindola |
2009-11-13 | Switch to smallvector. Also fix issue with using unsigend for MaxSplit. | Rafael Espindola |
2009-11-13 | Add a new split method to StringRef that puts the substrings in a vector. | Rafael Espindola |
2009-11-12 | Use stubs when we have them, otherwise use code we already have, | Eric Christopher |
2009-11-11 | Fix JITTest.ModuleDeletion in -Asserts mode (which turns off JITEmitDebugInfo | Jeffrey Yasskin |