OSDN Git Service

[DAGCombine] (uaddo X, (addcarry Y, 0, Carry)) -> (addcarry X, Y, Carry)
[android-x86/external-llvm.git] / unittests /
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...
2017-04-13 Richard SmithRemove all allocation and divisions from GreatestCommon...
2017-04-13 Lang Hames[ORC] Temporarily disable the RPC Error/Expected unit...
2017-04-13 Lang Hames[ORC] Remove more extraneous semicolons from r300167...
2017-04-13 Lang Hames[ORC] Add RPC and serialization support for Errors...
2017-04-13 Lang Hames[ORC] Use native Errors rather than converted std:...
2017-04-12 Richard SmithFix some ArgList uses after API change in r300135.
2017-04-12 Zachary Turner[llvm-pdbdump] More advanced class definition dumping.
2017-04-12 Zachary Turner[Support] Add support for unique_ptr<> to Casting.h.
2017-04-12 Chandler Carruth[IR] Redesign the case iterator in SwitchInst to actual...
2017-04-11 Daniel BerlinMemorySSA: Move to Analysis, from Transforms/Utils...
2017-04-10 Matt ArsenaultAllow DataLayout to specify addrspace for allocas.
2017-04-10 Zachary TurnerFix signed / unsigned comparison warnings.
2017-04-10 Zachary Turner[Support] Add support for finding unset bits in a BitVe...
2017-04-06 Davide Italiano[ADT] Add a generic breadth-first-search graph iterator.
2017-04-06 Lang Hames[Orc] Add missing header include for r299611.
2017-04-06 Lang Hames[Orc] Break QueueChannel out into its own header and...
2017-04-05 Lang Hames[RuntimeDyld] Remove an unused static member left over...
2017-04-04 Yi KongImplement host CPU detection for AArch64
2017-04-04 Lang Hames[RuntimeDyld] Make RuntimeDyld honor the ProcessAllSect...
2017-04-04 Jonas HahnfeldAlign all scalar numbers to LLVM_YAML_IS_FLOW_SEQUENCE_...
2017-04-03 Craig Topper[APInt] Move isMask and isShiftedMask out of APIntOps...
2017-04-02 Craig Topper[APInt] Add a public typedef for the internal type...
2017-03-31 Craig Topper[APInt] Fix bugs in isShiftedMask to match behavior...
2017-03-31 Stephen CanonFix 80-column violation in previous commit.
2017-03-31 Stephen CanonFix APFloat mod (committing for simonbyrne)
2017-03-31 Craig Topper[APInt] Rewrite getLoBits in a way that will do one...
2017-03-31 Kristof BeylsMake naming in Host.h in line with coding standards.
2017-03-31 Simon PilgrimSpelling mistakes in comments. NFCI.
2017-03-31 Craig Topper[APInt] Add unittests that demonstrate how very broken...
2017-03-30 Kristof BeylsRevert "Make naming in Host.h in line with coding stand...
2017-03-30 Kristof BeylsMake naming in Host.h in line with coding standards.
2017-03-30 Kristof BeylsRefactor getHostCPUName to allow testing on non-native...
2017-03-28 Adam Nemet[IR] Add AllowContract to FastMathFlags
2017-03-27 Craig Topper[APInt] Use memset in setAllBits.
next