summaryrefslogtreecommitdiff
path: root/unittests/Support
Commit message (Expand)AuthorAge
* Merging r197718:Bill Wendling2013-12-20
* Merging r195411:Bill Wendling2013-12-16
* Recover gracefully when deserializing invalid YAML input.Alexander Kornienko2013-11-18
* [block-freq] Add BlockFrequency::scale that returns a remainder from the divi...Michael Gottesman2013-11-17
* Path: Recognize COFF import library file magic.Rui Ueyama2013-11-15
* Recognize 0x0000 as a COFF file magic.Rui Ueyama2013-11-14
* remove extra semicolonNick Kledzik2013-11-14
* Add dyn_cast<> support to YAML I/O's IO classNick Kledzik2013-11-14
* Add simple support for tags in YAML I/ONick Kledzik2013-11-14
* Path: Add tests for existing file magics.Rui Ueyama2013-11-13
* Whitespace.Rui Ueyama2013-11-13
* Simplify ErrorOr.Rafael Espindola2013-11-05
* make ConstantRange::signExtend() optimalNuno Lopes2013-10-30
* Try to fix the build on windows.Rafael Espindola2013-10-25
* Change MemoryBuffer::getFile to take a Twine.Rafael Espindola2013-10-25
* Reverting my r193344 checkin due to build breakage.John Thompson2013-10-24
* Added std::string as a built-in type for mapping.John Thompson2013-10-24
* Add non-blocking Wait() for launched processesTareq A. Siraj2013-10-01
* SourceMgr diagnotics printing: fix a bug where printing a fixit for a sourceDmitri Gribenko2013-09-27
* Make SourceMgr::PrintMessage() testable and add unit testsDmitri Gribenko2013-09-27
* Fixed typo in CreateProcessTrailingSlash testTareq A. Siraj2013-09-20
* Re-submit r190469: YAMLIO: Fix string quoting logic.Rui Ueyama2013-09-11
* Revert "YAMLIO: Fix string quoting logic." (r190469)Hans Wennborg2013-09-11
* Remove trailing whitespaceRui Ueyama2013-09-11
* YAMLIO: Fix string quoting logic.Rui Ueyama2013-09-11
* Try to unbreak mingw32 buildbot.Rui Ueyama2013-09-10
* Add getenv() wrapper that works on multibyte environment variable.Rui Ueyama2013-09-10
* Update CMake file to fix buildbots.Bob Wilson2013-09-09
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-09
* MemoryBufer: add a test: check that a file with size that is a multiple of theDmitri Gribenko2013-09-04
* Move generic isPrint and columnWidth implementations to a separate header/sou...Alexander Kornienko2013-09-04
* [Win32] mapped_file_region: Fix a bug in CreateFileMapping() that Size must c...NAKAMURA Takumi2013-08-22
* Whitespace.NAKAMURA Takumi2013-08-22
* Suppress MemoryBufferTest.cpp on win32 for now. Investigating.NAKAMURA Takumi2013-08-22
* MemoryBufferTest.cpp: Tweak offset corresponding to the case that PageSize is...NAKAMURA Takumi2013-08-22
* Removing a spurious semi-colon; this macro expands into a namespace.Aaron Ballman2013-08-16
* Tighten up the yamilizer so it stops eliding empty sequences if the embedded ...Aaron Ballman2013-08-15
* Expose CRC-32 implementation from zlibAlexey Samsonov2013-08-14
* Fixes a bug when iterating on pathsTareq A. Siraj2013-08-12
* Fix off-by-one error in Regex::isValidAlexey Samsonov2013-08-08
* Use EXPECT_TRUE/EXPECT_FALSE to avoid bogus warnings from the guts of gtest.Benjamin Kramer2013-08-08
* Changed isPrint for U+00AD SOFT HYPHEN to return true.Alexander Kornienko2013-08-08
* Disabled columnWidth test for OSX, need someone with Mac to deal with this ef...Alexander Kornienko2013-08-07
* Use correct platform detection macro: __MACOSX__ -> __APPLE__Alexander Kornienko2013-08-07
* Fix boolean logic in LockFileManager and test itReid Kleckner2013-08-07
* Disable tests on WIN32 (which has incorrect implementation of isPrint andAlexander Kornienko2013-08-07
* Implemented llvm::sys::locale::columnWidth and isPrint for the case of generi...Alexander Kornienko2013-08-07
* Introduce Regex::isLiteralERE function.Peter Collingbourne2013-08-05
* Update incorrect file headers.Sean Silva2013-08-01
* Fix windows' implementation of status when a file doesn't exist.Rafael Espindola2013-07-31