platform/upstream/llvm.git
2020-09-16 Reid Kleckner[PDB] Drop LF_PRECOMP from debugTypes earlier
2020-09-16 Krzysztof Parzyszek[Hexagon] Replace incorrect pattern for vpackl HWI32...
2020-09-16 Arthur Eubanks[NewPM] Port strip* passes to NPM
2020-09-16 Arthur Eubanks[LowerSwitch][NewPM] Port lowerswitch to NPM
2020-09-16 Michael KitzanTest commit
2020-09-16 Wenlei HeSVML support for log10, sqrt
2020-09-16 Wenlei He[LICM] Make Loop ICM profile aware again
2020-09-16 Jessica Paquette[AArch64][GlobalISel] Refactor + improve CMN, ADDS...
2020-09-15 Arthur Eubanks[CGSCC][NewPM] Fix adding mutually recursive new functions
2020-09-15 Volkan KelesGlobalISel: Fix a failing combiner test
2020-09-15 Alexandre Ganea[llvm][cmake] Change LLVM_INTEGRATED_CRT_ALLOC to a...
2020-09-15 Wenlei He[BFI] Make BFI information available through loop passe...
2020-09-15 Aditya Nandakumar[GISel] Add new GISel combiners for G_MUL
2020-09-15 Mircea Trofin[ThinLTO] add post-thinlto-merge option to -lto-embed...
2020-09-15 Jan Korous[SourceManager] Explicitly check for potential iterator...
2020-09-15 Volkan KelesGlobalISel: Add combines for G_TRUNC
2020-09-15 Stanislav Mekhanoshin[AMDGPU] Unify intrinsic ret/nortn interface
2020-09-15 Xun Li[TSAN] Handle musttail call properly in EscapeEnumerato...
2020-09-15 Joseph Huber[OpenMP] Additional Information for Libomptarget Mappings
2020-09-15 Alexey Bataev[OPENMP]Fix codegen for is_device_ptr component, captur...
2020-09-15 Diego Caballero[mlir] Rename 'setInsertionPointAfter' to avoid ambiguity
2020-09-15 Guillaume Chatelet[libc] Remove special case for 8 and 16 bytes
2020-09-15 Saleem AbdulrasoolSema: add support for `__attribute__((__swift_bridged_t...
2020-09-15 Guillaume Chatelet[libc] use stddef instead of string header
2020-09-15 Huihui Zhang[SLPVectorizer][SVE] Skip scalable-vector instructions...
2020-09-15 Guillaume Chatelet[libc] remove useless headers
2020-09-15 Stephen HinesImplement __isOSVersionAtLeast for Android
2020-09-15 Ta-Wei Tu[TableGen] Fix invalid comparison function `SizeOrder...
2020-09-15 Matt ArsenaultInferAddressSpaces: Fix assert with unreachable code
2020-09-15 Snehasish Kumar[clang] Add a command line flag for the Machine Functio...
2020-09-15 Muhammad Asif... [AArch64][SVE] Add lowering for llvm fsqrt
2020-09-15 Albion Fung[PowerPC] Implement __int128 vector divide operations
2020-09-15 Zequan Wu[CodeGen][typeid] Emit typeinfo directly if type is...
2020-09-15 Jonas Toth[ASTMatchers] extract public matchers from const-analys...
2020-09-15 Louis Dionne[libc++] Fix broken test for std::any and allocators
2020-09-15 Arthur Eubanks[Dominators][NewPM] Pin tests with -analyze to legacy PM
2020-09-15 Arthur Eubanks[DemandedBits][NewPM] Pin some tests to legacy PM
2020-09-15 Greg ClaytonFix .debug_aranges parsing.
2020-09-15 LLVM GN Syncbot[gn build] Port 3d42d549554
2020-09-15 Florian Hahn[ConstraintElimination] Add constraint elimination...
2020-09-15 Arthur Eubanks[Bugpoint][NewPM] Pin bugpoint to legacy PM
2020-09-15 Craig Topper[X86] Use Align in reduceMaskedLoadToScalarLoad/reduceM...
2020-09-15 Louis Dionne[libc++] Add missing friend keyword
2020-09-15 Arthur Eubanks[PostDominators][NewPM] Fix tests to work under NPM
2020-09-15 Arthur Eubanks[NewPM][opt] Fix -globals-aa not being recognized as...
2020-09-15 Arthur Eubanks[RegionInfo][NewPM] Fix RegionInfo tests to work under NPM
2020-09-15 Arthur Eubanks[DependenceAnalysis][NewPM] Fix tests to work under NPM
2020-09-15 Arthur Eubanks[LoopAccessAnalysis][NewPM] Fix tests to work under NPM
2020-09-15 Alexey Bataev[OPENMP]Add support for allocate vars in untied tasks.
2020-09-15 Nemanja IvanovicFix bot failure after ccb4124a4172
2020-09-15 Fangrui Song[MemoryBuffer] Revert unintended MemoryBuffer change...
2020-09-15 Florian HahnRevert "[DSE] Switch to MemorySSA-backed DSE by default."
2020-09-15 Petr HosekRevert "[DebugInfo] Remove dots from getFilenameByIndex...
2020-09-15 Fangrui Song[VectorCombine] Don't vectorize scalar load under asan...
2020-09-15 Jonas Devlieghere[lldb] Add -l/--language option to script command
2020-09-15 Simon Pilgrim[X86][AVX] lowerShuffleWithSHUFPS - handle missed canon...
2020-09-15 Louis DionneNFC: Add whitespace change to .git-blame-ignore-revs
2020-09-15 Guozhi Wei[MachineBasicBlock] Fix a typo in function copySuccessor
2020-09-15 Mark de Wever[libc++] Add a benchmark for std::map operations
2020-09-15 jasonliu[XCOFF] Run resource intense test only on platforms...
2020-09-15 Kristóf Umann[analyzer][Liveness][NFC] Get rid of statement liveness...
2020-09-15 Valentin Clement[mlir][openacc] Add loop op verifier
2020-09-15 Simon PilgrimSLPVectorizer.h - remove unnecessary AliasAnalysis...
2020-09-15 Marshall Clow[libc++] Use allocator_traits to consistently allocate...
2020-09-15 Sanjay Patel[InstSimplify] add limit folds for fmin/fmax
2020-09-15 Kristóf Umann[analyzer] Add documentation for alpha.fuchsia.Lock...
2020-09-15 Georgii Rymar[llvm-readobj/elf] - Don't crash when the size of s...
2020-09-15 Gabor Marton[analyzer][StdLibraryFunctionsChecker] Elaborate the...
2020-09-15 Guillaume Chatelet[libc] Add missing TableGen dependency
2020-09-15 Guillaume Chatelet[libc] Add missing LibcFPTestHelpers library
2020-09-15 Guillaume Chatelet[libc] Fix typo in platform_defs.h.inc
2020-09-15 Stefan Pintilie[LLD][PowerPC] Add support for R_PPC64_TPREL34 used...
2020-09-15 Qiu ChaofanRevert "[SelectionDAG] Remove unused FP constant in...
2020-09-15 Simon PilgrimAMDGPUPrintfRuntimeBinding.cpp - drop unnecessary casts...
2020-09-15 Simon Pilgrim[Utils] isLegalToPromote - Fix missing null check befor...
2020-09-15 Valentin Clement[mlir][openacc] Add missing print of vector_length...
2020-09-15 Stephan Herhut[mlir][Standard] Add canonicalizer for dynamic_tensor_f...
2020-09-15 LLVM GN Syncbot[gn build] Port cd4edf94cd4
2020-09-15 LLVM GN Syncbot[gn build] Port a8058c6f8d1
2020-09-15 Sanjay Patel[InstCombine] fix bug in pow expansion
2020-09-15 Sanjay Patel[InstCombine] add RUN to show miscompile of pow expansi...
2020-09-15 Sanjay Patel[InstCombine] improve test names; NFC
2020-09-15 Oliver Stannard[libcxx] Disable failing test for no-exceptions build
2020-09-15 Florian Hahn[ConstraintElimination] Add initial tests.
2020-09-15 Nico Weber[gn build] (semi-manually) port 380e746bcca
2020-09-15 Sam Clegg[lld][WebAssembly] Fix --export-all when __stack_pointe...
2020-09-15 sameeran joshi[Flang] Add GettingInvolved documentation page and...
2020-09-15 Florian Hahn[ConstraintSolver] Add isConditionImplied helper.
2020-09-15 Felix BergerRestrict UnnecessaryCopyInitialization check to variabl...
2020-09-15 Louis Dionne[libc++] Allow building without threads in standalone...
2020-09-15 Simon PilgrimLoopCacheAnalysis.h - remove unnecessary includes....
2020-09-15 Simon PilgrimProvenanceAnalysis.h - remove unnecessary AliasAnalysis...
2020-09-15 Simon PilgrimAliasSetTracker.cpp - remove unnecessary includes....
2020-09-15 Sjoerd Meijer[ARM][MVE] Tail-predication: use unsigned SCEV ranges...
2020-09-15 Bjorn Pettersson[Scalarizer] Avoid changing name of non-instructions
2020-09-15 Pavel Labath[lldb] Improve qemu interop for aarch64
2020-09-15 Pavel Labath[lldb/cmake] Fix testing support library dependencies
2020-09-15 Hans WennborgRevert "RegAllocFast: Record internal state based on...
2020-09-15 Simon PilgrimSpillPlacement.cpp - remove unnecessary includes. NFCI.
2020-09-15 Simon PilgrimStatepointLowering.cpp - remove unnecessary includes...
next