platform/upstream/llvm.git
2020-03-17 Louis DionneAdd some libc++ revisions to .git-blame-ignore-revs
2020-03-17 Simon Pilgrim[TargetLowering] Only demand a rotation's modulo amount...
2020-03-17 Jon Chesterfield[Clang] Undef attribute for global variables
2020-03-17 Louis Dionne[lit] NFC: Fix typo in log statement
2020-03-17 Aaron BallmanDon't call anyone lazy in the documentation.
2020-03-17 Mikhail Dvorskiy[pstl] A hot fix for exclusive_scan (+ lost enable_if...
2020-03-17 Richard SmithPR45207: Fix crash if constrained-type-specifier annota...
2020-03-17 Florian Hahn[SCCP] Split up callsite handling, only propagate resul...
2020-03-17 Paula Toth[libc] Resolve race condition in sub-process test runner.
2020-03-17 Fangrui Song[ELF][test] Delete unneeded --no-threads
2020-03-17 Atmn Patel[libc++] Bugfix to std::binomial_distribution<int>
2020-03-17 Vedant Kumar[DwarfDebug] Fix an assertion error when emitting call...
2020-03-17 LLVM GN Syncbot[gn build] Port 080dd10f7df
2020-03-17 Scott ConstableMove RDF from Hexagon to Codegen
2020-03-17 Louis Dionne[libc++] Use env to set the tool's environment on Darwin
2020-03-17 Siva Chandra... [libc] Add a new rule `add_object`.
2020-03-17 Erich Keane[NFC][Attr TableGen] Emit Spelling Enum for Attr types...
2020-03-17 Sanjay Patel[InstCombine] reduce demand-limited bool math to logic...
2020-03-17 Sanjay Patel[InstCombine] add tests for bool math; NFC
2020-03-17 River Riddle[mlir] Add a hook to PatternRewriter to allow for patte...
2020-03-17 Huihui Zhang[ValueTracking][SVE] Fix isGEPKnownNonNull for scalable...
2020-03-17 Alexey Bataev[OPENMP50]Mark expression in detach clause as firstprivate.
2020-03-17 Craig Topper[SelectionDAGBuilder] Don't set MachinePointerInfo...
2020-03-17 shafik[lldb] Remove template parameters from FunctionTemplate...
2020-03-17 Dimitry AndricFix -Wdeprecated-copy-dtor and -Wdeprecated-dynamic...
2020-03-17 Nick Desaulniers[clang][AArch64] readd support for 'p' inline asm const...
2020-03-17 Jin LinRevert "Support repeated machine outlining"
2020-03-17 Sagar Jain[MLIR] Added llvm.fence
2020-03-17 Sebastian Neubauer[AMDGPU] Fix whole wavefront mode
2020-03-17 Jin LinSupport repeated machine outlining
2020-03-17 Yaxun (Sam... [NFC] Add UsedDeclVisitor
2020-03-17 Sam McCall[clangd] Only minimally escape text when rendering...
2020-03-17 Simon Pilgrim[DAGCombiner] matchRotateSub - handle shift amount...
2020-03-17 Simon Pilgrim[Verifier] Silence static analyzer null dereference...
2020-03-17 Kang Zhang[NFC][PowerPC] Add 2 test cases to early-ret.mir to...
2020-03-17 Sergej Jaskiewicz[docs] Remove outdated note about migration to Git
2020-03-17 Yaxun (Sam... [HIP] Let clang recognize .hip extension
2020-03-17 Matt ArsenaultAMDGPU/GlobalISel: Fix asserting on gather4 intrinsics
2020-03-17 Guillaume Chatelet[Alignment] Add alignTo with skew parameter
2020-03-17 Tyker[AssumeBundles] Detection of Empty bundles
2020-03-17 alex-t[AMDGPU] Enable SEXT divergence driven selection.
2020-03-17 Alex Zinenko[mlir] LLVM dialect: move ensureDistinctSuccessors...
2020-03-17 Florian Hahn[ValueLattice] Clarify that constant state can reached...
2020-03-17 Simon Atanasyan[MIPS] Implement MIPS3D vector instructions
2020-03-17 Benjamin KramerPurge unused diagnostics. NFC.
2020-03-17 Matt ArsenaultAMDGPU/GlobalISel: Fully handle 0 dmask case during...
2020-03-17 Matt ArsenaultAMDGPU/GlobalISel: Adjust image load register type...
2020-03-17 Matt ArsenaultAMDGPU/GlobalISel: Legalize non-a16 non-NSA images
2020-03-17 Matt ArsenaultAMDGPU/GlobalISel: Legalize a16 images
2020-03-17 Alexey Bataev[OPENMP50]Initial support for detach clause in task...
2020-03-17 Sven van Haastregt[OpenCL] Add pipe and kernel enqueuing builtins
2020-03-17 Raphael Isemann[lldb] Tighten checks in TestStats.py
2020-03-17 LLVM GN Syncbot[gn build] Port ac1d23ed7de
2020-03-17 serge-sans... Replace MCTargetOptionsCommandFlags.inc and CommandFlag...
2020-03-17 Richard Sandiford[Sema][SVE] Reject "delete" with sizeless types
2020-03-17 Gabor Marton[analyzer] StdLibraryFunctionsChecker refactor w/ inher...
2020-03-17 Richard Sandiford[Sema][SVE] Reject "new" with sizeless types
2020-03-17 Raphael Isemann[lldb] Ptrs->refs in CommandObjectExpression::EvaluateE...
2020-03-17 Ayke van Laethem[AVR] Add support for the -mdouble=x flag
2020-03-17 Ayke van Laethem[LLDB] Add support for AVR breakpoints
2020-03-17 Florian Hahn[SCCP] Explicitly mark values as overdefined (NFC).
2020-03-17 John Brawn[StackProtector] Catch direct out-of-bounds when checki...
2020-03-17 Richard Sandiford[Sema][SVE] Don't allow sizeless types to be caught
2020-03-17 Denis Khalikov[mlir][vulkan-runner] Use C-compatible wrapper emission.
2020-03-17 Richard Sandiford[Sema][SVE] Don't allow sizeless objects to be thrown
2020-03-17 Raphael Isemann[lldb] Add test for importing ObjC modules in a non...
2020-03-17 Richard Sandiford[Sema][SVE] Reject sizeless types in exception specs
2020-03-17 Richard Sandiford[Sema][SVE] Reject arithmetic on pointers to sizeless...
2020-03-17 Richard Sandiford[Sema][SVE] Reject subscripts on pointers to sizeless...
2020-03-17 Georgii Rymar[yaml2obj] - Add `ELFYAML::YAMLIntUInt` to fix how...
2020-03-17 Kerry McLaughlin[SVE][Inline-Asm] Add constraints for SVE ACLE types
2020-03-17 Michał Górny[lldb] [Host/NetBSD] Rename Host.cpp to HostNetBSD.cpp
2020-03-17 Kazushi (Jam... [VE] Move VEInstPrinter.cpp and VEInstPrinter.h into...
2020-03-17 Georgii Rymar[yaml2obj][test] - Ensure that dynamic section has...
2020-03-17 Adrian KuegelFix memtag test.
2020-03-17 QingShan Zhang[PowerPC] Fix a typo of the condition of checking the...
2020-03-17 Georgii Rymar[obj2yaml][test] - Remove excessive missing_symtab...
2020-03-17 Georgii Rymar[llvm-readobj][test] - Remove unused Offset key from...
2020-03-17 Haojian WuFix the buildbot error.
2020-03-17 LLVM GN Syncbot[gn build] Port 876bb86e26c
2020-03-17 Haojian Wu[AST] Move dependence computations into a separate...
2020-03-17 Roman Lebedev[NFC] LoopRotate: do issue debug message when not rotat...
2020-03-17 Vitaly Buka[lld] Fix "loop variable creates a copy" warning
2020-03-17 Jason MolendaRemove the old SecTaskAccess entry from debugserver...
2020-03-17 Stefanos Baziotis[LoopTerminology] Minor fixes in loop rotation
2020-03-17 QingShan Zhang[NFC][PowerPC] Simplify the logic in lower select_cc
2020-03-17 Serguei Katkov[InstCombine] Transform to undef incorrect atomic unord...
2020-03-17 Chen Zheng[PowerPC] add test cases for target hook isProfitableTo...
2020-03-17 Uday BondhugulaAffine expr simplification for add of const multiple...
2020-03-17 Vitaly BukaFix unused function warning
2020-03-17 Vitaly Buka[sanitizer] Fix warning on windows
2020-03-17 Michael LiaoFix `-Wpedantic` warning. NFC.
2020-03-17 Shengchen Kan[X86] Disable nop padding before instruction following...
2020-03-17 River Riddle[mlir] Add support for the attribute verifiers in the...
2020-03-17 Douglas Gliner[Support] Change isatty to is_displayed
2020-03-17 Craig Topper[X86] Disable fast-isel call lowering for functions...
2020-03-17 Adrian PrantlSwitch to TypeSystemClang over to CreateDeserialized...
2020-03-17 Sriraman TallamAdd target to test basicblock-sections-mir-parse.mir
2020-03-17 River Riddle[mlir] Remove the PatternState class and simplify Patte...
2020-03-17 Uday Bondhugula[MLIR][NFC] update/clean up affine PDT, related utils...
next