aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/Support
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-186-31/+49
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-093-0/+135
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2321-72/+637
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0219-144/+517
* Update LLVM for rebase to r212749.Stephen Hines2014-07-2121-259/+2637
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-299-179/+490
* Update to LLVM 3.5a.Stephen Hines2014-04-2422-1125/+862
* Merging r197718:Bill Wendling2013-12-202-0/+39
* Merging r195411:Bill Wendling2013-12-161-80/+80
* Recover gracefully when deserializing invalid YAML input.Alexander Kornienko2013-11-181-46/+116
* [block-freq] Add BlockFrequency::scale that returns a remainder from the divi...Michael Gottesman2013-11-171-0/+133
* Path: Recognize COFF import library file magic.Rui Ueyama2013-11-151-0/+2
* Recognize 0x0000 as a COFF file magic.Rui Ueyama2013-11-141-0/+2
* remove extra semicolonNick Kledzik2013-11-141-1/+1
* Add dyn_cast<> support to YAML I/O's IO classNick Kledzik2013-11-141-0/+70
* Add simple support for tags in YAML I/ONick Kledzik2013-11-141-0/+85
* Path: Add tests for existing file magics.Rui Ueyama2013-11-131-6/+36
* Whitespace.Rui Ueyama2013-11-131-3/+3
* Simplify ErrorOr.Rafael Espindola2013-11-051-38/+0
* make ConstantRange::signExtend() optimalNuno Lopes2013-10-301-0/+3
* Try to fix the build on windows.Rafael Espindola2013-10-251-2/+2
* Change MemoryBuffer::getFile to take a Twine.Rafael Espindola2013-10-251-1/+1
* Reverting my r193344 checkin due to build breakage.John Thompson2013-10-241-31/+0
* Added std::string as a built-in type for mapping.John Thompson2013-10-241-0/+31
* Add non-blocking Wait() for launched processesTareq A. Siraj2013-10-011-0/+103
* SourceMgr diagnotics printing: fix a bug where printing a fixit for a sourceDmitri Gribenko2013-09-271-0/+12
* Make SourceMgr::PrintMessage() testable and add unit testsDmitri Gribenko2013-09-272-0/+163
* Fixed typo in CreateProcessTrailingSlash testTareq A. Siraj2013-09-201-1/+1
* Re-submit r190469: YAMLIO: Fix string quoting logic.Rui Ueyama2013-09-111-0/+57
* Revert "YAMLIO: Fix string quoting logic." (r190469)Hans Wennborg2013-09-111-57/+0
* Remove trailing whitespaceRui Ueyama2013-09-111-3/+3
* YAMLIO: Fix string quoting logic.Rui Ueyama2013-09-111-0/+57
* Try to unbreak mingw32 buildbot.Rui Ueyama2013-09-101-2/+2
* Add getenv() wrapper that works on multibyte environment variable.Rui Ueyama2013-09-101-0/+28
* Update CMake file to fix buildbots.Bob Wilson2013-09-091-1/+0
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-091-326/+0
* MemoryBufer: add a test: check that a file with size that is a multiple of theDmitri Gribenko2013-09-041-0/+22
* Move generic isPrint and columnWidth implementations to a separate header/sou...Alexander Kornienko2013-09-043-105/+94
* [Win32] mapped_file_region: Fix a bug in CreateFileMapping() that Size must c...NAKAMURA Takumi2013-08-221-5/+0
* Whitespace.NAKAMURA Takumi2013-08-221-1/+1
* Suppress MemoryBufferTest.cpp on win32 for now. Investigating.NAKAMURA Takumi2013-08-221-0/+5
* MemoryBufferTest.cpp: Tweak offset corresponding to the case that PageSize is...NAKAMURA Takumi2013-08-221-1/+1
* Removing a spurious semi-colon; this macro expands into a namespace.Aaron Ballman2013-08-161-1/+1
* Tighten up the yamilizer so it stops eliding empty sequences if the embedded ...Aaron Ballman2013-08-151-0/+63
* Expose CRC-32 implementation from zlibAlexey Samsonov2013-08-141-0/+6
* Fixes a bug when iterating on pathsTareq A. Siraj2013-08-121-0/+69
* Fix off-by-one error in Regex::isValidAlexey Samsonov2013-08-081-0/+8
* Use EXPECT_TRUE/EXPECT_FALSE to avoid bogus warnings from the guts of gtest.Benjamin Kramer2013-08-081-20/+20
* Changed isPrint for U+00AD SOFT HYPHEN to return true.Alexander Kornienko2013-08-081-4/+8
* Disabled columnWidth test for OSX, need someone with Mac to deal with this ef...Alexander Kornienko2013-08-071-3/+2