platform/upstream/llvm.git
2021-01-25 Björn Schäpers[clang-format] [NFC] Rerun dump_format_style.py
2021-01-25 Albertas Vyšniauskas[clang-format] PR16518 Add flag to suppress empty line...
2021-01-25 Björn Schäpers[clang-format] [NFC] Remove unsued arguments
2021-01-25 Björn Schäpers[clang-format] [NFC] Restructure getLineCommentIndentPrefix
2021-01-25 Björn Schäpers[clang-format] [NFC] Use some constexpr StringRef
2021-01-25 Akira Hatanaka[ObjC][ARC] Annotate calls with attributes instead...
2021-01-25 Keith SmileyRevert "[clangd][NFC] Simplify handing on methods with...
2021-01-25 Julian Lettner[lit] Use os.cpu_count() to cleanup TODO
2021-01-25 Florian Hahn[VPlan] Replace uses with new value in VPInstructionsTo...
2021-01-25 Walter Erquinigo[ThreadPlan] fix exec on Linux
2021-01-25 Nick Desaulniers[GVN] do not repeat PRE on failure to split critical...
2021-01-25 Alex Zinenko[mlir] Add C API for IntegerSet
2021-01-25 Shilei Tian[OpenMP][NVPTX] Rewrite CUDA intrinsics with NVVM intri...
2021-01-25 Nathan James[clangd][NFC] Simplify handing on methods with no params
2021-01-25 Craig Topper[RISCV] Custom type legalize i8/i16 UDIV/UREM/SDIV...
2021-01-25 Ruslan Arutyunyan[libc++] Fix build after 51faba35fd81fbd3af407a29c13689...
2021-01-25 Reid Kleckner[Win64] Ensure all stack frames are 8 byte aligned
2021-01-25 Diego Caballero[mlir][Affine] Add support for multi-store producer...
2021-01-25 Wei Mi[SampleFDO] Report error when reading a bad/incompatibl...
2021-01-25 Sam Clegg[lld] Consistent help text for `--save-temps`
2021-01-25 Nemanja Ivanovic[PowerPC] Add missing negate for VPERMXOR on little...
2021-01-25 Alex Zinenko[mlir] Use more C99 comments in C API header files
2021-01-25 Keith Smiley[clang] Add -fprofile-prefix-map
2021-01-25 Arthur O'Dwyer[libc++] [P0879] constexpr std::reverse, partition...
2021-01-25 Erik Pilkington[Sema] Fix an assertion failure in -Wcompletion-handler
2021-01-25 Arthur O'Dwyer[libc++] Implement [P0769] "Add shift to algorithm...
2021-01-25 Lukas Barth[clang-format] add case aware include sorting
2021-01-25 David Green[ARM] Use half directly for args/return types in test...
2021-01-25 Joseph Huber[OpenMP][NFC] Fix SourceInfo.h variable names
2021-01-25 Craig Topper[RISCV] Use sign extend for i32 arguments and returns...
2021-01-25 Mark de Wever[libc++][doc] Update the release notes.
2021-01-25 Kostya Kortchinsky[scudo][standalone] Enable death tests on Fuchsia
2021-01-25 Anton Zabaznov[OpenCL] Refactor of targets OpenCL option settings
2021-01-25 Xun LiRevert "Fix unused variable in CoroFrame.cpp when build...
2021-01-25 Ruslan Arutyunyan[libc++] Implement P0655R1 visit<R>: Explicit Return...
2021-01-25 Jon Chesterfield[libomptarget] Compile with older cuda, revert D95274
2021-01-25 Dmitry Preobrazhensky[AMDGPU][MC] Improved errors handling for SDWA operands
2021-01-25 Nico WeberRevert "[JITLink] Enable exception handling for ELF."
2021-01-25 Muhammad Omair... [LLDB] Skip TestPlatformProcessConnect on arm/aarch64...
2021-01-25 Muhammad Omair... [LLDB] Define AUXV_AT_HWCAP2 in AuxVector.h
2021-01-25 Muhammad Omair... [LLDB] Remove leftovers and typos from RegisterInfos_ar...
2021-01-25 Jeroen Dobbelaere[Verifier] disable llvm.experimental.noalias.scope...
2021-01-25 Simon Pilgrim[X86][AVX] Generalize vperm2f128/vperm2i128 patterns...
2021-01-25 Jeroen Dobbelaere[Verifier] enable and limit llvm.experimental.noalias...
2021-01-25 Sam McCall[clangd] Allow diagnostics to be suppressed with config...
2021-01-25 Adam Czachorowski[clangd] Fix a crash when indexing invalid ObjC method...
2021-01-25 xgupta[Doc][NFC] Fix Kaleidoscope links, typos and add blog...
2021-01-25 Florian Hahn[VPlan] Handle scalarized values in VPTransformState.
2021-01-25 Nicolas Vasilache[mlir] Generalize OpFoldResult usage in ops with offset...
2021-01-25 xgupta[NFC] Fix title comment typo and provide description...
2021-01-25 Nicolas Vasilache[mlir][Linalg] Fix incorrect erase order
2021-01-25 Adam Czachorowski[clang] Fix a nullptr dereference bug on invalid code
2021-01-25 Nicolas Vasilache[mlir][Linalg] Address missed review item
2021-01-25 Simon Pilgrim[X86][AVX] combineX86ShuffleChainWithExtract - widen...
2021-01-25 Abhina SreeskantharajanRevert "[SystemZ][z/OS] Fix No such file or directory...
2021-01-25 Abhina SreeskantharajanRevert "[SystemZ][z/OS] Fix No such file or directory...
2021-01-25 Tom RitterAdd a --use-color option to clang-query to allow forcin...
2021-01-25 Sanjay Patel[InstCombine] narrow min/max intrinsics with extended...
2021-01-25 Sanjay Patel[InstCombine] add tests for min/max intrinsics with...
2021-01-25 Sven van HaastregtRevert "[clang] Fix signedness in vector bitcast evalua...
2021-01-25 Nicolas Vasilache[mlir][Linalg] Add a hoistPaddingOnTensors transformation
2021-01-25 Faris Rehman[flang][driver] Update PP tests to use the new driver
2021-01-25 Sander de Smalen[SLPVectorizer] NFC: Migrate getVectorCallCosts to...
2021-01-25 Simon Pilgrim[X86][AVX] LowerTRUNCATE - avoid bitcasts around extrac...
2021-01-25 Sven van Haastregt[clang] Fix signedness in vector bitcast evaluation
2021-01-25 Faris Rehman[flang][driver] Remove newline in CompilerInvocation
2021-01-25 Simon Pilgrim[X86][AVX] combineX86ShuffleChain - avoid bitcasts...
2021-01-25 Simon Pilgrim[TableGen] RuleMatcher::defineComplexSubOperand avoid...
2021-01-25 Sander de Smalen[InstructionCost] Prevent InstructionCost being created...
2021-01-25 Anastasia Stulova[OpenCL][Docs] Describe tablegen BIFs declarations.
2021-01-25 Fraser Cormack[SelectionDAG] Support scalable-vector splats in more...
2021-01-25 Philip Pfaffe[llvm-dwp] Automatically set the target triple
2021-01-25 Benjamin Kramer[mlir] Perfectly forward ImplicitLocOpBuilder ctors...
2021-01-25 Georgii Rymar[ObjectYAML] - An attempt to fix BB after commit of...
2021-01-25 Kirill Bobyrev[clang] NFC: Remove else-after-return pattern from...
2021-01-25 Georgii Rymar[yaml2obj, obj2yaml] - Implement section header table...
2021-01-25 Marek Kurdej[clang-format] [docs] Fix RST indentation.
2021-01-25 James Henderson[lld][ELF][test] Add testing for IE/LD TLS weak undef...
2021-01-25 Kirill Bobyrev[clang] NFC: Remove else if after return
2021-01-25 Nicolas Vasilache[mlir][Linalg] Add a padding option to Linalg tiling
2021-01-25 Sjoerd Meijer[AArch64] Add Cortex CPU subtarget features for instruc...
2021-01-25 Simon Cook[RISCV] Add attribute support for all supported extensions
2021-01-25 Simon Cook[RISCV] Implement new architecture extension macros
2021-01-25 Marek Kurdej[libc++] Set CMAKE_FOLDER. NFC.
2021-01-25 Fangrui Song[XRay] Support DW_TAG_call_site and delete unneeded...
2021-01-25 Fangrui Song[XRay] Make __xray_customevent support non-Linux
2021-01-25 Haojian WuFix a build-bot failure.
2021-01-25 Lukas Barth[clang-format] Add the possibility to align assignments...
2021-01-25 Marek KurdejRevert "[clang-format] Add the possibility to align...
2021-01-25 Marek Kurdej[clang-format] Add the possibility to align assignments...
2021-01-25 Ben ShiRevert "[clang][AVR] Improve avr-ld command line options"
2021-01-25 Jan Svoboda[clang][cli] NFC: Pass CC1Option explicitly to BoolOption
2021-01-25 Jan Svoboda[clang][cli] NFC: Move prefix to the front of BoolOption
2021-01-25 Andre Vieira[AArch64] Merge [US]MULL with half adds and subs into...
2021-01-25 Lang Hames[JITLink] Enable exception handling for ELF.
2021-01-25 QingShan Zhang[NFC] [DAGCombine] Correct the result for sqrt even...
2021-01-25 Ben Shi[clang][AVR] Improve avr-ld command line options
2021-01-25 Stella Laurenzo[mlir][Python] Roll up of python API fixes.
2021-01-25 David Blaikielldb: Add support for printing variables with DW_AT_ran...
2021-01-25 David BlaikieFix sign-comparison warnings in unit test EXPECTs
next