aboutsummaryrefslogtreecommitdiffstats
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Option parsing: support case-insensitive option matching." as it brok...Rui Ueyama2013-08-281-23/+3
* Option parsing: support case-insensitive option matching.Rui Ueyama2013-08-271-3/+23
* [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
* Basic unit tests for PointerUnionDavid Blaikie2013-08-212-0/+65
* Introduce SpecialCaseList::isIn overload for GlobalAliases.Peter Collingbourne2013-08-191-0/+46
* Remove SpecialCaseList::findCategory.Peter Collingbourne2013-08-191-2/+0
* 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
* Options: explicit handling of --Hans Wennborg2013-08-131-14/+1
* Options: Add new option kind that consumes remaining argumentsHans Wennborg2013-08-132-0/+29
* Fix an oversight in isPotentiallyReachable where we wouldn't do any CFG-walkingNick Lewycky2013-08-131-0/+17
* Fixes a bug when iterating on pathsTareq A. Siraj2013-08-121-0/+69
* Relax conditions of test added in r188156 to fix it on WindowsAlexey Samsonov2013-08-121-1/+1
* Introduce factory methods for SpecialCaseListAlexey Samsonov2013-08-121-2/+32
* 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
* Use correct platform detection macro: __MACOSX__ -> __APPLE__Alexander Kornienko2013-08-071-6/+6
* Fix boolean logic in LockFileManager and test itReid Kleckner2013-08-072-0/+49
* Disable tests on WIN32 (which has incorrect implementation of isPrint andAlexander Kornienko2013-08-071-0/+15
* Implemented llvm::sys::locale::columnWidth and isPrint for the case of generi...Alexander Kornienko2013-08-072-0/+87
* Introduce Regex::isLiteralERE function.Peter Collingbourne2013-08-051-0/+15
* Make one of the AttributeSet ctors maintain the invariant that thePeter Collingbourne2013-08-021-0/+13
* Option parsing: recognize the special -- tokenHans Wennborg2013-08-021-0/+13
* Update incorrect file headers.Sean Silva2013-08-012-2/+2
* Option parsing: remove non-SUPPORT_ALIASARGS fall-backHans Wennborg2013-07-311-2/+0
* Option parsing: add support for alias arguments.Hans Wennborg2013-07-312-3/+19
* Fix ptr vector inconsistency in CreatePointerCastMatt Arsenault2013-07-311-0/+11
* Fix windows' implementation of status when a file doesn't exist.Rafael Espindola2013-07-311-0/+4
* Respect address space sizes in isEliminableCastPair.Matt Arsenault2013-07-301-2/+79
* Revert "Remove isCastable since nothing uses it now"Matt Arsenault2013-07-301-0/+5
* Remove isCastable since nothing uses it nowMatt Arsenault2013-07-301-5/+0
* Change behavior of calling bitcasted alias functions.Matt Arsenault2013-07-301-7/+70
* Implement getUniqueID for directories on windows.Rafael Espindola2013-07-301-0/+13
* Implement TokenizeWindowsCommandLine.Rui Ueyama2013-07-301-9/+28
* Include st_dev to make the result of getUniqueID actually unique.Rafael Espindola2013-07-291-3/+3
* [APFloat] Make all arithmetic operations with NaN produce positive NaNs.Michael Gottesman2013-07-271-86/+36
* Update this CMakeLists.txt for r187283 too.Nick Lewycky2013-07-271-0/+1
* Reimplement isPotentiallyReachable to make nocapture deduction much stronger.Nick Lewycky2013-07-273-1/+361
* Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc."Rafael Espindola2013-07-263-4/+3
* [PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc.Bill Schmidt2013-07-263-3/+4
* Don't end a file name with a dot. It looks odd.Rafael Espindola2013-07-251-0/+5
* [mips] Use pristine object file while processing relocations.Akira Hatanaka2013-07-241-0/+2
* Refactor the unit test for MemoryBuffer::getOpenFileSliceEli Bendersky2013-07-231-6/+27
* Split getOpenFile into getOpenFile and getOpenFileSlice.Rafael Espindola2013-07-231-7/+4