OSDN Git Service

android: NFC: Rename (PDB) RawSession to NativeSession
[android-x86/external-llvm.git] / unittests / ADT /
2018-07-26 Michael Kruse[ADT] Replace std::isprint by llvm::isPrint.
2018-07-24 Florian HahnRecommit r334887: [SmallSet] Add SmallSetIterator.
2018-07-20 Benjamin Kramer[ADT] Only run death tests in !NDEBUG
2018-07-20 Zachary TurnerAdd llvm::Any.
2018-07-19 Mandeep Singh Grang[OpenEmbedded] Add a unittest for aarch64-oe-linux
2018-07-19 Krzysztof Parzyszek[APInt] Keep the original bit width in quotient and...
2018-07-17 Florian HahnRevert rL337292 due to another MSVC STL problem.
2018-07-17 Florian HahnRecommit r334887: [SmallSet] Add SmallSetIterator.
2018-07-16 Sam Clegg[WebAssembly] Remove ELF file support.
2018-07-12 Galina KistanovaReverted r336805 as it broke llvm-clang-x86_64-expensiv...
2018-07-11 Florian HahnRecommit r334887: [SmallSet] Add SmallSetIterator.
2018-07-05 Mandeep Singh Grang[OpenEmbedded] Add OpenEmbedded vendor
2018-07-02 Chandler Carruth[ADT] Add llvm::unique_function which is like std:...
2018-06-28 Pavel LabathRevert "ADT: Move ArrayRef comparison operators into...
2018-06-28 Pavel LabathADT: Move ArrayRef comparison operators into the class
2018-06-27 Michael Kruse[ADT] drop_begin: use adl_begin/adl_end. NFC.
2018-06-27 Justin Bogner[ADT] Pass DerivedT from pointe{e,r}_iterator to iterat...
2018-06-25 Tim Shen[APInt] Add helpers for rounding u/sdivs.
2018-06-16 Florian HahnRevert r334887, as GCC 4.8 does not have is_trivially_c...
2018-06-16 Florian Hahn[SmallSet] Add SmallSetIterator.
2018-06-08 Florian Hahn[SmallSet] Add some simple unit tests.
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
next