OSDN Git Service

Revert r302678 "[AArch64] Enable use of reduction intrinsics."
[android-x86/external-llvm.git] / unittests /
2017-05-15 Craig Topper[ConstantRange] Fix what appear to be copy and paste...
2017-05-14 Dimitry AndricFix DynamicLibraryTest.cpp on FreeBSD and NetBSD
2017-05-13 Justin Bogner[CodeView] Silence some -Wsign-compare warnings
2017-05-12 Andrew Kaylor[TLI] Add declarations for various math header file...
2017-05-12 Zachary Turner[CodeView] Add a random access type visitor.
2017-05-12 Galina KistanovaMake sure we have actually written what is expected...
2017-05-11 Teresa JohnsonRestrict call metadata based hotness detection to Sampl...
2017-05-11 NAKAMURA TakumiSupportTests: Suppress ParallelTests on mingw for now...
2017-05-11 Zachary Turner[Support] Move Parallel algorithms from LLD to LLVM.
2017-05-10 Craig Topper[ConstantRange] Fix the early out in ConstantRange...
2017-05-10 Craig Topper[ConstantRange] Add test case showing a case where...
2017-05-09 Lang Hames[ExecutionEngine] Make RuntimeDyld::MemoryManager respo...
2017-05-09 Adrian PrantlMake it illegal for two Functions to point to the same...
2017-05-09 Serge GueltonSuppress all uses of LLVM_END_WITH_NULL. NFC.
2017-05-09 Hans WennborgRevert r302469 "Make it illegal for two Functions to...
2017-05-08 Adrian PrantlMake it illegal for two Functions to point to the same...
2017-05-08 Zvi RackoverIR: Add a shufflevector mask commutation helper functio...
2017-05-08 Craig Topper[APInt] Add support for multiplying by a uint64_t.
2017-05-05 Matthias BraunTargetLibraryInfo: Introduce wcslen
2017-05-05 Zachary Turner[ADT] Add BitVector::find_prev.
2017-05-05 Zachary Turner[ADT] A few minor improvements to BitVector
2017-05-03 Ahmed Bougacha[AArch64] Make the TargetParser add CPU exts provided...
2017-05-03 Reid Kleckner[IR] Abstract away ArgNo+1 attribute indexing as much...
2017-05-03 Zachary TurnerDelete dead function causing compilation failure.
2017-05-03 Zachary Turner[llvm-readobj] Update readobj to re-use parsing code.
2017-05-03 Zachary TurnerResubmit r301986 and r301987 "Add codeview::StringTable"
2017-05-03 Greg ClaytonVerify that no compile units share the same line table...
2017-05-03 Daniel JasperRevert r301986 (and subsequent r301987).
2017-05-03 Zachary TurnerFix use after free in BinaryStream library.
2017-05-02 Zachary TurnerMake codeview::StringTable.
2017-05-02 Greg ClaytonAdd line table verification to lldb-dwarfdump --verify
2017-05-02 Reid KlecknerRe-land r301697 "[IR] Make add/remove Attributes use...
2017-05-02 Greg ClaytonVerify that all references point to actual DIEs in...
2017-05-02 Zachary TurnerRename pdb::StringTable -> pdb::PDBStringTable.
2017-05-01 Greg ClaytonAdds initial llvm-dwarfdump --verify support with unit...
2017-05-01 Sanjoy DasAdd a new WeakVH value handle; NFC
2017-05-01 Sanjoy DasRename WeakVH to WeakTrackingVH; NFC
2017-05-01 Sanjoy DasEmulate TrackingVH using WeakVH
2017-04-30 Craig Topper[APInt] Remove support for wrapping from APInt::setBits.
2017-04-29 Daniel Sanders[globalisel][tablegen] Compute available feature bits...
2017-04-28 Hans WennborgRevert r301697 "[IR] Make add/remove Attributes use...
2017-04-28 Adrian PrantlRemove line and file from DINamespace.
2017-04-28 Reid Kleckner[IR] Make add/remove Attributes use AttrBuilder instead...
2017-04-27 Frederich MunchFix a few pedantic warnings.
2017-04-27 Frederich MunchLimit disabling of warnings emitted from r301571 by...
2017-04-27 Frederich MunchFix warnings from test added in r301562 on Windows...
2017-04-27 Frederich MunchRefactor DynamicLibrary so searching for a symbol will...
2017-04-27 Zachary Turner[Support] Make BinaryStreamArray extractors stateless.
2017-04-26 Adrian PrantlAdd support for DW_TAG_thrown_type.
2017-04-26 Sanjoy DasReverts commit r301424, r301425 and r301426
2017-04-26 Sanjoy DasAdd a new WeakVH value handle; NFC
2017-04-26 Sanjoy DasRename WeakVH to WeakTrackingVH; NFC
2017-04-25 Zachary Turner[StringExtras] Add a fromHex to complement toHex.
2017-04-25 Sanjoy DasTeach SCEV normalization to de/normalize non-affine...
2017-04-24 Frederich MunchRevert "Refactor DynamicLibrary so searching for a...
2017-04-24 Frederich MunchRefactor DynamicLibrary so searching for a symbol will...
2017-04-24 Dimitry AndricDon't test setting sticky bits on files for modern...
2017-04-24 Craig Topper[APInt] Add ashrInPlace method and rewrite ashr to...
2017-04-24 Ismail DonmezAdd SUSE vendor
2017-04-24 Craig Topper[APInt] Make behavior of ashr by BitWidth consistent...
2017-04-24 Frederich MunchRevert "Refactor DynamicLibrary so searching for a...
2017-04-24 Frederich MunchRefactor DynamicLibrary so searching for a symbol will...
2017-04-23 Craig Topper[APInt] In sext single word case, use SignExtend64...
2017-04-23 Renato GolinRevert "[APInt] Add ashrInPlace method and implement...
2017-04-22 Craig Topper[APInt] Add ashrInPlace method and implement ashr using...
2017-04-22 David BlaikieRemove the unnecessary virtual dtor from the DIEUnit...
2017-04-21 Zachary Turner[BitVector] Add find_last() and find_last_unset().
2017-04-21 Serguei Katkov[BPI] Add multiplication by scalar operators to BranchP...
2017-04-21 Serguei Katkov[AsmWriter/APFloat] FP constant printing: Avoid usage...
2017-04-20 Paul Robinson[DWARF] Versioning for DWARF constants; verify FORMs
2017-04-20 Zachary TurnerResubmit "[BitVector] Add operator<<= and operator...
2017-04-20 Amara Emerson[SVE] Fix mismatched sign comparison warning in unit...
2017-04-20 Zachary TurnerRevert "[BitVector] Add operator<<= and operator>>=."
2017-04-20 Craig Topper[APInt] Add isSubsetOf method that can check if one...
2017-04-20 Zachary Turner[BitVector] Add operator<<= and operator>>=.
2017-04-20 Amara Emerson[MVT][SVE] Scalable vector MVTs (3/3)
2017-04-20 Diana Picus[ARM] Rename HW div feature to HW div Thumb. NFCI.
2017-04-20 Craig TopperRecommit "[APInt] Add back the asserts that check that...
2017-04-20 Craig TopperRevert r300811 "[APInt] Add back the asserts that check...
2017-04-20 Craig Topper[APInt] Add back the asserts that check that the APInt...
2017-04-19 Craig Topper[APInt] Cast more calls to add/sub/mul overflow functio...
2017-04-19 Benjamin Kramer[MathExtras] Fix undefined behavior (shift by bit width)
2017-04-19 Reid KlecknerPrefer addAttr(Attribute::AttrKind) over the AttributeL...
2017-04-19 Zachary Turner[Support] Add some helpers to generate bitmasks.
2017-04-19 Kristof Beyls[GlobalISel] Support vector-of-pointers in LLT
2017-04-19 Reid KlecknerRemove buggy 'addAttributes(unsigned, AttrBuilder)...
2017-04-18 Reid KlecknerFix crash in AttributeList::addAttributes, add test
2017-04-18 Kristof BeylsRevert "[GlobalISel] Support vector-of-pointers in...
2017-04-18 Kristof Beyls[GlobalISel] Support vector-of-pointers in LLT
2017-04-18 Craig Topper[APInt] Make operator<<= shift in place. Improve the...
2017-04-17 Craig Topper[APInt] Merge the multiword code from lshrInPlace and...
2017-04-17 Wei Mi[SCEV] Add a local cache for getZeroExtendExpr and...
2017-04-17 Craig Topper[APInt] Remove self move check from move assignment...
2017-04-16 Craig Topper[APInt] Fix a bug in lshr by a value more than 64 bits...
2017-04-14 Sanjoy DasGeneralize SCEV's unit testing helper a bit
2017-04-14 Reid Kleckner[IR] Make paramHasAttr to use arg indices instead of...
2017-04-14 Craig Topper[ValueTracking] Avoid undefined behavior in unittest...
2017-04-14 Sanjoy DasAdd a unit test for SCEV Normalization
2017-04-14 Alex DenisovAdd more test cases for StringRef::edit_distance
2017-04-14 Lang Hames[ORC] Re-enable the Error/Expected unit tests that...
next