aboutsummaryrefslogtreecommitdiff
path: root/unittests/IR
AgeCommit message (Expand)Author
2013-05-05Add missing PatternMatch.cpp to CMakeLists.txtArnold Schwaighofer
2013-05-05PatternMatch: Matcher for (un)ordered floating point min/maxArnold Schwaighofer
2013-04-12Fix a disconcerting bug in Value::isUsedInBasicBlock, which gave wrong answer...Benjamin Kramer
2013-01-31Change GetPointerBaseWithConstantOffset's DataLayout argument from aDan Gohman
2013-01-27Fix test to not use the AttributeSet's AttributeWithIndex creation method.Bill Wendling
2013-01-23llvm/unittests: Use OwningPtr to fix --vg-leak.NAKAMURA Takumi
2013-01-23IRTests/WaymarkTest.cpp: Fix in --vg-leak.NAKAMURA Takumi
2013-01-23IRTests/IRBuilderTest.cpp: GetIntTy: Delete DL at yourself since it is not li...NAKAMURA Takumi
2013-01-23IRTests/IRBuilderTest.cpp: Let GV added to the module.NAKAMURA Takumi
2013-01-23IRTests/ConstantsTest.cpp: AsInstructionsTest: Delete each instruction immedi...NAKAMURA Takumi
2013-01-23Untabify.NAKAMURA Takumi
2013-01-23DominatorTreeTest.cpp: Add the file header.NAKAMURA Takumi
2013-01-16Allow vectors in CreatePointerCast of constants.Evgeniy Stepanov
2013-01-16A test for r172535.Evgeniy Stepanov
2013-01-14Improve r172464: const_cast is not needed if the variable is not constDmitri Gribenko
2013-01-14Fix CastsDavid Greene
2013-01-12Add a unit test to verifies that attribute uniquing works so it doesn't break...Benjamin Kramer
2013-01-07Rename the VMCore unittest tree to IR. Somehow was missed when doing theChandler Carruth