OSDN Git Service

[X86][SSE] Add SSE2/AVX2 vector rotate tests
[android-x86/external-llvm.git] / unittests / ADT /
2018-06-08 Henry Wong[ADT] Add `StringRef::rsplit(StringRef Separator)`.
2018-05-31 Jonas Devlieghere[ADT] Make escaping fn conform to coding guidelines
2018-05-30 Jonas Devlieghere[ADT] Add unit test for PrintHTMLEscaped
2018-05-16 Vedant Kumar[STLExtras] Add size() for ranges, and remove distance()
2018-05-14 Nico WeberInline a few CMake variables into their only uses.
2018-05-10 Vedant Kumar[STLExtras] Add distance() for ranges, pred_size()...
2018-05-09 Pavel LabathAPFloat/x87: Fix string conversion for "unnormal" value...
2018-05-01 Adrian PrantlRemove \brief commands from doxygen comments.
2018-04-25 Vedant Kumar[ADT] Make filter_iterator support bidirectional iteration
2018-04-24 Reid KlecknerBring back APInt self-move assignment check for MSVC...
2018-04-08 Eric Fiselier[ADT] Fix MapVector when 'Map::mapped_type != unsigned'.
2018-04-07 Roman Lebedev[unittests] ADT: silence -Wself-assign diagnostics
2018-04-07 Mandeep Singh Grang[unittests] Change std::sort to llvm::sort in response...
2018-03-23 Tony Tye[AMDGPU] Remove use of OpenCL triple environment and...
2018-03-08 Daniel SandersFix unused function warning in StatisticTest.cpp
2018-03-08 Daniel SandersSupport resetting STATISTIC() values using llvm::ResetS...
2018-03-05 Tony Tye[AMDGPU] Remove unused AMDOpenCL triple environment
2018-03-05 Daniel SandersRe-commit: Make STATISTIC() values available programmat...
2018-03-05 Daniel SandersRevert r326723: Make STATISTIC() values available progr...
2018-03-05 Daniel SandersMake STATISTIC() values available programmatically
2018-02-27 Jonas Devlieghere[ADT] Recognize ppc as valid architecture in target...
2018-02-26 David Zarzycki[ADT] Simplify and optimize StringSwitch
2018-02-16 Tim Shen[APInt] Fix extractBits to correctly handle Result...
2018-02-15 Dan Gohman[WebAssembly] Restore "*-wasm" tests.
2018-02-12 Sam Clegg[WebAssembly] Update ADT/TripleTest.cpp now that defaul...
2018-02-02 Richard SmithFix incorrect usage of std::is_assignable.
2018-01-25 Benjamin Kramer[ADT] Make moving Optional not reset the Optional it...
2018-01-25 Sam McCallGive scope_exit helper correct move semantics
2018-01-24 Malcolm ParsonsFix typos of occurred and occurrence
2018-01-18 Benjamin Kramer[ADT] Just give up on GCC, I can't fix this.
2018-01-18 Benjamin Kramer[ADT] Split optional to only include copy mechanics...
2018-01-18 Clement CourbetRevert "Add a value_type to ArrayRef."
2018-01-16 Clement CourbetAdd a value_type to ArrayRef.
2018-01-11 Aaron BallmanUse size_t to represent the size of a StringMapEntry...
2017-12-19 Serguei KatkovFix APFloat from string conversion for Inf
2017-12-11 George Burgess IVEnsure moved-from container is cleared on move
2017-11-28 Francis Visoiu Mistrih[Support] Add unit test for printLowerCase
2017-11-27 Max Kazantsev[NFC] Add missing unit tests for EquivalenceClasses
2017-11-20 David BlaikieAdd ADL support to range based <algorithm> extensions
2017-11-10 Lang Hames[ADT] Rewrite mapped_iterator in terms of iterator_adap...
2017-11-03 Aaron BallmanAdd llvm::for_each as a range-based extensions to ...
2017-11-01 Serguei KatkovFix APFloat mod sign
2017-11-01 NAKAMURA TakumiRevert rL317019, "[ADT] Split optional to only include...
2017-10-31 Benjamin Kramer[ADT] Split optional to only include copy mechanics...
2017-10-23 Bob WilsonAdd a new Simulator entry for the target triple environ...
2017-10-19 Max KazantsevRevert rL316156 due to failure on APFloatTest.fromToStr...
2017-10-19 Serguei KatkovFix APFloat from string conversion for Inf
2017-10-18 NAKAMURA TakumiUntabify.
2017-10-11 Zachary TurnerRevert "[ADT] Make Twine's copy constructor private."
2017-10-11 Zachary Turner[ADT] Make Twine's copy constructor private.
2017-09-29 Tim Renouf[Triple] Add AMDPAL operating system type
2017-09-14 Simon Atanasyan[mips] Recognise the triple used by Debian for MIPS...
2017-09-13 Simon Atanasyan[mips] Add unitests to check parsing MIPS triples. NFC
2017-08-28 NAKAMURA TakumiUntabify.
2017-08-24 Mandeep Singh Grang[ADT] Enable reverse iteration for DenseMap
2017-08-21 Davide Italiano[APFloat] Fix IsInteger() for DoubleAPFloat.
2017-08-18 Renato Golin[Triple] Define OS Check for Haiku
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...
next