projects
/
platform
/
upstream
/
llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/llvm.git
2022-01-14
Sanjay Patel
[InstCombine] add more tests for binop with phi operand...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Sanjay Patel
[InstCombine] add test for limitation of knownbits...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Nikita Popov
[Docs] Update opaque pointer docs (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Muiez Ahmed
[SystemZ][z/OS] ASCII/EBCDIC support with no coexistence
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Philip Reames
Revert "[MemoryBuiltins] [NFC] Add missing section...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Simon Pilgrim
[LTO] runNewPMPasses - remove check for TM != nullptr...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Tue Ly
[libc] Update exhaustive testing documentations.
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Andrzej Warzynski
[flang] Fix a bug in the `flang` wrapper script
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Florian Hahn
[LV] Add test with an integer induction based on a...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Simon Pilgrim
[llvm-profgen] ProfiledBinary::load - use cast<> instea...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Simon Pilgrim
[X86] combineConcatVectorOps - fold concat(permilpd...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Simon Pilgrim
[X86] combineConcatVectorOps - fold concat(movs*dup...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Arthur O'Dwyer
[libc++] _Uglify some template parameter names. NFCI.
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Stephan Herhut
[mlir][memref] Fix memref.copy of scalar memref
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
LLVM GN Syncbot
[gn build] Port 5726e5598104
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Benjamin Kramer
[CGBuiltin] Simplify code. NFCI.
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Stanislav Gatev
[clang][dataflow] Add transfer functions for constructors
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Louis Dionne
[libc++] Modularize <chrono>
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Vitaly Buka
[msan] Fix typo in test from rGf6875c434ec2
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Simon Pilgrim
[X86] Add tests showing failure to concatenate vmovsldu...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Simon Pilgrim
[X86] combineConcatVectorOps - fold concat(movddup...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Simon Pilgrim
[llvm-profgen] Pass iteration value by reference in...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Simon Pilgrim
[llvm-profgen] CSProfileGenerator::generateLineNumBased...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
David Truby
[AArch64][SVE] Fix VLS mulh tests to use literal vectors
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Roman Lebedev
[NFCI][SCEV] `computeExitLimitFromCondFromBinOp()`...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Roman Lebedev
[SCEV] `getSequentialMinMaxExpr()`: relax 2-op umin_seq...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Roman Lebedev
[NFC][SCEV] Add test with umin_seq w/ 1op and constant
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Uday Bondhugula
[MLIR] NFC. affine data copy generate utility return...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Jun Zhang
[Clang] Add __builtin_reduce_or and __builtin_reduce_and
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Coelacanthus
[LLDB][NFC] Fix a typo in comment
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Matthias Springer
[mlir][linalg][bufferize] Support custom insertion...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Matthias Springer
[mlir][memref] Fold self copies
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Marek Kurdej
[clang-format] Add missing test for loops formatting...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Florian Hahn
[LoopVersioning] Add test case with foldable icmp in...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Kadir Cetinkaya
Revert "[clangd] Elide even more checks in SelectionTree."
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Matthias Springer
[mlir][linalg][bufferize] Use memref.copy instead of...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Stephan Herhut
[mlir][memref] Implement fast lowering of memref.copy
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Alexey Lapshin
[DebugInfo][DWARF][NFC] Refactor DWARFTypePrinter usage...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Matthias Springer
[mlir][memref] Fold copy of cast
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Roman Lebedev
[SCEV] `getSequentialMinMaxExpr()`: rewrite deduplicati...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Marek Kurdej
[clang-format] Fix typos in test. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Alex Bradbury
[RISCV][NFC] Use TableGen 'foreach' to simplify repetit...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Alex Zinenko
[mlir] Fix invalid assertion in ModuleTranslation.cpp
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Florian Hahn
[IRBuilder] Migrate gep-folding to value-based FoldGEP.
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Nikita Popov
[Verifier] Avoid asserting on invalid cleanuppad chain
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Adrian Kuegel
[mlir] Use .empty() instead of checking size() == 0.
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Jay Foad
[llvm-dwp] Simplify FileCheck patterns. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Jay Foad
Use {LITERAL} instead of regex escaping in some lit...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Muhammad Omair...
[LLDB] Skip TestIOHandlerPythonREPLSigint.py on Arm...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Marek Kurdej
[clang-format] Fix namespace end comments fixer with...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Florian Hahn
[InstSimplify] Pass pointer and indices separately...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Caroline Concatto
[InstCombine] Fold for masked scatters to a uniform...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Nikita Popov
[ConstantFold] Check for uniform value before reinterpr...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Nikita Popov
[InstSimplify] Add test for load from undef (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Nikita Popov
[GlobalOpt] Add test for SRA with i8 array type (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Fangrui Song
[CMake] Do not override user specified CMAKE_{C,CXX...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Sam McCall
[clang-check] Adjust argument adjusters for clang-check...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Zi Xuan Wu
[NFC][CSKY] Remove duplicate setOperationAction in...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Kevin Athey
Add -fsanitize-address-param-retval to clang.
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Marek Kurdej
Revert unrelated change from: [clang-format] Fix break...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Armen Khachkinaev
[clang-format] Fix break being added to macro define...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Chuanqi Xu
[NFC] [Coroutines] Refactor implementation in checkFina...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Mehdi Amini
Fix a comment in CMake (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Mehdi Amini
Do not build llc and mlir-cpu-runner to run MLIR tests...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Alexander Belyaev
[mlir] Expose a function to get vector::CombiningKind...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Mehdi Amini
Mark some MLIR tests as requiring the native target...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Bryce Wilson
[Attributor] [NFC] Use canonical variable name
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Amir Ayupov
[BOLT][NFC] Refactor reset-release to move assignment
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Amir Ayupov
[BOLT][NFC] Remove uses of `std::vector<bool>`
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Mehdi Amini
Partially revert cac7aabbd82: some APIs don't have...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Stella Laurenzo
[bazel] Separate capi_deps from deps in mlir_c_api_cc_l...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
jacquesguan
[RISCV] Improve i64 splat vector lowering in RV32.
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
jacquesguan
[RISCV] Add more i64 splat vector test.
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Craig Topper
[RISCV] Remove unused check prefixes. NFC
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Vitaly Buka
[NFC][msan] Init few vars later
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Craig Topper
[RISCV] Add basic Zfh inline assembly tests. NFC
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Craig Topper
[RISCV] Add inline asm f32 test cases with D extension...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Nenad Mikša
Fix registers for Windows on ARM64
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Vitaly Buka
[NFC][msan] Declare some getShadow vars later
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
John Ericson
[Polly][CMake] Make PollyConfig.cmake relocatable like...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Maurice Heumann
[MS] Implement on-demand TLS initialization for Microso...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
River Riddle
[mlir] Optimize OperationName construction and usage
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
James Y Knight
Revert "GlobalISel: Add G_ASSERT_ALIGN hint instruction"
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Konstantin...
[libc++] LWG3171: implement operator<< for filesystem...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
wren romano
[mlir][sparse] Moving the sort from factory method...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Peixin-Qiao
[NFC] Apply the fix for different signedness warning...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Tue Ly
[libc] Fix precision constants for long double in MPFRU...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Mehdi Amini
Apply clang-tidy fixes for readability-simplify-boolean...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Mehdi Amini
Apply clang-tidy fixes for readability-identifier-namin...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Mehdi Amini
Apply clang-tidy fixes for readability-avoid-const...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Mehdi Amini
Apply clang-tidy fixes for performance-unnecessary...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Mehdi Amini
Apply clang-tidy fixes for performance-move-const-arg...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Mehdi Amini
Apply clang-tidy fixes for performance-for-range-copy...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Mehdi Amini
Apply clang-tidy fixes for modernize-use-using to MLIR...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Mehdi Amini
Apply clang-tidy fixes for modernize-use-override to...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Mehdi Amini
Apply clang-tidy fixes for modernize-use-equals-default...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Mehdi Amini
Apply clang-tidy fixes for modernize-use-default-member...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Mehdi Amini
Apply clang-tidy fixes for llvm-qualified-auto to MLIR...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
Chuanqi Xu
[C++20] [Modules] Exit early if export decl is not...
commit
|
commitdiff
|
tree
|
snapshot
2022-01-14
LLVM GN Syncbot
[gn build] Port d3729bb38475
commit
|
commitdiff
|
tree
|
snapshot
next