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
2020-05-11
Jonas Devlieghere
[YAMLTraits] Add trait for char
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Eric Christopher
Fix auto -> auto * clang tidy.
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Evgenii Stepanov
[hwasan] Fix allocator alignment.
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Hanhan Wang
[mlir][StandardToSPIRV] Add support for lowering index_...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
stevewan
Add vendor macro to "lld"
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Eric Christopher
Fix a few clang-tidy warnings about auto * and const...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Stanislav Mekhanoshin
[AMDGPU] Fix promote alloca which is already vector
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Nicolas Vasilache
[mlir] Revisit std.subview handling of static information.
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Reid Tatge
[mlir][Vector] NFC - Rename vector.strided_slice into...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Simon Pilgrim
RISCVAttributeParser.h - remove unnecessary ScopedPrint...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Craig Topper
[X86] Add inline assembly load hardening mitigation...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Martin Storsjö
[CMake] Fix building with -DBUILD_SHARED_LIBS=ON on...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Nicolas Vasilache
[mlir][Linalg] Introduce a helper function for staged...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Eric Christopher
Update lldb for rG10658691951f to avoid Werror messages...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Zola Bridges
[clang][SLH] Add __has_feature(speculative_load_hardening)
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Sanjay Patel
[CGP] remove duplicate function for finding a splat...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Johannes Doerfert
[Attributor][FIX] Disallow function signature rewrite...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Johannes Doerfert
[Attributor] Make AAIsDead dependences optional to...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Johannes Doerfert
[Attributor] Force update of "newly live" abstract...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Tim Keith
[flang] Fix bug with IMPORT of USE of USE
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
LLVM GN Syncbot
[gn build] Port e97a3e5d9d4
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Scott Constable
[X86] Add Support for Load Hardening to Mitigate Load...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Scott Constable
[X86] Add a Pass that builds a Condensed CFG for Load...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
jasonliu
Move PowerPC specific test under PowerPC directive...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Arthur Eubanks
Run Coverage pass before other *San passes under new...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Sean Silva
[mlir][shape] Tidy up shape.shape_of
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Sean Silva
[mlir][Value] Add v.getDefiningOp<OpTy>()
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
jasonliu
[XCOFF][AIX] Emit correct alignment for csect
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Jez Ng
[lld-macho] Re-add dylink-lazy test
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Melanie Blower
FP LangOpts should not be dependent on CGOpt
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Sanjay Patel
[VectorCombine] account for extra uses in scalarization...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Sanjay Patel
[VectorCombine] add tests for possible scalarization...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Joel E. Denny
[FileCheck] Support comment directives
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Joel E. Denny
[FileCheck] Make invalid prefix diagnostics more precise
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Joel E. Denny
[OpenMP][NFC] Fix `not` sustitution in tests
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Tim Keith
[flang][NFC] Simplify semantics test scripts
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Jessica Paquette
[AArch64][GlobalISel] Make LR livein to entry in llvm...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Sam Elliott
[RISCV] Support Constant Pools in Load/Store Peephole
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Florian Hahn
[Matrix] Add matrix type to Clang.
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Nico Weber
[gn build] (manually) port bba38de50c9
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Sanjay Patel
[CGP][x86] add test for funnel-shift with cross-block...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Valentin Clement
[flang] Fix compilation after rename of Loop dialect...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Sam Elliott
Revert "[RISCV] Support Constant Pools in Load/Store...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Sean Fertile
[PowerPC][NFC] Convert an if/else to a conditional.
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Thomas Lively
[WebAssembly] Add wasm-specific vector shuffle builtin...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Sam Elliott
[RISCV] Support Constant Pools in Load/Store Peephole
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Hongtao Yu
Properly add out-of-module functions to the import...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Vedant Kumar
[lldb/test] Fix for flakiness in TestNSDictionarySynthetic
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Julian Lettner
[compile-rt] Reduce #ifdef noise for ptrauth
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
LLVM GN Syncbot
[gn build] Port bf95cf4a681
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Zola Bridges
[x86][seses] Introduce SESES pass for LVI
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Nicolas Vasilache
[mlir] Simplify and better document std.view semantics
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Zola Bridges
[llvm][utils] Remove git-svn folder + scripts
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Kostya Kortchinsky
Add vendor identity check for Hygon Dhyana processor...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
LLVM GN Syncbot
[gn build] Port 48fa355ed4b
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Mircea Trofin
[llvm][NFC] Move inlining decision-related APIs in...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Pavel Labath
[lldb] Speculative fix for the entry values test on...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Sergey Dmitriev
[Attributor] Fix for a crash on RAUW when rewriting...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Kang Zhang
[PowerPC] Use PredictableSelectIsExpensive to enable...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Kamlesh Kumar
[Clang] Fix the incorrect return type of atomic_is_lock...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Nicolas Vasilache
[mlir][Linalg] NFC - Refactor and simplify Promotion
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Sam McCall
Revert "[DAGCombine] Remove the getNegatibleCost to...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Sanjay Patel
[x86] add test for funnel shift in loop with cross...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Pavel Labath
[lldb/test] Make "inline" tests handle multiple stateme...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Pavel Labath
[lldb] Revive TestBasicEntryValuesX86_64
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Artem Dergachev
[analyzer] SATestBuild.py: Allow comments in run_static...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
rtayl
[mlir][rocdl] Add xdlops intrinsics to rocdl dialect
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Raphael Isemann
[lldb] Add missing nullptr checks to AppleObjCRuntime...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Gongyu Deng
Tab completion for breakpoint write and breakpoint...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Alex Zinenko
[mlir] More support for detached regions in affine...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Peter Smith
[ELF][ARM] Support /DISCARD/ of subset of .ARM.exidx...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Gongyu Deng
Complete breakpoint enable/disable/delete/modify with...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Alex Zinenko
[mlir] NFC: Rename LoopOps dialect to SCF (Structured...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Kirill Bobyrev
[clangd] Fix remote index build for macOS with Homebrew...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Tyker
[AssumeBundles] fix crashes
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
OCHyams
[NFC][DwarfDebug] Add test for variables with a single...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
OCHyams
[NFC][DwarfDebug] Add test for variables with a single...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
OCHyams
[NFC][DwarfDebug] Add test for variables with a single...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Sander de Smalen
[SveEmitter] Add builtins for svmovlb and svmovlt
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Kadir Cetinkaya
[clangd] Make version in PublishDiagnosticsParams optional
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Hanhan Wang
[mlir][StandardToLLVM] Add support for lowering FPToSIO...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Hanhan Wang
[mlir][StandardToSPIRV] Add support for lowering FPToSI...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Hanhan Wang
[mlir] Add FPToSIOp to Standard dialect.
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Djordje Todorovic
[NFC][DwarfDebug] Avoid default capturing when using...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Haojian Wu
Add a missing test file for recovery expressions.
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Haojian Wu
Fix -Wunused compiler warning.
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Djordje Todorovic
[NFC][DwarfDebug] Prefer explicit to auto type deduction
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Haojian Wu
[AST] Preserve the type in RecoveryExprs for broken...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Muhammad Omair...
[LLDB] Fix broken testsuite due to Xfail decorators
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Xun Li
Remove an unused Module param
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Xing GUO
[Object] Remove unused variable after D79560. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Fangrui Song
[gcov] Implement --stdout -t
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Johannes Doerfert
[Attributor] Merge the query set into AbstractAttribute
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
QingShan Zhang
[DAGCombine] Remove the getNegatibleCost to avoid the...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Muhammad Omair...
[LLDB] Decorate tests failing on arm-linux buildbot
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Muhammad Omair...
Remove XFAIL arm-linux decorator from passing tests
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Muhammad Omair...
XFAIL NativePDB tests on arm-linux
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Fangrui Song
[X86] Fix combineVectorCompareAndMaskUnaryOp regression...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Lang Hames
[examples] Fix the SpeculativeJIT and ThinLtoJIT exampl...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-11
Nico Weber
Remove a comment that is no longer true after d03838343f2.
commit
|
commitdiff
|
tree
|
snapshot
next