aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/Support
Commit message (Expand)AuthorAgeFilesLines
* 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
* make ConstantRange::zeroExtend() optimalNuno Lopes2012-07-231-0/+4
* teach ConstantRange that zero times X is always zeroNuno Lopes2012-07-161-0/+8
* make ConstantRange::getSetSize() properly compute the size of wrapped and ful...Nuno Lopes2012-07-161-5/+9
* Move the IRBuilder unittest from Support to VMCore. This got missed inChandler Carruth2012-07-162-75/+0
* Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completesChandler Carruth2012-07-152-255/+0
* Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live withChandler Carruth2012-07-152-108/+0
* Revert "IntRange:" as it appears to be breaking self hosting.Eric Christopher2012-07-021-14/+8
* IntRange:Stepan Dyatkovskiy2012-07-021-8/+14
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-292-3/+5
* add ConstantRange::difference (to perform set difference/relative complement)Nuno Lopes2012-06-281-0/+17
* fix a off-by-one bug in intersectWith(), and add a bunch of testsNuno Lopes2012-06-281-2/+32
* IntegersSubsetTest: Due to compilation failure with -std=c11, replaced -1UL w...Stepan Dyatkovskiy2012-06-261-4/+8
* IntegersSubsetMapping: implemented "diff" operation. Operation allows at the ...Stepan Dyatkovskiy2012-06-261-0/+143
* IntegersSubsetMapping: removed exclude operation, it will replaced with more ...Stepan Dyatkovskiy2012-06-261-174/+0
* unittests/Support/Path.cpp: [Win32] Suppress FileSystemTest.FileMapping for now.NAKAMURA Takumi2012-06-241-0/+2
* unittests/Support/Path.cpp: [Win32] Suppress FileSystemTest.Permissions for now.NAKAMURA Takumi2012-06-241-1/+2
* Add a pragma to supress an MSVC warning on some of the absurd code I'mChandler Carruth2012-06-211-0/+6
* Completely refactor the structuring of unittest CMake files to match theChandler Carruth2012-06-211-0/+29
* Fix inappropriate use of anonymous namespaces in unittests.Chandler Carruth2012-06-201-1/+3
* Add permissions(), map_file_pages(), and unmap_file_pages() to llvm::sys::fs ...Nick Kledzik2012-06-201-0/+65
* For reasons I can't fathom MSVC supports ULL but not LLU suffixes on long lon...Benjamin Kramer2012-06-171-1/+1