platform/upstream/llvm.git
2020-12-16 Florian Hahn[InstCombine] Precommit tests for !annotation metadata...
2020-12-16 Matt ArsenaultLangRef: Update byval/sret description for required...
2020-12-16 Tim Keith[flang] Handle multiple names for same operator
2020-12-16 Erik PilkingtonNFC: balance a quote in AttrDocs.td
2020-12-16 Erik Pilkington[Sema] Fix a miscompile by retaining array qualifiers...
2020-12-16 Paul C. Anagnostopoulos[TableGen] Slim down the data structures in xxxGenInstr...
2020-12-16 Simon Pilgrim[X86] Regenerate bit extraction tests, cleaning up...
2020-12-16 Simon Pilgrim[X86] Rename reduction combiners to make it clearer...
2020-12-16 Mitch Phillips[sanitizer-common] Force pickup of llvm-symbolizer...
2020-12-16 diggerlin[XCOFF][AIX] Emit EH information in traceback table
2020-12-16 Caroline Concatto[SLPVectorizer]Migrate getEntryCost to return Instructi...
2020-12-16 Denis Antrushin[Statepoints] Extract invoke tests into separate file...
2020-12-16 Stephan Bergmann[PATCH] [compiler-rt] [builtins] Fix name of __aarch64_...
2020-12-16 Bradley Smith[CostModel] Add costs for llvm.experimental.vector...
2020-12-16 ergawy[mlir][spirv] Add parsing and printing support for...
2020-12-16 Caroline Concatto[CostModel]Migrate getTreeCost() to use InstructionCost
2020-12-16 Caroline Concatto[CostModel]Replace FixedVectorType by VectorType in...
2020-12-16 Joe Ellis[clang][AArch64][SVE] Avoid going through memory for...
2020-12-16 Muhammad Omair... [LLDB] Skip TestGuiBasicDebug.py on Arm and AArch64...
2020-12-16 Bangtian LiuRevert "Ensure SplitEdge to return the new block betwee...
2020-12-16 Simon Pilgrim[X86][SSE] combineReductionToHorizontal - don't rely...
2020-12-16 Muhammad Omair... Revert "[LLDB] Remove AArch64/Linux xfail decorator...
2020-12-16 Georgii Rymar[yaml2obj/obj2yaml] - Make Value/Size fields of Symbol...
2020-12-16 Georgii Rymar[lib/Object] - Make ELFObjectFile::getSymbol() return...
2020-12-16 Georgii Rymar[llvm-readelf/obj] - Handle out-of-order PT_LOADs better.
2020-12-16 Jan Svoboda[clang][cli] Port DependencyOutput string based options...
2020-12-16 Piotr Sobczak[AMDGPU] Avoid calling copyFastMathFlags in wrong context
2020-12-16 Qiu Chaofan[NFC] Pre-commit test for long-double builtins
2020-12-16 Jan Svoboda[clang][cli] Port LangOpts option flags to new option...
2020-12-16 Sebastian Neubauer[AMDGPU] Allow no saddr for global addtid insts
2020-12-16 Jan Svoboda[clang][cli] Port CodeGen option flags to new option...
2020-12-16 Alexander Belyaev[mlir] Lookup the latest value with a legal type when...
2020-12-16 Jan Svoboda[clang][cli] Prevent double denormalization
2020-12-16 Jan Svoboda[clang][cli] Do not marshall only CC1Option flags in...
2020-12-16 Raul TambreRevert "[Compiler-rt][AArch64] Workaround for .cfi_star...
2020-12-16 Fangrui Song[builtins] Use %% as the separator for aarch64-*-darwin...
2020-12-16 Siva Chandra... [libc][NFC] Use ASSERT_FP_EQ to comapre NaN values...
2020-12-16 Stanislav Mekhanoshin[AMDGPU] Print SCRATCH_EN field after the kernel
2020-12-16 Siva Chandra... [libc][NFC] Rename global `nan` in tests to `aNaN`.
2020-12-16 Siva Chandra... [libc][NFC][Obvious] Remove few unnecessary #include...
2020-12-16 Yaxun (Sam... [HIP] unbundle bundled preprocessor output
2020-12-16 Philip Reames[LV] Weaken a unnecessarily strong assert [NFC]
2020-12-16 Lang Hames[JITLink][ORC] Enable creation / linking of raw jitlink...
2020-12-16 Zakk Chen[RISCV] Refine vector load/store tablegen pattern,...
2020-12-16 Philip Reames[LV] Extend dead instruction detection to multiple...
2020-12-16 Nathan James[ASTMatchers][NFC] Strip prefixes eagerly in dynamic...
2020-12-16 peter klausler[flang] Implement STORAGE_SIZE(), SIZEOF(), C_SIZEOF()
2020-12-16 Krzysztof Parzyszek[Hexagon] Rename test case, NFC
2020-12-16 Krzysztof Parzyszek[Hexagon] Temporarily disable vector realignment for...
2020-12-16 Krzysztof Parzyszek[Hexagon] Emit enough stores when aligning vector addresses
2020-12-16 Nico Weber[mac/lld] fix amend mishap from ec88746a059
2020-12-16 Nico Weber[lld/mac] fill in current and compatibility version...
2020-12-16 peter klausler[flang] Fix false error message for "ptr => func()...
2020-12-16 Nico Weber[mac/lld] simplify code using PackedVersion instead...
2020-12-16 Tim Keith[flang] Fix bug with USE of USE of generic
2020-12-16 LLVM GN Syncbot[gn build] Port b9c77542e23
2020-12-16 Johannes DoerfertRevert "[OpenMP] Add initial support for `omp [begin...
2020-12-16 Reid KlecknerDocument that AlignedCharArrayUnion exists to work...
2020-12-15 Tres Popp[mlir] Allow SymbolTable to update existing symbols
2020-12-15 Bangtian LiuEnsure SplitEdge to return the new block between the...
2020-12-15 Stephen Kelly[ClangTidy] NFC: Add more tests for container-size...
2020-12-15 Stephen Kelly[ASTMatcher] Avoid isImplicit call on object which...
2020-12-15 Johannes Doerfert[FIX] Add the comma missing in D91979
2020-12-15 Harald van... [X86] Add REX prefix for GOTTPOFF/TLSDESC relocs in...
2020-12-15 River Riddle[mlir][Pass] Add a new PassNameCLParser specifically...
2020-12-15 Richard SmithDR1413 and part of P1815R2: Minor improvements to Clang...
2020-12-15 Richard SmithDR2100: &expr is value-dependent if expr constant-evalu...
2020-12-15 Fangrui Song[IR] Delete deprecated DebugLoc::get
2020-12-15 Johannes Doerfert[OpenMP] Add initial support for `omp [begin/end] assumes`
2020-12-15 Johannes Doerfert[OpenMP] Use assumptions during ICV tracking
2020-12-15 Johannes Doerfert[Clang][Attr] Introduce the `assume` function attribute
2020-12-15 Johannes Doerfert[OpenMPOpt][NFC] Clang format
2020-12-15 Alex Zinenko[mlir] NFC: retire LLVM_Zero/OneResultOp from LLVM...
2020-12-15 Alex Zinenko[mlir] Tighten type verifiers for LLVM dialect ops...
2020-12-15 Richard SmithDon't memcpy from an empty ArrayRef; the base pointer...
2020-12-15 Matt ArsenaultRegisterCoalescer: Remove phi-only subranges when erasi...
2020-12-15 Louis Dionne[libc++] Use consistent declaration for main() in test
2020-12-15 Hsiangkai Wang[RISCV] Define vfadd/vfsub/vfrsub intrinsics.
2020-12-15 Hsiangkai Wang[RISCV] Define vmin/vminu/vmax/vmaxu intrinsics.
2020-12-15 Hsiangkai Wang[RISCV] Define vnsrl/vnsra intrinsics.
2020-12-15 Hsiangkai Wang[RISCV] Define vsll/vsrl/vsra intrinsics.
2020-12-15 Hsiangkai Wang[RISCV] Define vadc/vmadc/vsbc/vmsbc intrinsics.
2020-12-15 Duncan P. N... Frontend: Fix confusing comment at call to clearOutputF...
2020-12-15 Fangrui Song[docs][unittest][Go][StackProtector] Migrate deprecated...
2020-12-15 Krzysztof Parzyszek[Hexagon] Fix bitcasting v1i8 -> i8
2020-12-15 Matt ArsenaultGlobalISel: Fix generic handling of single outgoing...
2020-12-15 Matt ArsenaultAMDGPU: Remove redundant CCAction for i1
2020-12-15 Fangrui Song[clang] Migrate deprecated DebugInfo::get to DILocation...
2020-12-15 Craig Topper[RISCV] Only custom legalize i32 arguments to vector...
2020-12-15 River Riddle[mlir][IR] Define the singleton builtin types in ODS...
2020-12-15 Roman Lebedev[NFCI][SimplifyCFG] Add basic scaffolding for gradually...
2020-12-15 Roman Lebedev[NFC][Tests][SimplifyCFG] Trim whitespaces at the end...
2020-12-15 peter klausler[flang] Clean up TODO comments and fix one (DATA consta...
2020-12-15 Nathan James[clang-tidy] Support all YAML supported spellings for...
2020-12-15 Baptiste Saleil[PowerPC] Enable paired vector type and intrinsics...
2020-12-15 Nathan James[clangd] Validate clang-tidy Checks in clangd config.
2020-12-15 peter klausler[flang] Minor fix to list-directed REAL output editing
2020-12-15 Jez Ng[lld-macho] Add implicit dylib support for frameworks
2020-12-15 Jez Ng[lld-macho] Support -sub_umbrella
2020-12-15 Jez Ng[lld-macho] Don't emit rebase opcodes for relocs in...
next