summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* [Clang][Driver] In -fintegrated-cc1 mode, avoid crashing on exit after a comp...Alexandre Ganea2020-03-131-0/+4
* Revert abb00753 "build: reduce CMake handling for zlib" (PR44780)Hans Wennborg2020-03-033-29/+8
* Attempt to fix ZLIB CMake logic on WindowsReid Kleckner2020-03-021-2/+4
* [CMake] Link against ZLIB::ZLIBPetr Hosek2020-03-021-3/+22
* llvm-ar: Fix MinGW compilationHans Wennborg2020-02-2814-256/+13
* Fix MSVC build with C++ EH enabledReid Kleckner2020-02-121-1/+1
* [Clang][Driver] After default -fintegrated-cc1, make llvm::report_fatal_error...Alexandre Ganea2020-02-123-7/+36
* [Support] Don't modify the current EH context during stack unwindingReid Kleckner2020-02-111-1/+7
* [Support] When using SEH, create a impl instance for CrashRecoveryContext. NFCI.Alexandre Ganea2020-02-101-25/+35
* [Clang] Remove unused #pragma clang __debug handle_crashAlexandre Ganea2020-02-101-8/+0
* Make llvm::crc32() work also for input sizes larger than 32 bits.Hans Wennborg2020-02-061-1/+9
* Work around PR44697 in CrashRecoveryContextHans Wennborg2020-01-291-0/+7
* [NFC] Fix compilation of CrashRecoveryContext.cpp on mingwMarkus Böck2020-01-121-1/+2
* [Support] Optionally call signal handlers when a function wrapped by the the ...Alexandre Ganea2020-01-113-53/+85
* [LockFileManager] Make default waitForUnlock timeout a parameter, NFCVedant Kumar2020-01-101-4/+2
* [Support] ThreadPoolExecutor fixes for Windows/MinGWAndrew Ng2020-01-101-18/+64
* [Support][NFC] Make some helper functions "static" in Memory.incBruno Ricci2020-01-092-11/+3
* [NFC,format] Sort switch cases alphabeticallySimon Moll2020-01-091-133/+133
* [ARM][MVE] MVE-I should not be disabled by -mfpu=noneMomchil Velikov2020-01-091-2/+0
* [VE] Target stub for NEC SX-AuroraKazushi (Jam) Marukawa2020-01-091-0/+11
* [APFloat] Fix checked error assert failuresEhud Katz2020-01-092-8/+5
* [PowerPC]: Add powerpcspe target triple subarch componentJustin Hibbits2020-01-081-1/+4
* [PowerPC][Triple] Use elfv2 on freebsd>=13 and linux-muslFangrui Song2020-01-071-4/+0
* Fix issues reported by -Wrange-loop-analysis when building with latest Clang ...Alexandre Ganea2020-01-071-1/+1
* [APFloat] Fix out of scope usage of a pointer to local variableEhud Katz2020-01-071-3/+7
* [APFloat] Fix fusedMultiplyAdd when `this` equals to `Addend`Ehud Katz2020-01-071-9/+12
* [FileCheck] Remove FileCheck prefix in APIThomas Preud'homme2020-01-062-231/+204
* [APFloat] Fix compilation warningsEhud Katz2020-01-062-2/+4
* [APFloat] Add recoverable string parsing errors to APFloatEhud Katz2020-01-062-60/+103
* build: reduce CMake handling for zlibSaleem Abdulrasool2020-01-023-6/+6
* Revert "build: reduce CMake handling for zlib"James Henderson2020-01-023-4/+7
* Revert "build: make `LLVM_ENABLE_ZLIB` a tri-bool for users"James Henderson2020-01-021-4/+1
* build: make `LLVM_ENABLE_ZLIB` a tri-bool for usersSaleem Abdulrasool2020-01-011-1/+4
* build: reduce CMake handling for zlibSaleem Abdulrasool2020-01-013-7/+4
* [polly][Support] Un-break polly testsAlexandre Ganea2020-01-011-1/+1
* [NFC] Fixes -Wrange-loop-analysis warningsMark de Wever2020-01-012-8/+8
* [Support] Fix behavior of StringRef::count with overlapping occurrences, add ...Johannes Doerfert2019-12-241-2/+7
* Revert "[Support] Extend TimeProfiler to support multiple threads"Russell Gallop2019-12-241-81/+17
* Fix LLVM tool --version build mode printing for MSVCReid Kleckner2019-12-231-1/+23
* [CommandLine] Add template instantiations of cl::parser for long and long long.River Riddle2019-12-191-0/+24
* Fix more VFS tests on WindowsAdrian McCarthy2019-12-181-10/+33
* llvm-cxxmap: fix support for remapping non-mangled names.Richard Smith2019-12-181-6/+22
* Revert "[Support] Fix time trace multi threaded support with LLVM_ENABLE_THRE...Russell Gallop2019-12-171-1/+2
* [Support] Fix time trace multi threaded support with LLVM_ENABLE_THREADS=OFFRussell Gallop2019-12-171-2/+1
* [Support] Try to fix bot failure after 8ddcd1dc26Russell Gallop2019-12-121-0/+1
* [Support] Extend TimeProfiler to support multiple threadsRussell Gallop2019-12-121-17/+80
* [Support] Add TimeTraceScope constructor without detail argRussell Gallop2019-12-111-1/+3
* [Signal] Allow one-shot SIGPIPE handler to be reachedVedant Kumar2019-12-041-5/+5
* Reapply "[llvm][Support] Take in CurrentDirectory as a parameter in ExpandRes...Kadir Cetinkaya2019-12-041-28/+46
* Revert "[llvm][Support] Take in CurrentDirectory as a parameter in ExpandResp...Kadir Cetinkaya2019-12-041-46/+28
OpenPOWER on IntegriCloud