Make one of the AttributeSet ctors maintain the invariant that the
[oota-llvm.git] / unittests / IR /
2013-08-02 Peter CollingbourneMake one of the AttributeSet ctors maintain the invaria...
2013-07-31 Matt ArsenaultFix ptr vector inconsistency in CreatePointerCast
2013-07-30 Matt ArsenaultRespect address space sizes in isEliminableCastPair.
2013-07-30 Matt ArsenaultRevert "Remove isCastable since nothing uses it now"
2013-07-30 Matt ArsenaultRemove isCastable since nothing uses it now
2013-07-30 Matt ArsenaultChange behavior of calling bitcasted alias functions.
2013-06-28 Matt ArsenaultFix copypaste error in test.
2013-06-19 Bill WendlingAdd unit test to test a trivial verifier check.
2013-05-05 Arnold SchwaighoferAdd missing PatternMatch.cpp to CMakeLists.txt
2013-05-05 Arnold SchwaighoferPatternMatch: Matcher for (un)ordered floating point...
2013-04-12 Benjamin KramerFix a disconcerting bug in Value::isUsedInBasicBlock...
2013-01-31 Dan GohmanChange GetPointerBaseWithConstantOffset's DataLayout...
2013-01-27 Bill WendlingFix test to not use the AttributeSet's AttributeWithInd...
2013-01-23 NAKAMURA Takumillvm/unittests: Use OwningPtr to fix --vg-leak.
2013-01-23 NAKAMURA TakumiIRTests/WaymarkTest.cpp: Fix in --vg-leak.
2013-01-23 NAKAMURA TakumiIRTests/IRBuilderTest.cpp: GetIntTy: Delete DL at yours...
2013-01-23 NAKAMURA TakumiIRTests/IRBuilderTest.cpp: Let GV added to the module.
2013-01-23 NAKAMURA TakumiIRTests/ConstantsTest.cpp: AsInstructionsTest: Delete...
2013-01-23 NAKAMURA TakumiUntabify.
2013-01-23 NAKAMURA TakumiDominatorTreeTest.cpp: Add the file header.
2013-01-16 Evgeniy StepanovAllow vectors in CreatePointerCast of constants.
2013-01-16 Evgeniy StepanovA test for r172535.
2013-01-14 Dmitri GribenkoImprove r172464: const_cast is not needed if the variab...
2013-01-14 David GreeneFix Casts
2013-01-12 Benjamin KramerAdd a unit test to verifies that attribute uniquing...
2013-01-07 Chandler CarruthRename the VMCore unittest tree to IR. Somehow was...