Revert "Add --program-prefix support to build"
[oota-llvm.git] / unittests / Support /
2012-09-19 Andrew KaylorThis patch adds memory support functions which will...
2012-09-14 Daniel Dunbarcmake: Fix file path.
2012-09-14 Daniel Dunbarformatted_raw_ostream: Fix a serious bug in tell().
2012-09-14 David BlaikieFix up erroneous alignas usage while making this portab...
2012-08-21 Richard SmithDon't pass a null pointer to cast<> in its unit tests.
2012-08-20 Benjamin KramerDataExtractor: Fix integer truncation issues in LEB128...
2012-08-17 Chandler CarruthFlatten the aligned-char-array utility template to...
2012-08-15 Michael J. SpencerProperly test the LLVM_USE_RVALUE_REFERENCES macro.
2012-08-15 Michael J. Spencer[PathV2] Add mapped_file_region. Implementation for...
2012-08-13 Alexander KornienkoAdded test for non-static use of cl::opt (fixed in...
2012-08-01 Nick KledzikInitial commit of new FileOutputBuffer support class.
2012-07-31 Nick KledzikSuppress stderr noise when test case runs.
2012-07-23 Nuno Lopesmake ConstantRange::zeroExtend() optimal
2012-07-16 Nuno Lopesteach ConstantRange that zero times X is always zero
2012-07-16 Nuno Lopesmake ConstantRange::getSetSize() properly compute the...
2012-07-16 Chandler CarruthMove the IRBuilder unittest from Support to VMCore...
2012-07-15 Chandler CarruthMove llvm/Support/TypeBuilder.h -> llvm/TypeBuilder...
2012-07-15 Chandler CarruthMove llvm/Support/MDBuilder.h to llvm/MDBuilder.h,...
2012-07-02 Eric ChristopherRevert "IntRange:" as it appears to be breaking self...
2012-07-02 Stepan DyatkovskiyIntRange:
2012-06-29 Chandler CarruthMove llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
2012-06-28 Nuno Lopesadd ConstantRange::difference (to perform set differenc...
2012-06-28 Nuno Lopesfix a off-by-one bug in intersectWith(), and add a...
2012-06-26 Stepan DyatkovskiyIntegersSubsetTest: Due to compilation failure with...
2012-06-26 Stepan DyatkovskiyIntegersSubsetMapping: implemented "diff" operation...
2012-06-26 Stepan DyatkovskiyIntegersSubsetMapping: removed exclude operation, it...
2012-06-24 NAKAMURA Takumiunittests/Support/Path.cpp: [Win32] Suppress FileSystem...
2012-06-24 NAKAMURA Takumiunittests/Support/Path.cpp: [Win32] Suppress FileSystem...
2012-06-21 Chandler CarruthAdd a pragma to supress an MSVC warning on some of...
2012-06-21 Chandler CarruthCompletely refactor the structuring of unittest CMake...
2012-06-20 Chandler CarruthFix inappropriate use of anonymous namespaces in unittests.
2012-06-20 Nick KledzikAdd permissions(), map_file_pages(), and unmap_file_pag...
2012-06-17 Benjamin KramerFor reasons I can't fathom MSVC supports ULL but not...
2012-06-17 Chandler CarruthDisable a particular assertion on MSVC... I'm deeply...
2012-06-17 Chandler CarruthAdd some somewhat exhaustive tests of sizeof properties...
2012-06-16 Chandler CarruthRelax one assertion -- long double has strange alignmen...
2012-06-16 Chandler CarruthTry to reduce the size of the array used for compile...
2012-06-16 Chandler CarruthAdd support to the alignment support header for conjuri...
2012-06-06 Benjamin KramerRound 2 of dead private variable removal.
2012-06-05 Stepan DyatkovskiyIntegersSubsetMapping: added exclude operation, that...
2012-06-05 Stepan DyatkovskiyIntegersSubsetMapping:
2012-06-02 Stepan DyatkovskiyAdded unittests for IntegersSubset and IntegersSubsetMa...
2012-05-18 Nuno Lopesfix corner case in ConstantRange::intersectWith().
2012-04-17 Manuel KlimekGoodbye, JSONParser...
2012-04-16 Duncan SandsRemove support for the special 'fast' value for fpmath...
2012-04-16 Duncan SandsMake it possible to indicate relaxed floating point...
2012-04-15 Duncan SandsAdd the MDBuilder helper class for conveniently creatin...
2012-04-03 Michael J. SpencerAdd YAML parser to Support.
2012-03-01 Benjamin KramerBumpPtrAllocator: Make sure threshold cannot be initial...
2012-03-01 Argyrios KyrtzidisIf BumpPtrAllocator is requested to allocate a size...
2012-01-22 NAKAMURA Takumiunittests/Support/Casting.cpp: [PR8226] Workaround...
2011-12-21 Manuel KlimekChanges the JSON parser to use the SourceMgr.
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-12-16 Manuel KlimekAdds a JSON parser and a benchmark (json-bench) to...
2011-12-12 Chad RosierRevert r146363 to allow buildbots to make forward progress.
2011-12-12 Michael J. SpencerSupport/FileSystem: Implement bool equivalent(file_stat...
2011-12-12 Michael J. SpencerSupport/FileSystem: Implement canonicalize.
2011-12-09 NAKAMURA Takumiunittests/Support/Path.cpp: [recursive_directory_iterat...
2011-12-09 Michael J. Spencerunittests/SupportTests: Fix test. pop modifies the...
2011-12-09 Michael J. Spencerunittests/SupportTests: Add some outs()'s to debug...
2011-12-08 Michael J. SpencerSupport/FileSystem: Implement recursive_directory_itera...
2011-11-14 Nick LewyckyFix Windows build, don't try to #include <pthread.h...
2011-11-14 Nick LewyckyAdd support for tsan annotations (thread sanitizer...
2011-10-24 Benjamin KramerImplement comparison operators for BranchProbability...
2011-10-23 Benjamin KramerAdd compare operators to BranchProbability and use...
2011-09-28 Eli FriedmanNULL cannot be portably used as the last argument to...
2011-09-13 NAKAMURA Takumiunittests/Support/DataExtractorTest.cpp: Specify ULL...
2011-09-13 Benjamin KramerAdd the DataExtractor utility class.
2011-07-27 Jakub StaszakAdd test cases for BlockFrequency.
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-12 Jay FoadSecond attempt at de-constifying LLVM Types in Function...
2011-07-12 Bill WendlingRevert r134893 and r134888 (and related patches in...
2011-07-11 Jay FoadDe-constify Types in StructType::get() and TargetData...
2011-07-11 Jay FoadDe-constify Types in FunctionType::get().
2011-06-22 Nick LewyckyFix the implementation of ConstantRange::sub(ConstantRa...
2011-06-18 Chris Lattnerfix the varargs version of StructType::get to not requi...
2011-06-16 Chris Lattneradd some #includes that will soon be needed.
2011-05-21 Nick LewyckyAdd CreateLifetimeStart and CreateLifetimeEnd to the...
2011-03-01 Oscar FuentesFixes warnings emitted by Visual Studio 2010 compiler.
2011-02-11 Zhanyong WanAdds llvm::sys::path::is_separator() to test whether...
2011-01-15 Michael J. SpencerUnittests/Support/Path: Tweak test.
2011-01-06 Michael J. SpencerUnitTests/Path: Add magical tests. This will also test...
2011-01-06 Michael J. SpencerUnitTests/Path: More ASSERT_NO_ERROR cleanup.
2011-01-05 Michael J. SpencerUnitTests/Path: Fix typo, add error number, and enable...
2011-01-05 Michael J. SpencerUnitTests/PathV2: Setup a test fixture to make tracking...
2011-01-05 Michael J. SpencerSupport/PathV2: Implement directory iteration on POSIX.
2011-01-04 Michael J. SpencerUnitTests/Path: Produce useful diagnostics on error.
2010-12-23 Jeffrey YasskinChange all self assignments X=X to (void)X, so that...
2010-12-07 Michael J. SpencerSupport/PathV2: Change most functions in the path names...
2010-12-07 Jay FoadPR5207: Change APInt methods trunc(), sext(), zext...
2010-12-07 Michael J. SpencerSupport/PathV2: Remove the error_code return type from...
2010-12-07 Michael J. SpencerSupport/PathV2: Move make_absolute from path to fs.
2010-12-06 Michael J. SpencerSupport/FileSystem: Add directory_iterator implementation.
2010-12-04 Michael J. SpencerUnittests/Support/PathV2: Add FileSystem tests.
2010-12-03 Michael J. SpencerSupport/FileSystem: Add remove implementation.
2010-12-03 Benjamin Kramerunittests/Support/PathV2: remove(3) requires a terminat...
2010-12-03 Michael J. SpencerUnittests/Support/PathV2: Cleanup and remove output.
2010-12-03 Michael J. Spencerunittests/Support/PathV2: Comment out test because...
2010-12-03 Michael J. SpencerSupport/FileSystem: Add unique_file and exists implemen...
2010-12-01 Michael J. SpencerMake valgrind happy.
next