test commit redux
[oota-llvm.git] / unittests / Support /
2011-10-24 Benjamin KramerImplement comparison operators for BranchProbability...
2011-10-23 Benjamin KramerAdd compare operators to BranchProbability and use...
2011-09-28 Eli FriedmanNULL cannot be portably used as the last argument to...
2011-09-13 NAKAMURA Takumiunittests/Support/DataExtractorTest.cpp: Specify ULL...
2011-09-13 Benjamin KramerAdd the DataExtractor utility class.
2011-07-27 Jakub StaszakAdd test cases for BlockFrequency.
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
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-06-22 Nick LewyckyFix the implementation of ConstantRange::sub(ConstantRa...
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-05-21 Nick LewyckyAdd CreateLifetimeStart and CreateLifetimeEnd to the...
2011-03-01 Oscar FuentesFixes warnings emitted by Visual Studio 2010 compiler.
2011-02-11 Zhanyong WanAdds llvm::sys::path::is_separator() to test whether...
2011-01-15 Michael J. SpencerUnittests/Support/Path: Tweak test.
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-23 Jeffrey YasskinChange all self assignments X=X to (void)X, so that...
2010-12-07 Michael J. SpencerSupport/PathV2: Change most functions in the path names...
2010-12-07 Jay FoadPR5207: Change APInt methods trunc(), sext(), zext...
2010-12-07 Michael J. SpencerSupport/PathV2: Remove the error_code return type from...
2010-12-07 Michael J. SpencerSupport/PathV2: Move make_absolute from path to fs.
2010-12-06 Michael J. SpencerSupport/FileSystem: Add directory_iterator implementation.
2010-12-04 Michael J. SpencerUnittests/Support/PathV2: Add FileSystem tests.
2010-12-03 Michael J. SpencerSupport/FileSystem: Add remove implementation.
2010-12-03 Benjamin Kramerunittests/Support/PathV2: remove(3) requires a terminat...
2010-12-03 Michael J. SpencerUnittests/Support/PathV2: Cleanup and remove output.
2010-12-03 Michael J. Spencerunittests/Support/PathV2: Comment out test because...
2010-12-03 Michael J. SpencerSupport/FileSystem: Add unique_file and exists implemen...
2010-12-01 Michael J. SpencerMake valgrind happy.
2010-12-01 Michael J. Spencerunittests/Support/PathV2: Fix -pedantic warning.
2010-12-01 Michael J. SpencerSupport/PathV2: Add is_{absolute,relative} implementation.
2010-12-01 Michael J. SpencerSupport/PathV2: Add has_{root_path,root_name,root_direc...
2010-12-01 Michael J. Spencerunittests/Support/PathV2: Make tests much shorter;...
2010-12-01 Michael J. SpencerSupport/PathV2: Add extension implementation.
2010-12-01 Michael J. SpencerSupport/PathV2: Add stem implementation.
2010-12-01 Michael J. SpencerSupport/PathV2: Add filename implementation.
2010-12-01 Michael J. SpencerSupport/PathV2: Add native implementation.
2010-12-01 Michael J. SpencerSupport/PathV2: Add replace_extension implementation.
2010-12-01 Michael J. SpencerSupport/PathV2: Add remove_filename implementation.
2010-11-30 Michael J. SpencerSupport/PathV2: Implement reverse iteration and parent_...
2010-11-29 Michael J. SpencerSupport/PathV2: Fix 80 col.
2010-11-29 Michael J. Spencerunittests: Merge SystemTests back into SupportTests.
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-24 Michael J. Spencerunittests: Add SystemTests.
2010-11-23 Chris Lattnerreimplement SwapByteOrder.h in terms of overloading...
2010-10-21 Michael J. SpencerSupport: Add Endian.h
2010-10-11 Michael J. SpencerUnit Tests: Missed this error. MSVC and clang didn...
2010-10-11 Michael J. SpencerSystem: Add SwapByteOrder and update Support/MathExtras...
2010-10-11 Michael J. SpencerRevert "System: Add SwapByteOrder and update Support...
2010-10-11 Michael J. SpencerSystem: Add SwapByteOrder and update Support/MathExtras...
2010-10-04 Francois Pichetstatic_cast to long, otherwise MSVC 2008 won't compile.
2010-09-28 Nick LewyckyMake ConstantRange::makeICmpRegion handle all the edge...
2010-09-24 Michael J. Spencerunittests: Support Windows.
2010-09-06 Nick LewyckyAdd a new isSignWrappedSet() method to ConstantRange.
2010-09-01 Chris Lattnerzap dead code.
2010-08-11 Nick LewyckyClean up ConstantRange a bit:
2010-08-07 Owen AndersonAdd an inverse() method to ConstantRange.
2010-07-22 Gabor Greifadd dyn_cast_or_null tests, exclude invalid dyn_cast...
2010-07-22 Gabor Greiftidy up
2010-07-22 Gabor Greifadd dyn_cast tests and beef up others a bit
2010-07-20 Gabor Greiftidy up
2010-07-20 Gabor Greifmigrate essentially everything from under #ifdef DEBUG_...
2010-07-20 Gabor Greifextend to cast<> and cast_or_null<> tests
2010-07-20 Gabor Greifisa<> tests
2010-07-20 Gabor Greifinitial checkin for unittest to exercise Support/Casting.h
2010-03-17 Jeffrey YasskinFix death tests in -Asserts builds.
2010-03-01 Dan GohmanSpelling fixes.
2010-02-17 Daniel DunbarAdd Regex::sub, for doing regular expression substituti...
2010-02-09 Jeffrey YasskinAdd support for TypeBuilder<const/volatile void*, false>.
2010-01-22 Torok EdwinFix TimeValue::now() on Unix.
2009-12-18 Rafael EspindolaCatch more cases of a pointer being marked garbage...
2009-10-27 Chris LattnerType.h doesn't need to #include LLVMContext.h
2009-10-17 Daniel DunbarAdd raw_ostream::write_escaped, for writing escaped...
2009-10-12 Jeffrey YasskinFix llvm.org/PR5160, to let CallbackVHs modify other...
2009-10-06 Duncan SandsIntroduce and use convenience methods for getting point...
2009-09-26 Chris Lattnerremove support for "NoSub" from regex. It seems like...
2009-09-25 Jeffrey YasskinFix a compile failure introduced by r82675 on MinGW...
2009-09-24 Chris Lattneradd and document regex support for FileCheck. You...
2009-09-24 Jeffrey YasskinRoll back r82348, which introduced an infinite loop...
2009-09-15 Daniel DunbarDrop the raw_ostream required buffer size to 1.
2009-09-09 Jeffrey YasskinMake TypeBuilder's result depend on the LLVMContext...
2009-09-06 Daniel DunbarSimplify, now that gtest supports raw_ostream directly.
2009-09-05 Nick LewyckyNow that googletest can print ConstantRange, use EXPECT...
2009-09-05 Jeffrey YasskinTeach googletest to use raw_ostream instead of just...
2009-08-30 Torok EdwinAdd regular expression matching support, based on OpenB...
2009-08-24 Chris Lattnersplit raw_os_ostream out to its own header and implemen...
2009-08-24 Daniel DunbarUnbreak unit tests.
2009-08-23 Daniel DunbarFix off-by-one in llvm::Format::print.
2009-08-23 Chris Lattnerconvert all the constant range EXPECT_EQ tests to use...
2009-08-20 Misha BrukmanFixed header comment.
2009-08-19 Daniel DunbarAdd min and max tests.
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
next