platform/upstream/llvm.git
2020-11-03 Mehdi AminiRemove mlir-c/Core.h which is superseded by the new...
2020-11-03 Stephen KellyAdd test missing from previous commit
2020-11-03 Simon Pilgrim[AggressiveInstCombine] Generalize foldGuardedRotateToF...
2020-11-03 Alexander Belyaev[mlir] Convert `memref_reshape` to LLVM.
2020-11-03 Florian Hahn[SLP] Pass VecPred argument to getCmpSelInstrCost.
2020-11-03 serge-sans... [lld] missing doc entry for error handling script
2020-11-03 Nicholas Guy[AArch64] Redundant masks in downcast long multiply
2020-11-03 serge-sans... Provide a hook to customize missing library error handling
2020-11-03 David Green[CostModel] Make target intrinsics cheap by default
2020-11-03 Sander de Smalen[NFCI] Add StackOffset class and base classes for Eleme...
2020-11-03 Pedro Tammela[LLDB][NFC] treat Lua error codes in a more explicit...
2020-11-03 Tres Popp[mlir] Add to shape.is_broadcastable description
2020-11-03 Tres Popp[mlir] Add partial lowering of shape.cstr_broadcastable.
2020-11-03 Michał Górny[lldb] [Plugins/FreeBSDRemote] Disable GetMemoryRegionI...
2020-11-03 Michał Górny[lldb] [Process/FreeBSDRemote] Remove GetSharedLibraryI...
2020-11-03 Michał Górny[lldb] [Process/FreeBSDRemote] Fix attaching via lldb...
2020-11-03 Michał Górny[lldb] [Host/{free,net}bsd] Fix process matching by...
2020-11-03 Michał Górny[lldb] [Process/FreeBSDRemote] Implement thread GetName()
2020-11-03 Georgii Rymar[llvm-readobj/libObject] - Allow dumping objects that...
2020-11-03 Petar AvramovicAMDGPU/GlobalISel: Use same builder/observer in post...
2020-11-03 Martin Storsjö[clang] Fix the fsanitize.c testcase after eaae6fdf67e1...
2020-11-03 Max Kazantsev[NFC] Refactor code in IndVars, preparing for further...
2020-11-03 Martin Storsjö[clang] [MinGW] Allow using the vptr sanitizer
2020-11-03 Martin Storsjö[compiler-rt] [ubsan] Use the itanium type info lookup...
2020-11-03 Esme-Yi[PowerPC] Extend folding RLWINM + RLWINM to post-RA.
2020-11-03 Martin Storsjö[libcxx] [test] Use error_code::default_error_condition...
2020-11-03 Martin Storsjö[libcxx] Avoid double frees of file descriptors in...
2020-11-03 Martin Storsjö[libcxx] [test] Create symlink_to_dir as the right...
2020-11-03 Martin Storsjö[libcxx] [test] Avoid an unused variable in non-libcpp...
2020-11-03 Martin Storsjö[libcxx] [test] Fix the fs.op.absolute test to cope...
2020-11-03 Martin Storsjö[libcxxabi] Build all of libcxxabi with _LIBCPP_BUILDIN...
2020-11-03 Stephan Bergmann[scan-build] Fix clang++ pathname again
2020-11-03 Max Kazantsev[NFC] Split lambda into 2 parts for further reuse
2020-11-03 Craig Topper[RISCV] Remove isel patterns for fshl/fshr with same...
2020-11-03 Max Kazantsev[IndVars] Use knowledge about execution on last iterati...
2020-11-03 Esme-Yi[NFC][PowerPC] Move the folding RLWINMs from ppc-mi...
2020-11-03 Sameeran joshi[Flang][OpenMP][NFC][1/2] Reorder OmpStructureChecker...
2020-11-03 Serge PavlovPut back the test pragma-fp-exc.cpp
2020-11-03 Atmn Patel[Libomptarget][NFC] Move global Libomptarget state...
2020-11-03 Fangrui Song[docs] Fix clang/docs/UsersManual.rst after D87528...
2020-11-03 Fangrui Song[polly] Fix -Wunused-lambda-capture and -Wunused-variable
2020-11-03 Vitaly Buka[sanitizer] Cleanup -Wnon-virtual-dtor warnings
2020-11-03 Jessica Clarke[CodeGen] Fix regression from D83655
2020-11-03 Jessica Clarke[RISCV] Only return DestSourcePair from isCopyInstrImpl...
2020-11-03 Jonas Devlieghere[crashlog] Remove commented out code (NFC)
2020-11-03 Jonas Devlieghere[crashlog] Turn crash log parsing modes into a Python...
2020-11-03 Qiu Chaofan[PowerPC] Skip IEEE 128-bit FP type in FastISel
2020-11-03 Qiu Chaofan[PowerPC] [NFC] Rename VCMPo to VCMP_rec
2020-11-03 Jonas Devlieghere[crashlog] Fix and simplify the way we import lldb
2020-11-03 Sam McCall[Syntax] DeclaratorList is a List
2020-11-03 Fangrui SongAdd textual header PPCTypes.def to module Clang_Basic...
2020-11-03 Alina Sbirlea[LICM] Add assert of AST/MSSA exclusiveness.
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
next