platform/upstream/llvm.git
2020-11-03 Vitaly Buka[sanitizer] Make destructors protected
2020-11-03 Akira HatanakaRemove unused parameter
2020-11-03 Diego Caballero[mlir][Affine] Remove single iteration affine.for ops...
2020-11-03 Reid KlecknerAdd parallelTransformReduce and parallelForEachError
2020-11-03 Fangrui Song[PowerPC] Parse and ignore .machine ppc64
2020-11-03 MaheshRavishankar[mlir][Linalg] Add more utility functions to LinalgDepe...
2020-11-03 Alex Lorenz[darwin] add support for __isPlatformVersionAtLeast...
2020-11-03 Louis Dionne[libc++] Fix invalid parsing of ints in a <random>...
2020-11-03 Kostya Kortchinsky[scudo][standalone] Code tidying (NFC)
2020-11-02 Fangrui Song[cc1as] Close MCAsmParser before MCStreamer
2020-11-02 Gaurav Jain[NFC] Use [MC]Register in Live-ness tracking
2020-11-02 Thomas Rodgers[pstl] Replace direct use of assert() with _PSTL_ASSERT
2020-11-02 Ben DunbobbinReland - [Clang] Add the ability to map DLL storage...
2020-11-02 Rahul Joshi[MLIR] Remove unnecessary CHECK's from tests for which...
2020-11-02 Artem BelevichRevert "[CUDA] Allow local static variables with target...
2020-11-02 Jonas Devlieghere[MachO] Also recongize __swift_ast as a debug info...
2020-11-02 River Riddle[mlir] Optimize Op definitions and registration to...
2020-11-02 Artem Belevich[CUDA] Allow local static variables with target attributes.
2020-11-02 Fangrui Song[AsmPrinter] Split up .gcc_except_table
2020-11-02 Nikita Popov[LoopFusion] Regenerate test checks (NFC)
2020-11-02 Kostya Kortchinsky[GWP-ASan] Stub out backtrace/signal functions on Fuchsia
2020-11-02 Benjamin Kramer[MLIR] Work around an ICE in GCC 7.
2020-11-02 Rahul Joshi[MLIR] Introduce std.global_memref and std.get_global_m...
2020-11-02 peter klausler[flang] Fix actual argument character length and length...
2020-11-02 Tony[NFC][AMDGPU] Restructure the AMDGPU memory model descr...
2020-11-02 Nikita Popov[IndVars] Regenerate test checks (NFC)
2020-11-02 Fangrui Song[LazyCallGraph] Build SCCs of the reference graph in...
2020-11-02 Atmn Patel[Coroutines][Docs] Remove frame packing as a TODO
2020-11-02 Duncan P. N... Fix build error on bots after 9f151df17800e1668c32e5314...
2020-11-02 Sean Silva[mlir][Bufferize] Rename TestBufferPlacement to TestFin...
2020-11-02 Sean Silva[mlir] Add func-bufferize pass.
2020-11-02 Fangrui Song[MC] Make MCStreamer aware of AsmParser's StartTokLoc
2020-11-02 Sam McCall[clangd] Add -log=public to redact all request info...
2020-11-02 Stephen KellyIgnore template instantiations if not in AsIs mode
2020-11-02 Stephen KellyRename CXXUnresolvedConstructExpr::arg_size for consistency
2020-11-02 Mircea Trofin[FileCheck] Added documentation for --allow-unused...
2020-11-02 Duncan P. N... Change Module::ASTFile and ModuleFile::File => Optional...
2020-11-02 Sam McCall[clangd] Fix check-clangd with no clang built
2020-11-02 Krzysztof Parzyszek[Hexagon] Move isTypeForHVX from Hexagon TTI to Hexagon...
2020-11-02 Mircea Trofin[NFC][regalloc] Use MCRegister appropriately
2020-11-02 Stanislav Mekhanoshin[AMDGPU] Improve FLAT scratch detection
2020-11-02 Ettore Tiotto[PartialInliner]: Handle code regions in a switch stmt...
2020-11-02 Mehdi AminiUndef the `DEFINE_C_API_STRUCT` macro after using it...
2020-11-02 Christopher... [Sema] adds -Wfree-nonheap-object member var checks
2020-11-02 peter klausler[flang] Allow array constructor implied DO loop indices...
2020-11-02 Thomas Raoux[mlir][vector] Address post-commit review comments...
2020-11-02 Stella Laurenzo[mlir][CAPI] Add APIs for mlirOperationGetName and...
2020-11-02 Peter Penzin[LLD] [COFF] Align all debug directories
2020-11-02 LLVM GN Syncbot[gn build] Port c17da8676a0
2020-11-02 Duncan P. N... Support: Avoid std::tie in Support/FileSystem/UniqueID...
2020-11-02 Alex Richardson[clang-format] Improve BAS_DontAlign+AllowAllArgumentsO...
2020-11-02 Alex Richardson[AtomicExpand] Avoid creating an unnamed libcall
2020-11-02 Aaron BallmanCorrect the nomerge attribute documentation
2020-11-02 David Green[ARM] Cost model test for target intrinsics. NFC
2020-11-02 Ben DunbobbinRevert "[Clang] Add the ability to map DLL storage...
2020-11-02 Craig Topper[RISCV] Make SelectRORIW handle the commutability of OR.
2020-11-02 Simon Pilgrim[AggressiveInstCombine] Add funnel shift tests
2020-11-02 Simon Pilgrim[AggressiveInstCombine] Regenerate rotate tests
2020-11-02 Louis Dionne[libc++] Migrate warning flags to the DSL
2020-11-02 peter klausler[flang] Design document for runtime derived type descri...
2020-11-02 Paul C. Anagnostopoulos[TableGen] Fix a couple of minor issues regarding the...
2020-11-02 Sanjay Patel[x86] add AVX2 cost model entries for maxnum of 256...
2020-11-02 Sanjay Patel[InstCombine] add multi-use tests for negator; NFC
2020-11-02 Craig Topper[RISCV] When matching RORIW, make sure the same input...
2020-11-02 Simon Pilgrim[AggressiveInstCombine] foldGuardedRotateToFunnelShift...
2020-11-02 Ben Dunbobbin[Clang] Add the ability to map DLL storage class to...
2020-11-02 Teresa Johnson[test] Fix unused FileCheck prefix in ThinLTO test
2020-11-02 Shoaib Meenai[clangd] Account for vendor in version string
2020-11-02 Shoaib Meenai[clang] Limit scope of CLANG_VENDOR definition
2020-11-02 Teresa Johnson[MemProf] Reenable test with fix for bot failures
2020-11-02 Louis Dionne[libc++][CI] Allow retries in case an agent is lost
2020-11-02 Pedro Tammela[LLDB/Lua] call lua_close() on Lua dtor
2020-11-02 Mircea Trofin[FileCheck] Fix comments and eof in allow-unused-prefix...
2020-11-02 Momchil Velikov[ARM][MachineOutliner] Do not overestimate LR liveness...
2020-11-02 Fangrui Song[ELF] --emit-relocs: fix st_value of STT_SECTION in...
2020-11-02 Louis Dionne[libc++] NFC: Re-generate the ABI lists with the new...
2020-11-02 Louis Dionne[libc++] Make it easier to re-generate the ABI lists
2020-11-02 Frederik GossenRevert "[MLIR] Support walks over regions and blocks"
2020-11-02 Frederik GossenRevert "[MLIR] Use `llvm::is_one_of` in walk templates"
2020-11-02 Fangrui Song[Debugify] Port -debugify-each to NewPM
2020-11-02 Louis Dionne[libc++/libc++abi] Use Python3_EXECUTABLE consistently...
2020-11-02 Nico Weber[gn build] Run `git ls-files '*.gn' '*.gni' | xargs...
2020-11-02 Nico Weber[gn build] (manually) port c6eaa14e11
2020-11-02 Kirstóf Umann[analyzer][ReturnPtrRangeChecker] Fix a false positive...
2020-11-02 Florian HahnReland "[TTI] Add VecPred argument to getCmpSelInstrCost."
2020-11-02 Louis Dionne[libc++] Split off iostreams explicit instantiations...
2020-11-02 Pavel Labath[lldb] Generalize an deflake gdb-remote *client* tests
2020-11-02 Nico WeberRevert "Add a new altera kernel name restriction check...
2020-11-02 Matt ArsenaultAMDGPU: Reorder checks
2020-11-02 Louis Dionne[libc++abi] Get rid of warnings when running the tests...
2020-11-02 Aaron BallmanFix link to a new check within the release notes.
2020-11-02 Nico Weber[gn build] (manually) port 76a168bce01 better
2020-11-02 Matt ArsenaultRegisterCoalescer: Use Register
2020-11-02 Frank Derry... Add a new altera kernel name restriction check to clang...
2020-11-02 Dávid Bolvanský[SLP] Added testcase for PR47623
2020-11-02 Pavel Labath[lldb/test] Fix a fragile assumption in TestTypeGetModule
2020-11-02 Evgeny Leviant[TableGen][SchedModels] Fix read/write variant substitution
2020-11-02 Ben Dunbobbin[PS4] Support dllimport/export attributes
2020-11-02 Nico Weber[gn build] (manually) port 76a168bce01
2020-11-02 Clement CourbetRevert "[llvm-exegesis] Save target state before runnin...
next