platform/upstream/llvm.git
2020-06-13 Mehdi AminiFix GCC5 build by renaming variable used in 'auto'...
2020-06-13 Dan Gohman[WebAssembly] WebAssembly doesn't support "protected...
2020-06-13 Craig Topper[X86] Combine the three feature variables in getHostCPU...
2020-06-13 Craig Topper[X86] Combine to two feature variables in __cpu_indicat...
2020-06-13 Craig Topper[X86] Explicitly initialize __cpu_features2 global...
2020-06-13 Vitaly Buka[StackSafety] Run ThinLTO
2020-06-13 Vitaly Buka[StackSafety,NFC] Extract addOverflowNever
2020-06-13 Eric Schweitz[flang] Add the helper class for building fir.do_loop...
2020-06-12 George Mitenkov[MLIR][SPIRVToLLVM] Implemented shift conversion pattern
2020-06-12 Jonas Devlieghere[lldb/Test] Assert that no targets or modules remain...
2020-06-12 Pete Steinfeld[flang] Added test for specification expressions
2020-06-12 HazemAbdelhafez[mlir][spirv] Enhance structure type member decoration...
2020-06-12 Casey Carter[libcxx][test] Silence MSVC signed-to-unsigned implicit...
2020-06-12 Jonas Devlieghere[lldb/Test] Fix unit test suffixes and add a CMake...
2020-06-12 Thomas Lively[WebAssembly] Add intrinsic for i64x2.mul
2020-06-12 Eric ChristopherTemporarily revert "[MemCpyOptimizer] Simplify API...
2020-06-12 Jonas Devlieghere[lldb/Test] Fix unittest name
2020-06-12 Roman Lebedev[NFCI][MachineCopyPropagation] invalidateRegister(...
2020-06-12 Roman Lebedev[NFCI] VectorCombine: add statistic for bitcast(shuf...
2020-06-12 Roman Lebedev[NFC] OpenMPOpt: add a statistic for num of parallel...
2020-06-12 Kazushi (Jam... Add GNU idutils tag filename to .gitignore.
2020-06-12 Ronak Chauhan[MC] Changes to help improve target specific symbol...
2020-06-12 Christopher... [SVE] Break dependency of Type.h on DerivedTypes.h
2020-06-12 David Blaikiellvm-dwarfdump: Include unit count in DWP index header...
2020-06-12 Vladimir Vereschaka[CMake] Use 'ssh.py' executor to run the remote library...
2020-06-12 Michael Liao[amdgpu] Skip OR combining on 64-bit integer before...
2020-06-12 Sterling AugustineRevert "[analyzer][NFC] Don't allow dependency checkers...
2020-06-12 Erich KeaneUpdate Kaleidoscope tutorial inline code
2020-06-12 Louis Dionne[libc++] Add missing sitedir to local Lit config
2020-06-12 Stanislav Mekhanoshin[AMDGPU] Sorted targets in amdgpu-features.cl. NFC.
2020-06-12 Casey Carter[libcxx][test] include <algorithm> for is_permutation
2020-06-12 Amara Emerson[AArch64][GlobalISel] Legalize vector G_PTR_ADD and...
2020-06-12 David Green[ARM] Always use reductions intrinsics under MVE
2020-06-12 Daniel Grumberg[TableGen] Make behavior of getValueAsListOfStrings...
2020-06-12 Louis Dionne[libc++] Remove obsolete 'newlib' Lit Feature
2020-06-12 Louis Dionne[libc++] Migrate Lit platform detection to the DSL
2020-06-12 Louis Dionne[Lit] Pass through SSH_AUTH_SOCK from the surrounding...
2020-06-12 Michael Liao[DAGCombine] Generalize the case (add (or x, c1), c2...
2020-06-12 Richard SmithDon't diagnose a redeclaration of a deduction guide...
2020-06-12 peter klausler[flang] Dodge bogus uninitialized data warning from...
2020-06-12 Jacques Pienaar[analyzer] Avoid unused variable warning in opt build
2020-06-12 Jessica Paquette[AArch64][GlobalISel] Allow G_DUP for elements smaller...
2020-06-12 Jessica Paquette[AArch64][GlobalISel] Set hasSideEffects = 0 on custom...
2020-06-12 Jonas Devlieghere[lldb/SymbolFile] Don't parse the whole line table...
2020-06-12 Stephen Neuendorffer[MLIR][cmake] use add_mlir_interface() wherever possible
2020-06-12 Erich KeaneFix non-determinism issue with implicit lambda captures.
2020-06-12 Louis Dionne[libc++] Parse commands inside _executeScriptInternal...
2020-06-12 Huihui Zhang[NFC] Silence compiler warning [-Wmissing-braces].
2020-06-12 Adam Balogh[Analyzer] Replace `assert` with `ASSERT_TRUE` in a...
2020-06-12 Louis Dionne[libc++] Remove redundant UNSUPPORTED annotation for...
2020-06-12 Jacques Pienaar[mlir] Add Adaptor alias
2020-06-12 Matt ArsenaultGlobalISel: Fix not erasing old instruction in sitofp...
2020-06-12 Louis Dionne[libc++] Make executor scripts executable
2020-06-12 Sam McCallReland [clangd] Parse std::make_unique, and emit templa...
2020-06-12 Raphael Isemann[lldb] Test creating persistent variables with $[digit...
2020-06-12 Sam McCallHandle delayed-template-parsing functions imported...
2020-06-12 Raphael Isemann[lldb][NFC] Modernize TestPersistentVariables
2020-06-12 Kai Sasaki[mlir][doc] Fix typos in tutorial chapters
2020-06-12 Masoud AtaeiDAGCombiner optimization for pow(x,0.75) and pow(x...
2020-06-12 Simon Pilgrim[DAG] foldAddSubOfSignBit - add support for non-uniform...
2020-06-12 Simon Pilgrim[X86] Add non-uniform vector signbit test cases
2020-06-12 Jacques Pienaar[mlir] Mark CastOp class's shape constraint
2020-06-12 Haojian WuGet rid of -Wunused warnings in release build, NFC.
2020-06-12 Joel E. Denny[lit] Fix handling of various keyword parse errors
2020-06-12 Marco Elver[ASan][NFC] Refactor redzone size calculation
2020-06-12 Haojian Wu[AST][RecoveryExpr] Build recovery expressions by defau...
2020-06-12 Xing GUO[ObjectYAML][DWARF] Add one helper function `writeIniti...
2020-06-12 Kirstóf Umann[analyzer][NFC] Don't allow dependency checkers to...
2020-06-12 Erich Keane(PR46111) Properly handle elaborated types in an implic...
2020-06-12 Kirstóf Umann[analyzer] Introduce weak dependencies to express ...
2020-06-12 Simon Pilgrim[X86][SSE] combineX86ShuffleChain - combine INSERT_VECT...
2020-06-12 Frederik Gossen[MLIR] Add missing traits and assembly format to `shape...
2020-06-12 Florian Hahn[BreakCritEdges] Add option to opt-out of perserving...
2020-06-12 Kirstóf Umann[analyzer][NFC] Change checker dependency unit tests...
2020-06-12 Xing GUO[ObjectYAML][test] Use a single test file to test the...
2020-06-12 Alex Bradbury[CodeGen] Increase applicability of ffine-grained-bitfi...
2020-06-12 Raphael IsemannAdd missing IRBuilder include to IndirectThunks.h
2020-06-12 Florian Hahn[VPlan] Reject loops without computable backedge taken...
2020-06-12 Sebastian Neubauer[AMDGPU] Add G16 support to image instructions
2020-06-12 Georgii Rymar[yaml2obj][MachO] - Fix PubName/PubType handling.
2020-06-12 Raphael Isemann[lldb] Don't print IRForTarget errors directly to the...
2020-06-12 Chen Zheng[PowerPC] refactor convertToImmediateForm - NFC
2020-06-12 Rainer Orth[cmake] Don't pass -z discard-unused to Illumos ld
2020-06-12 Martin Boehme[clang] Rename Decl::isHidden() to isUnconditionallyVis...
2020-06-12 EgorBo[InstCombine] "X - (X / C) * C == 0" to "X & C-1 == 0"
2020-06-12 EgorBo[NFC][InstCombine] Tests for "X - (X / C) * C == 0...
2020-06-12 Jonas Devlieghere[llvm/Object] Reimplment basic_symbol_iterator in TapiFile
2020-06-12 Kristof Beyls[AArch64] Extend AArch64SLSHardeningPass to harden...
2020-06-12 Mehdi AminiRevert "[mlir][spirv] Enhance structure type member...
2020-06-12 Yevgeny Rouban[JumpThreading] Handle zero !prof branch_weights
2020-06-12 Craig Topper[X86] Add a helper lambda to getIntelProcessorTypeAndSu...
2020-06-12 Vitaly Buka[StackSafety] Fix byval handling
2020-06-12 Alexander Shaposhnikov[llvm-objcopy][MachO] Fix cmdsize of LC_RPATH
2020-06-12 Jonas Devlieghere[lldb/Test] Fix ASan/TSan workaround for Xcode Python 3
2020-06-12 Yonghong Song[BPF] fix incorrect type in BPFISelDAGToDAG readonly...
2020-06-12 Esme-YiRevert "[PowerPC][NFC] Testing ROTL of v1i128."
2020-06-12 Cyndy Ishida[llvm][llvm-nm] add TextAPI/MachO support
2020-06-12 Alina SbirleaVerify MemorySSA after all updates.
2020-06-12 Stella LaurenzoInstall the MLIRTableGen static library.
2020-06-12 Mehdi AminiEnable FileCheck -enable-var-scope by default in MLIR...
next