aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/Support
Commit message (Expand)AuthorAgeFilesLines
* unittests/SupportTests/Initialize.MultipleThreads: Enable pthread_attr_setsta...NAKAMURA Takumi2013-01-241-0/+2
* unittests/SupportTests/Initialize.MultipleThreads: Appease --vg-leak to alloc...NAKAMURA Takumi2013-01-241-2/+17
* [Support][ErrorOr] Add optimized specialization of ErrorOr<void>.Michael J. Spencer2013-01-231-0/+11
* ErrorOrTest.cpp: Check existence of EXPECT_DEBUG_DEATH. It is not always avai...NAKAMURA Takumi2013-01-221-0/+2
* [Support] Make test C++03.Michael J. Spencer2013-01-211-4/+2
* Disable test that fails due to lack of std::true_type in C++03.Benjamin Kramer2013-01-201-0/+2
* [Support] Port ErrorOr<T> from lld to C++03.Michael J. Spencer2013-01-202-0/+79
* Replace memcpys by a static_cast and an integral promotion.Dmitri Gribenko2013-01-101-6/+4
* Fix coding styleDmitri Gribenko2013-01-101-5/+3
* Unbreak tests after regression from r172081.Jakub Staszak2013-01-101-0/+2
* Fix Alias BugDavid Greene2013-01-101-4/+12
* Rename the unittest from ArrayRecylerTest.cpp to ArrayRecyclerTest.cpp.Chandler Carruth2013-01-051-0/+0
* Add an ArrayRecycler class.Jakob Stoklund Olesen2013-01-052-0/+110
* Add time getters to the process interface for requesting the elapsedChandler Carruth2013-01-041-0/+7
* Fix how YAML I/O detects flow sequences. Nick Kledzik2013-01-041-3/+9
* [Support][Endian] Add support for specifying the alignment and native unalign...Michael J. Spencer2013-01-021-11/+11
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-022-4/+4
* Go ahead and get rid of the old page size interface and convert all theChandler Carruth2012-12-311-1/+1
* Flesh out a page size accessor in the new API.Chandler Carruth2012-12-311-0/+2
* [AlignOf] Add AlignedCharArray and refactor AlignedCharArrayUnion.Michael J. Spencer2012-12-311-2/+11
* Begin sketching out the process interface.Chandler Carruth2012-12-312-0/+34
* Fix some integer constant warnings by using a suffixNick Kledzik2012-12-171-7/+7
* re-enable test cases now that traits work with g++. Fix some g++ warningsNick Kledzik2012-12-171-12/+7
* Temporarily disable test cases until they compile with g++ too.Nick Kledzik2012-12-121-0/+4
* Unbreak the build. Fallout from r170019.David Blaikie2012-12-121-1/+1
* Initial implementation of a utility for converting native data Nick Kledzik2012-12-122-0/+1289
* Do not run tests MappedMemoryTest.BasicWrite and MultipleWrite unless bothAkira Hatanaka2012-12-051-4/+6
* Sort the #include lines for unittest/...Chandler Carruth2012-12-0416-27/+10
* [Support] Make FileOutputBuffer work on Windows.Michael J. Spencer2012-12-031-18/+7
* Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.Chandler Carruth2012-11-301-1/+1
* Add backreference matching capabilities to Support/Regex, withEli Bendersky2012-11-281-1/+22
* Allow using MemoryBuffers with yaml::Stream directly.Sean Silva2012-11-191-0/+34
* Removing utf-8 smart quote and trailing whitespaceJoe Abbey2012-11-171-2/+2
* Suppressing the 'direct base ‘{anonymous}::S1’ inaccessible in ‘{anonym...Joe Abbey2012-11-171-0/+12
* Remove DOS line endings.Jakub Staszak2012-11-141-356/+356
* Provide definitions for all functions.Benjamin Kramer2012-11-101-0/+11
* Casting.h: Automatically handle isa<Base>(Derived).Sean Silva2012-10-111-0/+51
* Adding MCJIT and MemoryBuffer unit testsAndrew Kaylor2012-10-042-0/+100
* This patch adds memory support functions which will later be used to implemen...Andrew Kaylor2012-09-192-0/+357
* cmake: Fix file path.Daniel Dunbar2012-09-141-1/+1
* formatted_raw_ostream: Fix a serious bug in tell().Daniel Dunbar2012-09-142-1/+35
* Fix up erroneous alignas usage while making this portable to GCC 4.7David Blaikie2012-09-141-71/+47
* Don't pass a null pointer to cast<> in its unit tests.Richard Smith2012-08-211-3/+5
* DataExtractor: Fix integer truncation issues in LEB128 extraction.Benjamin Kramer2012-08-201-0/+9
* Flatten the aligned-char-array utility template to be a directlyChandler Carruth2012-08-171-117/+117
* Properly test the LLVM_USE_RVALUE_REFERENCES macro.Michael J. Spencer2012-08-151-1/+1
* [PathV2] Add mapped_file_region. Implementation for Windows and POSIX.Michael J. Spencer2012-08-151-26/+33
* Added test for non-static use of cl::opt (fixed in r160170)Alexander Kornienko2012-08-131-0/+11
* Initial commit of new FileOutputBuffer support class. Nick Kledzik2012-08-012-0/+138
* Suppress stderr noise when test case runs.Nick Kledzik2012-07-311-0/+6