summaryrefslogtreecommitdiff
path: root/unittests/Support
Commit message (Expand)AuthorAge
* Remove TimeValue::toPosixTime() -- it is buggy, semantics are unclear, and itsDmitri Gribenko2014-02-11
* Fix layering StringRef copy using BumpPtrAllocator.Nick Kledzik2014-02-05
* Silence a warning:Chandler Carruth2014-02-04
* Implemented support for Process::GetRandomNumber on Windows.Aaron Ballman2014-02-04
* Introduce llvm::sys::path::home_directory.Peter Collingbourne2014-01-31
* Remove C++11ism from r200407.Jordan Rose2014-01-29
* [CommandLine] Aliases require an value if their target requires a value.Jordan Rose2014-01-29
* Add BumpPtrAllocator::allocateCopy() utilitiesNick Kledzik2014-01-28
* Fix known typosAlp Toker2014-01-24
* Use LLVM_EXPLICIT instead of a function pointer as bool.Rafael Espindola2014-01-16
* Remove remove_all. A compiler has no need for recursively deleting a directory.Rafael Espindola2014-01-10
* Add a unit test for the copy constructor.Rafael Espindola2014-01-09
* Use getError and remove the error_code operator.Rafael Espindola2014-01-08
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Make llvm::Regex non-copyable but movable.David Blaikie2014-01-02
* Introduce a simple line-by-line iterator type into the Support library.Chandler Carruth2013-12-27
* unittests/Support/ProcessTest.cpp: Don't use "windows.h". Use <windows.h> ins...NAKAMURA Takumi2013-12-25
* Make sys::ThreadLocal<> zero-initialized on non-thread builds (PR18205)Hans Wennborg2013-12-19
* [block-freq] Add a right shift to BlockFrequency that saturates at 1.Michael Gottesman2013-12-14
* Swap around EXPECT_EQ() arguments orders for more natural gtest Failure messagesAlp Toker2013-12-12
* Add missing escape characters to the new Regex::escape() functionAlp Toker2013-12-12
* [block-freq] Update data in test case to be unsigned long long to fix mingw b...Michael Gottesman2013-11-22
* YAML I/O add support for validate()Nick Kledzik2013-11-21
* revert r194655Nick Kledzik2013-11-21
* YAML I/O - Added default trait support for std:string. Making another attemp...John Thompson2013-11-19
* 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