summaryrefslogtreecommitdiff
path: root/unittests/Support
Commit message (Expand)AuthorAge
* 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
* Implement getUniqueID for directories on windows.Rafael Espindola2013-07-30
* Implement TokenizeWindowsCommandLine.Rui Ueyama2013-07-30
* Include st_dev to make the result of getUniqueID actually unique.Rafael Espindola2013-07-29
* Don't end a file name with a dot. It looks odd.Rafael Espindola2013-07-25
* 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
* 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
* Add a wrapper for open.Rafael Espindola2013-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
* 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
* Fix a bad overflow check pointed out by Ben.Jakob Stoklund Olesen2013-06-28
* Add a division operator to BlockFrequency.Jakob Stoklund Olesen2013-06-28
* Add a convenience createUniqueDirectory function.Rafael Espindola2013-06-27
* Remove unused includes.Rafael Espindola2013-06-26
* Port GetMainExecutable over to PathV2.Rafael Espindola2013-06-26
* Revert "BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequen...Benjamin Kramer2013-06-21
* BlockFrequency: Saturate at 1 instead of 0 when multiplying a frequency with ...Benjamin Kramer2013-06-21
* Rename fs::GetUniqueID to fs::getUniqueID to match the style guide.Rafael Espindola2013-06-20
* Modified the implementation of fs::GetUniqueID on Windows such that it actual...Aaron Ballman2013-06-19
* Avoid using PathV1.h in Program.h.Rafael Espindola2013-06-13
* Remove the program class.Rafael Espindola2013-06-12
* Move PathV2.h to Path.hRafael Espindola2013-06-11
* sys::process::get_id() now returns the process ID instead of a process handle...Aaron Ballman2013-06-08
* Add support for adding the contents of a StringRef to the MD5 hash.Eric Christopher2013-05-31
* Convert more unsigned char -> uint8_t.Eric Christopher2013-05-31
* Add a comment and some tests including the NULL byte.Eric Christopher2013-05-30
* Add to testsuite.Eric Christopher2013-05-24
* ArrayRef-ize MD5 and clean up a few variable names.Eric Christopher2013-05-24
* [Support] Remove Count{Leading,Trailing}Zeros_{32,64}.Michael J. Spencer2013-05-24
* [Support][MathExtras] Fix literal type issues.Michael J. Spencer2013-05-24
* [Support] Add type generic bit utilities to MathExtras.hMichael J. Spencer2013-05-24