aboutsummaryrefslogtreecommitdiffstats
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* Fix copypaste error in test.Matt Arsenault2013-06-281-1/+1
* Replace UNIXy path with os-independent one in DebugIR unit testDaniel Malea2013-06-281-7/+8
* Fix a bad overflow check pointed out by Ben.Jakob Stoklund Olesen2013-06-281-0/+5
* Fix Windows/Darwin build error in DebugIR unit testsDaniel Malea2013-06-281-9/+19
* Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaini...Andrew Kaylor2013-06-281-7/+10
* Adding tests for DebugIR passDaniel Malea2013-06-286-35/+363
* Add a division operator to BlockFrequency.Jakob Stoklund Olesen2013-06-281-0/+18
* Add a convenience createUniqueDirectory function.Rafael Espindola2013-06-272-10/+2
* [APFloat] Added unittest for APFloat.divide that checks special cases, result...Michael Gottesman2013-06-271-0/+304
* Removed two logging printf statements from the APFloat tests... = /.Michael Gottesman2013-06-271-8/+0
* [APFloat] Added unittest for APFloat.multiply that checks special cases, resu...Michael Gottesman2013-06-261-0/+307
* [APFloat] Added unittest for APFloat.subtract that checks special cases, resu...Michael Gottesman2013-06-261-0/+303
* [APFloat] Removed debugging cruft that snuck in.Michael Gottesman2013-06-261-4/+0
* Remove unused includes.Rafael Espindola2013-06-261-1/+0
* Port GetMainExecutable over to PathV2.Rafael Espindola2013-06-261-2/+4
* [APFloat] Removed trailing whitespace from unittests.Michael Gottesman2013-06-241-14/+14
* [APFloat] Added a large unittest for APFloat.add that checks that special val...Michael Gottesman2013-06-241-0/+302
* Revert "BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequen...Benjamin Kramer2013-06-211-12/+1
* BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequency with ...Benjamin Kramer2013-06-211-1/+12
* [mips] Remove Triple:mips from SupportedArchs in MCJIT unittestsAkira Hatanaka2013-06-201-1/+0
* [APFloat] Rename isIEEENormal => isNormal and remove old isNormal method.Michael Gottesman2013-06-201-7/+7
* [APFloat] Fix typo in test so we actually test if we handle denormals.Michael Gottesman2013-06-201-4/+4
* Rename fs::GetUniqueID to fs::getUniqueID to match the style guide.Rafael Espindola2013-06-201-4/+4
* [APFloat] Changed APFloat::isNormal => APFloat::isFiniteNonZero for all tests...Michael Gottesman2013-06-191-8/+8
* Modified the implementation of fs::GetUniqueID on Windows such that it actual...Aaron Ballman2013-06-191-0/+36
* [APFloat] Added isFiniteNonZero predicate.Michael Gottesman2013-06-191-0/+28
* Add unit test to test a trivial verifier check.Bill Wendling2013-06-191-0/+16
* Avoid using PathV1.h in Program.h.Rafael Espindola2013-06-131-6/+7
* Remove the program class.Rafael Espindola2013-06-121-3/+3
* Move PathV2.h to Path.hRafael Espindola2013-06-112-2/+2
* sys::process::get_id() now returns the process ID instead of a process handle...Aaron Ballman2013-06-081-1/+1
* BitVector: Do the right thing in all() when Size is a multiple of BITWORD_SIZE.Benjamin Kramer2013-06-071-0/+16
* Optimize BitVector::all().Benjamin Kramer2013-06-071-0/+8
* IEEE-754R 5.7.2 General Operations is* operations (except for isCanonical).Michael Gottesman2013-06-041-0/+61
* Try to avoid "integer literal too big" warnings from older GCCs.Benjamin Kramer2013-06-011-7/+7
* Add support for adding the contents of a StringRef to the MD5 hash.Eric Christopher2013-05-311-6/+15
* Convert more unsigned char -> uint8_t.Eric Christopher2013-05-311-9/+9
* [APFloat] Added a unittest for APFloat::getZero.Michael Gottesman2013-05-311-0/+37
* Remove unused member.Rafael Espindola2013-05-301-1/+0
* Implement IEEE-754R 2008 nextUp/nextDown functions in the guise of the functi...Michael Gottesman2013-05-301-0/+420
* Add a comment and some tests including the NULL byte.Eric Christopher2013-05-301-0/+9
* Added a unittest for APFloat::getSmallestNormalized.Michael Gottesman2013-05-301-0/+30
* Added code to the unittest for APFloat::getSmallest to double check that we c...Michael Gottesman2013-05-301-2/+6
* Add a unittest for APFloat::getSmallest.Michael Gottesman2013-05-291-0/+26
* [APInt] Implement tcDecrement as a counterpart to tcIncrement. This is for us...Michael Gottesman2013-05-281-0/+65
* Add to testsuite.Eric Christopher2013-05-241-0/+1
* ArrayRef-ize MD5 and clean up a few variable names.Eric Christopher2013-05-241-0/+42
* [Support] Remove Count{Leading,Trailing}Zeros_{32,64}.Michael J. Spencer2013-05-241-16/+12
* [Support][MathExtras] Fix literal type issues.Michael J. Spencer2013-05-241-36/+36
* [Support] Add type generic bit utilities to MathExtras.hMichael J. Spencer2013-05-241-0/+91