Provide msbuild integration for vs2013.
[oota-llvm.git] / unittests /
2013-10-05 Aaron BallmanSilencing an MSVC warning.
2013-10-02 Tim NorthoverMCJIT: skip some more new multi-module tests on unsuppo...
2013-10-02 Filip PizloThis threads SectionName through the allocateCodeSectio...
2013-10-01 Tareq A. SirajAdd non-blocking Wait() for launched processes
2013-10-01 Andrew KaylorTests for MCJIT multiple module support
2013-09-30 Matt ArsenaultFix getOrInsertGlobal dropping the address space.
2013-09-30 Benjamin KramerIRBuilder: Add RAII objects to reset insertion points...
2013-09-29 Benjamin KramerPlug a memory leak in a unit test. Stack allocation...
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-09-04 Eric ChristopherIt's a very large constant. Say so.
2013-09-03 Eric ChristopherFix copy and pasto with CMake files for unittest.
2013-09-03 Eric ChristopherAdd a hashing routine that handles hashing types. Add...
2013-09-03 Eric ChristopherAlphabetize.
2013-09-03 Joerg SonnenbergerAdd a Python-like join function to merge a list of...
2013-08-29 Eli FriedmanChange default # of digits for APFloat::toString
2013-08-28 Rui UeyamaOption parsing: support case-insensitive option matching.
2013-08-28 Ted KremenekRevert r189442 "Change default # of digits for APFloat...
2013-08-28 Eli FriedmanChange default # of digits for APFloat::toString
2013-08-28 Rui UeyamaRevert "Option parsing: support case-insensitive option...
2013-08-27 Rui UeyamaOption parsing: support case-insensitive option matching.
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-21 David BlaikieBasic unit tests for PointerUnion
2013-08-19 Peter CollingbourneIntroduce SpecialCaseList::isIn overload for GlobalAliases.
2013-08-19 Peter CollingbourneRemove SpecialCaseList::findCategory.
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-13 Hans WennborgOptions: explicit handling of --
2013-08-13 Hans WennborgOptions: Add new option kind that consumes remaining...
2013-08-13 Nick LewyckyFix an oversight in isPotentiallyReachable where we...
2013-08-12 Tareq A. SirajFixes a bug when iterating on paths
2013-08-12 Alexey SamsonovRelax conditions of test added in r188156 to fix it...
2013-08-12 Alexey SamsonovIntroduce factory methods for SpecialCaseList
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-02 Peter CollingbourneMake one of the AttributeSet ctors maintain the invaria...
2013-08-02 Hans WennborgOption parsing: recognize the special -- token
2013-08-01 Sean SilvaUpdate incorrect file headers.
2013-07-31 Hans WennborgOption parsing: remove non-SUPPORT_ALIASARGS fall-back
2013-07-31 Hans WennborgOption parsing: add support for alias arguments.
2013-07-31 Matt ArsenaultFix ptr vector inconsistency in CreatePointerCast
2013-07-31 Rafael EspindolaFix windows' implementation of status when a file doesn...
2013-07-30 Matt ArsenaultRespect address space sizes in isEliminableCastPair.
2013-07-30 Matt ArsenaultRevert "Remove isCastable since nothing uses it now"
2013-07-30 Matt ArsenaultRemove isCastable since nothing uses it now
2013-07-30 Matt ArsenaultChange behavior of calling bitcasted alias functions.
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-27 Michael Gottesman[APFloat] Make all arithmetic operations with NaN produ...
2013-07-27 Nick LewyckyUpdate this CMakeLists.txt for r187283 too.
2013-07-27 Nick LewyckyReimplement isPotentiallyReachable to make nocapture...
2013-07-26 Rafael EspindolaRevert "[PowerPC] Improve consistency in use of __ppc__...
2013-07-26 Bill Schmidt[PowerPC] Improve consistency in use of __ppc__, __powe...
2013-07-25 Rafael EspindolaDon't end a file name with a dot. It looks odd.
2013-07-24 Akira Hatanaka[mips] Use pristine object file while processing reloca...
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-22 Hans WennborgOption parsing: allow aliases in groups
2013-07-20 Hans WennborgAdd Option unit tests to the make build
2013-07-19 Reid KlecknerAdd some flag exclusion tests.
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-17 Eli FriedmanHandle '.' correctly in hex float literal parsing.
2013-07-16 Rafael EspindolaAdd a wrapper for open.
2013-07-16 Peter CollingbourneMake SpecialCaseList match full strings, as documented...
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-13 Stephen LinConvert Windows to Unix line endings, no functionality...
2013-07-13 Rafael EspindolaAttempt at fixing a mingw bot.
2013-07-11 Benjamin KramerSync SmallBitVector with BitVector. Add unit tests...
2013-07-09 Peter CollingbourneImplement categories for special case lists.
2013-07-09 Peter CollingbourneAdd some SpecialCaseList unit tests.
2013-07-09 Sean SilvaMake BinaryRef output correctly in case of empty data.
next