platform/upstream/llvm.git
2020-05-14 Pavel Labath[lldb] Switch Section-dumping code to raw_ostream
2020-05-14 Pavel Labath[lldb] Don't dissasemble large functions by default
2020-05-14 Xing GUO[llvm-dwarfdump] Make commandline arguments consistent.
2020-05-14 Haojian Wu[clangd] Only emit default error/fatal diagnostices...
2020-05-14 Stephan Herhut[mlir] Fix the example for std.rank
2020-05-14 Konstantin... [GlobalISel][InlineAsm] Add support for basic input...
2020-05-14 Christian SiggOnly run pretty-printer tests for builds with debug...
2020-05-14 Stephen Neuendorffer[MLIR][cmake] don't glob for sources.
2020-05-14 Gabor GreifFix typo in error message
2020-05-14 Greg ClaytonFix buildbots errors after comitting D78782.
2020-05-14 Akira HatanakaDon't apply lvalue-to-rvalue conversion in DefaultLValu...
2020-05-14 Erik Pilkington[demangler] Support for 'this' expressions
2020-05-14 Douglas YungFix PS4 build of compiler-rt runtime.
2020-05-14 Michael BergPropagate MIFlags in table gen
2020-05-14 Huihui Zhang[CodeGen][NFC] Fix test/CodeGen/pr45476.cpp to specify...
2020-05-14 Craig Topper[X86] Return true from trySADReplacement in the partial...
2020-05-14 Stephen Neuendorffer[cmake] fix typo.
2020-05-14 Stephen Neuendorffer[cmake] Need PUBLIC dependencies for object targets...
2020-05-14 Christopher... [SVE] Remove usages of VectorType::getNumElements(...
2020-05-13 Wei Zhao[AARch64] Add Marvell ThunderX3T110 support
2020-05-13 Stephen Neuendorffer[cmake] Check for empty LLVM_PTHREAD_LIB
2020-05-13 Omar Ahmed[Attributor] Improve the alignment of the loads
2020-05-13 Johannes Doerfert[Attributor] Check lines accidentally not committed...
2020-05-13 Greg ClaytonAdd .debug_ranges support to the DWARF YAML.
2020-05-13 Christopher... [SVE] Remove usages of VectorType::getNumElements(...
2020-05-13 Florian Hahn[AArch64] Don't promote constants with float ConstantExpr.
2020-05-13 Eric ChristopherRemove an unused variable.
2020-05-13 Eli Friedman[AArch64][SVE] Add patterns for VSELECT of immediate...
2020-05-13 Yaxun (Sam... [HIP] Do not emit debug info for stub function
2020-05-13 Stanislav Mekhanoshin[AMDGPU] Optimized indirect multi-VGPR addressing
2020-05-13 Sean Silva[mlir] Change generate-test-checks.py to `%[[V:.*]...
2020-05-13 Kuter Dinel[Attributor] Use AAValueConstantRange to infer derefere...
2020-05-13 Eric ChristopherRemove unused Debugging variable.
2020-05-13 Reid Kleckner[PDB] Switch from LLVM_PACKED to LLVM_PACKED_START/END
2020-05-13 Adrian McCarthyFix template class debug info for Visual Studio visualizers
2020-05-13 Craig Topper[X86] Add test case for a regression from D76649. NFC
2020-05-13 Stephen Neuendorffer[cmake] Update creation of object library dependencies...
2020-05-13 Mircea Trofin[llvm][NFC] Remove unused fields in InlineAdvisor
2020-05-13 Craig Topper[X86] Fix one of the PMADDWD tests to not have dead...
2020-05-13 Christopher... Ensure that CMake tries to find Python3 before processing
2020-05-13 Mircea Trofin[docs] Add link to zorg github project
2020-05-13 Mircea Trofin[llvm] Add interface to drive inlining decision using...
2020-05-13 Craig Topper[X86] Only allow f32, f64, or f80 to be used with ...
2020-05-13 Louis Dionne[libc++] Explicitly list Lit features from the config_s...
2020-05-13 Eli Friedman[SelectionDAG] Require constant index for INSERT/EXTRAC...
2020-05-13 Alina Sbirlea[NewPassManager] Add assertions when getting statefull...
2020-05-13 Alina Sbirlea[SimpleLoopUnswitch] Add non-empty unreachable block...
2020-05-13 Matt ArsenaultAMDGPU: Use Register
2020-05-13 Craig Topper[X86] Don't allow f80 to be used with the 'q', 'r'...
2020-05-13 Craig Topper[X86] Make the if statement structure for inline assemb...
2020-05-13 Douglas YungAdd shim for fork() on PS4 as it is not supported there.
2020-05-13 Pete SteinfeldFixed a problem removing temp files
2020-05-13 Erik Pilkington[demangler] Fix demangling of enumerators with negative...
2020-05-13 Eli Friedman[SROA] Clean up some uses of MaybeAlign in SROA.
2020-05-13 Kirstóf Umann[analyzer][StreamChecker] Don't make StreamTestChecker...
2020-05-13 Craig Topper[Statepoint] Mark FixupStatepointCallerSaved as preserv...
2020-05-13 Sylvain Audi[Clang] Restore replace_path_prefix instead of startswith
2020-05-13 Simon Pilgrim[InstCombine] Add vector tests for the or(shl(zext...
2020-05-13 Lei Zhang[mlir][vulkan-runner] Avoid dependency on LLVM libraries
2020-05-13 Stephen Neuendorffer[MLIR] Discourage people from copying the toy examples
2020-05-13 Stephen Neuendorffer[MLIR] refactor cmake specification of tablegen'd inter...
2020-05-13 mydeveloperday[clang-format] : Fix additional pointer alignment for...
2020-05-13 mydeveloperday[clang-format] Fix AlignConsecutive on PP blocks
2020-05-13 Anna ThomasNFC: Avoid redundant checks for vector-function-abi...
2020-05-13 Sam Clegg[lld][WebAssembly] Fix for --relocatable and signature...
2020-05-13 Huber, JosephOpenMPOpt Remarks Support
2020-05-13 Alex Zinenko[mlir] Change dialect namespace loop->scf
2020-05-13 MaheshRavishankar[mlir][Linalg] Fix missing template keyword.
2020-05-13 Siva Chandra... [libc] Call mtx_init in mtx_test.
2020-05-13 Amy Huang[NativeSession] Implement NativeSession::findSymbolByAd...
2020-05-13 Benjamin Kramer[CodeGenPrepare] Remove a superflouos variable. NFC.
2020-05-13 Jonas Devlieghere[lldb/Reproducers] Add test-specific API to set the...
2020-05-13 Yaxun (Sam... Add -print-targets to print the registered targets
2020-05-13 Joel E. Denny[FileCheck] Support comment directives
2020-05-13 Reid KlecknerRevert "[BrachProbablityInfo] Set edge probabilities...
2020-05-13 Raphael Isemann[lldb][NFC] Early-exit in SetupDeclVendor
2020-05-13 Manuel KlimekMake FormatToken::Type private.
2020-05-13 Ronald WamplerPerform ActOnConversionDeclarator after looking for...
2020-05-13 Russell Gallop[DebugInfo] Fix test Fortran-DIModule.ll after 678bd84c4
2020-05-13 David Green[ARM] Convert floating point splats to integer
2020-05-13 Pierre Oechsel[mlir] [VectorOps] Add missing EDSC intrinsics.
2020-05-13 Nicolas Vasilache[mlir] Add SubViewOp::getOrCreateRanges and fix folding...
2020-05-13 Carl Ritson[AMDGPU] Strengthen export cluster ordering
2020-05-13 David Green[ARM] Sink splats to fma intrinsics
2020-05-13 Raphael Isemann[lldb][NFC] Don't specify a default argument when creat...
2020-05-13 Michael Schellenberg... [libcxx][span] Implement P1976R2
2020-05-13 Pierre-vh[LSR][ARM] Add new TTI hook to mark some LSR chains...
2020-05-13 Ehsan Toosi[MLIR] Nested regions test for Buffer Assginment
2020-05-13 Simon WallisClang crash targeting ARM or Thumb when assembling...
2020-05-13 Sjoerd MeijerRecommit #2: "[LV] Induction Variable does not remain...
2020-05-13 Ehud Katz[StructurizeCFG] Fix region nodes ordering
2020-05-13 Kamil Rytarowski[compiler-rt] [builtin] Switch the return type of __ato...
2020-05-13 Marcel Koester[mlir] Adapted standard Alloc and Alloca ops to use...
2020-05-13 Pavel Labath[lldb] Merge PlatformXXX::ResolveExecutable
2020-05-13 Dmitry Preobrazhensky[AMDGPU][MC][GFX9+] Enabled clamp for v_add_i32 and...
2020-05-13 Marek KurdejRevert "[libc++] [LWG3321] Mark "year_month_day_last...
2020-05-13 Artem Dergachev[analyzer] SATestBuild.py: Be defensive against corrupt...
2020-05-13 Mathias LANG[lldb] Also recognize DWARF UTF base types using their...
2020-05-13 David Zarzycki[libcxx testing] Remove ALLOW_RETRIES from wait_for...
2020-05-13 Martin Storsjö[examples] Skip building the Bye pass plugin on windows
next