summaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)AuthorFilesLines
2013-07-25Don't end a file name with a dot. It looks odd.Rafael Espindola1-0/+5
2013-07-24[mips] Use pristine object file while processing relocations.Akira Hatanaka1-0/+2
2013-07-23Refactor the unit test for MemoryBuffer::getOpenFileSliceEli Bendersky1-6/+27
2013-07-23Split getOpenFile into getOpenFile and getOpenFileSlice.Rafael Espindola1-7/+4
2013-07-22Add a simple unit test for MemoryBuffer::getOpenFileEli Bendersky1-0/+33
2013-07-22Option parsing: allow aliases in groupsHans Wennborg2-0/+12
2013-07-20Add Option unit tests to the make buildHans Wennborg2-2/+25
2013-07-19Add some flag exclusion tests.Reid Kleckner2-12/+49
2013-07-19Add a unit test for checking that we respect the F_Binary flag.Rafael Espindola1-0/+31
2013-07-18[Support] Beef up and expose the response file parsing in llvm::clReid Kleckner1-0/+24
2013-07-18Remove dead code.Rafael Espindola1-7/+1
2013-07-18Fix a regression I introduced back in r178147.Rafael Espindola1-0/+25
2013-07-17Handle '.' correctly in hex float literal parsing.Eli Friedman1-1/+6
2013-07-16Add a wrapper for open.Rafael Espindola1-2/+1
2013-07-16Make SpecialCaseList match full strings, as documented, using anchors.Peter Collingbourne1-0/+16
2013-07-16[Support] Add a Unicode conversion wrapper from UTF16 to UTF8Reid Kleckner2-0/+66
2013-07-16unittests/Support: Add TimeValue.Win32FILETIME, corresponding to r186374.NAKAMURA Takumi1-0/+16
2013-07-16Rename Support.TimeValue to TimeValue.time_t in unittests/Support.NAKAMURA Takumi2-3/+3
2013-07-13Convert Windows to Unix line endings, no functionality change.Stephen Lin1-172/+172
2013-07-13Attempt at fixing a mingw bot.Rafael Espindola1-2/+0
2013-07-11Sync SmallBitVector with BitVector. Add unit tests for the missing methods.Benjamin Kramer1-0/+36
2013-07-09Implement categories for special case lists.Peter Collingbourne1-8/+33
2013-07-09Add some SpecialCaseList unit tests.Peter Collingbourne2-0/+118
2013-07-09Make BinaryRef output correctly in case of empty data.Sean Silva5-1/+64
2013-07-08We now always create files with the correct permissions. Simplify the interface.Rafael Espindola1-28/+0
2013-07-05Fix windows build.Rafael Espindola1-1/+1
2013-07-05Use sys::fs::createTemporaryFile.Rafael Espindola1-7/+7
2013-07-04Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper1-1/+1
2013-07-02Fix -Wsign-compare warning and remove windows-style line endings introduced b...David Blaikie1-17/+17
2013-07-02Fixed alignment of code sections in the JIT mode. Added a test to the JITMemo...Elena Demikhovsky1-0/+23
2013-07-01[APFloat] Ensure that we can properly parse strings that do not have null ter...Michael Gottesman1-0/+25
2013-06-28Fix copypaste error in test.Matt Arsenault1-1/+1
2013-06-28Replace UNIXy path with os-independent one in DebugIR unit testDaniel Malea1-7/+8
2013-06-28Fix a bad overflow check pointed out by Ben.Jakob Stoklund Olesen1-0/+5
2013-06-28Fix Windows/Darwin build error in DebugIR unit testsDaniel Malea1-9/+19
2013-06-28Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaini...Andrew Kaylor1-7/+10
2013-06-28Adding tests for DebugIR passDaniel Malea6-35/+363
2013-06-28Add a division operator to BlockFrequency.Jakob Stoklund Olesen1-0/+18
2013-06-27Add a convenience createUniqueDirectory function.Rafael Espindola2-10/+2
2013-06-27[APFloat] Added unittest for APFloat.divide that checks special cases, result...Michael Gottesman1-0/+304
2013-06-27Removed two logging printf statements from the APFloat tests... = /.Michael Gottesman1-8/+0
2013-06-26[APFloat] Added unittest for APFloat.multiply that checks special cases, resu...Michael Gottesman1-0/+307
2013-06-26[APFloat] Added unittest for APFloat.subtract that checks special cases, resu...Michael Gottesman1-0/+303
2013-06-26[APFloat] Removed debugging cruft that snuck in.Michael Gottesman1-4/+0
2013-06-26Remove unused includes.Rafael Espindola1-1/+0
2013-06-26Port GetMainExecutable over to PathV2.Rafael Espindola1-2/+4
2013-06-24[APFloat] Removed trailing whitespace from unittests.Michael Gottesman1-14/+14
2013-06-24[APFloat] Added a large unittest for APFloat.add that checks that special val...Michael Gottesman1-0/+302
2013-06-21Revert "BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequen...Benjamin Kramer1-12/+1
2013-06-21BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequency with ...Benjamin Kramer1-1/+12