aboutsummaryrefslogtreecommitdiffstats
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
...
* Add a simple unit test for MemoryBuffer::getOpenFileEli Bendersky2013-07-221-0/+33
* Option parsing: allow aliases in groupsHans Wennborg2013-07-222-0/+12
* Add Option unit tests to the make buildHans Wennborg2013-07-202-2/+25
* Add some flag exclusion tests.Reid Kleckner2013-07-192-12/+49
* Add a unit test for checking that we respect the F_Binary flag.Rafael Espindola2013-07-191-0/+31
* [Support] Beef up and expose the response file parsing in llvm::clReid Kleckner2013-07-181-0/+24
* Remove dead code.Rafael Espindola2013-07-181-7/+1
* Fix a regression I introduced back in r178147.Rafael Espindola2013-07-181-0/+25
* Handle '.' correctly in hex float literal parsing.Eli Friedman2013-07-171-1/+6
* Add a wrapper for open.Rafael Espindola2013-07-161-2/+1
* Make SpecialCaseList match full strings, as documented, using anchors.Peter Collingbourne2013-07-161-0/+16
* [Support] Add a Unicode conversion wrapper from UTF16 to UTF8Reid Kleckner2013-07-162-0/+66
* unittests/Support: Add TimeValue.Win32FILETIME, corresponding to r186374.NAKAMURA Takumi2013-07-161-0/+16
* Rename Support.TimeValue to TimeValue.time_t in unittests/Support.NAKAMURA Takumi2013-07-162-3/+3
* Convert Windows to Unix line endings, no functionality change.Stephen Lin2013-07-131-172/+172
* Attempt at fixing a mingw bot.Rafael Espindola2013-07-131-2/+0
* Sync SmallBitVector with BitVector. Add unit tests for the missing methods.Benjamin Kramer2013-07-111-0/+36
* Implement categories for special case lists.Peter Collingbourne2013-07-091-8/+33
* Add some SpecialCaseList unit tests.Peter Collingbourne2013-07-092-0/+118
* Make BinaryRef output correctly in case of empty data.Sean Silva2013-07-095-1/+64
* We now always create files with the correct permissions. Simplify the interface.Rafael Espindola2013-07-081-28/+0
* Fix windows build.Rafael Espindola2013-07-051-1/+1
* Use sys::fs::createTemporaryFile.Rafael Espindola2013-07-051-7/+7
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-041-1/+1
* Fix -Wsign-compare warning and remove windows-style line endings introduced b...David Blaikie2013-07-021-17/+17
* Fixed alignment of code sections in the JIT mode. Added a test to the JITMemo...Elena Demikhovsky2013-07-021-0/+23
* [APFloat] Ensure that we can properly parse strings that do not have null ter...Michael Gottesman2013-07-011-0/+25
* 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