platform/upstream/llvm.git
2020-04-01 Raphael Isemann[lldb][NFC] Modernize TestXValuePrinting
2020-04-01 Raphael Isemann[lldb][NFC] Modernize call-function tests
2020-04-01 Tres Popp[MLIR] Rename collapsePLoops -> collapseParallelLoops
2020-04-01 Vlastimil Labsky[AVR] Fix function pointer address space
2020-04-01 Raphael Isemann[lldb][NFC] Modernize TestCallUserAnonTypedef
2020-04-01 Tres Popp[MLIR] Replace OpBuilder(Block) with atBlockBegin and...
2020-04-01 Sam Parker[TTI] Remove getCallCost
2020-04-01 Craig Topper[VectorUtils][X86] De-templatize scaleShuffleMask and...
2020-04-01 Raphael Isemann[lldb] Allow expect_expr without a running target
2020-04-01 Simon Pilgrim[X86][AVX] Add additional 256/512-bit test cases for...
2020-04-01 Simon Pilgrim[X86] Run XOP vector rotation tests with/without AVX2
2020-04-01 Haojian Wu[clangd] Add a flag to turn on recovery-expr.
2020-04-01 Fangrui Song[Frontend] Replace CC1 option -masm-verbose with -fno...
2020-04-01 Fangrui Song[Driver] Flip the CC1 default of -fdiagnostics-show...
2020-04-01 Sam Clegg[lld][WebAssembly] Early error if output file cannot...
2020-04-01 Hanhan Wang[mlir][Linalg] Extend fusion to support WAW atm on...
2020-04-01 Hanhan Wang[mlir][Linalg] Introduce linalg.pooling_min/max/sum op.
2020-04-01 Ian Levesque[clang][xray] Add xray attributes to functions without...
2020-04-01 Shiva Chen[RISCV] Split RISCVISelDAGToDAG.cpp to RISCVISelDAGToDA...
2020-04-01 Kai Luo[PowerPC] Don't generate ST_VSR_SCAL_INT if power8...
2020-04-01 Shengchen Kan[X86][MC] Disable Prefix padding after hardcode/prefix
2020-04-01 KAWASHIMA TakahiroFix simultaneous .gcda creation
2020-04-01 Fangrui Song[Driver] Don't pass -fobjc-rumtime= for non-ObjC input
2020-04-01 WeverythingFix diagnostics where _Atomic can't be applied
2020-04-01 Fangrui Song[Driver] Don't pass -fmessage-length=0 to CC1
2020-04-01 Alex Grosul[VectorOps] Implement a simple folder for identity...
2020-03-31 Matt ArsenaultAMDGPU/GlobalISel: Fix insert point when lowering G_FMAD
2020-03-31 Fangrui Song[Support] Delete ioctl TIOCGWINSZ
2020-03-31 Nico Weber[analyzer] Use IgnoreImpCasts() instead of reimplementi...
2020-03-31 Eli FriedmanFix leak in GVNSink introduced in D72467.
2020-03-31 Ben LangmuirForward WrapperFrontendAction::shouldEraseOutputFiles()
2020-03-31 Alexey Bataev[OPENMP][DOCS]Mark array shaping as done, NFC.
2020-03-31 Alexey Bataev[OPENMP50]Codegen for array shaping expression in map...
2020-03-31 Julian Lettner[lit] Refine adoption of argparse --version action
2020-03-31 Davide Italiano[debugserver/ARM64] Make sure watchpoints hit are attri...
2020-03-31 Alexey Bataev[OPENMP50]Fix size calculation for array shaping expres...
2020-03-31 JonChesterfield[libomptarget][nfc] Move non-freestanding headers out...
2020-03-31 Lei Zhang[mlir][spirv] Include SPIR-V op definitions in main...
2020-03-31 Evgenii StepanovFix MSan false positive due to select folding.
2020-03-31 Fangrui Song[ELF][test] Add 'REQUIRES: x86' to threads.s
2020-03-31 Matt ArsenaultAMDGPU: Make HIPToolChain a subclass of AMDGPUToolChain
2020-03-31 Fangrui Song[PPCInstPrinter] Print conditional branches as `bt...
2020-03-31 Matt ArsenaultHIP: Ensure new denormal mode attributes are set
2020-03-31 Adrian PrantlReplace uint32_t with typedef (NFC)
2020-03-31 Adrian PrantlAdd a Type::Payload typedef. (NFC)
2020-03-31 Joel E. Denny[FileCheck] Add missing %ProtectFileCheckOutput to...
2020-03-31 Hubert Tong[Object] Update ObjectFile::makeTriple for XCOFF
2020-03-31 Daniel Frampton[AArch64] Change AArch64 Windows EH UnwindHelp object...
2020-03-31 Daniel Frampton[AArch64] Fix mismatch in prologue and epilogue for...
2020-03-31 Alexey Bataev[OPENMP50]Allow use of array shaping expression in...
2020-03-31 Louis Dionne[libc++] Use 'export' instead of 'env' to run remote...
2020-03-31 Sam McCall[clangd] Don't build clangdserver for (most) completion...
2020-03-31 Stanislav MekhanoshinFixed windows failure after D74873
2020-03-31 Uday Bondhugula[MLIR][NFC] modernize affine.for unroll test pass
2020-03-31 Ben Langmuir[pch] Honour -fallow-pch-with-compiler-errors for overa...
2020-03-31 Richard SmithSwitch this function to the LLVM variable naming conven...
2020-03-31 Sergej Jaskiewicz[cmake] Link libc++ tests against static libc++/libc...
2020-03-31 Anna ThomasRevert "[InlineFunction] Handle return attributes on...
2020-03-31 Nikita Popov[InstCombine] Use replaceOperand() in some select trans...
2020-03-31 Eli FriedmanRemove "mask" operand from shufflevector.
2020-03-31 Nikita Popov[InstCombine] Use replaceOperand() in descaling
2020-03-31 Nikita Popov[InstCombine] Erase old alloca in cast of alloca transform
2020-03-31 Nikita Popov[InstCombine] Use replaceOperand() in non zero phi...
2020-03-31 Nikita Popov[InstCombine] Report change in non zero phi transform
2020-03-31 Louis Dionne[libc++] Allow running .sh.cpp tests with SSHExecutors
2020-03-31 Jonas DevlieghereRe-land "[lldb/Reproducers] Always collect the whole...
2020-03-31 Richard Smith[docs] Make llvm-addr2line documentation more explicit...
2020-03-31 Lei Zhang[mlir][spirv] Change op doc description autogen separator
2020-03-31 Fangrui Song[gn build] Port 03f43b3aca36
2020-03-31 Amara EmersonAdd a new -fglobal-isel option and make -fexperimental...
2020-03-31 Eli Friedman[AArch64][SVE] Add support for fcmp.
2020-03-31 Benjamin KramerReplace std::string::find == 0 with StringRef::startswith
2020-03-31 Jez Ng[lld] Initial commit for new Mach-O backend
2020-03-31 Guozhi Wei[CodeGenPrepare] Delete intrinsic call to llvm.assume...
2020-03-31 Stanislav Mekhanoshin[AMDGPU] Define 16 bit VGPR subregs
2020-03-31 Anna Thomas[InlineFunction] Handle return attributes on call withi...
2020-03-31 Walter Erquinigo[intel-pt] Fix existing support in LLDB
2020-03-31 Jonathan Coe[clang-format] Correct line breaks in C# generic type...
2020-03-31 Louis Dionne[libc++] Move a bunch of tests from .sh.cpp to .pass.cpp
2020-03-31 Adrian PrantlAdd an opque payload field to lldb::Type (NFC).
2020-03-31 Uday Bondhugula[MLIR][NFC] Move test/Transforms/lower-affine.mlir...
2020-03-31 Louis Dionne[libc++] Make sure substitutions are expanded inside...
2020-03-31 Davide ItalianoRevert "[lldb/Reproducers] Always collect the whole...
2020-03-31 Ulrich Weigand[SystemZ] Allow %r0 in address context for AsmParser
2020-03-31 Uday Bondhugula[InstCombine] Deduce attributes for aligned_alloc in...
2020-03-31 TykerFix 7093b92a136b0696cf9cfc3f9822973ed886be5b
2020-03-31 Jonas Devlieghere[lldb/API] Add missing reproducer instrumentation to...
2020-03-31 Uday Bondhugula[MLIR] Add simple runner utilities for timing
2020-03-31 zhizhouy[NFC] Do not run CGProfilePass when not using integrate...
2020-03-31 Fangrui Song[llvm-symbolizer] Delete unneeded option name comments...
2020-03-31 Reid KlecknerMake FunctionDecl::isDefined non-virtual, NFC
2020-03-31 Simon Pilgrim[X86][SSE] Add additional PTEST/TESTP inversion tests
2020-03-31 Simon Pilgrim[X86][SSE] Simplify PTEST/TESTP tests for D76984
2020-03-31 Valentin ChuravyAdd manually overriding of the darwin SDK version
2020-03-31 Sam McCall[CodeComplete] Member completion for concept-constraine...
2020-03-31 Douglas YungFix buildgo.sh script to fix linux build failure due...
2020-03-31 Sterling AugustineNew symbolizer option to print files relative to the...
2020-03-31 MaheshRavishankar[mlir][Linalg] Allow tiling of batch dimension for...
2020-03-31 Florian Hahn[SCCP] Limit use of range info for binops to integers...
2020-03-31 Guillaume Chatelet[Alignment][NFC] Deprecate MachineMemOperand::getMachin...
next