1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/lib
Serge Pavlov 7d91a1a046 [Windows] Fix limit on command line size
Documentation on CreateProcessW states that maximal size of command line
is 32767 characters including ternimation null character. In the
function llvm::sys::commandLineFitsWithinSystemLimits this limit was set
to 32768. As a result if command line was exactly 32768 characters long,
a response file was not created and CreateProcessW was called with
too long command line.

Differential Revision: https://reviews.llvm.org/D83772
2020-07-21 17:33:22 +07:00
..
Analysis [llvm] Development-mode InlineAdvisor 2020-07-20 11:01:56 -07:00
AsmParser [ThinLTO] parse flags and blockcount summaries 2020-07-20 09:50:22 -07:00
BinaryFormat AMDGPU: Remove .value_type from kernel metadata 2020-07-10 18:16:31 -04:00
Bitcode [DebugInfo] Support for DW_AT_associated and DW_AT_allocated. 2020-07-20 19:54:35 +05:30
Bitstream
CodeGen DebugInfo: Move getMD5AsBytes from DwarfUnit to DwarfDebug 2020-07-20 19:21:39 -07:00
DebugInfo [DebugInfo] Respect relocations when decoding DW_EH_PE_sdata4 & DW_EH_PE_sdata8 and support R_ARM_REL32 2020-07-18 09:00:50 -07:00
Demangle [NFC] Use std::free instead of ::free 2020-07-20 16:19:08 -04:00
DWARFLinker
ExecutionEngine [ExecutionEngine] Initialize near block hint in SectionMemoryManager. 2020-07-20 14:40:54 -07:00
Extensions
Frontend [OpenMP][IRBuilder] Support nested parallel regions 2020-07-14 22:39:06 -05:00
Fuzzer
FuzzMutate [NewPM][LSR] Rename strength-reduce -> loop-reduce 2020-07-02 11:15:29 -07:00
IR Verifier: Check byref address space for AMDGPU calling conventions 2020-07-20 11:13:11 -04:00
IRReader
LineEditor
Linker
LTO Remove GlobalValue::getAlignment(). 2020-06-23 19:13:42 -07:00
MC [MC,NVPTX] Add MCAsmPrinter support for unsigned-only data directives. 2020-07-20 16:24:41 -07:00
MCA
Object [llvm-readobj] - Refactor how the code dumps relocations. 2020-07-20 12:05:05 +03:00
ObjectYAML [DWARFYAML] Add dependency 'BinaryFormat'. NFC. 2020-07-20 13:58:22 +08:00
Option [OptTable] Support grouped short options 2020-07-17 09:32:43 -07:00
Passes [NFCI][SimplifyCFG] Guard common code hoisting with a (default-on) flag 2020-07-20 10:29:57 +03:00
ProfileData [llvm-cov gcov] Don't require NUL terminator when reading files 2020-07-19 00:31:52 -07:00
Remarks YAMLRemarkParser.cpp - remove duplicate RemarkParser.h include. NFC. 2020-06-08 13:59:05 +01:00
Support [Windows] Fix limit on command line size 2020-07-21 17:33:22 +07:00
TableGen Fix ubsan error in tblgen with signed left shift 2020-06-16 11:15:09 -07:00
Target [ARM] More unpredictable VCVT instructions. 2020-07-21 07:24:37 +01:00
Testing [llvm][unittest] Add -Wno-suggest-override to more infrastructure that includes googletest/googlemock headers 2020-07-20 13:59:39 -07:00
TextAPI [TextAPI/MachO] Fix style issues. NFC 2020-06-24 14:43:45 -07:00
ToolDrivers
Transforms [SCCP] Add range metadata to call sites with known return ranges. 2020-07-21 10:06:54 +01:00
WindowsManifest
XRay
CMakeLists.txt
LLVMBuild.txt