Implement categories for special case lists.
[oota-llvm.git] / unittests / Support /
2013-07-08 Rafael EspindolaWe now always create files with the correct permissions...
2013-07-05 Rafael EspindolaFix windows build.
2013-07-05 Rafael EspindolaUse sys::fs::createTemporaryFile.
2013-06-28 Jakob Stoklund OlesenFix a bad overflow check pointed out by Ben.
2013-06-28 Jakob Stoklund OlesenAdd a division operator to BlockFrequency.
2013-06-27 Rafael EspindolaAdd a convenience createUniqueDirectory function.
2013-06-26 Rafael EspindolaRemove unused includes.
2013-06-26 Rafael EspindolaPort GetMainExecutable over to PathV2.
2013-06-21 Benjamin KramerRevert "BlockFrequency: Saturate at 1 instead of 0...
2013-06-21 Benjamin KramerBlockFrequency: Saturate at 1 instead of 0 when multipl...
2013-06-20 Rafael EspindolaRename fs::GetUniqueID to fs::getUniqueID to match...
2013-06-19 Aaron BallmanModified the implementation of fs::GetUniqueID on Windo...
2013-06-13 Rafael EspindolaAvoid using PathV1.h in Program.h.
2013-06-12 Rafael EspindolaRemove the program class.
2013-06-11 Rafael EspindolaMove PathV2.h to Path.h
2013-06-08 Aaron Ballmansys::process::get_id() now returns the process ID inste...
2013-05-31 Eric ChristopherAdd support for adding the contents of a StringRef...
2013-05-31 Eric ChristopherConvert more unsigned char -> uint8_t.
2013-05-30 Eric ChristopherAdd a comment and some tests including the NULL byte.
2013-05-24 Eric ChristopherAdd to testsuite.
2013-05-24 Eric ChristopherArrayRef-ize MD5 and clean up a few variable names.
2013-05-24 Michael J. Spencer[Support] Remove Count{Leading,Trailing}Zeros_{32,64}.
2013-05-24 Michael J. Spencer[Support][MathExtras] Fix literal type issues.
2013-05-24 Michael J. Spencer[Support] Add type generic bit utilities to MathExtras.h
2013-05-14 Duncan SandsGet the unittests compiling when building with cmake...
2013-05-06 Andrew TrickImplemented public interface for modifying registered...
2013-05-06 Andrew TrickSupport command line option categories.
2013-04-30 Reid KlecknerTry to fix ProgramTest on FreeBSD
2013-04-24 Reid KlecknerDon't forward declare environ on Windows
2013-04-23 Reid KlecknerUn-revert the environ copy in ProgramTest after fixing...
2013-04-23 Alexey SamsonovAdd more guards around zlib-dependent code
2013-04-23 Alexey SamsonovAdd basic zlib support to LLVM. This would allow to...
2013-04-22 Michael GottesmanRevert "Add a missing reference on a std::vector<>...
2013-04-22 Reid KlecknerAdd a missing reference on a std::vector<> out param
2013-04-22 Reid Kleckner[Support] Propagate the environment into the test child...
2013-04-22 Reid Kleckner[Support] Fix argv string escape bug on Windows
2013-04-05 Michael J. Spencer[Support][FileSystem] Fix identify_magic for big endian...
2013-03-27 Evgeniy StepanovDisable Initialize.MultipleThreads test under MemorySan...
2013-03-16 Aaron BallmanTest case for graceful handling of long file names...
2013-03-14 Michael J. Spencer[Support][Test] Missed this in the API change.
2013-02-28 Michael J. Spencer[Support][ErrorOr] Add support for implicit conversion...
2013-02-06 Michael J. Spencer[Support][ErrorOr] Add support for convertable types.
2013-02-05 Andrew TrickRevert "[Support][ErrorOr] Add support for convertable...
2013-02-05 Michael J. Spencer[Support][ErrorOr] Add support for convertable types.
2013-01-24 NAKAMURA Takumiunittests/SupportTests/Initialize.MultipleThreads:...
2013-01-24 NAKAMURA Takumiunittests/SupportTests/Initialize.MultipleThreads:...
2013-01-23 Michael J. Spencer[Support][ErrorOr] Add optimized specialization of...
2013-01-22 NAKAMURA TakumiErrorOrTest.cpp: Check existence of EXPECT_DEBUG_DEATH...
2013-01-21 Michael J. Spencer[Support] Make test C++03.
2013-01-20 Benjamin KramerDisable test that fails due to lack of std::true_type...
2013-01-20 Michael J. Spencer[Support] Port ErrorOr<T> from lld to C++03.
2013-01-10 Dmitri GribenkoReplace memcpys by a static_cast and an integral promotion.
2013-01-10 Dmitri GribenkoFix coding style
2013-01-10 Jakub StaszakUnbreak tests after regression from r172081.
2013-01-10 David GreeneFix Alias Bug
2013-01-05 Chandler CarruthRename the unittest from ArrayRecylerTest.cpp to ArrayR...
2013-01-05 Jakob Stoklund OlesenAdd an ArrayRecycler class.
2013-01-04 Chandler CarruthAdd time getters to the process interface for requestin...
2013-01-04 Nick KledzikFix how YAML I/O detects flow sequences.
2013-01-02 Michael J. Spencer[Support][Endian] Add support for specifying the alignm...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-31 Chandler CarruthGo ahead and get rid of the old page size interface...
2012-12-31 Chandler CarruthFlesh out a page size accessor in the new API.
2012-12-31 Michael J. Spencer[AlignOf] Add AlignedCharArray and refactor AlignedChar...
2012-12-31 Chandler CarruthBegin sketching out the process interface.
2012-12-17 Nick KledzikFix some integer constant warnings by using a suffix
2012-12-17 Nick Kledzikre-enable test cases now that traits work with g++...
2012-12-12 Nick KledzikTemporarily disable test cases until they compile with...
2012-12-12 David BlaikieUnbreak the build. Fallout from r170019.
2012-12-12 Nick KledzikInitial implementation of a utility for converting...
2012-12-05 Akira HatanakaDo not run tests MappedMemoryTest.BasicWrite and Multip...
2012-12-04 Chandler CarruthSort the #include lines for unittest/...
2012-12-03 Michael J. Spencer[Support] Make FileOutputBuffer work on Windows.
2012-11-30 Chandler CarruthSwitch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_RE...
2012-11-28 Eli BenderskyAdd backreference matching capabilities to Support...
2012-11-19 Sean SilvaAllow using MemoryBuffers with yaml::Stream directly.
2012-11-17 Joe AbbeyRemoving utf-8 smart quote and trailing whitespace
2012-11-17 Joe AbbeySuppressing the 'direct base ‘{anonymous}::S1’ inaccess...
2012-11-14 Jakub StaszakRemove DOS line endings.
2012-11-10 Benjamin KramerProvide definitions for all functions.
2012-10-11 Sean SilvaCasting.h: Automatically handle isa<Base>(Derived).
2012-10-04 Andrew KaylorAdding MCJIT and MemoryBuffer unit tests
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,...
next