summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAge
...
* more BranchInst testsGabor Greif2010-03-16
* add BranchInst testsGabor Greif2010-03-16
* appease valgrind testersGabor Greif2010-03-16
* add single return testsGabor Greif2010-03-16
* fix PR6589Gabor Greif2010-03-16
* begin humbly with a repro of PR6589Gabor Greif2010-03-16
* Teach this test not to leak. Also, clean up all the cast<BinaryOperator> cruft.Nick Lewycky2010-03-13
* Remove the last memory leak from the VMCore unit tests.Jeffrey Yasskin2010-03-13
* Remove a memory leak from MetadataTest.Jeffrey Yasskin2010-03-13
* Remove a memory leak from VerifierTest.Jeffrey Yasskin2010-03-13
* Consolidate GoogleTest make options and duplicate them to its own makefile.Chandler Carruth2010-03-09
* Stop leaking MDStrings.Jeffrey Yasskin2010-03-04
* Fix PR6360. It's easy for a stub's address to escape to user code, so we can'tJeffrey Yasskin2010-03-04
* Fix PR5291, in which a SmallPtrSet iterator was held across an insertion intoJeffrey Yasskin2010-03-04
* Spelling fixes.Dan Gohman2010-03-01
* Teach APFloat how to create both QNaNs and SNaNs and with arbitrary-widthJohn McCall2010-02-28
* Make APFloat's string-parsing routines a bit safer against very large exponents.John McCall2010-02-26
* Try r96559 for the third time. This time the shared library is only built ifJeffrey Yasskin2010-02-25
* Roll back r96959 again.Jeffrey Yasskin2010-02-23
* Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 ofJeffrey Yasskin2010-02-23
* Roll back the shared library, r96559. It broke two darwins and arm, mysterio...Jeffrey Yasskin2010-02-18
* Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add anJeffrey Yasskin2010-02-18
* Add Regex::sub, for doing regular expression substitution with backreferences.Daniel Dunbar2010-02-17
* Teach the verifier to check the condition on a branch and ensure that it hasNick Lewycky2010-02-15
* Fix (harmless) memory leak found by memcheck.Jeffrey Yasskin2010-02-11
* Fix some of the memcheck errors found in the JIT unittests.Jeffrey Yasskin2010-02-11
* Make it possible to create multiple JIT instances at the same time, by removingJeffrey Yasskin2010-02-11
* Silence GCC warnings.Benjamin Kramer2010-02-10
* Implement operators |=, &=, and ^= for SmallBitVector, and remove theDan Gohman2010-02-10
* Disable unittests/ADT/BitVectorTest on PPC Darwin.Dale Johannesen2010-02-09
* Add support for TypeBuilder<const/volatile void*, false>.Jeffrey Yasskin2010-02-09
* Make APInt::countLeadingZerosSlowCase() treat the contents of padding bitsJohn McCall2010-02-03
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-27
* Roll r94484 (avoiding RTTI problems in tests) forward again in a way that isn'tJeffrey Yasskin2010-01-26
* Revert 94484. Re-disable unittests that need RTTI.Bob Wilson2010-01-26
* Re-enable unit tests disabled in r94164 by telling GTest about theJeffrey Yasskin2010-01-26
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-24
* Fix TimeValue::now() on Unix.Torok Edwin2010-01-22
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-22
* NamedMDNode is a collection MDNodes.Devang Patel2010-01-05
* Add a SmallBitVector class, which mimics BitVector but uses onlyDan Gohman2010-01-05
* Silence compiler warning.Benjamin Kramer2009-12-31
* Document the edit-distance algorithm used in StringRef, switch it overDouglas Gregor2009-12-31
* don't unittest mdnode printing, we have disassembler tests for this.Chris Lattner2009-12-31
* rename "elements" of metadata to "operands". "Elements" areChris Lattner2009-12-31
* Implement support for converting to string at "natural precision", and fix someJohn McCall2009-12-24
* Move the two definitions of operator<< into namespace llvm, so theyDouglas Gregor2009-12-24
* Define the new operator<< for sets into namespace std, so thatDouglas Gregor2009-12-24
* Add accessors for the largest-magnitude, smallest-magnitude, andJohn McCall2009-12-24
* Disable JITTest.FunctionIsRecompiledAndRelinked on ARM where it's notJeffrey Yasskin2009-12-23