summaryrefslogtreecommitdiff
path: root/unittests/VMCore
Commit message (Expand)AuthorAge
* Fix C++0x narrowing errors when char is unsigned.Jeffrey Yasskin2011-08-30
* The 'expected' argument to EXPECT_EQ is actually the first one;John McCall2011-08-27
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-12
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-12
* De-constify Types in FunctionType::get().Jay Foad2011-07-11
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* Revamp the "ConstantStruct::get" methods. Previously, these were scatteredChris Lattner2011-06-20
* Teach getCastOpcode about element-by-element vector casts. For example, "trunc"Duncan Sands2011-05-18
* PR9214: Convert Metadata API to use ArrayRef.Jay Foad2011-04-21
* Don't include Operator.h from InstrTypes.h.Jay Foad2011-04-11
* While testing dragonegg I noticed that isCastable and getCastOpcodeDuncan Sands2011-04-01
* Strip trailing whitespace.Duncan Sands2011-03-31
* Allow unnamed_addr on declarations.Rafael Espindola2011-01-15
* Reject uses of unnamed_addr in declarations.Rafael Espindola2011-01-13
* First step in fixing PR8927:Rafael Espindola2011-01-08
* Remove the "ugly" method BranchInst::setUnconditionalDest().Jay Foad2011-01-07
* fix PR8867: a crash handling fp128. Thanks to Nick for the testcase.Chris Lattner2010-12-29
* Revert 119600 to unbreak the build. Francois, please investigate.Jim Grosbach2010-11-18
* Appease MSVC 2008: you can't use keyword this inside EXPECT_EQ().Francois Pichet2010-11-18
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Move ValueMapTest from ADT to VMCore so that ADT doesn't needDan Gohman2010-09-27
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Prefix `next' iterator operation with `llvm::'.Oscar Fuentes2010-08-02
* Make NamedMDNode not be a subclass of Value, and simplify the interfaceDan Gohman2010-07-21
* unit test to go along with r108610Chris Lattner2010-07-17
* Switch from EXPECT_EQ({true,false, ...) to the more canonicalChandler Carruth2010-07-13
* introduce a new CallGraphSCC class, and pass it aroundChris Lattner2010-04-16
* another oneGabor Greif2010-03-18
* feedback from NickGabor Greif2010-03-17
* 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
* 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
* Stop leaking MDStrings.Jeffrey Yasskin2010-03-04
* Teach the verifier to check the condition on a branch and ensure that it hasNick Lewycky2010-02-15
* Fix some of the memcheck errors found in the JIT unittests.Jeffrey Yasskin2010-02-11
* 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
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-22
* NamedMDNode is a collection MDNodes.Devang Patel2010-01-05
* don't unittest mdnode printing, we have disassembler tests for this.Chris Lattner2009-12-31