OSDN Git Service

android-x86/external-llvm-project.git
2020-11-12 Joseph Huber[OpenMP] Begin Adding OpenMP Tool to Gather OpenMP...
2020-11-12 Joachim Protze[OpenMP][Tools][Tests] Fix ompt multiplex test
2020-11-12 peter klausler[flang][MSVC] Use list<Message> rather than forward_lis...
2020-11-12 Sam McCall[Syntax] Tablegen literal expressions.
2020-11-12 Dave Lee[lldb] Switch expect to runCmd in TestRecursiveTypes...
2020-11-12 Lang Hames[docs] Fix formatting in ORCv2.rst.
2020-11-11 Lang Hames[docs] Update ORCv2 design doc.
2020-11-11 Arnold Schwaighofer[coro] Async coroutines: Allow more than 3 arguments...
2020-11-11 Arthur Eubanks[NewPM] Provide method to run all pipeline callbacks...
2020-11-11 Richard SmithSuppress printing of inline namespace names in diagnost...
2020-11-11 Richard SmithSuppress printing template arguments that match default...
2020-11-11 Sam McCall[clangd] Add index server request logging
2020-11-11 Ruslan Arutyunyan[libc++] Implement P0919R3: heterogenous lookup for...
2020-11-11 Baptiste Saleil[PowerPC] Accumulator/Unprimed Accumulator register...
2020-11-11 Michael Kruse[Polly][OpTree] Fix mid-processing change of access...
2020-11-11 Michael Kruse[Polly][OpTree] Better report applied changes.
2020-11-11 Duncan P. N... Frontend: Change ComputePreambleBounds to take MemoryBu...
2020-11-11 Sam McCall[clangd] Sanity-check array sizes read from disk before...
2020-11-11 Louis Dionne[libc++] NFC: Simplify incude of <cstdlib>
2020-11-11 Louis Dionne[libc++abi] Reuse libc++'s refstring.h header instead...
2020-11-11 peter klausler[flang] Fix CheckSpecificationExpr handling of associat...
2020-11-11 Arthur Eubanks[CGSCC][Inliner] Handle new non-trivial edges in update...
2020-11-11 Florian Hahn[Matrix] Update mangling to use paramterized vendor...
2020-11-11 Louis Dionne[libc++] NFC: Synchronize libc++abi and libc++ new...
2020-11-11 Jessica Paquette[AArch64][GlobalISel] Mark G_FCONSTANT as legal when...
2020-11-11 Kazushi (Jam... [VE] Support vector register in inline asm
2020-11-11 Duncan P. N... Frontend: Skip namespace around createVFSFromCompilerIn...
2020-11-11 peter klausler[flang] Allow labels on END statements.
2020-11-11 Jianzhou ZhaoAdd a flag to control whether to propagate labels from...
2020-11-11 Xiang Xiao[libcxx] Check _LIBCPP_PROVIDES_DEFAULT_RUNE_TABLE...
2020-11-11 Walter ErquinigoFix 21555fff4de811309ea7935f9cb65578c957d77f
2020-11-11 David BlaikieAdd missing override (& fix an else-after-return while...
2020-11-11 peter klausler[flang] Use IMPLICIT from scope of external function...
2020-11-11 Mehdi AminiRevert "[clang][cli] Port ObjCMTAction to new option...
2020-11-11 Peyton, Jonathan L[OpenMP] Fix shutdown hang/race bug
2020-11-11 Sam McCall[clangd] Fix serialization error check.
2020-11-11 David Green[AArch4] Regenerate test checks for f16-imm.ll. NFC
2020-11-11 peter klausler[flang] Add isnan() extension intrinsic function, with...
2020-11-11 Pavel Iliin[NFC] [Legalize] Fix spaces and style.
2020-11-11 Mehdi AminiDisable implicit nesting on parsing textual pass pipeline
2020-11-11 Thomas Raoux[mlir] Fix post-dominance between blocks of different...
2020-11-11 Joachim Protze[OpenMP][Tool] Fix possible NULL-pointer dereference...
2020-11-11 Joachim Protze[OpenMP][Tests] Fix compiler warnings in OpenMP runtime...
2020-11-11 Joachim Protze[OpenMP][OMPT] Update the omp-tools header file to...
2020-11-11 Jianzhou ZhaoAdd a simple stack trace printer for DFSan
2020-11-11 Akira HatanakaMove variable declarations to functions in which they...
2020-11-11 Vedant Kumar[lldb/test] Add missing decorators import
2020-11-11 Vedant Kumar[ThreadPlan] Add a test for `thread step-in -r`, NFC...
2020-11-11 Haowei Wu[NFC] Reformat llvm-elfabi
2020-11-11 Simon Pilgrim[RISCV] srem-vector-lkk.ll - remove unused check prefix
2020-11-11 Simon Pilgrim[Sparc] fp16-promote.ll - Refactor check prefixes ...
2020-11-11 Simon Pilgrim[SystemZ] Regenerate some fp tests + remove unused...
2020-11-11 Simon Pilgrim[BPF] intrinsic-array-2.ll - remove unused check prefixes
2020-11-11 Stella Laurenzo[mlir][Python] Allow PassManager to interop with the...
2020-11-11 Walter Erquinigo[intel-pt][trace] Implement a "get supported trace...
2020-11-11 Fangrui Song[llvm-objcopy][ELF] Try fixing non-determinism of Segme...
2020-11-11 Vedant Kumar[MachO] Allow the LC_IDENT load command
2020-11-11 Nikita Popov[BasicAA] Add test for incorrect BatchAA result (NFC)
2020-11-11 Simon Pilgrim[Driver] hip-toolchain-device-only.hip - remove unused...
2020-11-11 Stella Laurenzo[mlir][Python] Add Windows DLL loader to get python...
2020-11-11 Craig Topper[RISCV] Remove traces of Glue from RISCVISD::SELECT_CC
2020-11-11 Jessica Paquette[AArch64][GlobalISel] Select arith extended add/sub...
2020-11-11 Fangrui Song[llvm-objcopy] --only-keep-debug: place zero-size segme...
2020-11-11 Jessica Paquette[AArch64][GlobalISel] Select negative arithmetic immedi...
2020-11-11 Jay Foad[AMDGPU] Separate out real exp instructions by subtarge...
2020-11-11 Jay Foad[AMDGPU] Split exp instructions out into their own...
2020-11-11 Scott Linder[NFC][AMDGPU] Clean up some lit test prefixes
2020-11-11 Stella StamenovaRevert "[ThreadPlan] Add a test for `thread step-in...
2020-11-11 Jay Foad[AMDGPU] Make use of SIInstrInfo::isEXP. NFC.
2020-11-11 Alex Richardson[AsmParser] Add source location to all errors related...
2020-11-11 Alex Lorenz[clang] ns_error_domain attribute also supports CFStrin...
2020-11-11 Simon Pilgrim[CodeGenCXX] Remove unused check prefixes
2020-11-11 Simon Pilgrim[CodeGenOpenCL] Fix check prefix typo on convergent...
2020-11-11 Simon Pilgrim[CodeGenObjC] Remove unused check prefixes
2020-11-11 Simon Pilgrim[CodeGenCUDA] Fix check prefix typo on device-stub...
2020-11-11 Sam McCall[Syntax] Tablegen Sequence classes. NFC
2020-11-11 Hans WennborgRevert "Reland [CFGuard] Add address-taken IAT tables...
2020-11-11 Sam McCall[Syntax] Tablegen operator<<(NodeKind). NFC
2020-11-11 Simon Pilgrim[CodeGen] Remove unused check prefixes
2020-11-11 Simon Pilgrim[CodeGen] Fix check prefix mismatch on neon-immediate...
2020-11-11 Nico WeberRevert "[hwasan] Fix Thread reuse."
2020-11-11 Sander de SmalenRevert "[LoopVectorizer] NFCI: Calculate register usage...
2020-11-11 Jay FoadRevert "Revert "[AMDGPU] Reorganize GCN subtarget featu...
2020-11-11 Simon Pilgrim[ValueTracking] computeKnownBitsFromShiftOperator ...
2020-11-11 Nico Weberclang-cl: Expose -f[no-]delete-null-pointer-checks...
2020-11-11 Paul Lietar[mlir] Fix exports in mlir_async_runtime
2020-11-11 LLVM GN Syncbot[gn build] Port 250de7388b3
2020-11-11 Elvina Yakubova[OpenCL] Make Clang recognize -cl-std=1.0 as a value...
2020-11-11 Adrian KuegelMLIR: Remove TanhOp from ops list. It caused a build...
2020-11-11 Nico Weber[gn build] (manually) port 98aa067109e
2020-11-11 Nico Weber[gn build] (semi-manually) Port 454579e46a87
2020-11-11 Nico WeberRevert "[gn build] (semi-manually) Port 98aa067109"
2020-11-11 Adrian KuegelMLIR: add SinOp Lowering to __ocml_sin_f32 and __ocml_s...
2020-11-11 Andrzej Warzynski[flang][driver] Make sure that `-###` is marked as...
2020-11-11 Caroline Concatto[AArch64]Add memory op cost model for SVE
2020-11-11 Nico Weber[gn build] (semi-manually) Port 98aa067109
2020-11-11 Simon Pilgrim[KnownBits] Add KnownBits::commonBits helper. NFCI.
2020-11-11 Max Kazantsev[Test] Add failing test for PR48150
2020-11-11 Jan Svoboda[clang][cli] Port ObjCMTAction to new option parsing...
2020-11-11 Kerry McLaughlin[SVE][CodeGen] Lower scalable masked scatters
next