platform/upstream/llvm.git
2020-04-07 George Burgess IV[TLI] fix a function's (commented) signature; NFC
2020-04-07 Matt ArsenaultCodeGen: Use Register in more places
2020-04-07 Wei MiRevert "[SampleFDO] Add flag for partial profile."...
2020-04-07 River Riddle[mlir][Diagnostic] Don't store Operation arguments...
2020-04-07 Alexey Bataev[OPENMP][DOCS]Update status of oimplemented constructs...
2020-04-07 Davide Italiano[ScriptInterpreterPython] Remove buggy code to save...
2020-04-07 Johannes Doerfert[OpenMP] "UnFix" layering problem with FrontendOpenMP
2020-04-07 Alexey Bataev[OPENMP50]Codegen for iterator construct.
2020-04-07 Wei Mi[SampleFDO] Add flag for partial profile.
2020-04-07 Nemanja Ivanovic[NFC][PowerPC] Fix register class for patterns using...
2020-04-07 Nathan James[clang-tidy] Change checks that take enum configuration...
2020-04-07 Shilei Tian[OpenMP] Optimized stream selection by scheduling data...
2020-04-07 Nathan James[clang-tidy] Added support for validating configuration...
2020-04-07 Sid Manning[Hexagon] Update paths for linux/musl
2020-04-07 Aaron BallmanAllow parameter names to be elided in a function defini...
2020-04-07 Louis Dionne[libc++] Translate MODULES_DEFINES annotations to ADDIT...
2020-04-07 Graham Sellers[AMDGPU] Extend constant folding for logical operations
2020-04-07 Craig Topper[SelectionDAG] Make getZeroExtendInReg take a vector...
2020-04-07 LLVM GN Syncbot[gn build] Port 88c2137b6d4
2020-04-07 Alexey Lapshin[DWARFLinker][dsymutil][NFC] Move DwarfStreamer into...
2020-04-07 Matt ArsenaultAMDGPU: Cleanup test MIR
2020-04-07 Artem DergachevRevert "Revert "[analyzer] Teach scan-build how to...
2020-04-07 Eli Friedman[AArch64] Don't expand memcmp in strict align mode.
2020-04-07 Matt ArsenaultAMDGPU: Use early return
2020-04-07 Julian Lettner[lit] Cleanup printing of discovered suites and tests
2020-04-07 Sam Clegg[WebAssembly][MC] Fix leak of std::string members in...
2020-04-07 Stanislav Mekhanoshin[AMDGPU] Limit endcf-collapase to simple if
2020-04-07 Fangrui Song[ELF] --warn-backrefs: don't warn for linking sandwich...
2020-04-07 Fangrui Song[ELF] -M/-Map: fix VMA/LMA/Size columns of symbol assig...
2020-04-07 Aaron BallmanCheck LLVM_BUILD_LLVM_C_DYLIB before building the C...
2020-04-07 Simon Pilgrim[X86][SSE] Add PTEST(AND(X,Y),AND(X,Y)) tests derived...
2020-04-07 Lei Zhang[mlir][spirv] Fix wrong Phi parent block for back-to...
2020-04-07 Lei Zhang[mlir][vulkan-runner] Fix createLowerToLLVMPass interface
2020-04-07 Matt ArsenaultDAG: Use the correct getPointerTy in a few places
2020-04-07 Amy HuangSlightly modify some tests as follow up to bcf66084...
2020-04-07 Amy Huang[DebugInfo] Fix for adding "returns cxx udt" option...
2020-04-07 Nikita Popov[RDA] Avoid full reprocessing of blocks in loops (NFCI)
2020-04-07 Nikita Popov[RDA] Don't pass down TraversedMBB (NFC)
2020-04-07 Nikita Popov[RDA] Avoid inserting duplicate reaching defs (NFCI)
2020-04-07 David Tenty[NFC][PowerPC] Cleanup 64-bit and Darwin CalleeSavedRegs
2020-04-07 diggerlin[NFC][XCOFF] refactor readobj/XCOFFDumper.cpp
2020-04-07 Dmitry Vyukovtsan: fix Go/ppc build
2020-04-07 Raphael Isemann[lldb][NFC] Fix typo in 'watchpoint delete' error message
2020-04-07 Sriraman TallamLLD Support for Basic Block Sections
2020-04-07 Michael Liao[hip] Remove `hip_pinned_shadow`.
2020-04-07 Simon Pilgrim[X86][SSE] combineX86ShufflesConstants - early out...
2020-04-07 Artem DergachevRevert "[analyzer] Try to lift 'REQUIRES: shell' for...
2020-04-07 Louis Dionne[libc++abi] Enable the new libc++ testing format by...
2020-04-07 Louis Dionne[libc++] Support .sh.s tests in the new format
2020-04-07 Marcel Hlopko[Syntax] Add mapping from spelled to expanded tokens...
2020-04-07 Sam McCall[Syntax] Merge overlapping top-level macros in TokenBuffer
2020-04-07 Florian Hahn[Clang] Add llvm.loop.unroll.disable to loops with...
2020-04-07 Sam McCall[Syntax] Simplify TokenCollector::Builder, use captured...
2020-04-07 Louis Dionne[libc++] Make sure the source file appears before link...
2020-04-07 Denys Petrov[analyzer] Try to lift 'REQUIRES: shell' for scan-build...
2020-04-07 Haojian Wu[AST] Fix a crash on invalid constexpr Ctorinitializer...
2020-04-07 Nico WeberStop passing site cfg files via --param to llvm-lit.
2020-04-07 Muhammad Omair... Revert "[lldb-server] jThreadsInfo returns stack memory"
2020-04-07 Muhammad Omair... Mark TestFixIts.py xfail for LLDB AArch64/Linux
2020-04-07 Kadir Cetinkaya[clangd] Fix printing for Inclusion
2020-04-07 Kadir Cetinkaya[clangd] Get rid of ASTWorker::getCurrentFileInputs
2020-04-07 Georgii Rymar[llvm-readobj] - Introduce warnings for cases when...
2020-04-07 Sanjay Patel[InstCombine] add icmp+cast tests for ppc_fp128; NFC
2020-04-07 cchenAdd map-type check for target and target data directive...
2020-04-07 Nathan JamesFixed licenses in dynamic ast matchers
2020-04-07 Nathan James[clangd] DefineOutline: removes static token from stati...
2020-04-07 Keith Walker[ARM] unwinding .pad instructions missing in execute...
2020-04-07 Pierre Gousseau[X86] Fix implicit sign conversion warnings in X86...
2020-04-07 Uday Bondhugula[MLIR] Introduce std.alloca op
2020-04-07 Florian Hahn[SCCP] Use ranges for predicate info conditions.
2020-04-07 Djordje Todorovic[docs] Add the release notes about Debug Entry Values
2020-04-07 Serguei Katkov[DAG] Consolidate require spill slot logic in lambda...
2020-04-07 Peter Smith[ARM] Remove condition that could never be true
2020-04-07 Uday Bondhugula[MLIR] fix/update affine data copy utility for max...
2020-04-07 Simon Tatham[Support,Windows] Tolerate failure of CryptGenRandom
2020-04-07 Pierre-vhRevert "[CodeGen][SelectionDAG] Flip Booleans More...
2020-04-07 Hans WennborgDrop the number of thinlto jobs in some tests to avoid...
2020-04-07 Pierre-vh[CodeGen][SelectionDAG] Flip Booleans More Often
2020-04-07 Karl-Johan... Fix unused variable warning in Protocol.cpp, NFCI
2020-04-07 Awanish Pandey[DWARF5]: Added a left over test case from D73462
2020-04-07 Sam Clegg[WebAssembly] EmscriptenEHSjLj: Mark more functions...
2020-04-07 Julian Lettner[lit] Improve handling of parallelism group semaphores
2020-04-07 Fred Riss[lldb/test] Fix TestDSYMSourcePathRemapping in the...
2020-04-07 Richard SmithFix template instantiation of a non-dependent call...
2020-04-07 Kai Luo[PowerPC] Pre-commit test case of float rounding in...
2020-04-07 Xiang1 ZhangEnable IBT(Indirect Branch Tracking) in JIT with CET...
2020-04-07 Jun Ma[Coroutines] Remove alignment check in shouldBeMustTail
2020-04-07 Eli Friedman[NFC] Modernize misc. uses of Align/MaybeAlign APIs.
2020-04-07 Nico WeberReland "Make llvm_source_root in llvm-lit relative...
2020-04-07 Saleem AbdulrasoolTarget: correct the return value for `GetImageAddrFromT...
2020-04-07 Adrian PrantlAdd missing include
2020-04-07 Eli FriedmanRemove SequentialType from the type heirarchy.
2020-04-06 Richard SmithFor PR45333: Move AnalyzeImplicitConversions to using...
2020-04-06 Davide Italiano[MachineCSE] Don't carry the wrong location when hoisting
2020-04-06 Stanislav Mekhanoshin[AMDGPU] Remove clutter from endcf test. NFC.
2020-04-06 Daniel SandersAdd way to omit debug-location from MIR output
2020-04-06 Nick Desaulniers[CallSite Removal] a CallBase is never an IndirectCall...
2020-04-06 Jonas Devlieghere[lldb/API] Add missing LLDB_REGISTER_METHOD macros
2020-04-06 Jacques PienaarRemove case in rewritergen unmatched opdefgen side
2020-04-06 Vedant Kumar[AddressSanitizer] Fix for wrong argument values appear...
next