platform/upstream/llvm.git
2020-05-28 Dan LiewTemporarily disable the following failing tests on...
2020-05-28 Philip Reames[Statepoint] Reduce scope of usage of ImmutableStatepoint
2020-05-28 Xing GUO[ObjectYAML][MachO] Add error handling in MachOEmitter.
2020-05-28 Philip Reames[Statepoint] Replace uses of isX functions with idiomat...
2020-05-28 Philip ReamesSink first bit of functionality from Statepoint to...
2020-05-28 Vitaly Buka[NFC,StackSafety] Cleanup alloca size calculation
2020-05-28 Fangrui Song[ELF][test] Fix wrap-no-real.s after D51283
2020-05-28 Richard SmithDo not warn that an expression of the form (void)arr...
2020-05-28 Philip ReamesIntroduce a GCStatepointInst type analogous to Intrinsi...
2020-05-28 Fangrui Song[gn build] Add MLAnalysisTests after D80579
2020-05-28 Mircea Trofin[llvm][NFC] ProfileSummaryInfo - const-ify APIs
2020-05-28 Fangrui Song[gn build] Port D80579
2020-05-27 Rui Ueyama[ELF] --wrap: Drop __real_ symbol from the symbol table
2020-05-27 Layton Kifer[TRE] Allow elimination when the returned value is...
2020-05-27 Stanislav MekhanoshinAMDGPU/GlobalISel: Fixed insert element for non-standar...
2020-05-27 Leonard Chan[Lexer] Fix invalid suffix diagnostic for fixed-point...
2020-05-27 Matt ArsenaultAMDGPU: Support non-entry block static sized allocas
2020-05-27 Matt ArsenaultDAG: Fix expansion of DYNAMIC_STACKALLOC for StackGrows...
2020-05-27 Stanislav MekhanoshinAMDGPU/GlobalISel: Fixed handling of non-standard vectors
2020-05-27 Fangrui Song[CMake] Revert cf86a234ba86acf0bb875e21d27833be36e08be4
2020-05-27 Fangrui Song[MLPolicies] Fix dependency and -DBUILD_SHARED_LIBS...
2020-05-27 Mircea TrofinFix shared libs build break introduced in rG98ef93eabd76
2020-05-27 Adrian McCarthyFix Windows command line bug when last token in respons...
2020-05-27 MaheshRavishankar[mlir][Linalg] Add missing library linkage for shared...
2020-05-27 Adrian PrantlFix a use-after-free in GetXcodeSDKPath
2020-05-27 Louis Dionne[NFC] Reformat TEST_FOO macros in test_macros.h
2020-05-27 Jonas Devlieghere[lldb/Reproducers] Skip & add FIXME to tests failing...
2020-05-27 Jonas Devlieghere[lldb/Reproducers] Differentiate active and passive...
2020-05-27 Sean Silva[mlir][shape] Use IndexElementsAttr in Shape dialect.
2020-05-27 Sean Silva[mlir][core] Add IndexElementsAttr helpers.
2020-05-27 Mircea Trofin[llvm] Add function feature extraction analysis
2020-05-27 Michael LiaoEnable `align <n>` to be used in the intrinsic definition.
2020-05-27 Michael LiaoRefactor argument attribute specification in intrinsic...
2020-05-27 Vitaly Buka[NFC,StackSafety] Rename some variables
2020-05-27 Vitaly Buka[StackSafety] Bailout more aggressively
2020-05-27 Sean SilvaRemove error-prone mlir::ExecutionEngine::invoke overload.
2020-05-27 Juneyoung Lee[TargetPassConfig] Add CanonicalizeFreezeInLoops before LSR
2020-05-27 Nicolas Vasilache[mlir] Fix RunnerUtils template specialization
2020-05-27 MaheshRavishankar[mlir][Linalg] Fix build failure from D80188
2020-05-27 Michael LiaoFix `-Wpedantic` warning. NFC.
2020-05-27 Jessica Paquette[GlobalISel] Don't combine instructions which are fed...
2020-05-27 Dmitry Vyukovtsan: fix test in debug mode
2020-05-27 alex-t[AMDGPU] Fix for the lost CarryOut/CarryIn register...
2020-05-27 Adrian PrantlAlso cache negative results in GetXcodeSDKPath (NFC)
2020-05-27 Jonas Devlieghere[lldb/Reproducers] Skip tests relying on timeouts
2020-05-27 Jonas Devlieghere[lldb/Test] Generate YAML binary in build directory
2020-05-27 Craig Topper[X86] Restore selection of MULX on BMI2 targets.
2020-05-27 Mircea Trofin[llvm]NFC] Simplify ProfileSummaryInfo state transitions
2020-05-27 Sanjay Patel[InstCombine] add tests for vector demanded elements...
2020-05-27 Matt ArsenaultAMDGPU: Start adding MODE register uses to instructions
2020-05-27 John Fastabend[BPF] simplify zero extension with MOV_32_64
2020-05-27 Lei Huang[PowerPC] Add support for -mcpu=pwr10 in both clang...
2020-05-27 aartbik[mlir] [VectorOps] Add 'vector.flat_transpose' operation
2020-05-27 Rithik Sharma[CodeMoverUtils] Use dominator tree level to decide...
2020-05-27 Fangrui Song[Driver] Support -fsanitize=shadow-call-stack and cfi...
2020-05-27 jasonliu[NFC][XCOFF][AIX] Return function entry point symbol...
2020-05-27 Matt ArsenaultAMDGPU: Set StackPointerRegisterToSaveRestore
2020-05-27 Fangrui Song[Driver] Support -fsanitize=shadow-call-stack on aarch64_be
2020-05-27 Daniel Martín[clangd] Add access specifier information to hover...
2020-05-27 Jonas Devlieghere[lldb/Reproducers] Skip API logging in the DUMMY macro
2020-05-27 Matt ArsenaultAMDGPU: Fix dropping MI flags when rewriting instructions
2020-05-27 Raphael Isemann[lldb] Make order of completions for expressions determ...
2020-05-27 Fangrui Song[X86] Assemble movzb 1280(%rbx, %r12), %r12 after D80608
2020-05-27 MaheshRavishankar[mlir][spirv] Lower allocation/deallocations of workgro...
2020-05-27 Ties Stuij[CodeGen] fix typo `def nxv1bf32` -> `def nxv1f32`
2020-05-27 LLVM GN Syncbot[gn build] Port 0d20ed664ff
2020-05-27 Bardia Mahjour[DDG] Data Dependence Graph - Add query function for...
2020-05-27 Nico Weber[gn build] (manually) port dedaf3a2ac5
2020-05-27 David Truby[MLIR] [OpenMP] Add basic OpenMP parallel operation
2020-05-27 Philip ReamesStart migrating away from statepoint's inline length...
2020-05-27 Paul Walker[VFABI] Fix parsing of uniform parameters that shouldn...
2020-05-27 Michael LiaoFix warning `-Wpedantic`. NFC.
2020-05-27 James Y KnightFix Darwin 'constinit thread_local' variables.
2020-05-27 Simon PilgrimCoverageFilters.h - reduce unnecessary includes to...
2020-05-27 Jacques Pienaar[mlir] Add simple generator for return types
2020-05-27 Alexey Bataev[OPENMP50]Initial support for use_device_addr clause.
2020-05-27 Alex Richardson[FileCheck] Allow parenthesized expressions
2020-05-27 Eduardo CaldasAdd support for UnaryOperator in SyntaxTree
2020-05-27 Simon PilgrimSpecialCaseList.h - reduce unnecessary includes to...
2020-05-27 Lei HuangRevert "[PowerPC] Add support for -mcpu=pwr10 in both...
2020-05-27 Ties Stuij[AArch64][BFloat] add BFloat instruction support for...
2020-05-27 Dmitry Vyukovtsan: fix false positives in AcquireGlobal
2020-05-27 Ties Stuij[AArch64][BFloat] basic AArch64 bfloat support
2020-05-27 Alex Zinenko[mlir] SCF: provide function_ref builders for IfOp
2020-05-27 Jinsong Ji[compiler-rt][asan] Add noinline to use-after-scope...
2020-05-27 Georgii Rymar[llvm-readobj] - Do not crash when an invalid .eh_frame...
2020-05-27 Ties Stuij[IR][BFloat] add BFloat IR intrinsics support
2020-05-27 David Green[UnJ] Update LI for inner nested loops
2020-05-27 Matt ArsenaultAMDGPU: Fix backwards s_cselect_* operands
2020-05-27 Sanjay Patel[IR] add set function for FMF 'contract'
2020-05-27 Simon PilgrimObjectFile.h - reduce unnecessary includes to forward...
2020-05-27 Simon PilgrimObjCARCInstKind.h - remove unused includes. NFC.
2020-05-27 Ties Stuij[CodeGen][BFloat] Add bfloat MVT type
2020-05-27 Stephen KellyUpdate release notes with porting guide for AST Matchers
2020-05-27 Guillaume Chatelet[Alignment] Fix misaligned interleaved loads
2020-05-27 Gongyu Deng[lldb] Tab completion for process plugin name
2020-05-27 Victor Campos[ARM] Fix rewrite of frame index in Thumb2's address...
2020-05-27 Raphael Isemann[lldb] Fix a potential bug that may cause assert failur...
2020-05-27 Guillaume Chatelet[NFC] Updating tests
2020-05-27 Florian Hahn[LAA] We only need pointer checks if there are non...
next