aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/Support
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Disable a particular assertion on MSVC... I'm deeply disturbed by itsChandler Carruth2012-06-171-0/+5
* Add some somewhat exhaustive tests of sizeof properties of this horribleChandler Carruth2012-06-171-0/+60
* Relax one assertion -- long double has strange alignments on lots ofChandler Carruth2012-06-161-1/+6
* Try to reduce the size of the array used for compile-time testing byChandler Carruth2012-06-161-44/+48
* Add support to the alignment support header for conjuring a characterChandler Carruth2012-06-161-0/+248
* Round 2 of dead private variable removal.Benjamin Kramer2012-06-061-2/+2
* IntegersSubsetMapping: added exclude operation, that allows to exclude subset...Stepan Dyatkovskiy2012-06-051-0/+174
* IntegersSubsetMapping:Stepan Dyatkovskiy2012-06-051-0/+1
* Added unittests for IntegersSubset and IntegersSubsetMapping.Stepan Dyatkovskiy2012-06-021-0/+180
* fix corner case in ConstantRange::intersectWith().Nuno Lopes2012-05-181-0/+5
* Goodbye, JSONParser...Manuel Klimek2012-04-171-191/+0
* Remove support for the special 'fast' value for fpmath accuracy for the moment.Duncan Sands2012-04-161-12/+0
* Make it possible to indicate relaxed floating point requirements at the IR levelDuncan Sands2012-04-161-19/+45
* Add the MDBuilder helper class for conveniently creating metadata.Duncan Sands2012-04-151-0/+91
* Add YAML parser to Support.Michael J. Spencer2012-04-031-0/+179
* BumpPtrAllocator: Make sure threshold cannot be initialized with a value smal...Benjamin Kramer2012-03-011-1/+1
* If BumpPtrAllocator is requested to allocate a size that exceeds the slab size,Argyrios Kyrtzidis2012-03-011-0/+8
* unittests/Support/Casting.cpp: [PR8226] Workaround for MSVC|Debug.NAKAMURA Takumi2012-01-221-3/+2
* Changes the JSON parser to use the SourceMgr.Manuel Klimek2011-12-211-41/+14
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+2
* Adds a JSON parser and a benchmark (json-bench) to catch performance regressi...Manuel Klimek2011-12-161-0/+218
* Revert r146363 to allow buildbots to make forward progress.Chad Rosier2011-12-121-28/+0
* Support/FileSystem: Implement bool equivalent(file_status A, file_status B);Michael J. Spencer2011-12-121-0/+8