test commit redux
[oota-llvm.git] / unittests /
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...
2010-10-28 Oscar FuentesDocument LLVM_BUILD_TESTS, LLVM_INCLUDE_TESTS. New...
2010-10-23 Chandler CarruthSwitch attribute macros to use 'LLVM_' as a prefix...
2010-10-21 Michael J. SpencerSupport: Add Endian.h
2010-10-19 Michael J. Spencerunittests: Use the correct defines and global variables...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
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. SpencerReduce dpendencies for SupportTests.
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-27 Douglas GregorRemove reference to nonexistent test in CMake makefile...
2010-09-27 Dan GohmanMove ValueMapTest from ADT to VMCore so that ADT doesn...
2010-09-27 Dan GohmanAdd an all() method to BitVector, for testing whether...
2010-09-25 Oscar FuentesReverting "CMake: Don't include tools, unittets, or...
2010-09-24 Michael J. SpencerCMake: Don't include tools, unittets, or examples as...
2010-09-24 Michael J. Spencerunittests: Support Windows.
2010-09-24 Michael J. SpencerCMake: Build unittests.
2010-09-16 Duncan SandsAdd better support for environment portion of triple...
2010-09-14 Jakob Stoklund OlesenAttempt to unbreak the FreeBSD buildbot by XFAILing...
2010-09-06 Nick LewyckyAdd a new isSignWrappedSet() method to ConstantRange.
2010-09-01 Chris Lattnerzap dead code.
2010-08-26 Benjamin KramerStringRef::compare_numeric also differed from StringRef...
2010-08-26 Benjamin KramerDo unsigned char comparisons in StringRef::compare_lowe...
2010-08-19 Bill WendlingSilence 'unused' warning.
2010-08-17 Anton KorobeynikovThis patch enables "make unittests" on enable-shared...
2010-08-12 Duncan SandsAdd a 'normalize' method to the Triple class, which...
2010-08-11 Nick LewyckyClean up ConstantRange a bit:
2010-08-08 Duncan SandsRemove the ValueMap copy constructor. It's not used...
2010-08-07 Owen AndersonAdd an inverse() method to ConstantRange.
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-08-02 Dan GohmanMake SCEVUnknown a CallbackVH, so that it can be notifi...
2010-08-02 Oscar FuentesPrefix `next' iterator operation with `llvm::'.
2010-07-30 Duncan SandsFix the ValueMap copy constructor. The issue is that...
2010-07-29 Bob WilsonRemove the temporary hack, now that the llvm-i686-linux...
2010-07-29 Bob WilsonFix the temporary hack.
2010-07-29 Daniel DunbarTemporary hack to ensure stale Analysis dir is cleaned...
2010-07-29 Eric ChristopherSpeculatively revert r109705 since it seems to be causi...
2010-07-29 Dan GohmanFactor out some of the code for updating old SCEVUnknow...
2010-07-22 Chris Lattnermissed a use of SizeRequired.
2010-07-22 Chris Lattnerinstead of migrating it to the MC instruction encoder...
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-21 Dan GohmanMake NamedMDNode not be a subclass of Value, and simpli...
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
next