platform/upstream/llvm.git
2019-08-26 Tatyana Krasnukha[ProcessWindows] Remove equivalent macros
2019-08-26 Pavel LabathMove ProcessInstanceInfoTest to Utility
2019-08-26 Pavel LabathProcessInstanceInfo: Fix dumping of invalid user ids
2019-08-26 Pavel LabathFix windows build after r369894
2019-08-26 Pavel LabathFix a type mismatch error in GDBRemoteCommunicationServ...
2019-08-26 Pavel LabathPostfix: move more code out of the PDB plugin
2019-08-26 Johan Vikstrom[clangd] Added a colorizer to the vscode extension.
2019-08-26 Pavel LabathBreakpad: Add support for parsing STACK WIN records
2019-08-26 Bjorn Pettersson[GWP_ASAN] Avoid using VERSION_GREATER_EQUAL in cmake...
2019-08-26 Fangrui Song[ELF] EhFrameSection: postpone FDE liveness check to...
2019-08-26 Fangrui Song[ELF] Make LinkerScript::assignAddresses iterative
2019-08-26 Gabor Buella[NFC][cmake] Build fix in tools/llvm-config/CMakeLists.txt
2019-08-26 Bjorn Pettersson[LoopUnroll] Handle certain PHIs in full unrolling...
2019-08-26 Raphael Isemann[lldb] Construct the dummy target when the first Debugg...
2019-08-26 Haojian Wu[clangd] Send highlighting diff beyond the end of the...
2019-08-26 Raphael Isemann[lldb][NFC] Add ProcessInfo::GetNameAsStringRef to...
2019-08-26 Fangrui Song[ELF] Error if --strip-all and --emit-relocs are used...
2019-08-26 Zi Xuan Wu[NFC][Regalloc] Add testcases for D66576
2019-08-25 Amaury Sechet[X86] Automatically generate stack folding tests. NFC
2019-08-25 Sanjay Patel[Hexagon] remove noise from tests; NFC
2019-08-25 Sanjay Patel[Hexagon][x86] add tests for bit-test; NFC
2019-08-25 Dmitri Gribenko[Wdocumentation] improve wording of a warning message
2019-08-25 Craig Topper[X86][DAGCombiner] Teach narrowShuffle to use concat_ve...
2019-08-25 Amaury Sechet[X86] Add test case for inserting/extracting from two...
2019-08-25 Amaury Sechet[X86] Add test case for inserting/extracting from shuff...
2019-08-25 Xing Xue[PowerPC][AIX] Adds support for writing the .data secti...
2019-08-25 Fangrui Song[ELF] Delete a redundant dyn_cast<InputSection>. NFC
2019-08-25 Benjamin Kramer[AMDGPU] Downgrade from StringLiteral to const char...
2019-08-25 Bjorn PetterssonFixup in test/DebugInfo/X86/live-debug-vars-discard...
2019-08-25 Bjorn Pettersson[TableGen] Correct comments for end of namespace. NFC
2019-08-25 Nikita Popov[SDAG] Fold umul_lohi with 0 or 1 multiplicand
2019-08-25 Craig Topper[X86] Teach -Os immediate sharing code to not count...
2019-08-25 Craig Topper[X86] Add test cases for PR42998. NFC
2019-08-25 Duncan P. N... FileManager: Factor duplicated code in getBufferForFile...
2019-08-25 Nilanjana BasuRemoving block comments from CodeView records in assemb...
2019-08-24 Craig Topper[X86] Add isel patterns to match vpdpwssd avx512vnni...
2019-08-24 Matt ArsenaultAMDGPU: Add baseline test for mul24 ordering issues
2019-08-24 Matt ArsenaultAMDGPU: Preserve value name when inserting mul24 intrinsic
2019-08-24 Matt ArsenaultAMDGPU: Introduce a flag to disable mul24 intrinsic...
2019-08-24 Matt ArsenaultAMDGPU: Generate check lines
2019-08-24 Benjamin Kramer[TLI] Simplify code. NFCI.
2019-08-24 Benjamin Kramer[clang-tidy] Manually enable exceptions in tesst that...
2019-08-24 Benjamin KramerHack around a GCC ICE that was fixed in GCC 6.2
2019-08-24 Benjamin KramerTry to make MSVC 2017 happy.
2019-08-24 Benjamin KramerFix some accidental global initializers by using String...
2019-08-24 Benjamin KramerUpdate tablegen test after r369847.
2019-08-24 Benjamin Kramer[llvm-reduce] Silence -Wdocumentation
2019-08-24 Benjamin KramerUse a bit of relaxed constexpr to make FeatureBitset...
2019-08-24 Benjamin Kramer[OpenCL] Microoptimize OCL2Qual a bit
2019-08-24 Csaba Dabis[analyzer] Analysis: Fix checker silencing
2019-08-24 Fangrui Song[ELF] Simplify with less_second. NFC
2019-08-24 David Zarzycki[Testing] Unbreak r369830
2019-08-24 Roman Lebedev[Constant] Add 'isElementWiseEqual()' method
2019-08-24 Roman Lebedev[InstCombine] matchThreeWayIntCompare(): commutativity...
2019-08-24 Roman Lebedev[InstCombine] Try to reuse constant from select in...
2019-08-24 Roman Lebedev[InstCombine][NFC] reuse-constant-from-select-in-icmp...
2019-08-24 Fangrui Song[ELF] Make member function Writer<ELFT>::removeEmptyPTL...
2019-08-24 Craig Topper[X86] Add an assert to mark more code that needs to...
2019-08-24 Fangrui Song[LoopFusion] Fix -Wunused-function in -DLLVM_ENABLE_ASS...
2019-08-24 Amara EmersonRemove unnecessary REQUIRES from a test.
2019-08-24 Richard SmithPR42513: Enter the proper DeclContext before substituti...
2019-08-24 Amara Emerson[GlobalISel] Introduce a G_DYN_STACKALLOC opcode to...
2019-08-24 Alex LorenzRe-enable DependencyScannerTest on windows with the...
2019-08-24 Vitaly BukaNFC: Rename lifetime-asan.ll -> lifetime-sanitizer.ll
2019-08-24 Vitaly BukaNFC: Rename some sanitizer related lifetime checks
2019-08-24 Richard SmithPR40674: fix assertion failure if a structured binding...
2019-08-24 Fangrui Song[ELF] Align the first section of a PT_LOAD even if...
2019-08-23 Jonas Devlieghere[NFC] Fix comments and formatting.
2019-08-23 Peter Collingbournehwasan: Align n_namesz and n_descsz to 4 when reading...
2019-08-23 Mitch Phillips[GWP-ASan] Split options_parser and backtrace_sanitizer...
2019-08-23 Guillaume Chatelet[LLVM][NFC] Removing unused functions
2019-08-23 Mitch PhillipsFix stack_trace_compressor builds for Clang < 6.0
2019-08-23 Jan Korous[libclang][index][NFC] Fix test for skipping already...
2019-08-23 Vedant KumarSkip tail call frame tests when dwarf_version < 4
2019-08-23 Gabor HorvathFix a test to test what the name suggest.
2019-08-23 Stanislav Mekhanoshin[AMDGPU] Check for immediate SrcC in mfma in AsmParser
2019-08-23 Stanislav Mekhanoshin[AMDGPU] w/a for gfx908 mfma SrcC literal HW bug
2019-08-23 Gabor Horvath[LifetimeAnalysis] Make it possible to disable the...
2019-08-23 Stanislav Mekhanoshin[AMDGPU] w/a for gfx908 mfma SrcC literal HW bug
2019-08-23 Peter Collingbournehwasan: Fix use of uninitialized memory.
2019-08-23 Adrian PrantlUpstream support for macCatalyst Mach-O binaries.
2019-08-23 Peter CollingbourneMove a break into the correct place. NFCI.
2019-08-23 Sanjay Patel[x86] add tests for bt/test; NFC
2019-08-23 Julie Hockett[clang-doc] Bump BitcodeWriter max line number to 32U
2019-08-23 Guillaume Chatelet[LLVM][NFC] remove unused fields
2019-08-23 Lang Hames[ORC] Remove query dependencies when symbols are resolved.
2019-08-23 Lang Hames[ORC] Fix a FIXME: Propagate errors to dependencies.
2019-08-23 Lang Hames[ORC] Fix an incorrect comment.
2019-08-23 Jessica Paquette[AArch64][GlobalISel] Import XRO load/store patterns...
2019-08-23 Volkan Keles[GlobalISel] Legalizer: Retry combining illegal artifac...
2019-08-23 Johannes Doerfert[Attributor] Manifest alignment in load and store instr...
2019-08-23 Benjamin KramerDo a sweep of symbol internalization. NFC.
2019-08-23 Craig Topper[X86] Move a transform out of combineConcatVectorOps...
2019-08-23 Alexey Bataev[OPENMP5]Use nonmonotonic modifier by default for non...
2019-08-23 Louis Dionne[libc++] Fix typo in documentation for LIBCXX_HERMETIC_...
2019-08-23 Wei MiFix some warnings introduced by r369798.
2019-08-23 Wei Mi[SampleFDO] Add ExtBinary format to support extension...
2019-08-23 Roland Froese[PowerPC] Expand v1i128 smin
2019-08-23 Alexey Bataev[OPENMP][NVPTX]Use __syncwarp() to reconverge the threads.
2019-08-23 Philip ReamesFix a bug in just submitted rL369789
next