reverting test commit
[oota-llvm.git] / unittests /
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...
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 Jakob Stoklund OlesenAdd IntervalMap::iterator::set{Start,Stop,Value} method...
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. SpencerSupport/ADT/Twine: Add toNullTerminatedStringRef.
2010-12-01 Michael J. Spencerunittests/Support/PathV2: Fix -pedantic warning.
2010-12-01 Jay FoadPR5207: Rename overloaded APInt methods set(), clear...
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. SpencerSupport: Add PathV2 implementation.
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-28 Jakob Stoklund OlesenDisallow overlapping inserts, even when inserting the...
2010-11-28 Jakob Stoklund OlesenAdd default constructors for iterators.
2010-11-28 Jakob Stoklund OlesenImplement const_iterator::advanceTo().
2010-11-27 Jakob Stoklund OlesenAdd more tests for erase(). Fix a few exposed bugs.
2010-11-27 Jakob Stoklund OlesenAdd test case with randomly ordered insertions, massive...
2010-11-26 NAKAMURA Takumiunittests/JITTests: Don't use --export-dynamic but...
2010-11-26 Jakob Stoklund OlesenAdd B+-tree test case that creates a height 3 tree...
2010-11-24 Michael J. Spencergoogle test depends on Support.
2010-11-24 Michael J. Spencerunittests: Add initial Path-V2 test.
2010-11-24 Michael J. Spencerunittests: Add SystemTests.
2010-11-24 Ted KremenekTweak ImmutableMap/ImmutableSet/ImmutableList APIs
2010-11-23 Chris Lattnerreimplement SwapByteOrder.h in terms of overloading...
2010-11-19 Jakob Stoklund OlesenImplement IntervalMap::clear().
2010-11-19 Jakob Stoklund OlesenSupport backwards iteration starting from end().
2010-11-19 Dale JohannesenAdd test for PR 8111. By Frits van Bommel.
2010-11-19 Jakob Stoklund OlesenAdd ADT/IntervalMap.
2010-11-19 NAKAMURA Takumiunittests/CMakeLists.txt: [PR8225] Tweak linking JITTes...
2010-11-19 NAKAMURA Takumiunittests/CMakeLists.txt: Suppress building ValueMapTes...
2010-11-19 Jakob Stoklund OlesenRevert "Add ADT/IntervalMap.", GCC doesn't like it.
2010-11-19 Jakob Stoklund OlesenAdd ADT/IntervalMap.
2010-11-18 Jim GrosbachRevert 119600 to unbreak the build. Francois, please...
2010-11-18 Francois PichetAppease MSVC 2008: you can't use keyword this inside...
2010-11-14 NAKAMURA Takumiunittests/CMakeLists.txt: Add missing VMCore/ValueMapTe...
2010-10-29 NAKAMURA Takumiunittests/CMakeLists.txt: Don't use RTTI, or linking...
next