summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support
Commit message (Expand)AuthorAgeFilesLines
* [Allocator] Lift the slab size and size threshold into templateChandler Carruth2014-03-301-1/+1
* [Allocator] Simplify unittests by using the default size parameters inChandler Carruth2014-03-301-5/+5
* Fix these tests on windows.Rafael Espindola2014-03-251-15/+10
* SupportTests.LockFileManagerTest: Add assertions for Win32.NAKAMURA Takumi2014-03-231-2/+16
* Suppress SupportTests.LockFileManagerTest on win32 for investigating.NAKAMURA Takumi2014-03-221-0/+2
* [Support] Make sure LockFileManager works correctly with relative paths.Argyrios Kyrtzidis2014-03-211-0/+37
* [Support] Make sure sys::fs::remove can remove symbolic links and make sure L...Argyrios Kyrtzidis2014-03-211-0/+32
* support: add a utility function to normalise path separatorsSaleem Abdulrasool2014-03-111-0/+37
* Cleanup the interface for creating soft or hard links.Rafael Espindola2014-03-111-2/+2
* [C++11] Replace LLVM-style type traits with C++11 standard ones.Benjamin Kramer2014-03-071-4/+8
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-063-20/+19
* Fix an inconsistency in treatment of trailing / in path::const_iteratorBen Langmuir2014-03-051-0/+29
* [C++11] Add overloads for externally used OwningPtr functions.Ahmed Charles2014-03-051-1/+1
* Hey, we can stop depending on the IR library from the Support unittestsChandler Carruth2014-03-041-1/+0
* [Modules] Move the LeakDetector header into the IR library where theChandler Carruth2014-03-042-32/+0
* [Modules] Move the ConstantRange class into the IR library. This isChandler Carruth2014-03-042-513/+0
* [Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth2014-03-042-409/+0
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-1/+1
* [C++11] Switch all uses of the llvm_move macro to use std::moveChandler Carruth2014-03-021-1/+1
* [C++11] Remove LLVM_HAS_CXX11_STDLIB now that it is just on.Chandler Carruth2014-03-011-6/+0
* [C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from the unittests.Chandler Carruth2014-03-012-4/+0
* Use the overloaded std::abs rather than C's abs(int) to address Clang's -Wabs...David Blaikie2014-02-261-1/+1
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-241-3/+3
* Fix windows unittest I missed in the raw_fd_ostream constructor change.Rafael Espindola2014-02-241-1/+1
* Simplify remove, create_directory and create_directories.Rafael Espindola2014-02-231-17/+24
* Move get[S|U]LEB128Size() to LEB128.h.Logan Chien2014-02-222-0/+312
* Remove TimeValue::toPosixTime() -- it is buggy, semantics are unclear, and itsDmitri Gribenko2014-02-111-1/+2
* Fix layering StringRef copy using BumpPtrAllocator.Nick Kledzik2014-02-051-28/+0
* Silence a warning:Chandler Carruth2014-02-041-1/+1
* Implemented support for Process::GetRandomNumber on Windows.Aaron Ballman2014-02-041-0/+7
* Introduce llvm::sys::path::home_directory.Peter Collingbourne2014-01-311-0/+13
* Remove C++11ism from r200407.Jordan Rose2014-01-291-1/+1
* [CommandLine] Aliases require an value if their target requires a value.Jordan Rose2014-01-291-2/+53
* Add BumpPtrAllocator::allocateCopy() utilitiesNick Kledzik2014-01-281-0/+28
* Fix known typosAlp Toker2014-01-242-38/+38
* Use LLVM_EXPLICIT instead of a function pointer as bool.Rafael Espindola2014-01-161-1/+3
* Remove remove_all. A compiler has no need for recursively deleting a directory.Rafael Espindola2014-01-103-5/+22
* Add a unit test for the copy constructor.Rafael Espindola2014-01-091-0/+3
* Use getError and remove the error_code operator.Rafael Espindola2014-01-081-1/+1
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-076-8/+3
* Make llvm::Regex non-copyable but movable.David Blaikie2014-01-021-0/+15
* Introduce a simple line-by-line iterator type into the Support library.Chandler Carruth2013-12-272-0/+116
* unittests/Support/ProcessTest.cpp: Don't use "windows.h". Use <windows.h> ins...NAKAMURA Takumi2013-12-251-1/+1
* Make sys::ThreadLocal<> zero-initialized on non-thread builds (PR18205)Hans Wennborg2013-12-192-0/+39
* [block-freq] Add a right shift to BlockFrequency that saturates at 1.Michael Gottesman2013-12-141-0/+8
* Swap around EXPECT_EQ() arguments orders for more natural gtest Failure messagesAlp Toker2013-12-121-8/+8
* Add missing escape characters to the new Regex::escape() functionAlp Toker2013-12-121-0/+5
* [block-freq] Update data in test case to be unsigned long long to fix mingw b...Michael Gottesman2013-11-221-80/+80
* YAML I/O add support for validate()Nick Kledzik2013-11-211-3/+43
* revert r194655Nick Kledzik2013-11-211-70/+0
OpenPOWER on IntegriCloud