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-07-18
Evgeny Leviant
[CodeGen][TargetPassConfig] Add TargetTransformInfo...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-18
Vitaly Buka
[sanitizer] Disable test on incompatible platforms
commit
|
commitdiff
|
tree
|
snapshot
2020-07-18
Yash Jain
[MLIR] Add lowering for affine.parallel to scf.parallel
commit
|
commitdiff
|
tree
|
snapshot
2020-07-18
Fangrui Song
[RelocationResolver] Support R_AARCH64_PREL32
commit
|
commitdiff
|
tree
|
snapshot
2020-07-18
Fangrui Song
[RelocationResolver] Support R_PPC_REL32 & R_PPC64_REL...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-18
Gui Andrade
[MSAN tests] Require android for sigandorset.cpp
commit
|
commitdiff
|
tree
|
snapshot
2020-07-18
Gui Andrade
Revert "update libatomic instrumentation"
commit
|
commitdiff
|
tree
|
snapshot
2020-07-18
Gui Andrade
update libatomic instrumentation
commit
|
commitdiff
|
tree
|
snapshot
2020-07-18
Gui Andrade
[LLVM] Add libatomic load/store functions to TargetLibr...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-18
Gui Andrade
sanitizers: Implement sig{and,or}set interceptors
commit
|
commitdiff
|
tree
|
snapshot
2020-07-18
Chen Zheng
[PowerPC]add testcase for adding store (load float...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-18
Chen Zheng
[SCEV][IndVarSimplify] insert point should not be block...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-18
Joel E. Denny
[OpenMP] Fix map clause for unused var: don't ignore it
commit
|
commitdiff
|
tree
|
snapshot
2020-07-18
Vitaly Buka
Corrected __libfuzzer_is_present symbol inclusion for...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-18
Arthur Eubanks
[NewPM][ASan] Make ASan tests work under NPM
commit
|
commitdiff
|
tree
|
snapshot
2020-07-18
Lang Hames
[llvm-jitlink] Add suppport for testing GOT entries...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-18
Kuba Mracek
[asan] Use dynamic shadow memory position on Apple...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-18
Logan Smith
[clang][NFC] Add a missing 'override'
commit
|
commitdiff
|
tree
|
snapshot
2020-07-18
Logan Smith
[llvm][NFC] Add missing 'override's
commit
|
commitdiff
|
tree
|
snapshot
2020-07-18
Logan Smith
[llvm][NFC] Add missing 'override's in unittests/
commit
|
commitdiff
|
tree
|
snapshot
2020-07-18
Vitaly Buka
[sanitizer] Another attempt to fix protoent test
commit
|
commitdiff
|
tree
|
snapshot
2020-07-18
peter klausler
[flang] Prevent bogus runtime I/O error message
commit
|
commitdiff
|
tree
|
snapshot
2020-07-18
peter klausler
[flang] Treat tabs like spaces in formatted input.
commit
|
commitdiff
|
tree
|
snapshot
2020-07-18
peter klausler
[flang] Support <name>=<integer> syntax in compiler...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Arthur Eubanks
Revert "[PGO][PGSO] Add profile guided size optimizatio...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Michele Scandale
[CMake] Make `intrinsics_gen` dependency unconditional.
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Aditya Nandakumar
[GISel: Add support for CSEing SrcOps which are immediates
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Leonard Chan
Revert "[AddressSanitizer] Don't use weak linkage for...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
peter klausler
[flang] Allow ! and // comments after some preprocessin...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
AndreyChurbanov
[OpenMP] libomp cleanup: check presence of hwloc object...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Michael Spencer
[clangd] Fix the build with clang <3.9.
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Eric Christopher
Temporarily Revert "[OpenMP] Add Additional Function...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Eric Christopher
Temporarily Revert "[InlineAdvisor] New inliner advisor...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Joseph Huber
[OpenMP] Add Additional Function Attribute Information...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Teresa Johnson
[compiler-rt][asan][hwasan] Fix Fuchsia build
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
peter klausler
[flang] Rework read/write permission management for...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Sjoerd Meijer
Remove clang matrix lowering test for now as it is...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Wenlei He
[InlineAdvisor] New inliner advisor to replay inlining...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Xiangling Liao
[AIX] report_fatal_error on `-fregister_global_dtors_wi...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Mitch Phillips
[GWP-ASan] Split the unwinder into segv/non-segv.
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Xinan Jiang
[InstCombine] Fix typo in comment.
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Roman Lebedev
[InstCombine] Fold X sdiv (-1 << C) -> -(X u>> Y)...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Roman Lebedev
[NFC][InstCombine] Add some tests with sdiv-by-negative...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
peter klausler
[flang] Add entry points for internal scalar list-direc...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Michael Spencer
[Clang] Fix building with Clang < 3.9.
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Siva Chandra...
[libc][NFC] Use RemoveCVType to implement IsIntegral...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Stella Laurenzo
Pass -rtlib=libgcc in tests conditioned on the default.
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
David Blaikie
[llvm] Add contains(KeyType) -> bool methods to StringSet
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
David Blaikie
[llvm] Add contains(KeyType) -> bool methods to SparseSet
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
David Blaikie
[llvm] Add contains(KeyType) -> bool methods to SmallSet
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
David Blaikie
[llvm] Add contains(KeyType) -> bool methods to SmallPtrSet
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
David Blaikie
[llvm] Add contains(KeyType) -> bool methods to SetVector
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
David Blaikie
[llvm] Add contains(KeyType) -> bool methods to DenseSet
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
AndreyChurbanov
[OpenMP] libomp: add itt notifications for teams constr...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Stanislav Mekhanoshin
Fixed warning about signed/unsigned comparison
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Jonas Devlieghere
[lldb] Unify sleep and time outs in GDB remote testcases
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
George Rokos
Added missing API call to OpenMP test
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Nicolas Vasilache
[mlir][Vector] Fix masking logic in VectorToSCF
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Dmitry Preobrazhensky
[AMDGPU] Removed s_mov_regrd and mov_fed opcodes
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Aleksandr Platonov
[clang][Tooling] Try to avoid file system access if...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Yonghong Song
BPF: generate .rodata BTF datasec for certain initializ...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Adrian McCarthy
With MSVC, file needs to be compiled with /BIGOBJ
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Fangrui Song
[OptTable] Support grouped short options
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Nico Weber
[gn build] Run `git ls-files '*.gn' '*.gni' | xargs...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Nikita Popov
[IR] Fix MSVC warning (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Nico Weber
[gn build] (manually) merge 6c43ed608
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Pierre Oechsel
[mlir] [vector] Add an optional filter to vector contra...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Nico Weber
[gn build] Make sync_source_lists_from_cmake handle...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Sanjay Patel
[InstSimplify] add tests for fcmp with infinity; NFC
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Matt Arsenault
AMDGPU: Fix promoting f16 fpowi with legal f16
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Nico Weber
[gn format] (manually) merge 6bddd099ac
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Nicolas Vasilache
[mlir][EDSC] Allow conditionBuilder to capture the...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Sameer Arora
Introducing llvm-libtool-darwin
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
LLVM GN Syncbot
[gn build] Port 6bddd099ac1
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Clement Courbet
Revert "[llvm-exegesis] Add benchmark latency option...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Sjoerd Meijer
[ARM][MVE] Reorg of the LV tail-folding tests
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Florian Hahn
[Matrix] Only run matrix lowering early with -O0.
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
LLVM GN Syncbot
[gn build] Port c7562e77b3a
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Saiyedul Islam
[OpenMP][NFC] Generalize CGOpenMPRuntimeNVPTX as CGOpen...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Sourabh Singh...
[flang][OpenMP] Added support for lowering OpenMP taskw...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
David Tenty
[z/OS][AIX] Move lambda definition to fix build problem
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Sidharth Baveja
[Loop Simplify] Resolve an issue where metadata is...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Yaxun (Sam...
recommit 4fc752b30b9a [CUDA][HIP] Always defer diagnost...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Sam Parker
[NFC][ARM] Add SimplifyCFG test
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Eric Astor
[ms] [llvm-ml] Remove unused function
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Anatoly Trosinenko
[MSP430] Actualize the toolchain description
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Endre Fülöp
[analyzer] Add system header simulator a symmetric...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Anna Welker
[LV] Enable the LoopVectorizer to create pointer inductions
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Georgii Rymar
[llvm-readobj] - Add proper testing for the SHT_MIPS_AB...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Adrian Kuegel
Add -o /dev/null to make it explicit that we don't...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Yaxun (Sam...
Revert "[CUDA][HIP] Always defer diagnostics for wrong...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Jay Foad
[AMDGPU] Add some missing check prefixes and tweak...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Jay Foad
[AMDGPU] Add some missing check prefixes
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Sanjay Patel
[x86] add tests for FMA with FMF; NFC
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Yaxun (Sam...
[CUDA][HIP] Always defer diagnostics for wrong-sided...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Benjamin Kramer
Make helpers static. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Hans Wennborg
Add -flang flag to the test-release.sh script
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Pavel Labath
[lldb/COFF] Remove strtab zeroing hack
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Sam Tebbs
[HWLoops] Stop converting to a while loop when it would...
commit
|
commitdiff
|
tree
|
snapshot
2020-07-17
Jay Foad
[AMDGPU] Avoid splitting FLAT offsets in unsafe ways
commit
|
commitdiff
|
tree
|
snapshot
next