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