platform/upstream/llvm.git
2020-05-06 Vitaly Buka[dfsan] Remove realloc from done_abilist.txt
2020-05-06 Craig Topper[X86] Add v32i16/v64i8 into the handling for 512-bit...
2020-05-06 Jan Korous[libclang] Remove duplicate dependency on LLVMSupport
2020-05-06 Johannes Doerfert[Attributor][NFC] Cleanup some AAMemoryLocation code
2020-05-06 Johannes Doerfert[Attributor][NFC] Minor code cleanups to minimize follo...
2020-05-06 Johannes Doerfert[Attributor][NFC] Avoid dependences on known information
2020-05-06 Craig Topper[X86] Allow Yz inline assembly constraint to choose...
2020-05-06 Puyan Lotfi[NFC] Outliner label name clean up.
2020-05-06 Jessica Paquette[AArch64][GlobalISel] Fold shifts into G_ICMP
2020-05-06 Wenlei He[llvm-profdata] Support -detailed-summary for Sample...
2020-05-06 Justice AdamsFix SelectionDAG Graph Printing on Windows
2020-05-05 Jonas Devlieghere[lldb/Utils] Serialize exit code in lldb-repro.py
2020-05-05 Azharuddin... Reapply "NFC: utils/perf-training: Python 3 compatibili...
2020-05-05 Jason MolendaLog the NSError str and object description on app launc...
2020-05-05 Artem Belevich[CUDA] Make NVVM builtins available with CUDA-11/PTX6.5
2020-05-05 Sergej Jaskiewicz[cmake] Allow std::filesystem tests in CrossWinToARMLin...
2020-05-05 Craig Topper[X86] Fix usage of Align constructing MachineMemOperands.
2020-05-05 Sergej Jaskiewicz[libc++] [test] Generate static_test_env on the fly
2020-05-05 Sergej JaskiewiczRevert "[libc++] Generate symlinks in static_test_env...
2020-05-05 Reid Kleckner[Support] Move LLD's parallel algorithm wrappers to...
2020-05-05 Christopher... [SVE] Fix invalid usage of getNumElements() in InstComb...
2020-05-05 Sergej Jaskiewicz[libc++] Generate symlinks in static_test_env on the fly
2020-05-05 Konrad Kleine[clang/clang-tools-extra] Fix BZ44437 - add_new_check...
2020-05-05 Artem BelevichRevert D77954 -- it breaks Eigen & Tensorflow.
2020-05-05 Jonas Devlieghere[lldb/Test] Update expressions.test for non-zero exit...
2020-05-05 Jan Korous[VFS][NFC] Fix typo in comment
2020-05-05 Stanislav Mekhanoshin[AMDGPU] Added 'a' constraint documentation. NFC.
2020-05-05 Sean Silva[mlir][shape] Extract ShapeBase.td
2020-05-05 Alina Sbirlea[MemorySSA] Make MemoryLocation unknown when phi transl...
2020-05-05 Siva Chandra... [libc] Add no_sanitize("address") attribute to the...
2020-05-05 Davide Italiano[TestIndirectSymbol] This tests an Apple-specific feature.
2020-05-05 Davide Italiano[TestIndirectSymbols] This now runs and works on iOS...
2020-05-05 Sanjay Patel[ValueTracking] fix CannotBeNegativeZero() to disregard...
2020-05-05 River Riddle[mlir][DenseStringElementsAttr] Fix AttributeElementIte...
2020-05-05 River Riddle[mlir][DenseElementsAttr] Add support for opaque APFloa...
2020-05-05 River Riddle[mlir][DenseElementsAttr] Add support for ComplexType...
2020-05-05 Stephen Neuendorffer[MLIR] mlir-opt needs PUBLIC dependence
2020-05-05 Michael Liao[clang][codegen] Hoist parameter attribute setting...
2020-05-05 Michael Liao[clang][codegen] Refactor argument loading in function...
2020-05-05 Erik Pilkington[AST] Print fixed enum type regardless of language...
2020-05-05 Erik Pilkington[SemaObjC] Add a warning for dictionary literals with...
2020-05-05 Lei Zhang[mlir] Specify CMAKE_CXX_STANDARD to standalone dialect
2020-05-05 Christudasan... [AMDGPU] Fixed the test by adding the triple.
2020-05-05 Alex Zinenko[mlir] Harden verifiers for DMA ops
2020-05-05 Tim Keith[flang] Fix bug in tests for standalone build
2020-05-05 Momchil VelikovRevert "[ARM] CMSE code generation"
2020-05-05 David BlaikieCollapse variable into assert to remove non-assert...
2020-05-05 Kazu Hirata[Inlining] Teach shouldBeDeferred to take the total...
2020-05-05 Jonas Devlieghere[lldb/Driver] Exit with a non-zero exit code in case...
2020-05-05 Nico WeberLet normalize() for posix style convert backslash to...
2020-05-05 Andy Davis[MLIR][LoopOps] Adds the loop unroll transformation...
2020-05-05 Nico WeberAdd a test to Support.NormalizePath.
2020-05-05 Christudasan... [AMDGPU] Introduce more scratch registers in the ABI.
2020-05-05 Lei Zhang[mlir] Add missing dependency to MLIRMlirOptMain
2020-05-05 Louis Dionne[libc++] Rewrite the tests for cin, cout, clog, cerr...
2020-05-05 Siva Chandra... [libc] Improve information printed on failure of a...
2020-05-05 Momchil Velikov[ARM] CMSE code generation
2020-05-05 Louis Dionne[libc++abi] NFC: Remove pragma mark in favor of normal...
2020-05-05 Stanislav Mekhanoshin[AMDGPU] Fix FoldImmediate for 16 bit operand
2020-05-05 Hans WennborgDon't assert about missing profile info in createProfil...
2020-05-05 Sid Manning[Hexagon] Add R_HEX_GD_PLT_B22/32_PCREL relocations
2020-05-05 Sanjay Patel[SLP] add another bailout for load-combine patterns
2020-05-05 Pete Steinfeld[flang] New implementation for checks for constraints...
2020-05-05 Francesco Petrogalli[clang][OpenMP] Fix getNDSWDS for aarch64.
2020-05-05 Stephen Neuendorffer[MLIR] Add a tests for out of tree dialect example.
2020-05-05 Vedant Kumar[lldb/unittest] Avoid relying on compiler character...
2020-05-05 Jinsong Ji[MachinePipeliner] Add ORE for MachinePipeliner
2020-05-05 Simon Pilgrim[TTI] getScalarizationOverhead - use explicit VectorTyp...
2020-05-05 Stephen Neuendorffer[MLIR] GPUToCUDA conversion: MC is only needed if NVPTX...
2020-05-05 Stephen Neuendorffer[flang] update tools/f18 to use LLVM_LINK_COMPONENTS.
2020-05-05 Pengxuan Zheng[RISCV] Update debug scratch register names
2020-05-05 Fangrui Song[llvm-objcopy][ELF] Allow --dump-section to dump an...
2020-05-05 Fangrui Song[llvm-objcopy][test] ELF/dump-section.test: change...
2020-05-05 Arthur EubanksRemove unnecessary check for inalloca in IPConstantProp...
2020-05-05 Jay Foad[InstCombine] Allow denormal C in pow(C,y) -> exp2...
2020-05-05 Fangrui Song[Support] Allow FileOutputBuffer::create to create...
2020-05-05 Jay FoadPrecommit new test cases for D79413 [InstCombine] Allow...
2020-05-05 David Green[LSR] Don't require register reuse under postinc
2020-05-05 Jay Foad[AMDGPU] Better support for VMEM soft clauses in GCNHaz...
2020-05-05 Yitzhak Mandelbaum[clang-tidy] In TransformerClangTidyCheck, support...
2020-05-05 Sam Parker[NFC] Update tests
2020-05-05 Louis Dionne[libc++] Remove unused functions and minor features...
2020-05-05 Ehsan Toosi[MLIR][LINALG] Convert Linalg on Tensors to Buffers
2020-05-05 Jay Foad[InstCombine] Remove hasOneUse check for pow(C,x) ...
2020-05-05 Louis Dionne[libc++] Allow <__config_site> not being included
2020-05-05 Matt ArsenaultElaborate more on --rocm-path flag.
2020-05-05 Louis Dionne[libc++] Move parsing of <__config_site> macros to...
2020-05-05 Raphael IsemannRevert "[lldb][cmake] Also use local submodule visibili...
2020-05-05 Jonathan Coe[clang-format] C# always regards && as a binary operator
2020-05-05 Sebastian Neubauer[AMDGPU] Don't mark the .note section as ALLOC
2020-05-05 Sander de Smalen[AArch64][SVE] Guard bitcast patterns under IsLE predicate
2020-05-05 David Green[ARM] Correct the type on a predicate cast
2020-05-05 Sander de Smalen[SveEmitter] Add builtins for svreinterpret
2020-05-05 Jean-Michel... [mlir][standalone] NFC: Update CMakeLists.txt to reflec...
2020-05-05 Simon Pilgrim[InstCombine] Fold or(zext(bswap(x)),shl(zext(bswap...
2020-05-05 Alexander Belyaev[MLIR] Link MLIRStandardOpsTransforms with MLIRTransforms.
2020-05-05 Simon Pilgrim[X86][AVX] combineVectorSignBitsTruncation - avoid...
2020-05-05 Simon Pilgrim[X86][AVX] Add PR45794 sitofp v4i64-v4f32 test case
2020-05-05 Kadir Cetinkaya[clangd] Get rid of Inclusion::R
2020-05-05 James Henderson[docs][llvm-objcopy] Update --output-target text with...
next