Age | Commit message (Expand) | Author |
2012-08-15 | [PathV2] Add mapped_file_region. Implementation for Windows and POSIX. | Michael J. Spencer |
2012-08-13 | Added test for non-static use of cl::opt (fixed in r160170) | Alexander Kornienko |
2012-08-01 | Initial commit of new FileOutputBuffer support class. | Nick Kledzik |
2012-07-31 | Suppress stderr noise when test case runs. | Nick Kledzik |
2012-07-23 | make ConstantRange::zeroExtend() optimal | Nuno Lopes |
2012-07-16 | teach ConstantRange that zero times X is always zero | Nuno Lopes |
2012-07-16 | make ConstantRange::getSetSize() properly compute the size of wrapped and ful... | Nuno Lopes |
2012-07-16 | Move the IRBuilder unittest from Support to VMCore. This got missed in | Chandler Carruth |
2012-07-15 | Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completes | Chandler Carruth |
2012-07-15 | Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live with | Chandler Carruth |
2012-07-02 | Revert "IntRange:" as it appears to be breaking self hosting. | Eric Christopher |
2012-07-02 | IntRange: | Stepan Dyatkovskiy |
2012-06-29 | Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h | Chandler Carruth |
2012-06-28 | add ConstantRange::difference (to perform set difference/relative complement) | Nuno Lopes |
2012-06-28 | fix a off-by-one bug in intersectWith(), and add a bunch of tests | Nuno Lopes |
2012-06-26 | IntegersSubsetTest: Due to compilation failure with -std=c11, replaced -1UL w... | Stepan Dyatkovskiy |
2012-06-26 | IntegersSubsetMapping: implemented "diff" operation. Operation allows at the ... | Stepan Dyatkovskiy |
2012-06-26 | IntegersSubsetMapping: removed exclude operation, it will replaced with more ... | Stepan Dyatkovskiy |
2012-06-24 | unittests/Support/Path.cpp: [Win32] Suppress FileSystemTest.FileMapping for now. | NAKAMURA Takumi |
2012-06-24 | unittests/Support/Path.cpp: [Win32] Suppress FileSystemTest.Permissions for now. | NAKAMURA Takumi |
2012-06-21 | Add a pragma to supress an MSVC warning on some of the absurd code I'm | Chandler Carruth |
2012-06-21 | Completely refactor the structuring of unittest CMake files to match the | Chandler Carruth |
2012-06-20 | Fix inappropriate use of anonymous namespaces in unittests. | Chandler Carruth |
2012-06-20 | Add permissions(), map_file_pages(), and unmap_file_pages() to llvm::sys::fs ... | Nick Kledzik |
2012-06-17 | For reasons I can't fathom MSVC supports ULL but not LLU suffixes on long lon... | Benjamin Kramer |
2012-06-17 | Disable a particular assertion on MSVC... I'm deeply disturbed by its | Chandler Carruth |
2012-06-17 | Add some somewhat exhaustive tests of sizeof properties of this horrible | Chandler Carruth |
2012-06-16 | Relax one assertion -- long double has strange alignments on lots of | Chandler Carruth |
2012-06-16 | Try to reduce the size of the array used for compile-time testing by | Chandler Carruth |
2012-06-16 | Add support to the alignment support header for conjuring a character | Chandler Carruth |
2012-06-06 | Round 2 of dead private variable removal. | Benjamin Kramer |
2012-06-05 | IntegersSubsetMapping: added exclude operation, that allows to exclude subset... | Stepan Dyatkovskiy |
2012-06-05 | IntegersSubsetMapping: | Stepan Dyatkovskiy |
2012-06-02 | Added unittests for IntegersSubset and IntegersSubsetMapping. | Stepan Dyatkovskiy |
2012-05-18 | fix corner case in ConstantRange::intersectWith(). | Nuno Lopes |
2012-04-17 | Goodbye, JSONParser... | Manuel Klimek |
2012-04-16 | Remove support for the special 'fast' value for fpmath accuracy for the moment. | Duncan Sands |
2012-04-16 | Make it possible to indicate relaxed floating point requirements at the IR level | Duncan Sands |
2012-04-15 | Add the MDBuilder helper class for conveniently creating metadata. | Duncan Sands |
2012-04-03 | Add YAML parser to Support. | Michael J. Spencer |
2012-03-01 | BumpPtrAllocator: Make sure threshold cannot be initialized with a value smal... | Benjamin Kramer |
2012-03-01 | If BumpPtrAllocator is requested to allocate a size that exceeds the slab size, | Argyrios Kyrtzidis |
2012-01-22 | unittests/Support/Casting.cpp: [PR8226] Workaround for MSVC|Debug. | NAKAMURA Takumi |
2011-12-21 | Changes the JSON parser to use the SourceMgr. | Manuel Klimek |
2011-12-20 | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie |
2011-12-16 | Adds a JSON parser and a benchmark (json-bench) to catch performance regressi... | Manuel Klimek |
2011-12-12 | Revert r146363 to allow buildbots to make forward progress. | Chad Rosier |
2011-12-12 | Support/FileSystem: Implement bool equivalent(file_status A, file_status B); | Michael J. Spencer |
2011-12-12 | Support/FileSystem: Implement canonicalize. | Michael J. Spencer |
2011-12-09 | unittests/Support/Path.cpp: [recursive_directory_iterator] Work around for en... | NAKAMURA Takumi |