aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/VMCore
Commit message (Expand)AuthorAgeFilesLines
* Move TargetData to DataLayout.Micah Villmow2012-10-082-14/+14
* Update cmake build.Benjamin Kramer2012-08-041-0/+1
* Postpone the deletion of the old name in StructType::setName to allow using a...Benjamin Kramer2012-08-041-0/+30
* Add support for attaching branch weight metadata directly from the IRBuilder.Chandler Carruth2012-07-161-0/+11
* Add a boring bit of boilerplate to start testing IRBuilder::CreateCondBr.Chandler Carruth2012-07-161-1/+15
* Move the IRBuilder unittest from Support to VMCore. This got missed inChandler Carruth2012-07-162-0/+75
* Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completesChandler Carruth2012-07-152-0/+255
* Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live withChandler Carruth2012-07-153-1/+109
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-291-2/+2
* llvm/unittests: Simplify LINK_COMPONENTS.NAKAMURA Takumi2012-06-212-3/+1
* llvm/unittests/VMCore/CMakeLists.txt: Introduce LLVM_OPTIONAL_SOURCES here, too.NAKAMURA Takumi2012-06-211-0/+6
* Completely refactor the structuring of unittest CMake files to match theChandler Carruth2012-06-211-0/+27
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-021-1/+1
* Remove support for the special 'fast' value for fpmath accuracy for the moment.Duncan Sands2012-04-161-8/+0
* Make it possible to indicate relaxed floating point requirements at the IR levelDuncan Sands2012-04-161-0/+25
* I noticed in passing that the Metadata getIfExists method was creating a newDuncan Sands2012-03-311-0/+7
* Handle unreachable code in the dominates functions. This changes users whenRafael Espindola2012-03-302-1/+196
* Undo the hack in r147427 and move this unittest to a better home. ThisChandler Carruth2012-01-022-65/+1
* Fix unittest makefile after r147425. This should unbreak the makefileChandler Carruth2012-01-021-1/+1
* Materialize functions whose basic blocks are used by global variables. FixesRafael Espindola2012-01-021-0/+64
* re-enable unittestDylan Noblesmith2011-12-121-2/+2
* Add support for vectors of pointers.Nadav Rotem2011-12-051-0/+97
* Fix C++0x narrowing errors when char is unsigned.Jeffrey Yasskin2011-08-301-1/+1
* The 'expected' argument to EXPECT_EQ is actually the first one;John McCall2011-08-271-23/+23
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-183-12/+12
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-121-2/+2
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-121-2/+2
* De-constify Types in FunctionType::get().Jay Foad2011-07-111-2/+2
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-88/+0
* Revamp the "ConstantStruct::get" methods. Previously, these were scatteredChris Lattner2011-06-201-1/+1
* Teach getCastOpcode about element-by-element vector casts. For example, "trunc"Duncan Sands2011-05-181-0/+8
* PR9214: Convert Metadata API to use ArrayRef.Jay Foad2011-04-211-6/+6
* Don't include Operator.h from InstrTypes.h.Jay Foad2011-04-112-0/+2
* While testing dragonegg I noticed that isCastable and getCastOpcodeDuncan Sands2011-04-011-0/+13
* Strip trailing whitespace.Duncan Sands2011-03-312-14/+14
* Allow unnamed_addr on declarations.Rafael Espindola2011-01-151-27/+0
* Reject uses of unnamed_addr in declarations.Rafael Espindola2011-01-131-0/+26
* First step in fixing PR8927:Rafael Espindola2011-01-081-0/+20
* Remove the "ugly" method BranchInst::setUnconditionalDest().Jay Foad2011-01-071-17/+0
* fix PR8867: a crash handling fp128. Thanks to Nick for the testcase.Chris Lattner2010-12-291-0/+9
* Revert 119600 to unbreak the build. Francois, please investigate.Jim Grosbach2010-11-181-9/+9
* Appease MSVC 2008: you can't use keyword this inside EXPECT_EQ().Francois Pichet2010-11-181-9/+9
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-8/+29
* Move ValueMapTest from ADT to VMCore so that ADT doesn't needDan Gohman2010-09-271-0/+294
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-6/+6
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-6/+6
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-6/+6
* Prefix `next' iterator operation with `llvm::'.Oscar Fuentes2010-08-021-2/+2
* Make NamedMDNode not be a subclass of Value, and simplify the interfaceDan Gohman2010-07-211-3/+4
* unit test to go along with r108610Chris Lattner2010-07-171-1/+56