platform/upstream/llvm.git
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
2021-02-02 LLVM GN Syncbot[gn build] Port 4f58b1bd2974
2021-02-02 Kyungwoo Lee[AArch64] Homogeneous Prolog and Epilog Size Optimization
2021-02-02 Mitch PhillipsRevert "[GWP-ASan] Add aligned allocations."
2021-02-02 Mitch Phillips[GWP-ASan] Add locking around unwinder for atfork prote...
2021-02-02 Mitch Phillips[GWP-ASan] Add aligned allocations.
2021-02-02 Richard SmithDiagnose if a SLEB128 is too large to fit in an int64_t.
2021-02-02 Jianzhou Zhao[dfsan] Clean TLS after sigaction callbacks
2021-02-02 Florian Hahn[ConstraintElimination] Skip pointer casts.
2021-02-02 Martin Storsjö[libcxx] Implement the canonical function for windows
2021-02-02 Martin Storsjö[libcxx] Implement the current_path function for windows
2021-02-02 Louis Dionne[libc++] Add new queues for specific macOS system versions
2021-02-02 Mehdi AminiRevert "Fix namespace for MLIR Async Runtime"
2021-02-02 Reid KlecknerDisable CFI in __get_elem to allow casting a pointer...
2021-02-02 Dave Lee[lldb] Convert assertTrue(a == b) to assertEqual(a, b)
2021-02-02 Christopher... Revert "Ensure that InstructionCost actually implements...
2021-02-02 River Riddle[mlir][Pattern] Create a new IRRewriter class to enable...
2021-02-02 Eric Schweitz[flang][NFC] Update the CG rewrite pass.
2021-02-02 Hongtao Yu[CSSPGO] Introducing distribution factor for pseudo...
2021-02-02 Eric Schweitz[flang][NFC] Update #include.
2021-02-02 Christopher... Ensure that InstructionCost actually implements a total...
2021-02-02 peter klausler[flang] Implement IEEE_SUPPORT_xxx inquiry functions
2021-02-02 peter klausler[flang] Detect UBOUND() error on assumed-size array
2021-02-02 Fangrui Song[test] Default clang/test to FileCheck --allow-unused...
2021-02-02 Matthew ParkinsonFix namespace for MLIR Async Runtime
2021-02-02 Michał Górny[MLIR] [CMake] Support building MLIR standalone
2021-02-02 Christian Sigg[mlir] Delay adding the __resume function
2021-02-02 Mehdi AminiFix CMake LLVM_TARGETS_TO_BUILD "Native" option to...
2021-02-02 Fraser Cormack[RISCV] Fix incorrect RVV sdiv/udiv lowering
2021-02-02 Craig Topper[RISCV] Correct types in tablegen multiclasses found...
2021-02-02 Vladislav Vinogradov[mlir] Return new Operation from `Rewriter::replaceOpWi...
2021-02-02 Jonas Devlieghere[debugserver] Fix -Wmissing-field-initializers warnings...
2021-02-02 Vladislav Vinogradov[mlir] Print more verbose message in case of type infer...
2021-02-02 Vladislav Vinogradov[mlir] Allow to use constant lambda as callbacks for...
2021-02-02 Vladislav Vinogradov[mlir][NFC] Add missing include guards to MlirOptMain.h
2021-02-02 Vladislav Vinogradov[mlir][NFC] Use explicit `mlir` namespace in generated...
2021-02-02 Jonas Devlieghere[debugserver] Fix -Wsign-compare warnings on arm64
2021-02-02 Fangrui Song[ConstraintElimination] Fix -Wunused-function in -DLLVM...
2021-02-02 Craig Topper[RISCV] Use a ComplexPattern to merge isel patterns...
2021-02-02 Jonas Devlieghere[debugserver] Fix -Wunused-function warnings on arm64
2021-02-02 Mike Rice[OpenMP] Fix iterations calculation for dependent counters.
2021-02-02 Greg McGary[lld-macho][NFC] refactor relocation handling
2021-02-02 Martin Storsjö[libcxx] Implement the space function for windows
2021-02-02 Fangrui Song[ELF] Delete unused --warn-ifunc-textrel
2021-02-02 Hongtao Yu[CSSPGO] Passing the clang driver switch -fpseudo-probe...
2021-02-02 Jonas Devlieghere[debugserver] Fix -Winconsistent-missing-override warni...
2021-02-02 Fangrui Song[MC] Upgrade DWARF version to 5 upon .file 0
2021-02-02 Florian Hahn[ConstraintElimination] Add test with pointer bitcast.
2021-02-02 Fangrui Song[test] Add basic _Unwind_ForcedUnwind + exception tests
2021-02-02 Fangrui Song[MC] Support SHF_GNU_RETAIN as section flag 'R'
2021-02-02 Fangrui Song[yaml2obj/obj2yaml/llvm-readobj] Support SHF_GNU_RETAIN
2021-02-02 Sanjay Patel[ExpandReductions] add test for fmin with FMF; NFC
2021-02-02 Jeroen Dobbelaere[InlineFunction] Only update noalias scopes once for...
2021-02-02 David Green[ARM] Correct some tablegen operand types. NFC
2021-02-02 Peyton, Jonathan L[OpenMP] Fix sign comparison warnings from GCC
2021-02-02 Eric Schweitz[flang][NFC] Update #include and comment.
2021-02-02 Florian Hahn[ConstraintElimination] Add nicer way to dump constrain...
2021-02-02 David Green[ARM] Mark MVE_VMOV_to_lane_32 as isInsertSubregLike
2021-02-02 Anastasia StulovaFixed failing OpenCL test
2021-02-02 Sebastian Neubauer[AMDGPU] Remove unused tmp register
2021-02-02 Sebastian Neubauer[AMDGPU] Save fp/bp after csr saves
2021-02-02 Lei ZhangRevert "[mlir] Fix scf.for single iteration canonicaliz...
2021-02-02 Lei Zhang[mlir][spirv] Define sp.VectorShuffle
2021-02-02 Lei Zhang[mlir] Fix scf.for single iteration canonicalization...
2021-02-02 Zarko Todorovski[AIX] Improve option processing for mabi=vec-extabi...
2021-02-02 Wenlei He[CSSPGO] Factor out common part for CSSPGO inline and...
2021-02-02 Joseph Huber[OpenMP][NFC] Adding FAQ Entry for errors with static...
2021-02-02 Stefan Pintilie[PowerPC] Materialize 34 bit constants with pli on...
2021-02-02 David Green[ARM] Add MVE insert-of-extract pattern
2021-02-02 Stephen KellyEnsure that the matcher is instantiated
2021-02-02 Anastasia Stulova[OpenCL] Add diagnostics for references to functions
2021-02-02 Melanie Blower[clang][PATCH][NFC] Correct test case related to review...
2021-02-02 Lei Zhang[mlir] Put template specialization in the same namespace
2021-02-02 Roman Lebedev[InstCombine] Host inversion out of ashr's value operan...
2021-02-02 Roman Lebedev[NFC][InstCombine] Add tests for (~x) a>> y --> ...
2021-02-02 Ben Shi[AVR][clang] Fix a bug in AVR toolchain search paths
2021-02-02 Sam McCall[clangd] Fix race in Global CDB shutdown
next