platform/upstream/llvm.git
2020-06-27 Simon PilgrimAsmPrinter.h - reduce includes to forward declarations...
2020-06-27 Nikita Popov[IR] Store attributes that are available "somewhere...
2020-06-27 Simon PilgrimAsmWriter - printConstVCalls/printNonConstVCalls -...
2020-06-27 Roman Lebedev[SCEV] Make SCEVAddExpr actually always return pointer...
2020-06-27 Roman Lebedev[NFCI][SCEV] getPointerBase(): de-recursify
2020-06-27 Melanie BlowerReland D81869 "Modify FPFeatures to use delta not absol...
2020-06-27 Fady Ghanim[OpenMP][OMPBuilder] Remove unused variable in Unittest
2020-06-27 Gui Andrade[MSAN] Handle x86 {round,min,max}sd intrinsics
2020-06-27 Gui Andrade[Docs] BitCodeFormat.rst: List missing attribute codes
2020-06-27 Craig Topper[X86] Add MOVBE and RDRND features to BDVER4.
2020-06-27 Fady Ghanim[OpenMP][OMPBuilder] Adding privatization related ...
2020-06-27 lh123[Docs] Fix typo and test git commit access. NFC.
2020-06-27 Fangrui Song[BasicAA] Rename -disable-basicaa to -disable-basic...
2020-06-27 Fangrui Song[BasicAA] Rename deprecated -basicaa to -basic-aa
2020-06-27 Fangrui Song[ELF] --warn-backrefs: check that D79300 fixed an issue...
2020-06-27 Arthur Eubanks[NewPM][BasicAA] basicaa -> basic-aa in Transforms...
2020-06-27 Arthur Eubanks[NewPM][BasicAA] basicaa -> basic-aa in Transforms...
2020-06-27 Nico WeberRevert "Disable a JSONTest.Integers test with all MSVCs...
2020-06-27 Alexander Shaposhnikov[llvm-install-name-tool] Add support for -rpath option
2020-06-27 Vedant Kumar[InstCombine] Drop debug loc in TryToSinkInstruction...
2020-06-27 Alex Lorenz[darwin][driver] NFC, split addStartObjectFileArgs...
2020-06-27 Alex Lorenz[darwin][driver] Do not link with libarclite when build...
2020-06-27 peter klausler[flang] Fix line continuation after bare labels (fm200.f)
2020-06-27 Nico WeberDisable a JSONTest.Integers test with all MSVCs, PR46470
2020-06-26 Nico WeberDisable a JSONTest.Integers test with newer MSVCs,...
2020-06-26 Craig Topper[X86] Don't disable xsave when avx is disabled. Implici...
2020-06-26 Puyan Lotfi[NFCi] Fixing build failures on Windows due to std...
2020-06-26 Jonas Devlieghere[lldb/Test] Disable eh-frame-augment-noop.test on macOS
2020-06-26 Arthur EubanksFix full-store-partial-alias.ll
2020-06-26 Matt ArsenaultLLParser: Accept align(N) as new syntax for parameter...
2020-06-26 Matt ArsenaultAMDGPU/GlobalISel: Fix some legalization of < dword...
2020-06-26 Vedant KumarRevert "[InstCombine] Drop debug loc in TryToSinkInstru...
2020-06-26 Arthur Eubanks[NewPM][BasicAA] basicaa -> basic-aa in Transforms...
2020-06-26 Arthur Eubanks[NewPM][BasicAA] basicaa -> basic-aa in Analysis/BasicAA
2020-06-26 Yuanfang Chen[MemorySSA] Update comment in PassBuilder
2020-06-26 Vedant Kumar[debugify] Demote an error about empty locations to...
2020-06-26 Steven Wu[compiler-rt] Fix mismatched #if/#endif comments
2020-06-26 Matt ArsenaultGlobalISel: Don't fail translate on weak cmpxchg
2020-06-26 Tony[AMDGPU] Define DWARF encoding for condition code registers
2020-06-26 JF Bastien[NFC] Bump ObjCOrBuiltinIDBits to 15
2020-06-26 Francesco Petrogalli[sve][acle] Recommit https://reviews.llvm.org/D82501
2020-06-26 Amy HuangExtend or truncate __ptr32/__ptr64 pointers when derefe...
2020-06-26 Vedant Kumar[InstCombine] Drop debug loc in TryToSinkInstruction
2020-06-26 Francesco PetrogalliRevert "[sve][acle] Add reinterpret intrinsics for...
2020-06-26 Melanie BlowerMore corrections to documented spelling of ffinite...
2020-06-26 Florian Hahn[VPlan] Add & use VPValue for VPWidenGEPRecipe operands...
2020-06-26 JF Bastien[NFC] Builtins: list 'R' for restrict
2020-06-26 Paul Walker[SVE] Code generation for fixed length vector adds.
2020-06-26 Nick Desaulniers[clang][SourceManager] cache Macro Expansions
2020-06-26 Melanie BlowerCorrect documented spelling of ffinite-math to ffinite...
2020-06-26 Roman Lebedev[CostModel] Avoid traditional ConstantExpr crashy pitfails
2020-06-26 Louis Dionne[libc++] Remove support for building through llvm-config
2020-06-26 Matt ArsenaultAMDGPU: Add llvm.amdgcn.sqrt intrinsic
2020-06-26 David Tenty[NFCI] Cleanup range checks in Register/MCRegister
2020-06-26 Richard Barton[flang] Port remaining test_any.sh tests to FileCheck
2020-06-26 Sanjay Patel[DAGCombiner] rename variables for readability; NFC
2020-06-26 Sanjay Patel[AArch64] add vector test for merged condition branchin...
2020-06-26 Fangrui Song[CMake] Add check-debuginfo-* targets
2020-06-26 aartbik[mlir] [VectorOps] Add the ability to mark FP reduction...
2020-06-26 Amy Kwan[PowerPC] Add support for llvm.ppc.dcbt, llvm.ppc.dcbts...
2020-06-26 Eric Schweitz[flang] Add CHARACTER type lowering helpers and runtime.
2020-06-26 Richard Barton[flang] Port test_any.sh tests to FileCheck: Hand port...
2020-06-26 Richard Barton[flang] Port test_any.sh tests to FileCheck: Hand port...
2020-06-26 Richard Barton[flang] Port test_any.sh tests to FileCheck: Hand port...
2020-06-26 Rong Xu[PGO] Add a functionality to always instrument the...
2020-06-26 Richard Barton[flang] Port test_any.sh tests to FileCheck: Hand port...
2020-06-26 Philip ReamesMigrate last batch of tests to gc-live bundle format
2020-06-26 Nico WeberRevert "[clang driver] Move default module cache from...
2020-06-26 Nick Desaulniers[SourceManager] don't check invalid param of getLocalSL...
2020-06-26 Arthur Eubanks[NewPM][LoopUnroll] Rename unroll* to loop-unroll*
2020-06-26 Kit Barton[PPC][NFC] Add Subtarget and replace all uses of PPCSub...
2020-06-26 Yitzhak Mandelbaum[libTooling] Improve error message from failure in...
2020-06-26 Louis Dionne[libc++abi] Fix build failure in abort_message.cpp...
2020-06-26 Melanie BlowerRevert "Revert "Revert "Modify FPFeatures to use delta...
2020-06-26 sstefan1[OpenMPOpt][NFC] Change ICV macros for initial value
2020-06-26 Francesco Petrogalli[sve][acle] Add reinterpret intrinsics for brain float.
2020-06-26 Kevin P. Neal[NFC] Eliminate an unneeded -vv used in test development.
2020-06-26 Thomas Raoux[mlir][vulkan-runner] Make vulkan runner use GPU device...
2020-06-26 Melanie BlowerRevert "Revert "Modify FPFeatures to use delta not...
2020-06-26 Vy Nguyen [llvm-exegesis] Let Counter returns up to 16 entries
2020-06-26 Melanie BlowerRevert "Modify FPFeatures to use delta not absolute...
2020-06-26 Dmitri GribenkoWork around a bug in MSVC in the syntax tree test
2020-06-26 Melanie BlowerModify FPFeatures to use delta not absolute settings
2020-06-26 George Mitenkov[MLIR][SPIRVToLLVM] Conversion for bitrverse and bitcou...
2020-06-26 Yitzhak Mandelbaum[libTooling] Rename overloaded `range` range selector.
2020-06-26 Guillaume Chatelet[Alignment][NFC] Migrate TTI::isLegalToVectorize{Load...
2020-06-26 Matt ArsenaultAMDGPU/GlobalISel: Fix legacy clover kernel argument ABI
2020-06-26 Matt ArsenaultAMDGPU/GlobalISel: Add baseline checks for legacy clove...
2020-06-26 Matt ArsenaultAMDGPU/GlobalISel: Uncomment some fixed tests
2020-06-26 Denis Khalikov[mlir][spirv] Add RewriteInserts pass.
2020-06-26 Kadir Cetinkaya[CodeComplete] Add code completion for using alias.
2020-06-26 Kerry McLaughlin[AArch64][SVE] Remove asserts from AArch64ISelLowering...
2020-06-26 serge-sans... Fix pass return status for loop extractor
2020-06-26 Simon PilgrimRevert rGf0bab7875e78e01c149d12302dcc4b6d4c43e25c ...
2020-06-26 ergawy[MLIR][SPIRV] Add support for OpCopyMemory.
2020-06-26 Tobias Gysi[mlir] fix off-by-one error in collapseParallelLoops
2020-06-26 Alex Zinenko[mlir] Avoid creating local OpBuilders in Standard...
2020-06-26 Alex Zinenko[mlir] support returning unranked memrefs
2020-06-26 Raphael Isemann[lldb] Re-add X-Fail for Windows to TestDollarInVariable
2020-06-26 Simon PilgrimAdd explicit Twine.h include to try and fix ICE on...
next