[PM] Add names to passes under the new pass manager, and a debug output
[oota-llvm.git] / unittests / Support /
2014-01-10 Rafael EspindolaRemove remove_all. A compiler has no need for recursive...
2014-01-09 Rafael EspindolaAdd a unit test for the copy constructor.
2014-01-08 Rafael EspindolaUse getError and remove the error_code operator.
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-02 David BlaikieMake llvm::Regex non-copyable but movable.
2013-12-27 Chandler CarruthIntroduce a simple line-by-line iterator type into...
2013-12-25 NAKAMURA Takumiunittests/Support/ProcessTest.cpp: Don't use "windows...
2013-12-19 Hans WennborgMake sys::ThreadLocal<> zero-initialized on non-thread...
2013-12-14 Michael Gottesman[block-freq] Add a right shift to BlockFrequency that...
2013-12-12 Alp TokerSwap around EXPECT_EQ() arguments orders for more natur...
2013-12-12 Alp TokerAdd missing escape characters to the new Regex::escape...
2013-11-22 Michael Gottesman[block-freq] Update data in test case to be unsigned...
2013-11-21 Nick KledzikYAML I/O add support for validate()
2013-11-21 Nick Kledzikrevert r194655
2013-11-19 John ThompsonYAML I/O - Added default trait support for std:string...
2013-11-18 Alexander KornienkoRecover gracefully when deserializing invalid YAML...
2013-11-17 Michael Gottesman[block-freq] Add BlockFrequency::scale that returns...
2013-11-15 Rui UeyamaPath: Recognize COFF import library file magic.
2013-11-14 Rui UeyamaRecognize 0x0000 as a COFF file magic.
2013-11-14 Nick Kledzikremove extra semicolon
2013-11-14 Nick KledzikAdd dyn_cast<> support to YAML I/O's IO class
2013-11-14 Nick KledzikAdd simple support for tags in YAML I/O
2013-11-13 Rui UeyamaPath: Add tests for existing file magics.
2013-11-13 Rui UeyamaWhitespace.
2013-11-05 Rafael EspindolaSimplify ErrorOr.
2013-10-30 Nuno Lopesmake ConstantRange::signExtend() optimal
2013-10-25 Rafael EspindolaTry to fix the build on windows.
2013-10-25 Rafael EspindolaChange MemoryBuffer::getFile to take a Twine.
2013-10-24 John ThompsonReverting my r193344 checkin due to build breakage.
2013-10-24 John ThompsonAdded std::string as a built-in type for mapping.
2013-10-01 Tareq A. SirajAdd non-blocking Wait() for launched processes
2013-09-27 Dmitri GribenkoSourceMgr diagnotics printing: fix a bug where printing...
2013-09-27 Dmitri GribenkoMake SourceMgr::PrintMessage() testable and add unit...
2013-09-20 Tareq A. SirajFixed typo in CreateProcessTrailingSlash test
2013-09-11 Rui UeyamaRe-submit r190469: YAMLIO: Fix string quoting logic.
2013-09-11 Hans WennborgRevert "YAMLIO: Fix string quoting logic." (r190469)
2013-09-11 Rui UeyamaRemove trailing whitespace
2013-09-11 Rui UeyamaYAMLIO: Fix string quoting logic.
2013-09-10 Rui UeyamaTry to unbreak mingw32 buildbot.
2013-09-10 Rui UeyamaAdd getenv() wrapper that works on multibyte environmen...
2013-09-09 Bob WilsonUpdate CMake file to fix buildbots.
2013-09-09 Bob WilsonRevert patches to add case-range support for PR1255.
2013-09-04 Dmitri GribenkoMemoryBufer: add a test: check that a file with size...
2013-09-04 Alexander KornienkoMove generic isPrint and columnWidth implementations...
2013-08-22 NAKAMURA Takumi[Win32] mapped_file_region: Fix a bug in CreateFileMapp...
2013-08-22 NAKAMURA TakumiWhitespace.
2013-08-22 NAKAMURA TakumiSuppress MemoryBufferTest.cpp on win32 for now. Investi...
2013-08-22 NAKAMURA TakumiMemoryBufferTest.cpp: Tweak offset corresponding to...
2013-08-16 Aaron BallmanRemoving a spurious semi-colon; this macro expands...
2013-08-15 Aaron BallmanTighten up the yamilizer so it stops eliding empty...
2013-08-14 Alexey SamsonovExpose CRC-32 implementation from zlib
2013-08-12 Tareq A. SirajFixes a bug when iterating on paths
2013-08-08 Alexey SamsonovFix off-by-one error in Regex::isValid
2013-08-08 Benjamin KramerUse EXPECT_TRUE/EXPECT_FALSE to avoid bogus warnings...
2013-08-08 Alexander KornienkoChanged isPrint for U+00AD SOFT HYPHEN to return true.
2013-08-07 Alexander KornienkoDisabled columnWidth test for OSX, need someone with...
2013-08-07 Alexander KornienkoUse correct platform detection macro: __MACOSX__ -...
2013-08-07 Reid KlecknerFix boolean logic in LockFileManager and test it
2013-08-07 Alexander KornienkoDisable tests on WIN32 (which has incorrect implementat...
2013-08-07 Alexander KornienkoImplemented llvm::sys::locale::columnWidth and isPrint...
2013-08-05 Peter CollingbourneIntroduce Regex::isLiteralERE function.
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}.
next