Option parsing: recognize the special -- token
[oota-llvm.git] / unittests / Support /
2013-08-01 Sean SilvaUpdate incorrect file headers.
2013-07-31 Rafael EspindolaFix windows' implementation of status when a file doesn...
2013-07-30 Rafael EspindolaImplement getUniqueID for directories on windows.
2013-07-30 Rui UeyamaImplement TokenizeWindowsCommandLine.
2013-07-29 Rafael EspindolaInclude st_dev to make the result of getUniqueID actual...
2013-07-25 Rafael EspindolaDon't end a file name with a dot. It looks odd.
2013-07-23 Eli BenderskyRefactor the unit test for MemoryBuffer::getOpenFileSlice
2013-07-23 Rafael EspindolaSplit getOpenFile into getOpenFile and getOpenFileSlice.
2013-07-22 Eli BenderskyAdd a simple unit test for MemoryBuffer::getOpenFile
2013-07-19 Rafael EspindolaAdd a unit test for checking that we respect the F_Bina...
2013-07-18 Reid Kleckner[Support] Beef up and expose the response file parsing...
2013-07-18 Rafael EspindolaRemove dead code.
2013-07-18 Rafael EspindolaFix a regression I introduced back in r178147.
2013-07-16 Rafael EspindolaAdd a wrapper for open.
2013-07-16 Reid Kleckner[Support] Add a Unicode conversion wrapper from UTF16...
2013-07-16 NAKAMURA Takumiunittests/Support: Add TimeValue.Win32FILETIME, corresp...
2013-07-16 NAKAMURA TakumiRename Support.TimeValue to TimeValue.time_t in unittes...
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...
next