platform/upstream/llvm.git
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
2020-05-13 Valeriy Savchenko[analyzer] Fix crash for non-pointers annotated as...
2020-05-13 Marek Kurdej[libc++] [LWG3321] Mark "year_month_day_last::day(...
2020-05-13 Qiu Chaofan[NFC] [PowerPC] Narrow fast-math flags in tests
2020-05-13 Victor Campos[TableGen] Fix register class handling in TableGen...
2020-05-13 Simon Atanasyan[mips] Fix typo in FileCheck directives - replace ...
2020-05-13 Sourabh Singh... [DebugInfo] Fixes windows bot failure due to a test...
2020-05-13 Sourabh Singh... [DebugInfo] Fortran module DebugInfo support in LLVM
2020-05-13 Yevgeny Rouban[BrachProbablityInfo] Set edge probabilities at once...
2020-05-13 Shengchen Kan[NFC] Code cleanup in TargetInfo.cpp
2020-05-13 Qiu Chaofan[PowerPC] Exploit VSX neg, abs and nabs for f32
2020-05-13 Sam Parker[CostModel] Modify BasicTTI getCastInstrCost
2020-05-13 MaheshRavishankar[mlir][StandardToLLVM] Add SinOp to LLVM dialect and...
2020-05-13 Qiu Chaofan[PowerPC] Respect SDNodeFlags in lowering SELECT_CC
2020-05-13 MaheshRavishankar[mlir][Linalg] Add folders and canonicalizers for
2020-05-13 MaheshRavishankar[mlir][Linalg] Allow reshapes to collapse to a zero...
2020-05-13 Kang Zhang[PowerPC] Use add instead of addReg in ppc-early-ret...
2020-05-13 Stephen Neuendorffer[cmake] Update creation of object library dependencies...
2020-05-13 KAWASHIMA Takahiro[gcov] Fix simultaneous .gcda creation/lock
2020-05-13 KAWASHIMA Takahiro[LoopReroll] Fix rerolling loop with use outside the...
2020-05-13 Muhammad Omair... [LLDB] Fix typo in xfail decorator assert.test
2020-05-13 Muhammad Omair... [LLDB] Mark some xfails for arm-linux
2020-05-13 aartbik[mlir] [VectorOps] Implement vector.constant_mask lower...
2020-05-13 Muhammad Omair... [LLDB] Fix minidebuginfo-set-and-hit-breakpoint.test...
2020-05-13 Johannes Doerfert[Attributor][FIX] Stabilize the state of AAReturnedValu...
2020-05-13 zoecarver[libcxx] Constrain function assignment operator (2574).
2020-05-13 Zequan Wutest commit
2020-05-13 Juneyoung Lee[ValueTracking] Fix crash in isGuaranteedNotToBeUndefOr...
2020-05-13 Muhammad Omair... Fix error in TestNumThreads.py when frame.GetFunctionNa...
2020-05-13 Nicolas Vasilache[mlir] Revisit std.subview handling of static information.
2020-05-12 Zequan WuAdd nomerge function attribute to supress tail merge...
2020-05-12 Nico Weber[lld-macho] Ignore -platform_version and -syslibroot...
next