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
2021-11-11
Peter Hawkins
Split headers from implementations in MLIR C API Bazel...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Craig Topper
[RISCV] Promote f16 ceil/floor/round/roundeven/nearbyin...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Nikolas Klauser
[libc++] Implement P1147R1 (Printing volatile T*)
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Louis Dionne
[libc++] Fix GDB pretty printer test on 32 bit targets
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Victor Huang
[PowerPC] PPC backend optimization to lower int_ppc_tdw...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Kai Luo
[AIX] Set D111860's test unsupported on AIX
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Sanjay Patel
[DAGCombiner] add fold for vselect based on mask of...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Jay Foad
[AMDGPU] Regenerate some div/rem test checks
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Jay Foad
[CodeGen] Tweak whitespace in LiveInterval printing
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Jay Foad
[AMDGPU] Fix line endings
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Kazu Hirata
[CodeGen] Use MachineInstr::operands (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Stephan Herhut
[mlir][linalg] Avoid illegal elementwise fusion into...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Valentin Clement
[fir] Add !fir.field type conversion
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Valentin Clement
[fir] Add fir.select_case conversion
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Valentin Clement
[fir] Add placeholder conversion pattern for disptach...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Zahira Ammarguellat
Making the code compliant to the documentation about...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Jay Foad
[TwoAddressInstruction] Update LiveIntervals after...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Jay Foad
[LiveIntervals] Update subranges in processTiedPairs
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Benjamin Kramer
[mlir][X86Vector] Fix unused variable warning
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Nicolas Vasilache
[mlir][Vector] Silence recently introduced warnings
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Simon Pilgrim
[DAG] reassociateOpsCommutative - peek through bitcasts...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Raphael Isemann
[lldb][NFC] Remove commented out code in SymbolFileDWARF
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Raphael Isemann
[lldb][NFC] Remove no longer valid comment for TypeSyst...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Simon Pilgrim
[DAG] FoldConstantArithmetic - fold intop(bitcast(build...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
David Spickett
[lldb][AArch64] Add UnwindPlan for Linux sigreturn
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Diana Picus
[fir] Add !fir.alloca conversion
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Andrzej Warzynski
[flang][codegen] Add type conversion for `fir.boxchar`
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Valentin Clement
[fir] Add !fir.vector type conversion
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Luís Ferreira
[lldb] Add support for demangling D symbols
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Andrzej Warzynski
[flang][nfc] Tidy up in CodeGen.cpp and TypeConverter.h
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Matthias Springer
[mlir][linalg][bufferize] Remove remaining linalg depen...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Valentin Clement
[fir] Add fir.box_isarray, fir.box_isptr and fir.box_is...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Matthias Springer
[mlir][linalg][bufferize] Group helpers in Bufferizatio...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Simon Tatham
[extract_symbols.py] Fix llvm-readobj options.
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Florian Hahn
[AArch64] Use custom lowering for {U,S}INT_TO_FP with i8.
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
duanbo.db
[LoopInfo] Fix function getInductionVariable
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Fangrui Song
[Polly][Isl] Fix -Wsign-compare after D113101
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Fangrui Song
[Driver] Change Linux::isPIEDefault to true for all...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Igor Kudrin
[ELF] Better resemble GNU ld when placing orphan sectio...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Nicolas Vasilache
[mlir] Fix build post 34ff8573505e04c75e84a0e515af462f2...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Qiu Chaofan
[NFC] Clean-up typos in PowerPC CodeGen tests
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Nicolas Vasilache
[mlir][X86Vector] Add specialized vector.transpose...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
David Green
[AArch64] Allow FP16 vector fixed point converts
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Lang Hames
[JITLink] Update Section pointers on Blocks when mergin...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Mehdi Amini
Use base class AsmParser/AsmPrinter in Types and Attrib...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Bin Cheng
[BPI] Push exit block rather than exiting ones in getSc...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Craig Topper
[TypePromotion] Fix a hardcoded use of 32 as the size...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Matthias Springer
[mlir][linalg][bufferize][NFC] Move `getResultBuffer...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Qiu Chaofan
[NFC] Remove unnecessary check prefix of AIX test
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Kazu Hirata
[ComprehensiveBufferize] Fix a warning
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
River Riddle
[mlir] Fix windows build after D113511
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Matthias Springer
[mlir][linalg][bufferize] Move more helper functions...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Vitaly Buka
[sanitizer] Fix solaris build
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Kazu Hirata
[llvm] Use make_early_inc_range (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Huihui Zhang
[InstCombine][NFC] Pre-commit baseline test for D113442.
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
River Riddle
[mlir] Optimize usage of llvm::mapped_iterator
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Emily Shi
[compiler-rt] separate lsan, ubsan, stats configuration...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Matthias Springer
[mlir][bufferize][linalg] Do not copy tensors that...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Matthias Springer
[mlir][linalg][bufferize] Do not copy results of non...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Jacques Pienaar
[mlir] Fix unused variable waraning in OpDocGen
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Vitaly Buka
[NFC][msan] Clang format includes
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
kpyzhov
[AMDGPU] Small correction in SITargetLowering::performO...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
River Riddle
[mlir] MicroOptimize a few hot StorageUniquer code...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
River Riddle
[mlir] Replace usages of Identifier with StringAttr
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Matthias Springer
[mlir][linalg][bufferize] Add `isAllocationHoistingBarr...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Jake Egan
[AIX] XFAIL 2009-03-29-SoftFloatVectorExtract.ll becaus...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
lipracer
[mlir](arithmetic) Add ceildivui to the arithmetic...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Jake Egan
[AIX] Define WCHAR_T_TYPE as unsigned int on 64-bit...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Matthias Springer
[mlir][linalg][bufferize] Move BufferizationAliasInfo...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Matthias Springer
[mlir][linalg][bufferize] Store analysis results in...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Craig Topper
[RISCV] Promote f16 frem with Zfh.
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Matthias Springer
[mlir][linalg][bufferize] Fix bug in InitTensor elimination
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Stanislav Mekhanoshin
[AMDGPU] Fixed stack pointer init with architected...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Jacques Pienaar
[mlir] Fix predicate.td ODS test case
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Stanislav Mekhanoshin
[InstCombine] Precommit updated and-xor-or.ll tests...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Matthias Springer
[mlir][linalg][bufferize][NFC] Move helper functions...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Matt Arsenault
AMDGPU: Report large stack usage for recursive calls
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Vitaly Buka
[NFC][asan][memprov] Remove dlsym hack from posix_memalign
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Jez Ng
[lld-macho] Support renaming of LSDA section
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Jacques Pienaar
[mlir][ods] Use lambda in element type check pred rathe...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Craig Topper
[RISCV] Fix incorrect CHECK prefixes in rv64zba-aliases...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-11
Jacques Pienaar
[mlir] Add traits, interfaces, effects to generated...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-10
Vitaly Buka
[NFC][sanitizer] Move GET_MALLOC_STACK_TRACE closer...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-10
Kazu Hirata
[ComprehensiveBufferize] Fix a warning
commit
|
commitdiff
|
tree
|
snapshot
2021-11-10
Vitaly Buka
[NFC][sanitizer] Make const PointerIsMine and FromPrimary
commit
|
commitdiff
|
tree
|
snapshot
2021-11-10
Med Ismail...
[lldb/Plugins] Refactor ScriptedThread register context...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-10
James Y Knight
Correct handling of the 'throw()' exception specifier...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-10
Rob Suderman
[mlir][tosa] Add lowering for tosa.pad with explicit...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-10
Yaxun (Sam...
Emit hidden hostcall argument for sanitized kernels
commit
|
commitdiff
|
tree
|
snapshot
2021-11-10
Nikita Popov
[InstCombine] Support splat vectors in some or of icmp...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-10
Yaxun (Sam...
[CUDA][HIP] Allow comdat for kernels
commit
|
commitdiff
|
tree
|
snapshot
2021-11-10
Nikita Popov
[InstCombine] Support splat vectors in some and of...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-10
Nikita Popov
[InstCombine] Add vector variants to merge-icmps.ll...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-10
Roland McGrath
[Clang] Pass -z rel to linker for Fuchsia
commit
|
commitdiff
|
tree
|
snapshot
2021-11-10
Nikita Popov
[InstCombine] Strip offset when folding and/or of icmps
commit
|
commitdiff
|
tree
|
snapshot
2021-11-10
MarcoFalke
[compiler-rt] Fix typo in DeadlockDetector (chanding...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-10
Shafik Yaghmour
[LLDB][NFC] Fix test that broke due to libc++ std:...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-10
MarcoFalke
[libc++] Fix segmentation fault in __do_put_integral
commit
|
commitdiff
|
tree
|
snapshot
2021-11-10
Uday Bondhugula
[MLIR][Affine][NFC] affine.store op verifier message...
commit
|
commitdiff
|
tree
|
snapshot
2021-11-10
Adam Czachorowski
Revert "[clang] Add early exit when checking for const...
commit
|
commitdiff
|
tree
|
snapshot
next