summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Support
Commit message (Expand)AuthorAgeFilesLines
...
* [test] Update YAML mapping in VirtualFileSystemTestJonas Devlieghere2019-10-151-6/+6
* [VirtualFileSystem] Support virtual working directory in the RedirectingFSJonas Devlieghere2019-10-151-4/+171
* [Alignment][NFC] Move and type functions from MathExtras to AlignmentGuillaume Chatelet2019-10-143-5/+43
* [Alignment][NFC] Support compile time constantsGuillaume Chatelet2019-10-142-0/+41
* Unify the two CRC implementationsHans Wennborg2019-10-091-4/+19
* [NFC] [FileCheck] Reapply fix init of objects in unit testsThomas Preud'homme2019-10-041-20/+16
* Revert "[NFC] [FileCheck] Fix init of stack objects in unit tests"Dmitri Gribenko2019-10-041-16/+20
* [NFC] [FileCheck] Fix init of stack objects in unit testsThomas Preud'homme2019-10-041-20/+16
* Revert "[Alignment][NFC] Allow constexpr Align"Guillaume Chatelet2019-10-032-29/+0
* [Alignment][NFC] Allow constexpr AlignGuillaume Chatelet2019-10-032-0/+29
* [FileCheck] Move private interface to its own headerThomas Preud'homme2019-10-011-0/+2
* [Alignment][NFC] Adding a max function.Guillaume Chatelet2019-09-301-0/+23
* [Alignment] Add a None() member functionGuillaume Chatelet2019-09-181-1/+4
* [Support] Add writeFileAtomically() to FileUtilitiesJan Korous2019-09-052-0/+53
* [FileCheck] Forbid using var defined on same lineThomas Preud'homme2019-09-021-41/+8
* Add error handling to the DataExtractor classPavel Labath2019-08-271-0/+143
* [Support] Improve readNativeFile(Slice) interfacePavel Labath2019-08-222-16/+77
* Recommit "MemoryBuffer: Add a missing error-check to getOpenFileImpl"Pavel Labath2019-08-201-0/+51
* Filesystem/Windows: fix inconsistency in readNativeFileSlice APIPavel Labath2019-08-191-1/+26
* Revert "MemoryBuffer: Add a missing error-check to getOpenFileImpl"Pavel Labath2019-08-151-51/+0
* [LLVM][Alignment] Fix MSVC potential division by 0 warning (PR42911)Simon Pilgrim2019-08-151-0/+10
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-156-29/+29
* MemoryBuffer: Add a missing error-check to getOpenFileImplPavel Labath2019-08-151-0/+51
* Revert "raw_ostream: add operator<< overload for std::error_code"Pavel Labath2019-08-147-17/+68
* raw_ostream: add operator<< overload for std::error_codePavel Labath2019-08-147-68/+17
* Remove support for 32-bit offsets in utility classes (5/5)Igor Kudrin2019-08-071-19/+11
* [Path] Fix bug in make_absolute logicJonas Devlieghere2019-08-061-4/+13
* Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin2019-08-061-1/+1
* Support 64-bit offsets in utility classes (1/5)Igor Kudrin2019-08-061-11/+19
* [LLVM][Alignment] Introduce Alignment In GlobalObjectGuillaume Chatelet2019-08-061-1/+2
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-052-5/+5
* Add brackets to remove warnings about ambiguous 'else's.Bill Wendling2019-08-031-5/+10
* [LLVM][Alignment] Fix AlignmentTest on platform where size_t != uint64_tGuillaume Chatelet2019-08-011-8/+8
* [Support] Added overflow checking add, sub and mul.JF Bastien2019-07-311-0/+127
* [AArch64] Add support for Transactional Memory Extension (TME)Momchil Velikov2019-07-311-0/+1
* [LLVM] Fix Alignment death tests in Release ModeGuillaume Chatelet2019-07-311-43/+53
* Fix mismatching vector type in AlignmentTest.cppGuillaume Chatelet2019-07-311-1/+1
* [LLVM][NFC] Adding an Alignment type to LLVMGuillaume Chatelet2019-07-312-0/+285
* [NFC] Remove LLVM_ALIGNASJF Bastien2019-07-311-4/+4
* [NFC] use C++11 in AlignOf.h, remove AlignedCharArrayJF Bastien2019-07-301-11/+0
* [FileCollector] test: disable the directory entry collection checks on windowsAlex Lorenz2019-07-301-0/+2
* [FileCollector] Add a VFS that records FS accesses using the FileCollectorAlex Lorenz2019-07-291-0/+55
* [AArch64][SVE2] Rename bitperm feature to sve2-bitpermCullen Rhodes2019-07-261-3/+4
* [FileCollector] add support for recording empty directoriesAlex Lorenz2019-07-251-0/+31
* [ARM][AArch64] Support for Cortex-A65 & A65AE, Neoverse E1 & N1Pablo Barrio2019-07-251-3/+36
* [FileCollector] Update unit test to match coding style.Jonas Devlieghere2019-07-251-34/+34
* [Support] move FileCollector from LLDB to llvm/SupportAlex Lorenz2019-07-242-0/+212
* [FileCheck] Use ASSERT for fatal unit testsThomas Preud'homme2019-07-241-43/+45
* FileCheck [8/12]: Define numeric var from exprThomas Preud'homme2019-07-241-53/+113
* Revert "FileCheck [8/12]: Define numeric var from expr"Thomas Preud'homme2019-07-241-113/+53
OpenPOWER on IntegriCloud