platform/upstream/llvm.git
2020-04-23 Simon Pilgrim[VPlan] Remove unused forward declarations. NFC.
2020-04-23 Jay Foad[AMDGPU] Use RegClass helper functions in getRegForInli...
2020-04-23 Serguei Katkov[CaptureTracking] Replace hardcoded constant to option...
2020-04-23 Florian Hahn[VPlan] Add & use VPValue operands for VPWidenRecipe...
2020-04-23 Jay Foad[AMDGPU] Use SGPR instead of SReg classes
2020-04-23 Raphael Isemann[lldb] Fix typo in breakpoint set -r description
2020-04-23 Sander de Smalen[AArch64] Define ACLE FP conversion intrinsics with...
2020-04-23 Sander de Smalen[SveEmitter] Add builtins for FP conversions
2020-04-23 Djordje Todorovic[dexter] Require python >= 3.6
2020-04-23 Georgii Rymar[obj2yaml] - Zero initialize program headers. NFCI.
2020-04-23 Kazuaki Ishizaki[mlir] NFC: fix broken links in doc of operation defini...
2020-04-23 Andi-Bogdan... [clang-tidy] Add option to use alpha checkers from...
2020-04-23 Amara Emerson[AArch64][GlobalISel] Set the current debug loc when...
2020-04-23 Alexander Belyaev[MLIR] Lower GenericAtomicRMWOp to llvm.cmpxchg.
2020-04-23 Haojian WuRevert "clang-format: support aligned nested conditiona...
2020-04-23 Craig Topper[ArgumentPromotion] Remove unnecessary getScalarType...
2020-04-23 Kazuaki Ishizaki[mlir] NFC: Fix trivial typo under Dialects
2020-04-23 Kazuaki Ishizaki[llvm] NFC: Fix trivial typo in rst and td files
2020-04-23 Puyan LotfiRevert "[NFC] Refactoring PropertyAttributeKind for...
2020-04-23 Puyan Lotfi[NFC] Refactoring PropertyAttributeKind for ObjCPropert...
2020-04-23 Sean SilvaIsolate zero_whitespace parser test into its own file.
2020-04-23 Aditya Nandakumar[GISel]: Relax opcode checking at the top level to...
2020-04-23 Aaron Puchert[NFC] Correct typo in comment after D76038
2020-04-23 Vedant Kumar[AArch64CollectLOH] Debug insts should not break LOH...
2020-04-23 Vedant Kumar[AArch64PreLegalizerCombiner] Fix debug invariance...
2020-04-23 Vedant Kumar[AArch64LoadStoreOptimizer] Skip debug insts during...
2020-04-23 Vedant Kumar[AArch64ConditionOptimizer] Fix missed optimization...
2020-04-23 Vedant Kumar[AArch64CondBrTuning] Ignore debug insts when scanning...
2020-04-23 Vedant Kumar[AArch64] Clean up assorted usage of hasOneUse/use_inst...
2020-04-23 Vedant Kumar[AArch64ConditionalCompares] Ignore debug insts in...
2020-04-23 Vedant Kumar[AArch64InstrInfo] Ignore debug insts in areCFlagsAcces...
2020-04-23 Vedant Kumar[AArch64InstrInfo] Ignore debug insts in canInstrSubsti...
2020-04-23 Vedant Kumar[GIsel][LegalizerHelper] Account for debug insts when...
2020-04-23 Vedant Kumar[GIsel][CombinerHelper] Fix for missed ElideBrByInverti...
2020-04-23 Vedant Kumar[GIsel][CombinerHelper] Don't consider debug insts...
2020-04-23 Vedant Kumar[GISel][RegBankSelect] Hide assertion failure from...
2020-04-23 Vedant Kumar[MachineBasicBlock] Add helpers for skipping debug...
2020-04-23 Vedant Kumar[ARM] Mark some tests as not safe for -debugify-and...
2020-04-23 Vedant Kumar[Debugify] Do not require named metadata to be present...
2020-04-23 Vedant Kumar[MachineDebugify] Insert synthetic DBG_VALUE instructions
2020-04-22 Jonas Devlieghere[lldb/Target] Avoid race between Communication::Disconn...
2020-04-22 Muhammad Omair... Revert "get rid of PythonInteger::GetInteger()"
2020-04-22 Mark LaceyAdd a policy to enable computing SchedDFSResult.
2020-04-22 Juneyoung Lee[ValueTracking] Let analyses assume a value cannot...
2020-04-22 Alexander Shaposhnikov[llvm-objcopy][MachO] Add missing license header
2020-04-22 Juneyoung LeeRevert "RFC: [ValueTracking] Let analyses assume a...
2020-04-22 Juneyoung LeeRFC: [ValueTracking] Let analyses assume a value cannot...
2020-04-22 Alexander Shaposhnikov[llvm-objcopy][MachO] Fix n_sect field
2020-04-22 Stephen Neuendorffer[CMAKE] Provide default location for llvm-lit for out...
2020-04-22 Sergej Jaskiewicz[TimeProfiler] Emit clock synchronization point
2020-04-22 Louis Dionne[libc++] Make sure we assume merged typeinfo names...
2020-04-22 Alexander Shaposhnikov[llvm-objcopy][MachO] Make --remove-section clean up...
2020-04-22 Eli Friedman[MachineOutliner] Teach outliner to set live-ins
2020-04-22 Lang Hames[JITLink] Fix edge removal iterator invalidation.
2020-04-22 Lang Hames[JITLink] Read MachO Header CPU field only in jitLink_M...
2020-04-22 Sergej Jaskiewicz[TimeProfiler] Emit real process ID and thread names
2020-04-22 Florian Hahn[SCCP] Drop unnecessary early exit for ExtractValueInst.
2020-04-22 Sander de Smalen[SveEmitter] Add builtins for svwhilerw/svwhilewr
2020-04-22 Sander de Smalen[SveEmitter] Add builtins for svwhile
2020-04-22 Aaron PuchertPR45000: Let Sema::SubstParmVarDecl handle default...
2020-04-22 Louis Dionne[libc++/abi] Provide an option to turn on forgiving...
2020-04-22 Victor Huang[PowerPC][Future] Initial support for PCRel addressing...
2020-04-22 Jon Roelofs[docs] Fix :option: links
2020-04-22 Louis Dionne[libc++abi] NFC: Use "" instead of <> to include __cxxa...
2020-04-22 Ayke van Laethem[builtins] Add void prototype to unprototyped functions
2020-04-22 Fangrui Song[ELF] For relative paths in INPUT() and GROUP(), search...
2020-04-22 Louis Dionne[libc++] Don't try to include <Block.h> when not available
2020-04-22 Craig Topper[CallSite removal][ValueTracking] Use CallBase instead...
2020-04-22 Kadir Cetinkaya[clang] Make sure argument expansion locations are...
2020-04-22 Haojian Wu[clangd] Fix a crash for accessing a null template...
2020-04-22 Puyan Lotfi[llvm][MIRVRegNamer] Avoid collisions across jump table...
2020-04-22 Louis Dionne[libc++] Add support for blocks in std::function
2020-04-22 Jon Roelofs[docs] Document lit's --timeout=N flag
2020-04-22 Alexander Shaposhnikov[ObjectYAML][MachO] Add support for relocations
2020-04-22 Aaron BallmanRename warning identifiers from cxx2a to cxx20; NFC.
2020-04-22 Louis Dionne[libc++] Update the cache for building libc++/libc...
2020-04-22 Sam McCall[clangd] go-to-def on names in comments etc that are...
2020-04-22 Peter Collingbournescudo: Change the macro used to check whether we're...
2020-04-22 Simon Pilgrim[Lanai] Remove unused forward declarations. NFC.
2020-04-22 Simon Pilgrim[Hexagon] Remove unused forward declarations. NFC.
2020-04-22 Simon Pilgrim[AVR] Remove unused forward declarations. NFC.
2020-04-22 Simon PilgrimBPFMCTargetDesc.h - remove unused raw_ostream forward...
2020-04-22 Mikhail Maltsev[Docs] Fixed formatting in release notes, NFC
2020-04-22 David Green[ARM] Replace arm vendor with none. NFC
2020-04-22 Victor Huang[PowerPC][Future] Remove redundant r2 save and restore...
2020-04-22 Benjamin KramerUpdate go bindings for 2dea3f129878e929e5d1f00b91a622eb...
2020-04-22 Benjamin Kramer[Hexagon] Silence warning
2020-04-22 Denis Khalikov[mlir][vulkan-runner] Add support for integer types.
2020-04-22 Jonas Devlieghere[lldb/Host] Remove TaskPool and replace its uses with...
2020-04-22 Johannes Doerfert[OpenMP][FIX] Do not use InaccessibleMemOrArgMemOnly...
2020-04-22 Christopher... [SVE] Add new VectorType subclasses
2020-04-22 Mark Murray[ARM][MC][Thumb] Recommit: Revert relocation for some...
2020-04-22 Victor Huang[PowerPC][Future] Initial support for PCRel addressing...
2020-04-22 Sander de Smalen[SveEmitter] Add IsOverloadNone flag and builtins for...
2020-04-22 Mircea Trofin[llvm][NFC][CallSite] Remove CallSite from a few trivia...
2020-04-22 Johannes DoerfertRevert "[OpenMP][FIX] Do not use InaccessibleMemOrArgMe...
2020-04-22 Francois Ferrandclang-format: Introduce stricter AlignOperands flag
2020-04-22 Francois Ferrandclang-format: support aligned nested conditionals forma...
2020-04-22 Mikhail Maltsev[ARM] Release notes for the Custom Datapath Extension...
2020-04-22 Dmitry Vyukov[TSAN] Add optional support for distinguishing volatiles
next