..
Unix
Stop including sys/param.h from Unix.h
2020-02-25 15:35:04 +01:00
Windows
[Support] Fix clang warning in widenPath NFC
2020-03-23 18:59:55 +00:00
AArch64TargetParser.cpp
[PATCH] [ARM] ARMv8.6-a command-line + BFloat16 Asm Support
2020-03-26 09:17:20 +00:00
ABIBreak.cpp
Move LLVM_ENABLE_ABI_BREAKING_CHECKS variables to their own file
2019-09-10 22:05:01 +00:00
Allocator.cpp
Revert "[Support] Explicitly instantiate BumpPtrAllocatorImpl"
2020-01-18 09:33:00 -08:00
AMDGPUMetadata.cpp
[AMDGPU] add support for hostcall buffer pointer as hidden kernel argument
2019-11-20 15:53:55 +05:30
APFloat.cpp
Make IEEEFloat::roundToIntegral more standard conformant
2020-03-11 10:38:46 +07:00
APInt.cpp
[APInt] byteSwap - handle any whole byte bitwidth greater than 16-bits
2020-02-15 13:27:06 +00:00
APSInt.cpp
Explicitly include <cassert> when using assert
2020-03-02 22:45:28 +01:00
ARMAttributeParser.cpp
[ARM] Rewrite ARMAttributeParser
2020-03-05 10:57:27 -08:00
ARMBuildAttrs.cpp
[ARM] add target arch definitions for 8.1-M and MVE
2019-05-30 12:57:04 +00:00
ARMTargetParser.cpp
[PATCH] [ARM] ARMv8.6-a command-line + BFloat16 Asm Support
2020-03-26 09:17:20 +00:00
ARMWinEH.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
Atomic.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
BinaryStreamError.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
BinaryStreamReader.cpp
BinaryStream - fix static analyzer warnings. NFCI.
2019-11-08 13:20:24 +00:00
BinaryStreamRef.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
BinaryStreamWriter.cpp
[Support] Add LEB128 support to BinaryStreamReader/Writer.
2019-04-17 15:38:27 +00:00
BlockFrequency.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
BranchProbability.cpp
[BranchProbability] Delete a redundant overflow check
2019-06-15 10:09:59 +00:00
BuryPointer.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
CachePruning.cpp
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
2019-08-05 05:43:48 +00:00
Chrono.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
circular_raw_ostream.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
CMakeLists.txt
Add an algorithm for performing "optimal" layout of a struct.
2020-03-23 23:24:48 -04:00
CodeGenCoverage.cpp
[llvm] Migrate llvm::make_unique to std::make_unique
2019-08-15 15:54:37 +00:00
COM.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
CommandLine.cpp
Make llvm::StringRef to std::string conversions explicit.
2020-01-28 23:25:25 +01:00
Compression.cpp
Revert abb00753 "build: reduce CMake handling for zlib" (PR44780)
2020-03-03 11:03:09 +01:00
ConvertUTF.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
ConvertUTFWrapper.cpp
[Support] Remove byte swapping from MathExtras.h
2020-02-27 17:23:48 -08:00
COPYRIGHT.regex
CrashRecoveryContext.cpp
llvm-ar: Fix MinGW compilation
2020-02-28 09:59:24 +01:00
CRC.cpp
Revert abb00753 "build: reduce CMake handling for zlib" (PR44780)
2020-03-03 11:03:09 +01:00
DAGDeltaAlgorithm.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
DataExtractor.cpp
[DataExtractor] Improve error message when we run off the end of the buffer
2020-02-28 09:02:33 +01:00
Debug.cpp
Make llvm::StringRef to std::string conversions explicit.
2020-01-28 23:25:25 +01:00
DebugCounter.cpp
Make llvm::StringRef to std::string conversions explicit.
2020-01-28 23:25:25 +01:00
DeltaAlgorithm.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
DJB.cpp
Revert "Forward declare Optional<T> in STLExtras.h"
2019-11-13 16:36:21 -08:00
DynamicLibrary.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
Errno.cpp
Remove some autoconf references from docs and comments
2019-07-03 09:57:59 +00:00
Error.cpp
[Error] Remove a broken code fragment accidentally included in 76bcbaafab2.
2019-11-20 17:50:22 -08:00
ErrorHandling.cpp
Revert "Revert "Reland "[Support] make report_fatal_error abort
instead of exit
"""
2020-02-13 10:16:06 -08:00
FileCheck.cpp
Revert "Remove redundant "std::move"s in return statements"
2020-02-10 07:07:40 -08:00
FileCheckImpl.h
FileCheck [9/12]: Add support for matching formats
2020-01-24 14:15:28 +00:00
FileCollector.cpp
Make llvm::StringRef to std::string conversions explicit.
2020-01-28 23:25:25 +01:00
FileOutputBuffer.cpp
[LLD][ELF] Support --[no-]mmap-output-file with F_no_mmap
2019-10-29 15:49:08 -07:00
FileUtilities.cpp
Fix unused-variable warning
2020-03-02 11:55:53 -06:00
FoldingSet.cpp
Drop a StringMap.h include, NFC
2020-03-11 15:45:34 -07:00
FormattedStream.cpp
Revert "[llvm-objdump] Display locations of variables alongside disassembly"
2020-03-16 14:04:25 -04:00
FormatVariadic.cpp
Explicitly include <cassert> when using assert
2020-03-02 22:45:28 +01:00
GlobPattern.cpp
Reapply r375051: [support] GlobPattern: add support for \
and [!...]
, and allow ]
in more places
2019-10-17 18:09:05 +00:00
GraphWriter.cpp
Make llvm::StringRef to std::string conversions explicit.
2020-01-28 23:25:25 +01:00
Hashing.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
Host.cpp
Drop a StringMap.h include, NFC
2020-03-11 15:45:34 -07:00
InitLLVM.cpp
llvm-ar: Fix MinGW compilation
2020-02-28 09:59:24 +01:00
IntEqClasses.cpp
Explicitly include <cassert> when using assert
2020-03-02 22:45:28 +01:00
IntervalMap.cpp
Explicitly include <cassert> when using assert
2020-03-02 22:45:28 +01:00
ItaniumManglingCanonicalizer.cpp
Use std::foo_t rather than std::foo in LLVM.
2020-02-11 15:12:51 -08:00
JSON.cpp
Revert "Remove redundant "std::move"s in return statements"
2020-02-10 07:07:40 -08:00
KnownBits.cpp
Explicitly include <cassert> when using assert
2020-03-02 22:45:28 +01:00
LEB128.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
LineIterator.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
LLVMBuild.txt
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
Locale.cpp
[Windows] Convert from UTF-8 to UTF-16 when writing to a Windows console
2018-09-05 00:08:56 +00:00
LockFileManager.cpp
Improve module.pcm lock file performance on machines with high core counts
2020-03-23 14:59:39 -07:00
LowLevelType.cpp
Fix parameter name comments using clang-tidy. NFC.
2019-07-16 04:46:31 +00:00
ManagedStatic.cpp
[Support] Replace sys::Mutex with their standard equivalents.
2019-08-19 19:49:57 +00:00
MathExtras.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
MD5.cpp
Avoid SmallString.h include in MD5.h, NFC
2020-02-26 09:10:24 -08:00
Memory.cpp
[Support] Renamed member 'Size' to 'AllocatedSize' in MemoryBlock and OwningMemoryBlock.
2019-05-20 20:53:05 +00:00
MemoryBuffer.cpp
Avoid including FileSystem.h from MemoryBuffer.h
2020-02-29 12:30:23 -08:00
NativeFormatting.cpp
Use std::foo_t rather than std::foo in LLVM.
2020-02-11 15:12:51 -08:00
OptimalLayout.cpp
Make helpers static. NFC.
2020-03-24 13:43:00 +01:00
Optional.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
Parallel.cpp
[Support] On Windows, ensure hardware_concurrency() extends to all CPU sockets and all NUMA groups
2020-02-14 10:24:22 -05:00
Path.cpp
Revert "Remove redundant "std::move"s in return statements"
2020-02-10 07:07:40 -08:00
PluginLoader.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
PrettyStackTrace.cpp
Tools emit the bug report URL on crash
2020-03-26 10:26:59 +00:00
Process.cpp
[Clang][Driver] After default -fintegrated-cc1, make llvm::report_fatal_error() generate preprocessed source + reproducer.sh again.
2020-02-11 10:17:30 -05:00
Program.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
RandomNumberGenerator.cpp
llvm-ar: Fix MinGW compilation
2020-02-28 09:59:24 +01:00
raw_os_ostream.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
raw_ostream.cpp
[Support] Change isatty to is_displayed
2020-03-16 18:27:43 -07:00
regcomp.c
Allow Compiler.h to be included in C files and fix fallthrough warnings
2019-08-23 17:25:21 +00:00
regengine.inc
[ADT] Replace std::isprint by llvm::isPrint.
2018-07-26 15:31:41 +00:00
regerror.c
regex2.h
Support/reg*.h: Make headers include their dependencies
2017-10-26 20:23:11 +00:00
regex_impl.h
Remove trailing space
2018-07-30 19:41:25 +00:00
Regex.cpp
Explicitly include <cassert> when using assert
2020-03-02 22:45:28 +01:00
regexec.c
regfree.c
regstrlcpy.c
regutils.h
RWMutex.cpp
[RWMutex] Simplify availability check
2019-08-16 21:25:40 +00:00
ScaledNumber.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
ScopedPrinter.cpp
Remove redundant includes from lib/Support.
2017-12-13 21:30:58 +00:00
SHA1.cpp
[Support] Optimize SHA1 implementation
2019-11-11 22:14:28 -08:00
Signals.cpp
Make llvm::StringRef to std::string conversions explicit.
2020-01-28 23:25:25 +01:00
Signposts.cpp
[Support] Fix Wundef warning
2019-08-15 10:05:22 +00:00
SmallPtrSet.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
SmallVector.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
SourceMgr.cpp
Make llvm::StringRef to std::string conversions explicit.
2020-01-28 23:25:25 +01:00
SpecialCaseList.cpp
Make llvm::StringRef to std::string conversions explicit.
2020-01-28 23:25:25 +01:00
Statistic.cpp
Statistic - Fix MSVC shadow warning against global PrintOnExit static variable. NFC.
2019-11-21 12:08:01 +00:00
StringExtras.cpp
Print quoted backslashes in LLVM IR as \\ instead of \5C
2019-10-10 18:31:57 +00:00
StringMap.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
StringPool.cpp
Explicitly include <cassert> when using assert
2020-03-02 22:45:28 +01:00
StringRef.cpp
[APFloat] Fix checked error assert failures
2020-01-09 09:42:32 +02:00
StringSaver.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
SymbolRemappingReader.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
SystemUtils.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
TargetParser.cpp
[NFC] Fixes -Wrange-loop-analysis warnings
2020-01-01 20:01:37 +01:00
TargetRegistry.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
TarWriter.cpp
Make llvm::StringRef to std::string conversions explicit.
2020-01-28 23:25:25 +01:00
Threading.cpp
[Support] On Windows, ensure hardware_concurrency() extends to all CPU sockets and all NUMA groups
2020-02-14 10:24:22 -05:00
ThreadLocal.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
ThreadPool.cpp
[Support] On Windows, ensure hardware_concurrency() extends to all CPU sockets and all NUMA groups
2020-02-14 10:24:22 -05:00
TimeProfiler.cpp
Refactor TimeProfiler write methods (NFC)
2020-03-06 14:34:56 -08:00
Timer.cpp
[Clang][Driver] In -fintegrated-cc1 mode, avoid crashing on exit after a compiler crash
2020-03-13 08:15:35 -04:00
ToolOutputFile.cpp
Make llvm::StringRef to std::string conversions explicit.
2020-01-28 23:25:25 +01:00
TrigramIndex.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
Triple.cpp
[PATCH] [ARM] ARMv8.6-a command-line + BFloat16 Asm Support
2020-03-26 09:17:20 +00:00
Twine.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
Unicode.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
UnicodeCaseFold.cpp
Resubmit r325107 (case folding DJB hash)
2018-02-21 22:36:31 +00:00
Valgrind.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
VersionTuple.cpp
Explicitly include <cassert> when using assert
2020-03-02 22:45:28 +01:00
VirtualFileSystem.cpp
[VFS] More consistent support for Windows
2020-02-05 11:38:20 -08:00
Watchdog.cpp
Update the file headers across all of the LLVM projects in the monorepo
2019-01-19 08:50:56 +00:00
WithColor.cpp
[Debuginfo][NFC] Create common error handlers for DWARFContext.
2020-02-15 12:46:17 +03:00
xxhash.cpp
Make ICF log output order deterministic.
2018-07-31 18:04:58 +00:00
YAMLParser.cpp
[llvm] Replace SmallStr.str().str() with std::string conversion operator.
2020-01-29 21:16:46 -08:00
YAMLTraits.cpp
[NFC] Corrected a minor typo in a comment
2020-02-21 13:56:44 +01:00
Z3Solver.cpp
[llvm] Migrate llvm::make_unique to std::make_unique
2019-08-15 15:54:37 +00:00