summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
...
* Allow Compiler.h to be included in C files and fix fallthrough warningsNathan Huckleberry2019-08-231-3/+4
* [Support] Improve readNativeFile(Slice) interfacePavel Labath2019-08-223-92/+66
* Revert r369549 as it broke the bots.Aaron Ballman2019-08-211-4/+3
* Fix -Wimplicit-fallthrough warnings in regcomp.cNathan Huckleberry2019-08-211-3/+4
* Fix 'fall through' annotationVitaly Buka2019-08-211-3/+3
* Recommit "MemoryBuffer: Add a missing error-check to getOpenFileImpl"Pavel Labath2019-08-201-1/+3
* [Support][Time profiler] Make FE codegen blocks to be inside frontend blocksAnton Afanasyev2019-08-191-2/+2
* [Support] Replace sys::Mutex with their standard equivalents.Benjamin Kramer2019-08-193-13/+11
* Filesystem/Windows: fix inconsistency in readNativeFileSlice APIPavel Labath2019-08-191-2/+2
* [RWMutex] Simplify availability checkJonas Devlieghere2019-08-161-1/+1
* [Support] Re-introduce the RWMutexImpl for macOS < 10.12Jonas Devlieghere2019-08-152-0/+137
* Revert "MemoryBuffer: Add a missing error-check to getOpenFileImpl"Pavel Labath2019-08-151-3/+1
* [Support] Base RWMutex on std::shared_timed_mutex (C++14)Benjamin Kramer2019-08-154-303/+0
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-1511-33/+33
* [Support] Fix Wundef warningSven van Haastregt2019-08-151-0/+2
* MemoryBuffer: Add a missing error-check to getOpenFileImplPavel Labath2019-08-151-1/+3
* [Support][NFC] Fix error message for posix_spawn_file_actions_addopen failed ...Jan Korous2019-08-141-1/+1
* Revert "raw_ostream: add operator<< overload for std::error_code"Pavel Labath2019-08-141-5/+0
* raw_ostream: add operator<< overload for std::error_codePavel Labath2019-08-141-0/+5
* [X86] Support -march=tigerlakePengfei Wang2019-08-121-0/+9
* [FileCheck] Add missing includes in headerThomas Preud'homme2019-08-081-1/+1
* Support: Remove needless allocation when getMainExecutable() calls readlink()Nico Weber2019-08-071-4/+4
* [Support] Base SmartMutex on std::recursive_mutexBenjamin Kramer2019-08-074-222/+0
* Remove support for 32-bit offsets in utility classes (5/5)Igor Kudrin2019-08-071-85/+0
* Replace llvm::MutexGuard/UniqueLock with their standard equivalentsBenjamin Kramer2019-08-073-6/+5
* Re-submit r367649: Improve raw_ostream so that you can "write" colors using o...Rui Ueyama2019-08-071-2/+31
* [Path] Fix bug in make_absolute logicJonas Devlieghere2019-08-061-3/+3
* Support 64-bit offsets in utility classes (1/5)Igor Kudrin2019-08-061-23/+107
* BMI2 support is indicated in bit eight of EBX, not nine.Eric Christopher2019-08-051-1/+1
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-058-10/+10
* Remove support for unsupported MSVC versionsJF Bastien2019-08-021-6/+0
* Revert "Remove support for unsupported MSVC versions"JF Bastien2019-08-021-0/+6
* Remove support for unsupported MSVC versionsJF Bastien2019-08-021-6/+0
* Revert r367649: Improve raw_ostream so that you can "write" colors using oper...Rui Ueyama2019-08-022-39/+9
* Improve raw_ostream so that you can "write" colors using operator<<Rui Ueyama2019-08-022-9/+39
* [FileCollector] Add a VFS that records FS accesses using the FileCollectorAlex Lorenz2019-07-291-0/+79
* [AArch64][SVE2] Rename bitperm feature to sve2-bitpermCullen Rhodes2019-07-261-2/+2
* Fix macOS build after r358716Yi Kong2019-07-261-1/+1
* [FileCollector] add support for recording empty directoriesAlex Lorenz2019-07-251-6/+19
* Make GCC happy about attribute locationJF Bastien2019-07-251-1/+2
* Fix unused function from r367031JF Bastien2019-07-251-1/+1
* CrashHandler: be careful about crashing while handlingJF Bastien2019-07-251-16/+47
* [FileCollector] Change coding style from LLDB to LLVM (NFC)Jonas Devlieghere2019-07-251-80/+79
* [Support] move FileCollector from LLDB to llvm/SupportAlex Lorenz2019-07-242-0/+178
* [Support] Fix `-ftime-trace-granularity` optionAnton Afanasyev2019-07-241-7/+5
* FileCheck [8/12]: Define numeric var from exprThomas Preud'homme2019-07-241-118/+191
* Revert "FileCheck [8/12]: Define numeric var from expr"Thomas Preud'homme2019-07-241-191/+118
* FileCheck [8/12]: Define numeric var from exprThomas Preud'homme2019-07-231-118/+191
* FileSystem: Check for DTTOIF alone, not _DIRENT_HAVE_D_TYPEJordan Rose2019-07-181-1/+4
* [FileCheck] Fix numeric variable redefinitionThomas Preud'homme2019-07-181-15/+1
OpenPOWER on IntegriCloud