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-01
Louis Dionne
[libc++] Make sure -Werror is enabled all the time...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-01
Sanjay Patel
[InstSimplify] allow insertelement-with-undef fold...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-01
Sanjay Patel
[InstSimplify] update test; NFC
commit
|
commitdiff
|
tree
|
snapshot
2020-05-01
Benjamin Kramer
[Bitcode] reserve in front of push_back loops. NFCI.
commit
|
commitdiff
|
tree
|
snapshot
2020-05-01
Florian Hahn
[SCCP] Get a copy of the state of CopyOf once.
commit
|
commitdiff
|
tree
|
snapshot
2020-05-01
Melanie Blower
Revert "Add support for #pragma float_control"
commit
|
commitdiff
|
tree
|
snapshot
2020-05-01
Sanjay Patel
[InstSimplify] remove poison-unsafe insertelement of...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-01
Melanie Blower
Add support for #pragma float_control
commit
|
commitdiff
|
tree
|
snapshot
2020-05-01
Simon Pilgrim
[DAG] SimplifyDemandedVectorElts - add EXTRACT_SUBVECTO...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-01
Sanjay Patel
[InstCombine] adjust tests for pow(); NFC
commit
|
commitdiff
|
tree
|
snapshot
2020-05-01
Benjamin Kramer
Remove unused variable. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2020-05-01
Benjamin Kramer
[IR] AttributeList::getContext has a single user, remov...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-01
Benjamin Kramer
[IR] Make Attributes and AttributeLists trivially destr...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-01
Eric Astor
[ms] llvm-lib gives a more useful error if no inputs...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-01
Denis Khalikov
[mlir][spirv] Handle debug information during (de)seria...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-01
Jay Foad
Fix indentation. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2020-05-01
Samuel Thibault
[Gnu toolchain] Move GCC multilib/multiarch paths suppo...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-01
Simon Pilgrim
[X86] Improving folding of concat_vectors of subvectors...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-01
Samuel Thibault
[Gnu toolchain] Move GCC multilib/multiarch paths suppo...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-01
James Henderson
[docs][llvm-cxxfilt] Document --no-strip-underscore...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-01
Jay Foad
[AMDGPU] Remove unnecessary s_waitcnt between VMEM...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-01
Craig Topper
[X86] Update type actions for ISD::TRUNCATE with avx512...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-01
MaheshRavishankar
[mlir] Add sine operation to Standard dialect.
commit
|
commitdiff
|
tree
|
snapshot
2020-05-01
River Riddle
[mlir][OpBuilder] Remove the vtable from OpBuilder...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-01
Hanhan Wang
[mlir][StandardToSPIRV] Add support for lowering intege...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-01
Hanhan Wang
[mlir][StandardToSPIRV] Emulate bitwidths not supported...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-01
Hubert Tong
[tests] Revert unhelpful change from d73eed42d1dc
commit
|
commitdiff
|
tree
|
snapshot
2020-05-01
Hubert Tong
[tests] Speculative fix for buildbot breakage from...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-01
Suyog Sarda
Handle cases for subregisters.
commit
|
commitdiff
|
tree
|
snapshot
2020-05-01
Julian Lettner
[lit] Don't crash for --time-tests in aborted test run
commit
|
commitdiff
|
tree
|
snapshot
2020-05-01
Craig Topper
[clang] Add vendor identity for Hygon Dhyana processor...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-01
Julian Lettner
[lit] Add EXCLUDED test result category
commit
|
commitdiff
|
tree
|
snapshot
2020-05-01
Hubert Tong
[MC][Target][XCOFF] Consolidate MCAsmInfo XCOFF default...
commit
|
commitdiff
|
tree
|
snapshot
2020-05-01
Hubert Tong
[XCOFF] Clean-up enum use in BinaryFormat/XCOFF.h; NFC
commit
|
commitdiff
|
tree
|
snapshot
2020-05-01
Craig Topper
[X86] Add x, t and g modifiers for inline asm
commit
|
commitdiff
|
tree
|
snapshot
2020-05-01
Andrew Browne
[NFC] Add include cstdint for SIZE_MAX.
commit
|
commitdiff
|
tree
|
snapshot
2020-05-01
Andrew Browne
Revert "Revert "[ADT] Fix SmallVector unused template...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Craig Topper
[X86] Don't return true from isTruncateFree for vectors
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Andrew Browne
Revert "[ADT] Fix SmallVector unused template instantia...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Andrew Browne
[ADT] Fix SmallVector unused template instantiation...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Douglas Yung
Add header guards for header files that should not...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Shoaib Meenai
[libcxx][libcxxabi][libunwind] Use libgcc on Android
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Diogo Sampaio
[FIX][libc++][Regex] Using regex_constants match_prev_a...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
LLVM GN Syncbot
[gn build] Port cfea3dc1021
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Wen-Heng (Jack...
[mlir][nvvm][rocdl] refactor NVVM and ROCDL dialect...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Eric Astor
[ms] Fix repeated executions of the no-inputs llvm...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Sergey Dmitriev
[AbstractCallSite] Look though constant cast expression...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Nicolas Vasilache
[mlir][EDSC] Make use of InsertGuard
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Evgenii Stepanov
[scudo] Zero- and pattern-initialization of memory.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
aartbik
[mlir] [VectorOps] Included i1 support for vector.print
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Jonas Devlieghere
[lldb] Remove lldb/lldb subdirectory
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Nikita Popov
Fix clang test after D76886
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Arthur Eubanks
Handle indirect calls in preallocated verification
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Michael Liao
[clang-format] Add the missing default argument.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Sam Clegg
[WebAssembly] Fix test failure after 0a6c4d8d2eb
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Florian Hahn
[LoopVersioning] Update setAliasChecks to take ArrayRef...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Nikita Popov
[InlineFunction] Disable emission of alignment assumpti...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Eli Friedman
[IRBuilder][NFC] Dereference MaybeAlign that's known...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Julian Lettner
[lit] Push computation of workers into run_tests
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
mydeveloperday
[clang-format] [PR45626] SpacesInAngles does not insert...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Jonas Devlieghere
[lldb/API] Move SBCommandInterpreterRunOption in its...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Alexey Bataev
[OPENMP50]Basic support for uses_allocators clause.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Jonas Devlieghere
[lldb/CommandInterpreter] Move everything into CommandI...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Jonas Devlieghere
[lldb/CMake] Use INSTALL_RPATH for tools and BUILD_RPAT...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Sylvain Audi
[clang] Disable check for system sanitizer blacklists...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Louis Dionne
[libc++] Use Lit utilities instead of old libcxx utilit...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Masoud Ataei
[VFDatabase] Testsuite for scalar functions are vector...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Sam Clegg
[WebAssmebly] Add support for defined wasm globals...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Louis Dionne
[libc++] Make sure platform detection works in both...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Eric Astor
[ms] Add new option to llvm-lib: /llvmlibempty
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Thomas Preud...
[test] Fix ELF/linkerscript/input-archive.s w/ @ in...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
River Riddle
[mlir][AffineStructures] Explicitly initialize variable...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Alexey Bataev
[OPENMP]Allow cancellation constructs in target paralle...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Siva Chandra...
[libc] Add definitions of double_t and float_t to math.h.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Siva Chandra...
[libc][NFC] Rename cpp::function to cpp::Function.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Eric Schweitz
[flang] Add the header file for the conversion of FIR...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Alexey Bataev
[OPENMP50]Support 'task' modifier in reduction clauses.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Raphael Isemann
[lldb] Also set owning module for template specializations
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Craig Topper
[X86][CostModel] Bump the cost of vpermw/vpermt2b/vperm2w
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Eric Schweitz
[flang] Add the proposal document and rationale for...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Louis Dionne
[libc++] Don't over-quote arguments to DSL tests
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Simon Pilgrim
[X86][SSE] Canonicalize UNARYSHUFFLE(XOR(X,-1) -> XOR...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Sam McCall
[clangd] Render doc-comment code spans with `backticks...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Louis Dionne
[libc++] Make sure we create the working directory...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
River Riddle
[mlir][OpInterfaceGen] Emit the utility Trait decl...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Jonas Devlieghere
[lldb/CMake] Set the PYTHON_RPATH for the unit tests
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Scott Linder
[AMDGPU] Update DWARF proposal encodings
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Sam McCall
[clangd] Move inserted include from detail -> documenta...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Jonas Devlieghere
[lldb/CMake] Don't make PYTHON_RPATH a required variable.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Jonas Devlieghere
[debuginfo-tests] Update Python variable in lit.site...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Nicolas Vasilache
[mlir][Linalg] Add support to lower named ops to loops.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Jonas Devlieghere
[lldb] fix RPATH when linking against Python3.framework
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Raphael Isemann
[lldb] Re-add deleted RUN line in module-ownership.mm
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Louis Dionne
[libc++] Use the internal Lit shell parser to run confi...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Nikita Popov
[Bitcode] Make attribute test more robust (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Sam McCall
[clangd] Render code complete documentation as plaintex...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Louis Dionne
[libc++] Do not allow customizing the arch in the trunk...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Lucy Fox
[MLIR] Modify Partial op conversion mode to optionally...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Nikita Popov
[BitcodeReader] Simplify raw attribute handling (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2020-04-30
Arthur Eubanks
[NFC] Rename *ByValOrInalloca* to *PassPointeeByValue*
commit
|
commitdiff
|
tree
|
snapshot
next