OSDN Git Service

android-x86/external-llvm-project.git
2021-02-22 Conrad Poelmanclang-extra: fix incorrect use of std::lock_guard by...
2021-02-22 Brad Smith[clang][Driver][OpenBSD] libcxx also requires pthread
2021-02-22 Sanjay Patel[Analysis][LoopVectorize] do not form reductions of...
2021-02-20 Johannes DoerfertAvoid use of stack allocations in asynchronous calls
2021-02-20 Fangrui Song[llvm-objdump] --source: drop the warning when there...
2021-02-20 William S.... [SROA] Amend failing test from D95826
2021-02-20 Florian Hahn[clang] Add -ffinite-loops & -fno-finite-loops options.
2021-02-20 wlei[CSSPGO][llvm-profgen] Filter out the instructions...
2021-02-20 wlei[CSSPGO][llvm-profgen] Renovate perfscript check and...
2021-02-20 wlei[CSSPGO][llvm-profgen] Add brackets for context id...
2021-02-20 Hongtao YuRemove test code that cause MSAN failure.
2021-02-20 Hongtao Yu[CSSPGO] Process functions in a top-down order on a...
2021-02-20 Hongtao Yu[CSSPGO] Restrict pseudo probe tests to x86_64 only.
2021-02-20 Hongtao Yu[CSSPGO] Unblock optimizations with pseudo probe instru...
2021-02-20 Wenlei He[CSSPGO] Use merged base profile for hot threshold...
2021-02-20 wlei[CSSPGO][llvm-profgen] Fix bug with parsing hybrid...
2021-02-20 wlei[CSSPGO][llvm-profgen] Merge and trim profile for cold...
2021-02-20 wlei[CSSPGO][llvm-profgen] Aggregate samples on call frame...
2021-02-20 wlei[CSSPGO][llvm-profgen] Compress recursive cycles in...
2021-02-20 wlei[CSSPGO][llvm-profgen] Pseudo probe based CS profile...
2021-02-20 Yang Fan[CSSPGO] Fix MSVC initializing truncation warning ...
2021-02-20 William S.... [SROA] Propagate correct TBAA/TBAA Struct offsets
2021-02-20 Georgii Rymar[llvm-symbolizer] - Fix the crash in GNU output style...
2021-02-20 Simonas Kazlauskas[llvm-dwp] Join dwo paths correctly when DWOPath is...
2021-02-20 Kadir Cetinkaya[clangd] Treat "null" optional fields as missing
2021-02-20 Shilei Tian[OpenMP][NVPTX] Add the support for CUDA 11.2 and CUDA...
2021-02-20 Jeroen Dobbelaere[clang] functions with the 'const' or 'pure' attribute...
2021-02-20 Nikita Popov[LLD] Fix tests after D96993
2021-02-20 Nikita Popov[DCE] Don't remove non-willreturn calls
2021-02-20 Nikita Popov[IR] Move willReturn() to Instruction
2021-02-20 Nikita Popov[DCE] Add tests for non-willreturn function being remov...
2021-02-19 Lei Huang[PowerPC] Update release notes for changes to PowerPC...
2021-02-18 David Sherwood[release][docs] Update contributions to LLVM 12 for...
2021-02-17 Jez Ng[lld-macho] Fill out release notes for 12.x
2021-02-17 Sam McCall[clangd] Fix race in Global CDB shutdown
2021-02-17 Simon Pilgrim[X86][AVX] Add missing VEX_WIG tags from VPACKUSDW...
2021-02-17 Simon Pilgrim[X86][AVX] Add 'OK' tests cases for PR48877
2021-02-17 Simon Pilgrim[DAG] Fix shift amount limit in SimplifyDemandedBits...
2021-02-17 Simon Pilgrim[X86] Add reduced test case for PR49162
2021-02-16 Maxim KuvyrkovFix exegesis build on aarch64-windows-msvc host
2021-02-16 Martin Storsjödoc: Add a release note for the changed comment char...
2021-02-16 Nico WeberRevert "Disable rosegment for old Android versions."
2021-02-16 Stephen Kelly[ASTMatchers] Fix matching after generic top-level...
2021-02-16 Stephen Kelly[ASTMatchers] Fix definition of decompositionDecl
2021-02-16 Stephen KellyFix traversal with hasDescendant into lambdas
2021-02-16 Stephen Kelly[ASTMatchers] Fix traversal below range-for elements
2021-02-16 Stephen KellyEnsure that we traverse non-op() method bodys of lambdas
2021-02-16 Stephen Kelly[ASTMatchers] Avoid pathological traversal over nested...
2021-02-16 Qiu ChaofanRevert "[PowerPC] [Clang] Enable float128 feature on...
2021-02-16 Fangrui Song[Verifier] Allow DW_TAG_class_type/DW_TAG_union_type...
2021-02-16 Wang, Pengfei[X86] Always assign reassoc flag for intrinsics *reduce...
2021-02-16 Craig Topper[RISCV] Remove SRO* and SLO* instructions from bitmanip.
2021-02-16 Michael LiaoRecommit of a2fdf9d4d734732a6fa9288f1ffdf12bf8618123.
2021-02-16 Martin Storsjö[AArch64] Use '//' as comment string for MSVC assembly
2021-02-15 Fangrui Song[ELF] Allow R_386_GOTOFF from .debug_info
2021-02-15 Zarko Todorovski[AIX] Improve option processing for mabi=vec-extabi...
2021-02-15 Zarko Todorovski[AIX] Actually push back "-mabi=vec-extabi" when option...
2021-02-15 Shilei Tian[OpenMP][NVPTX] Refined CMake logic to choose compute...
2021-02-15 Dimitry AndricDefine new/delete in libc++ when using libcxxrt
2021-02-15 Johannes Doerfert[OpenMP] Delay more diagnostics of potentially non...
2021-02-15 Johannes Doerfert[OpenMP] Attribute target diagnostics properly
2021-02-15 Johannes Doerfert[OpenMP][NFC] Pre-commit test changes regarding PR48933
2021-02-15 Johannes Doerfert[AssumptionCache] Do not track llvm.assume calls (PR49043)
2021-02-15 Tom Stellardworkflows: Increase the fetch-depth for actions/checkou...
2021-02-15 Nathan James[clang-tidy] Fix crash in readability-identifier-naming...
2021-02-13 Jeroen Dobbelaere[InlineFunction] Only update noalias scopes once for...
2021-02-13 Jeroen Dobbelaere[LoopPeel] Use llvm.experimental.noalias.scope.decl...
2021-02-13 Fangrui SongIntrinsicEmitter: Change IntrinsicsToAttributesMap...
2021-02-13 Hsiangkai Wang[RISCV] Add new vector instructions in v0.10.
2021-02-13 Craig Topper[RISCV] Replace NoX0 SDNodeXForm with a ComplexPattern...
2021-02-13 Richard SmithDon't infer attributes on '::operator new'.
2021-02-13 Richard SmithRevert "[BuildLibcalls, Attrs] Support more variants...
2021-02-13 Ayke van Laethem[ARM] Do not emit ldrexd/strexd on Cortex-M chips
2021-02-13 Joachim Meyer[Support] Indent multi-line descr of enum cli options.
2021-02-13 Fraser Cormack[RISCV] Fix incorrect RVV sdiv/udiv lowering
2021-02-13 Nemanja Ivanovic[DAGCombine] Do not remove masking argument to FP16_TO_...
2021-02-13 Richard SmithPR48587: is_constant_evaluated() should not evaluate...
2021-02-13 Jessica Paquette[GlobalISel] Check if branches use the same MBB in...
2021-02-13 Nathan James[clangd] Fix clang tidy provider when multiple config...
2021-02-09 Simon PilgrimFix "not all control paths return a value" warning...
2021-02-09 Richard SmithPR48606: The lifetime of a constexpr heap allocation...
2021-02-08 Zequan Wu[AST] Update LVal before evaluating lambda decl fields.
2021-02-08 Walter Erquinigo[lldb-vscode] correctly use Windows macros
2021-02-08 Walter ErquinigoFix lldb-vscode builds on Windows targeting POSIX
2021-02-08 Walter ErquinigoFix runInTerminal failures on Windows
2021-02-08 Louis Dionne[🍒][libc++] Fix libcxx build on 32bit architectures...
2021-02-08 Reid Kleckner[🍒]Disable CFI in __get_elem to allow casting a pointer...
2021-02-08 Louis Dionne[🍒][libc++] Rename include/support to include/__support
2021-02-06 Shilei Tian[OpenMP][libomptarget] Fixed an issue that device sync...
2021-02-06 Nikita Popov[MemorySSA] Don't treat lifetime.end as NoAlias
2021-02-06 Nikita Popov[MemCpyOpt] Add test for incorrect optimization across...
2021-02-06 Tom Stellardworkflows: Update libclang-abi-tests to work with minor...
2021-02-05 Hans WennborgAdd a release note about deprecating the clang-cl ...
2021-02-04 Shilei Tian[OpenMP] Disabled profiling in `libomp` by default...
2021-02-04 Giorgis Georgakoudis[OpenMP] Fix building using LLVM_ENABLE_RUNTIMES
2021-02-04 Peter Waller[clang][aarch64][WOA64][docs] Release note for longjmp...
2021-02-04 Shilei TianRevert "[OpenMP] Disabled profiling in `libomp` by...
2021-02-04 Craig Topper[X86] Accept 64-bit GPRs for vextractps when using...
2021-02-04 Shilei Tian[OpenMP][NVPTX] Take functions in `deviceRTLs` as ...
2021-02-04 Hongtao Yu[CSSPGO] Introducing distribution factor for pseudo...
next