summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAge
* [APFloat] Make all arithmetic operations with NaN produce positive NaNs.Michael Gottesman2013-07-27
* Update this CMakeLists.txt for r187283 too.Nick Lewycky2013-07-27
* Reimplement isPotentiallyReachable to make nocapture deduction much stronger.Nick Lewycky2013-07-27
* Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc."Rafael Espindola2013-07-26
* [PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc.Bill Schmidt2013-07-26
* Don't end a file name with a dot. It looks odd.Rafael Espindola2013-07-25
* [mips] Use pristine object file while processing relocations.Akira Hatanaka2013-07-24
* Refactor the unit test for MemoryBuffer::getOpenFileSliceEli Bendersky2013-07-23
* Split getOpenFile into getOpenFile and getOpenFileSlice.Rafael Espindola2013-07-23
* Add a simple unit test for MemoryBuffer::getOpenFileEli Bendersky2013-07-22
* Option parsing: allow aliases in groupsHans Wennborg2013-07-22
* Add Option unit tests to the make buildHans Wennborg2013-07-20
* Add some flag exclusion tests.Reid Kleckner2013-07-19
* Add a unit test for checking that we respect the F_Binary flag.Rafael Espindola2013-07-19
* [Support] Beef up and expose the response file parsing in llvm::clReid Kleckner2013-07-18
* Remove dead code.Rafael Espindola2013-07-18
* Fix a regression I introduced back in r178147.Rafael Espindola2013-07-18
* Handle '.' correctly in hex float literal parsing.Eli Friedman2013-07-17
* Add a wrapper for open.Rafael Espindola2013-07-16
* Make SpecialCaseList match full strings, as documented, using anchors.Peter Collingbourne2013-07-16
* [Support] Add a Unicode conversion wrapper from UTF16 to UTF8Reid Kleckner2013-07-16
* unittests/Support: Add TimeValue.Win32FILETIME, corresponding to r186374.NAKAMURA Takumi2013-07-16
* Rename Support.TimeValue to TimeValue.time_t in unittests/Support.NAKAMURA Takumi2013-07-16
* Convert Windows to Unix line endings, no functionality change.Stephen Lin2013-07-13
* Attempt at fixing a mingw bot.Rafael Espindola2013-07-13
* 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