DataFlowSanitizer: move abilist input file to Inputs.
[oota-llvm.git] / unittests /
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.
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-07-04 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-07-02 David BlaikieFix -Wsign-compare warning and remove windows-style...
2013-07-02 Elena DemikhovskyFixed alignment of code sections in the JIT mode. Added...
2013-07-01 Michael Gottesman[APFloat] Ensure that we can properly parse strings...
2013-06-28 Matt ArsenaultFix copypaste error in test.
2013-06-28 Daniel MaleaReplace UNIXy path with os-independent one in DebugIR...
2013-06-28 Jakob Stoklund OlesenFix a bad overflow check pointed out by Ben.
2013-06-28 Daniel MaleaFix Windows/Darwin build error in DebugIR unit tests
2013-06-28 Andrew KaylorRevising the MCJIT ObjectCache interface to allow subcl...
2013-06-28 Daniel MaleaAdding tests for DebugIR pass
2013-06-28 Jakob Stoklund OlesenAdd a division operator to BlockFrequency.
2013-06-27 Rafael EspindolaAdd a convenience createUniqueDirectory function.
2013-06-27 Michael Gottesman[APFloat] Added unittest for APFloat.divide that checks...
2013-06-27 Michael GottesmanRemoved two logging printf statements from the APFloat...
2013-06-26 Michael Gottesman[APFloat] Added unittest for APFloat.multiply that...
2013-06-26 Michael Gottesman[APFloat] Added unittest for APFloat.subtract that...
2013-06-26 Michael Gottesman[APFloat] Removed debugging cruft that snuck in.
2013-06-26 Rafael EspindolaRemove unused includes.
2013-06-26 Rafael EspindolaPort GetMainExecutable over to PathV2.
2013-06-24 Michael Gottesman[APFloat] Removed trailing whitespace from unittests.
2013-06-24 Michael Gottesman[APFloat] Added a large unittest for APFloat.add that...
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 Akira Hatanaka[mips] Remove Triple:mips from SupportedArchs in MCJIT...
2013-06-20 Michael Gottesman[APFloat] Rename isIEEENormal => isNormal and remove...
2013-06-20 Michael Gottesman[APFloat] Fix typo in test so we actually test if we...
2013-06-20 Rafael EspindolaRename fs::GetUniqueID to fs::getUniqueID to match...
2013-06-19 Michael Gottesman[APFloat] Changed APFloat::isNormal => APFloat::isFinit...
2013-06-19 Aaron BallmanModified the implementation of fs::GetUniqueID on Windo...
2013-06-19 Michael Gottesman[APFloat] Added isFiniteNonZero predicate.
2013-06-19 Bill WendlingAdd unit test to test a trivial verifier check.
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-06-07 Benjamin KramerBitVector: Do the right thing in all() when Size is...
2013-06-07 Benjamin KramerOptimize BitVector::all().
2013-06-04 Michael GottesmanIEEE-754R 5.7.2 General Operations is* operations ...
next