Remove content that has been moved to Clang release notes.
[oota-llvm.git] / unittests /
2011-11-26 Eli FriedmanFix APFloat::convert so that it handles narrowing conve...
2011-11-14 Nick LewyckyFix Windows build, don't try to #include <pthread.h...
2011-11-14 Nick LewyckyAdd support for tsan annotations (thread sanitizer...
2011-11-09 NAKAMURA Takumiunittests/MultiJITTest.cpp: Tweak how to check symbol...
2011-10-24 Benjamin KramerImplement comparison operators for BranchProbability...
2011-10-23 Benjamin KramerAdd compare operators to BranchProbability and use...
2011-10-16 Chris LattnerEnhance llvm::SourceMgr to support diagnostic ranges...
2011-10-15 Benjamin KramerAdd a bad char heuristic to StringRef::find.
2011-10-12 Eli FriedmanAttempt to fix MSVC build.
2011-10-12 Eli FriedmanFix APFloat::getLargest so that it actually returns...
2011-10-07 Eli FriedmanFix APInt::operator*= so that it computes the correct...
2011-10-04 Nick LewyckyThe product of two chrec's can always be represented...
2011-09-30 Jakob Stoklund OlesenFix a bug in compare_numeric().
2011-09-28 Eli FriedmanNULL cannot be portably used as the last argument to...
2011-09-14 Douglas GregorAdd APInt support for converting to/from hexatridecimal...
2011-09-13 NAKAMURA Takumiunittests/Support/DataExtractorTest.cpp: Specify ULL...
2011-09-13 Benjamin KramerAdd the DataExtractor utility class.
2011-09-03 Andrew TrickExclude more arm jit failures pending PR10783.
2011-08-30 Jeffrey YasskinFix C++0x narrowing errors when char is unsigned.
2011-08-29 Matt Beaumont-GayFix a test that wasn't testing the right thing.
2011-08-27 John McCallThe 'expected' argument to EXPECT_EQ is actually the...
2011-08-26 Andrew TrickExcluding ARM JIT tests until someone can fix this...
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-07-29 Duncan SandsAvoid undefined behaviour if somehow NUM_GRAPHS equals...
2011-07-29 Jakub StaszakRemove extra semicolon.
2011-07-28 Duncan SandsUse unsigned rather than uint16_t in case anyone feels...
2011-07-28 Duncan SandsCheck an additional property specific to the way LLVM
2011-07-28 Duncan SandsAdd a unittest for the simply connected components...
2011-07-27 Jakub StaszakAdd test cases for BlockFrequency.
2011-07-27 Jay FoadRemove some code that is no longer needed now that...
2011-07-27 Jeffrey YasskinExplicitly cast narrowing conversions inside {}s that...
2011-07-25 Jay FoadConvert GetElementPtrInst to use ArrayRef.
2011-07-24 Chris LattnerAdd Twine support for characters, and switch twine...
2011-07-18 Jeffrey YasskinAdd APInt(numBits, ArrayRef<uint64_t> bigVal) construct...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-15 Jeffrey YasskinAdd an APFloat::convertToInt(APSInt) function that...
2011-07-14 Chris LattnerThe key of a StringMap can contain nul's in it, so...
2011-07-12 Jay FoadSecond attempt at de-constifying LLVM Types in Function...
2011-07-12 Bill WendlingRevert r134893 and r134888 (and related patches in...
2011-07-11 Jay FoadDe-constify Types in StructType::get() and TargetData...
2011-07-11 Jay FoadDe-constify Types in FunctionType::get().
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-07-06 Owen AndersonFix a subtle issue in SmallVector. The following code...
2011-06-22 Nick LewyckyFix the implementation of ConstantRange::sub(ConstantRa...
2011-06-20 Chris LattnerRevamp the "ConstantStruct::get" methods. Previously...
2011-06-18 Chris Lattnerfix the varargs version of StructType::get to not requi...
2011-06-16 Chris Lattneradd some #includes that will soon be needed.
2011-06-15 Dylan Noblesmithunittests: add test for APInt::toString()
2011-06-15 Argyrios KyrtzidisTry fixing google1.osuosl.org:8011/builders/clang-i686...
2011-06-15 Argyrios KyrtzidisAdd unit tests for ADT/PackedVector
2011-05-21 Nick LewyckyAdd CreateLifetimeStart and CreateLifetimeEnd to the...
2011-05-18 Duncan SandsTeach getCastOpcode about element-by-element vector...
2011-05-11 Oscar FuentesHandle gcc-compatible compilers (such as clang) the...
2011-04-28 Lenny MaioraniRemove bounded StringRef::compare() since nothing but...
2011-04-21 Jay FoadPR9214: Convert Metadata API to use ArrayRef.
2011-04-15 Lenny MaioraniImplements StringRef::compare with bounds. It is behave...
2011-04-11 Jay FoadDon't include Operator.h from InstrTypes.h.
2011-04-01 Duncan SandsWhile testing dragonegg I noticed that isCastable and...
2011-03-31 Duncan SandsStrip trailing whitespace.
2011-03-30 Benjamin KramerAvoid turning a floating point division with a constant...
2011-03-30 Benjamin KramerAdd APFloat::getExactInverse.
2011-03-30 Jay FoadRemove PHINode::reserveOperandSpace(). Instead, add...
2011-03-30 Jay Foad(Almost) always call reserveOperandSpace() on newly...
2011-03-17 Benjamin KramerAdd an argument to APInt's magic udiv calculation to...
2011-03-01 Oscar FuentesFixes warnings emitted by Visual Studio 2010 compiler.
2011-02-21 Duncan SandsSimplify RecursivelyDeleteDeadPHINode. The only functi...
2011-02-21 Cameron ZwarichThe signed version of our "magic number" computation...
2011-02-20 Oscar FuentesPut targets on folders, if the IDE supports the feature.
2011-02-20 Nick LewyckyMake RecursivelyDeleteDeadPHINode delete a phi node...
2011-02-20 Nick LewyckyTeach RecursivelyDeleteDeadPHINodes to handle multiple...
2011-02-11 Zhanyong WanAdds llvm::sys::path::is_separator() to test whether...
2011-02-04 Daniel Dunbarbuild: Add MAKEFILE_UNITTEST_NO_INCLUDE_COMMON build...
2011-02-03 Duncan SandsPart of this test is invariant inside the inner loop...
2011-02-02 Duncan SandsRemove NoVendor and NoOS, added in commit 123990, from...
2011-01-27 Chris LattnerDon't infinitely recurse! Patch by Marius Wachtler!
2011-01-21 Renato GolinClang was not parsing target triples involving EABI...
2011-01-15 Michael J. SpencerUnittests/Support/Path: Tweak test.
2011-01-15 Rafael EspindolaAllow unnamed_addr on declarations.
2011-01-13 Oscar FuentesDisable RTTI when building unit tests. This avoids...
2011-01-13 Rafael EspindolaReject uses of unnamed_addr in declarations.
2011-01-08 Rafael EspindolaFirst step in fixing PR8927:
2011-01-07 Jay FoadRemove the "ugly" method BranchInst::setUnconditionalDe...
2011-01-06 Michael J. SpencerUnitTests/Path: Add magical tests. This will also test...
2011-01-06 Michael J. SpencerUnitTests/Path: More ASSERT_NO_ERROR cleanup.
2011-01-05 Michael J. SpencerUnitTests/Path: Fix typo, add error number, and enable...
2011-01-05 Michael J. SpencerUnitTests/PathV2: Setup a test fixture to make tracking...
2011-01-05 Michael J. SpencerSupport/PathV2: Implement directory iteration on POSIX.
2011-01-04 Michael J. SpencerUnitTests/Path: Produce useful diagnostics on error.
2010-12-29 Chris Lattnerfix PR8867: a crash handling fp128. Thanks to Nick...
2010-12-23 Jeffrey YasskinChange all self assignments X=X to (void)X, so that...
2010-12-21 Jakob Stoklund OlesenAdd ADT/IntEqClasses.h as a light-weight implementation...
2010-12-17 Jakob Stoklund OlesenAdd more checks to IntervalMapOverlaps::advance() to...
2010-12-17 Jakob Stoklund OlesenIt is allowed to call IntervalMap::const_iterator:...
2010-12-17 Jakob Stoklund OlesenFix crash when IntervalMapOverlaps::advanceTo moves...
2010-12-17 Jakob Stoklund OlesenComplete tests for IntervalMapOverlaps.
2010-12-16 Jakob Stoklund OlesenAdd basic test exposing many bugs.
2010-12-07 Michael J. SpencerSupport/PathV2: Change most functions in the path names...
2010-12-07 Frits van BommelCMake: Fix warning in gtest header used by unit tests.
2010-12-07 Jay FoadPR5207: Change APInt methods trunc(), sext(), zext...
2010-12-07 NAKAMURA Takumiunittests/CMakeLists.txt: Tweak unittests' layout to...
next