summaryrefslogtreecommitdiff
path: root/unittests/Support
Commit message (Expand)AuthorAge
* Remove support for LLVM runtime multi-threading.Zachary Turner2014-06-19
* PR10140 - StringPool's PooledStringPtr has non-const operator== causing bad O...Nikola Smiljanic2014-06-19
* ConvertUTF tests: remove uses of initializer lists to restore compatibilityDmitri Gribenko2014-06-17
* Revert r211066, 211067, 211068, 211069, 211070.Zachary Turner2014-06-16
* Remove some more code out into a separate CL.Zachary Turner2014-06-16
* Support/ConvertUTF: implement U+FFFD insertion according to the recommendationDmitri Gribenko2014-06-16
* Adding llvm::sys::swapByteOrder() for the common use-case of byte-swapping a ...Artyom Skrobov2014-06-14
* Renaming SwapByteOrder() to getSwappedBytes()Artyom Skrobov2014-06-14
* Finishing touch for the std::error_code transition.Rafael Espindola2014-06-13
* Remove the last uses of 'using std::error_code'Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Remove unused has_magic.Rafael Espindola2014-06-11
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-11
* Remove windows_error.Rafael Espindola2014-06-11
* [C++11] Use 'nullptr'.Craig Topper2014-06-08
* Make this operator bool() explicit to match the standard library.Rafael Espindola2014-06-03
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-31
* Fix the behavior of ExecuteAndWait with a non-zero timeout.Peter Collingbourne2014-05-31
* Use std::unique_ptr instead of OwningPtr in the MemoryBuffer unittests.Craig Topper2014-05-18
* SupportTest: Fix test names harderDuncan P. N. Exon Smith2014-04-29
* Support: More BlockFrequencyTest => BranchProbabilityTestDuncan P. N. Exon Smith2014-04-29
* Support: Fix test nameDuncan P. N. Exon Smith2014-04-29
* Support: BlockFrequencyTest => BranchProbabilityTestDuncan P. N. Exon Smith2014-04-29
* blockfreq: Defer to BranchProbability::scale() (again)Duncan P. N. Exon Smith2014-04-29
* Support: Add BranchProbability::scale() and ::scaleByInverse()Duncan P. N. Exon Smith2014-04-29
* Support: Add unit tests for BranchProbabilityDuncan P. N. Exon Smith2014-04-29
* [ADT] Generalize pointee_iterator to smart pointers by using decltype.Chandler Carruth2014-04-24
* [ADT] Add a generic iterator utility for adapting iterators much likeChandler Carruth2014-04-24
* [Allocator] Make BumpPtrAllocator movable and move assignable.Chandler Carruth2014-04-16
* [Allocator] Finally, finish nuking the redundant code that led me hereChandler Carruth2014-04-15
* [Allocator] Make the underlying allocator a template instead of anChandler Carruth2014-04-14
* [Allocator] Switch the BumpPtrAllocator to use a vector of pointers toChandler Carruth2014-04-14
* YAMLIO: Allow scalars to dictate quotation rulesDavid Majnemer2014-04-10
* Revert "Revert "YAMLIO: Encode ambiguous hex strings explicitly""David Majnemer2014-04-09
* Revert "YAMLIO: Encode ambiguous hex strings explicitly"Filipe Cabecinhas2014-04-09
* YAMLIO: Encode ambiguous hex strings explicitlyDavid Majnemer2014-04-09
* Simplify compression API by compressing into a SmallVector rather than a Memo...David Blaikie2014-04-05
* Simplify compression API by decompressing into a SmallVector rather than a Me...David Blaikie2014-04-05
* [Allocator] Lift the slab size and size threshold into templateChandler Carruth2014-03-30
* [Allocator] Simplify unittests by using the default size parameters inChandler Carruth2014-03-30
* Fix these tests on windows.Rafael Espindola2014-03-25
* SupportTests.LockFileManagerTest: Add assertions for Win32.NAKAMURA Takumi2014-03-23
* Suppress SupportTests.LockFileManagerTest on win32 for investigating.NAKAMURA Takumi2014-03-22
* [Support] Make sure LockFileManager works correctly with relative paths.Argyrios Kyrtzidis2014-03-21
* [Support] Make sure sys::fs::remove can remove symbolic links and make sure L...Argyrios Kyrtzidis2014-03-21
* support: add a utility function to normalise path separatorsSaleem Abdulrasool2014-03-11
* Cleanup the interface for creating soft or hard links.Rafael Espindola2014-03-11
* [C++11] Replace LLVM-style type traits with C++11 standard ones.Benjamin Kramer2014-03-07
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* Fix an inconsistency in treatment of trailing / in path::const_iteratorBen Langmuir2014-03-05