2012-08-01 |
Nick Kledzik | Initial commit of new FileOutputBuffer support class. |
tree | commitdiff |
2012-07-31 |
Nick Kledzik | Suppress stderr noise when test case runs. |
tree | commitdiff |
2012-07-23 |
Nuno Lopes | make ConstantRange::zeroExtend() optimal |
tree | commitdiff |
2012-07-16 |
Nuno Lopes | teach ConstantRange that zero times X is always zero |
tree | commitdiff |
2012-07-16 |
Nuno Lopes | make ConstantRange::getSetSize() properly compute the... |
tree | commitdiff |
2012-07-16 |
Chandler Carruth | Move the IRBuilder unittest from Support to VMCore... |
tree | commitdiff |
2012-07-15 |
Chandler Carruth | Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder... |
tree | commitdiff |
2012-07-15 |
Chandler Carruth | Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h,... |
tree | commitdiff |
2012-07-02 |
Eric Christopher | Revert "IntRange:" as it appears to be breaking self... |
tree | commitdiff |
2012-07-02 |
Stepan Dyatkovskiy | IntRange: |
tree | commitdiff |
2012-06-29 |
Chandler Carruth | Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h |
tree | commitdiff |
2012-06-28 |
Nuno Lopes | add ConstantRange::difference (to perform set differenc... |
tree | commitdiff |
2012-06-28 |
Nuno Lopes | fix a off-by-one bug in intersectWith(), and add a... |
tree | commitdiff |
2012-06-26 |
Stepan Dyatkovskiy | IntegersSubsetTest: Due to compilation failure with... |
tree | commitdiff |
2012-06-26 |
Stepan Dyatkovskiy | IntegersSubsetMapping: implemented "diff" operation... |
tree | commitdiff |
2012-06-26 |
Stepan Dyatkovskiy | IntegersSubsetMapping: removed exclude operation, it... |
tree | commitdiff |
2012-06-24 |
NAKAMURA Takumi | unittests/Support/Path.cpp: [Win32] Suppress FileSystem... |
tree | commitdiff |
2012-06-24 |
NAKAMURA Takumi | unittests/Support/Path.cpp: [Win32] Suppress FileSystem... |
tree | commitdiff |
2012-06-21 |
Chandler Carruth | Add a pragma to supress an MSVC warning on some of... |
tree | commitdiff |
2012-06-21 |
Chandler Carruth | Completely refactor the structuring of unittest CMake... |
tree | commitdiff |
2012-06-20 |
Chandler Carruth | Fix inappropriate use of anonymous namespaces in unittests. |
tree | commitdiff |
2012-06-20 |
Nick Kledzik | Add permissions(), map_file_pages(), and unmap_file_pag... |
tree | commitdiff |
2012-06-17 |
Benjamin Kramer | For reasons I can't fathom MSVC supports ULL but not... |
tree | commitdiff |
2012-06-17 |
Chandler Carruth | Disable a particular assertion on MSVC... I'm deeply... |
tree | commitdiff |
2012-06-17 |
Chandler Carruth | Add some somewhat exhaustive tests of sizeof properties... |
tree | commitdiff |
2012-06-16 |
Chandler Carruth | Relax one assertion -- long double has strange alignmen... |
tree | commitdiff |
2012-06-16 |
Chandler Carruth | Try to reduce the size of the array used for compile... |
tree | commitdiff |
2012-06-16 |
Chandler Carruth | Add support to the alignment support header for conjuri... |
tree | commitdiff |
2012-06-06 |
Benjamin Kramer | Round 2 of dead private variable removal. |
tree | commitdiff |
2012-06-05 |
Stepan Dyatkovskiy | IntegersSubsetMapping: added exclude operation, that... |
tree | commitdiff |
2012-06-05 |
Stepan Dyatkovskiy | IntegersSubsetMapping: |
tree | commitdiff |
2012-06-02 |
Stepan Dyatkovskiy | Added unittests for IntegersSubset and IntegersSubsetMa... |
tree | commitdiff |
2012-05-18 |
Nuno Lopes | fix corner case in ConstantRange::intersectWith(). |
tree | commitdiff |
2012-04-17 |
Manuel Klimek | Goodbye, JSONParser... |
tree | commitdiff |
2012-04-16 |
Duncan Sands | Remove support for the special 'fast' value for fpmath... |
tree | commitdiff |
2012-04-16 |
Duncan Sands | Make it possible to indicate relaxed floating point... |
tree | commitdiff |
2012-04-15 |
Duncan Sands | Add the MDBuilder helper class for conveniently creatin... |
tree | commitdiff |
2012-04-03 |
Michael J. Spencer | Add YAML parser to Support. |
tree | commitdiff |
2012-03-01 |
Benjamin Kramer | BumpPtrAllocator: Make sure threshold cannot be initial... |
tree | commitdiff |
2012-03-01 |
Argyrios Kyrtzidis | If BumpPtrAllocator is requested to allocate a size... |
tree | commitdiff |
2012-01-22 |
NAKAMURA Takumi | unittests/Support/Casting.cpp: [PR8226] Workaround... |
tree | commitdiff |
2011-12-21 |
Manuel Klimek | Changes the JSON parser to use the SourceMgr. |
tree | commitdiff |
2011-12-20 |
David Blaikie | Unweaken vtables as per llvm.org/docs/CodingStandards... |
tree | commitdiff |
2011-12-16 |
Manuel Klimek | Adds a JSON parser and a benchmark (json-bench) to... |
tree | commitdiff |
2011-12-12 |
Chad Rosier | Revert r146363 to allow buildbots to make forward progress. |
tree | commitdiff |
2011-12-12 |
Michael J. Spencer | Support/FileSystem: Implement bool equivalent(file_stat... |
tree | commitdiff |
2011-12-12 |
Michael J. Spencer | Support/FileSystem: Implement canonicalize. |
tree | commitdiff |
2011-12-09 |
NAKAMURA Takumi | unittests/Support/Path.cpp: [recursive_directory_iterat... |
tree | commitdiff |
2011-12-09 |
Michael J. Spencer | unittests/SupportTests: Fix test. pop modifies the... |
tree | commitdiff |
2011-12-09 |
Michael J. Spencer | unittests/SupportTests: Add some outs()'s to debug... |
tree | commitdiff |
2011-12-08 |
Michael J. Spencer | Support/FileSystem: Implement recursive_directory_itera... |
tree | commitdiff |
2011-11-14 |
Nick Lewycky | Fix Windows build, don't try to #include <pthread.h... |
tree | commitdiff |
2011-11-14 |
Nick Lewycky | Add support for tsan annotations (thread sanitizer... |
tree | commitdiff |
2011-10-24 |
Benjamin Kramer | Implement comparison operators for BranchProbability... |
tree | commitdiff |
2011-10-23 |
Benjamin Kramer | Add compare operators to BranchProbability and use... |
tree | commitdiff |
2011-09-28 |
Eli Friedman | NULL cannot be portably used as the last argument to... |
tree | commitdiff |
2011-09-13 |
NAKAMURA Takumi | unittests/Support/DataExtractorTest.cpp: Specify ULL... |
tree | commitdiff |
2011-09-13 |
Benjamin Kramer | Add the DataExtractor utility class. |
tree | commitdiff |
2011-07-27 |
Jakub Staszak | Add test cases for BlockFrequency. |
tree | commitdiff |
2011-07-18 |
Chris Lattner | land David Blaikie's patch to de-constify Type, with... |
tree | commitdiff |
2011-07-12 |
Jay Foad | Second attempt at de-constifying LLVM Types in Function... |
tree | commitdiff |
2011-07-12 |
Bill Wendling | Revert r134893 and r134888 (and related patches in... |
tree | commitdiff |
2011-07-11 |
Jay Foad | De-constify Types in StructType::get() and TargetData... |
tree | commitdiff |
2011-07-11 |
Jay Foad | De-constify Types in FunctionType::get(). |
tree | commitdiff |
2011-06-22 |
Nick Lewycky | Fix the implementation of ConstantRange::sub(ConstantRa... |
tree | commitdiff |
2011-06-18 |
Chris Lattner | fix the varargs version of StructType::get to not requi... |
tree | commitdiff |
2011-06-16 |
Chris Lattner | add some #includes that will soon be needed. |
tree | commitdiff |
2011-05-21 |
Nick Lewycky | Add CreateLifetimeStart and CreateLifetimeEnd to the... |
tree | commitdiff |
2011-03-01 |
Oscar Fuentes | Fixes warnings emitted by Visual Studio 2010 compiler. |
tree | commitdiff |
2011-02-11 |
Zhanyong Wan | Adds llvm::sys::path::is_separator() to test whether... |
tree | commitdiff |
2011-01-15 |
Michael J. Spencer | Unittests/Support/Path: Tweak test. |
tree | commitdiff |
2011-01-06 |
Michael J. Spencer | UnitTests/Path: Add magical tests. This will also test... |
tree | commitdiff |
2011-01-06 |
Michael J. Spencer | UnitTests/Path: More ASSERT_NO_ERROR cleanup. |
tree | commitdiff |
2011-01-05 |
Michael J. Spencer | UnitTests/Path: Fix typo, add error number, and enable... |
tree | commitdiff |
2011-01-05 |
Michael J. Spencer | UnitTests/PathV2: Setup a test fixture to make tracking... |
tree | commitdiff |
2011-01-05 |
Michael J. Spencer | Support/PathV2: Implement directory iteration on POSIX. |
tree | commitdiff |
2011-01-04 |
Michael J. Spencer | UnitTests/Path: Produce useful diagnostics on error. |
tree | commitdiff |
2010-12-23 |
Jeffrey Yasskin | Change all self assignments X=X to (void)X, so that... |
tree | commitdiff |
2010-12-07 |
Michael J. Spencer | Support/PathV2: Change most functions in the path names... |
tree | commitdiff |
2010-12-07 |
Jay Foad | PR5207: Change APInt methods trunc(), sext(), zext... |
tree | commitdiff |
2010-12-07 |
Michael J. Spencer | Support/PathV2: Remove the error_code return type from... |
tree | commitdiff |
2010-12-07 |
Michael J. Spencer | Support/PathV2: Move make_absolute from path to fs. |
tree | commitdiff |
2010-12-06 |
Michael J. Spencer | Support/FileSystem: Add directory_iterator implementation. |
tree | commitdiff |
2010-12-04 |
Michael J. Spencer | Unittests/Support/PathV2: Add FileSystem tests. |
tree | commitdiff |
2010-12-03 |
Michael J. Spencer | Support/FileSystem: Add remove implementation. |
tree | commitdiff |
2010-12-03 |
Benjamin Kramer | unittests/Support/PathV2: remove(3) requires a terminat... |
tree | commitdiff |
2010-12-03 |
Michael J. Spencer | Unittests/Support/PathV2: Cleanup and remove output. |
tree | commitdiff |
2010-12-03 |
Michael J. Spencer | unittests/Support/PathV2: Comment out test because... |
tree | commitdiff |
2010-12-03 |
Michael J. Spencer | Support/FileSystem: Add unique_file and exists implemen... |
tree | commitdiff |
2010-12-01 |
Michael J. Spencer | Make valgrind happy. |
tree | commitdiff |
2010-12-01 |
Michael J. Spencer | unittests/Support/PathV2: Fix -pedantic warning. |
tree | commitdiff |
2010-12-01 |
Michael J. Spencer | Support/PathV2: Add is_{absolute,relative} implementation. |
tree | commitdiff |
2010-12-01 |
Michael J. Spencer | Support/PathV2: Add has_{root_path,root_name,root_direc... |
tree | commitdiff |
2010-12-01 |
Michael J. Spencer | unittests/Support/PathV2: Make tests much shorter;... |
tree | commitdiff |
2010-12-01 |
Michael J. Spencer | Support/PathV2: Add extension implementation. |
tree | commitdiff |
2010-12-01 |
Michael J. Spencer | Support/PathV2: Add stem implementation. |
tree | commitdiff |
2010-12-01 |
Michael J. Spencer | Support/PathV2: Add filename implementation. |
tree | commitdiff |
2010-12-01 |
Michael J. Spencer | Support/PathV2: Add native implementation. |
tree | commitdiff |
2010-12-01 |
Michael J. Spencer | Support/PathV2: Add replace_extension implementation. |
tree | commitdiff |
2010-12-01 |
Michael J. Spencer | Support/PathV2: Add remove_filename implementation. |
tree | commitdiff |
next |