platform/upstream/llvm.git
2020-11-14 David Green[ARM] Remove more unused check prefixes, NFC
2020-11-14 Nico WeberFix build after 54f9ee334
2020-11-14 Nico Weber[gn build] (manually) merge e51631ca4cf
2020-11-14 Paul C. Anagnostopoulos[TableGen] Add frontend/backend phase timing capability.
2020-11-14 Nathan James[NFC] Small refactor to CompilationDatabase
2020-11-14 Sanjay Patel[CostModel] make default size cost for libcalls small...
2020-11-14 Sanjay Patel[CostModel] add tests for math library calls; NFC
2020-11-14 Arnold Schwaighofer[Coroutines] Make sure that async coroutine context...
2020-11-14 mydeveloperday[git-clang-format] Process CUDA header files
2020-11-14 Paul C. Anagnostopoulos[TableGen] Clean up more .td files
2020-11-14 Roman LebedevRevert "clang-misexpect: Profile Guided Validation...
2020-11-14 Vitaly Buka[sanitizer] Fix Android API level parsing on arm
2020-11-14 Fangrui SongMake -fintegrated-cc1 work with cc1as
2020-11-14 Vitaly Buka[sanitizer] Fix test on arm 32bit
2020-11-14 Craig Topper[RISCV] Add test cases for fsrw/fslw that don't sign...
2020-11-14 Arthur Eubanks[test] Fix const-addr-no-neg-offset.ll under NPM
2020-11-14 Roland McGrath[scudo/standalone] Fix leak in ThreadedGlobalQuarantine...
2020-11-14 Zinovy Nis[clang-tidy] Fix crash in bugprone-redundant-branch...
2020-11-14 Mehdi AminiRevert "Switch libLLVMFrontendOpenACC to be a regular...
2020-11-14 Jonas Devlieghere[lldb] Mark command-process-connect as unsupported...
2020-11-14 Aart Bik[mlir] refactor common idiom into AffineMap method
2020-11-14 Mehdi AminiSwitch libLLVMFrontendOpenACC to be a regular CMake...
2020-11-14 Jonas Devlieghere[lldb] Make `process connect` behave the same in sync...
2020-11-14 Mehdi AminiAdd an assertion in SmallVector::push_back()
2020-11-14 Mehdi AminiReplace sequences of v.push_back(v[i]); v.erase(&v...
2020-11-13 Sean Silva[mlir] Make linalg-bufferize run on FuncOp
2020-11-13 Peter Steinfeld[flang] Fix "EQ" comparison of arrays
2020-11-13 Arthur Eubanks[MemProf][NewPM] Make memprof passes required
2020-11-13 Stanislav Mekhanoshin[AMDGPU] Mark sin/cos load folding as modifying the...
2020-11-13 Duncan P. N... Frontend: Remove unused parameter from ASTUnit::LoadFro...
2020-11-13 Sam Clegg[WebAssembly] Move GlobalTLSAddress handling to WebAsse...
2020-11-13 Vladimir Vereschaka[CMake] Explicity set up RPATH for the runtime libs...
2020-11-13 Lang Hames[ORC] Fix missing return value.
2020-11-13 Sanjay Patel[LoopUnroll] add test for full unroll that is sensitive...
2020-11-13 Akira Hatanaka[ObjC][ARC] Add and use a function which finds and...
2020-11-13 Akira HatanakaMove variable declarations to functions in which they...
2020-11-13 Jessica Paquette[GlobalISel] Add convenience matchers for nots and...
2020-11-13 Arthur Eubanks[DFSan][NewPM] Handle dfsan under NPM
2020-11-13 Nikita Popov[KnownBits] Combine abs() implementations
2020-11-13 Duncan P. N... Serialization: Merge three diagnostics to simplify...
2020-11-13 Rahul Joshi[NFC] Refactor function declaration addition in AsyncToLLVM
2020-11-13 Craig Topper[RISCV] Add test case showing failure to use GREVIW...
2020-11-13 Thomas Raoux[mlir][vector] Support N-D vector in InsertMap/ExtractM...
2020-11-13 Nawrin Sultana[OpenMP] Add omp_calloc implementation
2020-11-13 MaheshRavishankar[mlir][Linalg] Change LinalgDependenceGraph to use...
2020-11-13 Matt Arsenaultemacs: Add callbr to keyword list
2020-11-13 Matt ArsenaultGlobalISel: Fix typos
2020-11-13 Heejin Ahn[WebAssembly] Rename atomic.notify and *.atomic.wait
2020-11-13 Guozhi Wei[AlwaysInliner] Call mergeAttributesForInlining after...
2020-11-13 Craig Topper[RISCV] Add test case for failure to use GREVIW for...
2020-11-13 Heejin Ahn[WebAssembly] Remove a temporarily added RUN line
2020-11-13 Jianzhou ZhaoExtend the dfsan store/load callback with write/read...
2020-11-13 Jim InghamThe AssertRecognizer used the module from a frames...
2020-11-13 Duncan P. N... Serialization: Rename three AST diagnostics, NFC
2020-11-13 Craig Topper[RISCV] Add RORW/ROLW/RORIW/ROLIW test cases that don...
2020-11-13 Baptiste Saleil[PowerPC] Add paired vector load and store builtins...
2020-11-13 Aaron BallmanPass the source range when diagnosing an unknown attribute
2020-11-13 Duncan P. N... Serialization: Hoist the check for in-flight diagnostic...
2020-11-13 Jessica Paquette[AArch64][GlobalISel] Select G_SELECT cc, t, (G_SUB...
2020-11-13 Nikita Popov[Local] Emit nsw for inbounds offset calculation
2020-11-13 Jessica Paquette[AArch64][GlobalISel] NFC: Use CmpInst::isUnsigned...
2020-11-13 Wouter van... [WebAssembly] Added R_WASM_FUNCTION_OFFSET_I64 for...
2020-11-13 Simon Pilgrim[CostModel][X86] Remove unused CHECK prefixes
2020-11-13 Nikita Popov[Local] Clean up EmitGEPOffset
2020-11-13 Jonas Devlieghere[lldb] Fix SymbolFile/PDB/udt-layout.test
2020-11-13 Yuanfang Chen[CGProfile] allows bitcast in metadata node storing...
2020-11-13 Jessica Paquette[GlobalISel] Add matchers for specific constants and...
2020-11-13 Kadir Cetinkaya[clangd] Canonicalize LLVM_ENABLE_ZLIB
2020-11-13 Nikita Popov[SCEV] Fix nsw flags for GEP expressions
2020-11-13 Arthur Eubanks[gn build] Port 8741a76f
2020-11-13 Nikita Popov[ValueTracking] Don't set nsw flag for inbounds addition
2020-11-13 Louis Dionne[libc++] Install GDB in the Docker images
2020-11-13 Nikita Popov[LangRef] Clarify GEP inbounds wrapping semantics
2020-11-13 Simon Pilgrim[KnownBits] Merge the minimum shift amount and leading...
2020-11-13 Nico Weberclang: Don't assert on no_unique_address fields in...
2020-11-13 Scott Todd[MLIR] Allow setting "CodeView" flag in LLVMIR translat...
2020-11-13 Matt ArsenaultAMDGPU/GlobalISel: Regenerate some checks
2020-11-13 Matt ArsenaultAMDGPU: Factor out large flat offset splitting
2020-11-13 Nico Weber[gn build] (semi-manually) Port 6a8099e0f61
2020-11-13 Matt ArsenaultGlobalISel: Directly expose getDefSrcRegIgnoringCopies...
2020-11-13 Kadir Cetinkaya[clangd] Ensure we test for compatibility of serialized...
2020-11-13 Kadir Cetinkaya[clangd] Assert on varint encoding
2020-11-13 Sam Clegg[WebAssembly] Add new relocation type for TLS data...
2020-11-13 Matt ArsenaultAMDGPU: Refactor getBaseWithOffsetUsingSplitOR usage
2020-11-13 Djordje Todorovic[NFC][IntrRefLDV] Remove dead code from transferSpillOr...
2020-11-13 David ZarzyckiRevert "[NFC] Move code between functions as a preparat...
2020-11-13 Sam Clegg[lld][WebAssembly] Add test for TLS BSS data. NFC.
2020-11-13 Louis Dionne[libc++] Only check for GCC's empty string storage...
2020-11-13 Zbigniew Sarbinowski[libc++] Port the time functions to z/OS
2020-11-13 Joachim Protze[OpenMP][Tool] Update archer to accept new OpenMP 5...
2020-11-13 Nico Weber[gn build] more hotfix after 17df195f70 to unbreak...
2020-11-13 Paul C. Anagnostopoulos[TableGen] Enhance the six comparison bang operators.
2020-11-13 serge-sans... llvmbuildectomy - remove conflict file
2020-11-13 Nico Weber[gn build] Port 8bb6347939b
2020-11-13 serge-sans... llvmbuildectomy - support disabled native target
2020-11-13 Nico Weber[gn build] (manually) merge 1d0676b54c4e3
2020-11-13 Nico Weber[gn build] Hotfix to unbreak build after 9218ff50f9308
2020-11-13 Piotr Sobczak[DivergenceAnalysis] Use addRequiredTransitive
2020-11-13 serge-sans... llvmbuildectomy - compatibility with ocaml bindings
2020-11-13 Florian HahnAdd !annotation metadata and remarks pass.
next