platform/upstream/llvm.git
2021-02-03 Arthur EubanksTurn on the new pass manager by default
2021-02-03 Richard SmithPR49020: Diagnose brace elision in designated initializ...
2021-02-03 Amara Emerson[GlobalISel] Add sext(constant) -> constant artifact...
2021-02-03 Jonas Devlieghere[lldb] Check for both Lua 5.3 and 5.4 error messages...
2021-02-03 Jonas Devlieghere[lldb] Honor the CPU type & subtype when launching...
2021-02-03 Zequan Wu[Coverage] Propogate counter to condition of conditiona...
2021-02-03 Arthur O'Dwyer[libc++] Rationalize our treatment of contiguous iterat...
2021-02-03 GeorgeAdd API for adding arguments to blocks
2021-02-03 Jez Ng[lld-macho] Try to fix Windows build
2021-02-03 Arthur Eubanks[NewPM][HelloWorld] Move HelloWorld to Utils
2021-02-03 Vitaly Buka[asan] Fix pthread_create interceptor
2021-02-03 Richard SmithFix overflowing signed left shift, found by ubsan buildbot.
2021-02-03 Christian Sigg[mlir] Add gpu async integration test.
2021-02-03 Krzysztof Parzyszek[Hexagon] Add LLVM instruction definitions for Hexagon V68
2021-02-03 Félix Cloutier[clang-tblgen] AnnotateAttr::printPretty has spurious...
2021-02-03 Rong Xu[SampleFDO][NFC] Detach SampleProfileLoader from Sample...
2021-02-03 Yaxun (Sam... [NFC][CUDA] Refactor registering device variable
2021-02-03 Christian SiggDelete CUDA context after linking device code.
2021-02-03 Justin Bogner[GlobalISel] Combine narrowScalar of G_ADD and G_SUB...
2021-02-03 Christian SiggSet GPU context before {cu,hip}MemHostRegister.
2021-02-03 Matt ArsenaultRegisterCoalescer: Fix not setting undef on coalesced...
2021-02-03 Peter Steinfeld[flang] Fix calls to LBOUND() intrinsic for arrays...
2021-02-03 Jianzhou Zhao[dfsan] Wrap strcat
2021-02-03 Jianzhou Zhao[dfsan] Test IGN and DFL for sigaction
2021-02-03 Siva Chandra[libc][NFC] Move generic math implementations to the...
2021-02-03 Roland McGrath[sanitizer_common] Use zx_system_get_page_size() on...
2021-02-03 Jez Ng[lld-macho] Rename VERSION CONTROL to VERSION TARGETING...
2021-02-03 Jez Ng[lld-macho] Remove stray ehFrame change
2021-02-03 Jez Ng[lld-macho] Force-loading should share code path with...
2021-02-03 Jez Ng[lld-macho] Associate each Symbol with an InputFile
2021-02-03 Matt ArsenaultRegisterCoalescer: Prune undef subranges from copy...
2021-02-03 Jonas Devlieghere[lldb] Fix debugserver-entitlements.plist path
2021-02-03 Roland McGrath[gwp_asan] Use zx_system_get_page_size() on Fuchsia
2021-02-03 Roland McGrath[scudo/standalone] Use zx_system_get_page_size() on...
2021-02-03 Matt ArsenaultRevert "AMDGPU: Don't consider global pressure when...
2021-02-03 Stanislav Mekhanoshin[AMDGPU] Added -mcpu to couple more tests. NFC.
2021-02-03 Craig Topper[DAGCombiner] Remove (sra (shl X, C), C) if X has more...
2021-02-03 Sourabh Singh... [flang] Enable FIR types and Dialect round trip tests
2021-02-03 Shilei Tian[OpenMP] Fixed an issue that taskwait doesn't work...
2021-02-03 Jeremy MorseRevert "[DWARF] Location-less inlined variables should...
2021-02-03 Florian Hahn[VPlan] Manage induction value creation using VPValues.
2021-02-03 Jeremy Morse[DWARF] Location-less inlined variables should not...
2021-02-03 Sourabh Singh... [flang][NFCI] Relpace `LoopOp` Op with `DoLoopOp` Op...
2021-02-03 Jianzhou Zhao[dfsan] Clean TLS after signal callbacks
2021-02-03 Krzysztof Parzyszek[Hexagon] Add ELF flags for Hexagon V68
2021-02-03 peter klausler[flang] Add -fsyntax-only to f18; retain -fparse-only...
2021-02-03 Kevin P. Neal[FPEnv][X86] Platform builtins edition: clang should...
2021-02-03 Florian Hahn[ConstraintElimination] Add some tests with conds in...
2021-02-03 Jay Foad[AMDGPU] Fix multiclass template parameter types. NFC.
2021-02-03 Juneyoung LeeRevert "[ConstantFold] Fold more operations to poison"
2021-02-03 Abhina Sreeskantharajan[test] Use host platform specific error message substit...
2021-02-03 Matt ArsenaultAMDGPU: Move handling of allocation of fixed ABI inputs
2021-02-03 Sanjay Patel[LoopVectorize] add test for fake min/max; NFC
2021-02-03 Simon Pilgrim[X86][SSE] Support variable-index float/double vector...
2021-02-03 Anastasia Stulova[OpenCL][Docs] Fix command line flag in the example.
2021-02-03 Ilya Mirsky[Sema] Fix -Warray-bounds false negative when casting...
2021-02-03 Anastasia Stulova[OpenCL] Fix address space in binding of initializer...
2021-02-03 Matthew ParkinsonFix MLIR Async Runtime DLL on Windows
2021-02-03 Ben Shi[clang][AVR][NFC] Fix a typo
2021-02-03 Utkarsh Saxena[clangd] Report xref for base methods.
2021-02-03 Praveen[Flang][OpenMP] Add semantic checks for invalid branche...
2021-02-03 Sven van Haastregt[OpenCL] Add cl_khr_subgroup_non_uniform_vote to TableG...
2021-02-03 Sven van Haastregt[OpenCL] Add cl_khr_subgroup_ballot to TableGen BIFs
2021-02-03 Ben Shi[clang][AVR] Improve avr-ld command line options
2021-02-03 Sebastian NeubauerRevert "[AMDGPU] Add a new Clamp Pattern to the GlobalI...
2021-02-03 Caroline Concatto[AArch64][SVE]Add cost model for broadcast shuffle
2021-02-03 Andre Vieira[LIBC] Add optimized memcpy routine for AArch64
2021-02-03 David Sherwood[VPlan][NFC] Introduce constructors for VPIteration
2021-02-03 Wang, Pengfei[X86] Correct types in tablegen multiclasses found...
2021-02-03 Sam McCall[clang-include-fixer] Pre-reserve vector size. NFC
2021-02-03 Martin Storsjö[libcxx] Implement the read_symlink function for windows
2021-02-03 Martin Storsjö[libcxx] Implement the permissions function for windows
2021-02-03 Petr Hosek[InstrProfiling] Use !associated metadata for counters...
2021-02-03 Kazu Hirata[AsmPrinter] Use ListSeparator (NFC)
2021-02-03 Kazu Hirata[Transforms/Utils] Use range-based for loops (NFC)
2021-02-03 Kazu Hirata[CodeGen] Drop unnecessary const from return types...
2021-02-03 LLVM GN Syncbot[gn build] Port fcf03e728007
2021-02-03 Hsiangkai Wang[RISCV] Load/store vector mask types.
2021-02-03 Pushpinder... [OpenMP] Add OpenMP offloading toolchain for AMDGPU
2021-02-03 Hsiangkai Wang[RISCV] Add new vector instructions in v0.10.
2021-02-03 Arthur Eubanks[Docs] Update HowToSubmitABug
2021-02-03 Nathan James[NFC] Fix typo in comment
2021-02-03 Jianzhou Zhao[dfsan] Wrap memmove
2021-02-03 Nathan James[clang-tidy] Fix crash in readability-identifier-naming...
2021-02-03 Serguei Katkov[Statepoint] Handle 'undef' operand tied to def
2021-02-03 Yang Fan[CSSPGO] Fix MSVC initializing truncation warning ...
2021-02-03 Yang Fan[clang-format] Fix MSVC "unsafe use of type 'bool'...
2021-02-03 Fangrui Song[yaml2obj][wasm] Support numeric relocation type
2021-02-03 Yang Fan[VFS] Fix Wreturn-type gcc warning (NFC)
2021-02-03 Chen Zheng[PowerPC] [NFC] fix wording typos
2021-02-03 Med Ismail... [lldb/test] Stop recording fundamental return types...
2021-02-03 Matt ArsenaultAMDGPU: Fix adding extra operands for i128 asm constraints
2021-02-03 Matt ArsenaultAMDGPU: Don't consider global pressure when bundling...
2021-02-02 Jessica Paquette[GlobalISel] Check if branches use the same MBB in...
2021-02-02 Siva Chandra[libc] Add hardware implementations of ceil and ceilf...
2021-02-02 Lei Zhang[mlir] Fix scf.for single iteration canonicalization...
2021-02-02 Diego Caballero[mlir][Vector] Add lowering to LLVM for vector.bitcast
2021-02-02 Fangrui Song[FileCheck] Make --allow-unused-prefixes cl::ZeroOrMore
2021-02-02 peter klausler[flang] Add TypeAndShape::MeasureElementSizeInBytes()
2021-02-02 Arthur Eubanks[test][NewPM] Pin various tests to the legacy PM
next