summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAge
* Sync SmallBitVector with BitVector. Add unit tests for the missing methods.Benjamin Kramer2013-07-11
* Implement categories for special case lists.Peter Collingbourne2013-07-09
* Add some SpecialCaseList unit tests.Peter Collingbourne2013-07-09
* Make BinaryRef output correctly in case of empty data.Sean Silva2013-07-09
* We now always create files with the correct permissions. Simplify the interface.Rafael Espindola2013-07-08
* Fix windows build.Rafael Espindola2013-07-05
* Use sys::fs::createTemporaryFile.Rafael Espindola2013-07-05
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-04
* Fix -Wsign-compare warning and remove windows-style line endings introduced b...David Blaikie2013-07-02
* Fixed alignment of code sections in the JIT mode. Added a test to the JITMemo...Elena Demikhovsky2013-07-02
* [APFloat] Ensure that we can properly parse strings that do not have null ter...Michael Gottesman2013-07-01
* Fix copypaste error in test.Matt Arsenault2013-06-28
* Replace UNIXy path with os-independent one in DebugIR unit testDaniel Malea2013-06-28
* Fix a bad overflow check pointed out by Ben.Jakob Stoklund Olesen2013-06-28
* Fix Windows/Darwin build error in DebugIR unit testsDaniel Malea2013-06-28
* Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaini...Andrew Kaylor2013-06-28
* Adding tests for DebugIR passDaniel Malea2013-06-28
* Add a division operator to BlockFrequency.Jakob Stoklund Olesen2013-06-28
* Add a convenience createUniqueDirectory function.Rafael Espindola2013-06-27
* [APFloat] Added unittest for APFloat.divide that checks special cases, result...Michael Gottesman2013-06-27
* Removed two logging printf statements from the APFloat tests... = /.Michael Gottesman2013-06-27
* [APFloat] Added unittest for APFloat.multiply that checks special cases, resu...Michael Gottesman2013-06-26
* [APFloat] Added unittest for APFloat.subtract that checks special cases, resu...Michael Gottesman2013-06-26
* [APFloat] Removed debugging cruft that snuck in.Michael Gottesman2013-06-26
* Remove unused includes.Rafael Espindola2013-06-26
* Port GetMainExecutable over to PathV2.Rafael Espindola2013-06-26
* [APFloat] Removed trailing whitespace from unittests.Michael Gottesman2013-06-24
* [APFloat] Added a large unittest for APFloat.add that checks that special val...Michael Gottesman2013-06-24
* Revert "BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequen...Benjamin Kramer2013-06-21
* BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequency with ...Benjamin Kramer2013-06-21
* [mips] Remove Triple:mips from SupportedArchs in MCJIT unittestsAkira Hatanaka2013-06-20
* [APFloat] Rename isIEEENormal => isNormal and remove old isNormal method.Michael Gottesman2013-06-20
* [APFloat] Fix typo in test so we actually test if we handle denormals.Michael Gottesman2013-06-20
* Rename fs::GetUniqueID to fs::getUniqueID to match the style guide.Rafael Espindola2013-06-20
* [APFloat] Changed APFloat::isNormal => APFloat::isFiniteNonZero for all tests...Michael Gottesman2013-06-19
* Modified the implementation of fs::GetUniqueID on Windows such that it actual...Aaron Ballman2013-06-19
* [APFloat] Added isFiniteNonZero predicate.Michael Gottesman2013-06-19
* Add unit test to test a trivial verifier check.Bill Wendling2013-06-19
* Avoid using PathV1.h in Program.h.Rafael Espindola2013-06-13
* Remove the program class.Rafael Espindola2013-06-12
* Move PathV2.h to Path.hRafael Espindola2013-06-11
* sys::process::get_id() now returns the process ID instead of a process handle...Aaron Ballman2013-06-08
* BitVector: Do the right thing in all() when Size is a multiple of BITWORD_SIZE.Benjamin Kramer2013-06-07
* Optimize BitVector::all().Benjamin Kramer2013-06-07
* IEEE-754R 5.7.2 General Operations is* operations (except for isCanonical).Michael Gottesman2013-06-04
* Try to avoid "integer literal too big" warnings from older GCCs.Benjamin Kramer2013-06-01
* Add support for adding the contents of a StringRef to the MD5 hash.Eric Christopher2013-05-31
* Convert more unsigned char -> uint8_t.Eric Christopher2013-05-31
* [APFloat] Added a unittest for APFloat::getZero.Michael Gottesman2013-05-31
* Remove unused member.Rafael Espindola2013-05-30