index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
/
ADT
Age
Commit message (
Expand
)
Author
2009-07-24
Add Twine ADT.
Daniel Dunbar
2009-07-23
Convert StringMap to using StringRef for its APIs.
Daniel Dunbar
2009-07-22
Support writing a StringRef to a raw_ostream directly.
Daniel Dunbar
2009-07-21
Add StringRef::{substr, startswith}.
Daniel Dunbar
2009-07-21
Add StringRef class, with fixes.
Daniel Dunbar
2009-07-21
unbreak unit-tests on gcc-4.4.
Torok Edwin
2009-07-16
Add SmallString unit test.
Daniel Dunbar
2009-07-12
Clarify a FIXME.
Daniel Dunbar
2009-06-30
Reapply 74494, this time removing the conflicting definition of operator<<
Dan Gohman
2009-06-30
Revert my intentional breakage.
Daniel Dunbar
2009-06-30
Intentionally break a unittest to test my buildbot gtest command.
Daniel Dunbar
2009-06-09
Reversed order of args in EXPECT_EQ() macros to be in the correct order:
Misha Brukman
2009-05-01
Prevent looping when DenseSet is abused.
Stuart Hastings
2009-04-25
Fix PR4040: APInt's string constructor is too strict
Chris Lattner
2009-04-23
Use the testcase from PR2791.
Owen Anderson
2009-04-08
* Fixed calls to APInt ctor to work for negative values on Darwin/x86
Misha Brukman
2009-04-01
Add llvm::Triple class for abstracting access to target triples.
Daniel Dunbar
2009-03-24
Converted a1.ll to unittests.
Misha Brukman
2009-03-19
Renamed unittest files to have a consistent {Tt}est suffix.
Misha Brukman
2009-02-09
Fix comment.
Bill Wendling
2009-01-27
APInt's countLeadingOnes() was broken for negative i128 values,
Torok Edwin
2009-01-19
Port this test from dejagnu to unit testing.
Nick Lewycky
2009-01-11
Fix naming of file.
Bill Wendling
2009-01-10
Adding unittests for SmallVector. Test by Talin.
Bill Wendling
2009-01-08
Some generic clean-ups. Also make the StringMapEntryInitializer specializatio...
Bill Wendling
2009-01-08
* Don't explicitly cast "0" to "void*". This doesn't work well with specialized
Bill Wendling
2009-01-08
80-column violation fix.
Bill Wendling
2009-01-08
* Added unittests for StringMap
Misha Brukman
2009-01-07
Minor cleanup for unittest:
Misha Brukman
2009-01-03
improve test and address Misha's comments
Nuno Lopes
2009-01-02
Reassign the buffer to the pointer so that we don't overwrite memory.
Bill Wendling
2009-01-02
fist short at a new unit test for ImmutableSets. no bugs found, though :P
Nuno Lopes
2009-01-01
Original patch by Talin.
Misha Brukman
[prev]