summaryrefslogtreecommitdiff
path: root/unittests/ADT
AgeCommit message (Expand)Author
2018-07-11Recommit r334887: [SmallSet] Add SmallSetIterator.Florian Hahn
2018-07-05[OpenEmbedded] Add OpenEmbedded vendorMandeep Singh Grang
2018-07-02[ADT] Add llvm::unique_function which is like std::function butChandler Carruth
2018-06-28Revert "ADT: Move ArrayRef comparison operators into the class"Pavel Labath
2018-06-28ADT: Move ArrayRef comparison operators into the classPavel Labath
2018-06-27[ADT] drop_begin: use adl_begin/adl_end. NFC.Michael Kruse
2018-06-27[ADT] Pass DerivedT from pointe{e,r}_iterator to iterator_adaptor_baseJustin Bogner
2018-06-25[APInt] Add helpers for rounding u/sdivs.Tim Shen
2018-06-16Revert r334887, as GCC 4.8 does not have is_trivially_copy_constructible & coFlorian Hahn
2018-06-16[SmallSet] Add SmallSetIterator.Florian Hahn
2018-06-08[SmallSet] Add some simple unit tests.Florian Hahn
2018-06-08[ADT] Add `StringRef::rsplit(StringRef Separator)`.Henry Wong
2018-05-31[ADT] Make escaping fn conform to coding guidelinesJonas Devlieghere
2018-05-30[ADT] Add unit test for PrintHTMLEscapedJonas Devlieghere
2018-05-16[STLExtras] Add size() for ranges, and remove distance()Vedant Kumar
2018-05-14Inline a few CMake variables into their only uses.Nico Weber
2018-05-10[STLExtras] Add distance() for ranges, pred_size(), and succ_size()Vedant Kumar
2018-05-09APFloat/x87: Fix string conversion for "unnormal" values (pr35860)Pavel Labath
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl
2018-04-25[ADT] Make filter_iterator support bidirectional iterationVedant Kumar
2018-04-24Bring back APInt self-move assignment check for MSVC onlyReid Kleckner
2018-04-08[ADT] Fix MapVector when 'Map::mapped_type != unsigned'.Eric Fiselier
2018-04-07[unittests] ADT: silence -Wself-assign diagnosticsRoman Lebedev
2018-04-07[unittests] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang
2018-03-23[AMDGPU] Remove use of OpenCL triple environment and replace with function at...Tony Tye
2018-03-08Fix unused function warning in StatisticTest.cppDaniel Sanders
2018-03-08Support resetting STATISTIC() values using llvm::ResetStatistics()Daniel Sanders
2018-03-05[AMDGPU] Remove unused AMDOpenCL triple environmentTony Tye
2018-03-05Re-commit: Make STATISTIC() values available programmaticallyDaniel Sanders
2018-03-05Revert r326723: Make STATISTIC() values available programmaticallyDaniel Sanders
2018-03-05Make STATISTIC() values available programmaticallyDaniel Sanders
2018-02-27[ADT] Recognize ppc as valid architecture in target triple.Jonas Devlieghere
2018-02-26[ADT] Simplify and optimize StringSwitchDavid Zarzycki
2018-02-16[APInt] Fix extractBits to correctly handle Result.isSingleWord() case.Tim Shen
2018-02-15[WebAssembly] Restore "*-wasm" tests.Dan Gohman
2018-02-12[WebAssembly] Update ADT/TripleTest.cpp now that default file format has changedSam Clegg
2018-02-02Fix incorrect usage of std::is_assignable.Richard Smith
2018-01-25[ADT] Make moving Optional not reset the Optional it moves from.Benjamin Kramer
2018-01-25Give scope_exit helper correct move semanticsSam McCall
2018-01-24Fix typos of occurred and occurrenceMalcolm Parsons
2018-01-18[ADT] Just give up on GCC, I can't fix this.Benjamin Kramer
2018-01-18[ADT] Split optional to only include copy mechanics and dtor for non-trivial ...Benjamin Kramer
2018-01-18Revert "Add a value_type to ArrayRef."Clement Courbet
2018-01-16Add a value_type to ArrayRef.Clement Courbet
2018-01-11Use size_t to represent the size of a StringMapEntry length and alignment rat...Aaron Ballman
2017-12-19Fix APFloat from string conversion for InfSerguei Katkov
2017-12-11Ensure moved-from container is cleared on moveGeorge Burgess IV
2017-11-28[Support] Add unit test for printLowerCaseFrancis Visoiu Mistrih
2017-11-27[NFC] Add missing unit tests for EquivalenceClassesMax Kazantsev
2017-11-20Add ADL support to range based <algorithm> extensionsDavid Blaikie