OSDN Git Service

[AArch64] Add a test for float argument passing to win64 vararg functions
[android-x86/external-llvm.git] / unittests / ADT /
2017-07-10 Chandler Carruth[ADT] Fix another "oops" spotted by eddyb and reported...
2017-07-09 Chandler Carruth[ADT] Fix a test case to use a correct escape for a...
2017-07-09 Chandler Carruth[ADT] Add a default constructor and a bool conversion...
2017-06-25 Ed SchoutenAdd support for Ananas platform
2017-06-23 Simon PilgrimFix double->float truncation warning on MSVC
2017-06-23 Pavel Labath[ADT] Add llvm::to_float
2017-06-18 Ismail DonmezRevert r305642
2017-06-18 Ismail DonmezTest to correct triple for SUSE on ARMv7
2017-06-15 Galina KistanovaAdded braces to work around gcc warning in googletest...
2017-06-12 Francis Ricci[ADT] Don't use __used__ attribute on struct members...
2017-06-11 Francis Ricci[ADT] Use LLVM_ATTRIBUTE_USED instead of __attribute__...
2017-06-11 Francis Ricci[ADT] Suppress unused attribute warning in unit test
2017-06-10 Davide Italiano[SmallVector] Reinstate the typedefs.
2017-06-10 Davide Italiano[SmallVector] Remove unused typedefs, spotted by GCC...
2017-06-09 Francis Ricci[ADT] Make iterable SmallVector template overrides...
2017-06-06 Chandler CarruthRe-sort #include lines for unittests. This uses a sligh...
2017-06-03 Saleem AbdulrasoolADT: handle special case of ARM environment for SUSE
2017-06-02 David BlaikieTidy up a bit of r304516, use SmallVector::assign rathe...
2017-05-31 Vedant KumarAvoid a UB pointer overflow in the ArrayRef unit test
2017-05-19 Craig Topper[APInt] Add support for dividing or remainder by a...
2017-05-17 Zachary Turner[BitVector] Add find_[first,last]_[set,unset]_in.
2017-05-17 Francis Visoiu MistrihBitVector: add iterators for set bits
2017-05-08 Craig Topper[APInt] Add support for multiplying by a uint64_t.
2017-05-05 Zachary Turner[ADT] Add BitVector::find_prev.
2017-05-05 Zachary Turner[ADT] A few minor improvements to BitVector
2017-04-30 Craig Topper[APInt] Remove support for wrapping from APInt::setBits.
2017-04-25 Zachary Turner[StringExtras] Add a fromHex to complement toHex.
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-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-21 Zachary Turner[BitVector] Add find_last() and find_last_unset().
2017-04-21 Serguei Katkov[AsmWriter/APFloat] FP constant printing: Avoid usage...
2017-04-20 Zachary TurnerResubmit "[BitVector] Add operator<<= and operator...
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 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-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 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 Alex DenisovAdd more test cases for StringRef::edit_distance
2017-04-13 Richard SmithRemove all allocation and divisions from GreatestCommon...
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-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 Simon PilgrimSpelling mistakes in comments. NFCI.
2017-03-31 Craig Topper[APInt] Add unittests that demonstrate how very broken...
2017-03-27 Craig Topper[APInt] Use memset in setAllBits.
2017-03-27 Justin BognerADT: Add range helpers for pointer_ and pointee_iterator
2017-03-21 Zachary TurnerResubmit "Improve StringMap iterator support."
2017-03-21 Zachary TurnerRevert "Improve StringMap iterator support."
2017-03-21 Zachary TurnerImprove StringMap iterator support.
2017-03-21 Zachary Turner[ADT] Add a version of llvm::join() that takes a range.
2017-03-13 David BlaikieFix sign compare warning in unit test by using an expli...
2017-03-13 Zachary Turner[ADT] Improve the genericity of llvm::enumerate().
2017-03-10 Simon PilgrimFix signed/unsigned comparison warnings
2017-03-10 Simon Pilgrim[APInt] Add APInt::insertBits() method to insert an...
2017-03-10 Daniel BerlinAdd support for DenseMap/DenseSet count and find using...
2017-03-09 Davide Italiano[Unittests] Fix a build failure with clang 3.8. NFCI.
2017-03-07 Duncan P. N. Exon... ADT: Fix SmallPtrSet iterators in reverse mode
2017-03-07 Simon PilgrimStrip trailing whitespace.
2017-03-07 Daniel BerlinAdd unit tests for changes to SmallPtrSet and PointerLi...
2017-03-07 Craig Topper[APInt] Add rvalue reference support to and, or, xor...
2017-03-07 Craig Topper[APInt] Fix test names in unittest to match functions...
2017-03-07 Craig Topper[APInt] Add getBitsSetFrom and setBitsFrom to set upper...
2017-03-07 Craig Topper[APInt] Implement getLowBitsSet/getHighBitsSet/getBitsS...
2017-03-07 Craig Topper[APInt] Add setLowBits/setHighBits methods to APInt.
2017-03-06 Craig Topper[APInt] Move operator~ out of line to make it better...
2017-02-28 Brad SmithSet default CPU for OpenBSD/arm to Cortex-A8
2017-02-26 Craig Topper[APInt] Use UINT64_MAX instead of ~0ULL. NFC
2017-02-26 Craig Topper[APInt] Remove unnecessary early out from getLowBitsSet...
2017-02-25 Simon Pilgrim[APInt] Add APInt::extractBits() method to extract...
2017-02-24 Simon PilgrimRevert: r296141 [APInt] Add APInt::extractBits() method...
2017-02-24 Simon Pilgrim[APInt] Add APInt::extractBits() method to extract...
2017-02-24 Simon PilgrimFix signed/unsigned comparison warnings
2017-02-24 Simon Pilgrim[APInt] Add APInt::setBits() method to set all bits...
2017-02-23 Bryant Wong[ADT] Fix zip iterator interface.
2017-02-16 Marshall ClowRemove uses of deprecated std::random_shuffle in the...
2017-02-14 Zachary Turner[Support] Add StringRef::getAsDouble.
2017-02-07 David BlaikieFix some missing negations in the traits checking from...
2017-02-07 Duncan P. N. Exon... ADT: Add explicit conversions for reverse ilist iterators
2017-02-07 Joey Gouly[APInt] Fix rotl/rotr when the shift amount is greater...
2017-02-04 Alex DenisovTripleTest.FileFormat: check non-default value
2017-02-04 Alex DenisovTripleTest.BitWidthArchVariants: add missing arch types...
2017-02-04 Alex DenisovTripleTest.EndianArchVariants: add missing arch types...
2017-02-03 Amaury Sechet[APInt] Add integer API bor bitwise operations.
2017-01-25 Matt ArsenaultDAGCombiner: Allow negating ConstantFP after legalize
2017-01-24 Dean Michael BerrisAdd test for default construction coverage of DenseSet...
next