summaryrefslogtreecommitdiff
path: root/unittests/IR
Commit message (Expand)AuthorAge
* Fix getOrInsertGlobal dropping the address space.Matt Arsenault2013-09-30
* IRBuilder: Add RAII objects to reset insertion points or fast math flags.Benjamin Kramer2013-09-30
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-09
* Make one of the AttributeSet ctors maintain the invariant that thePeter Collingbourne2013-08-02
* Fix ptr vector inconsistency in CreatePointerCastMatt Arsenault2013-07-31
* Respect address space sizes in isEliminableCastPair.Matt Arsenault2013-07-30
* Revert "Remove isCastable since nothing uses it now"Matt Arsenault2013-07-30
* Remove isCastable since nothing uses it nowMatt Arsenault2013-07-30
* Change behavior of calling bitcasted alias functions.Matt Arsenault2013-07-30
* Fix copypaste error in test.Matt Arsenault2013-06-28
* 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