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
2019-04-26
Jonas Devlieghere
[CommandInterpreter] Remove scripting language argument...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Martin Storsjo
[MinGW] Always emit local typeinfo
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Michael Liao
[HIP] Fix visibility of `__constant__` variables.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Martin Storsjo
[MinGW] Do dllexport inline methods in template instant...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Martin Storsjo
[MinGW] Don't let template instantiation declarations...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Alexey Bataev
[OPENMP][NVPTX]Correctly handle L2 parallelism in SPMD...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Alexey Bataev
[OPENMP]Added check for non-random access types for...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Julian Lettner
[Sanitizer][Windows] Speculative fix for broken build...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Shafik Yaghmour
[ASTImporter] Copy Argument Passing Restrictions settin...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Nick Desaulniers
[AsmPrinter] refactor to support %c w/ GlobalAddress'
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Julian Lettner
[Sanitizer] Fix test
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Julian Lettner
[Sanitizer] Fix compliation error in test
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Vitaly Buka
Implement __sanitizer::conditional<B, T, F>
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Vitaly Buka
[sanitizer] NFC: add static_assert to confirm that...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Simon Pilgrim
[X86][AVX] Fold extract_subvector(broadcast(x)) ->...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Jessica Paquette
[AArch64][GlobalISel] Select G_BSWAP for vectors of...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Jonas Devlieghere
[ScriptInterpreter] Pass the debugger instead of the...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Nick Lewycky
Fix typo in documentation.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Stanislav Mekhanoshin
[AMDGPU] gfx1010 VOP3 and VOP3P implementation
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Dan Liew
Revert "[CMake] Fix the value of `config.target_cflags...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Simon Pilgrim
[DAGCombine] Cleanup visitEXTRACT_SUBVECTOR. NFCI.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Julian Lettner
[NFC][Sanitizer] Change "return type" of INTERCEPT_FUNC...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Marshall Clow
Add '_LIBCPP_ASSERT(ready())' to several match_results...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Vitaly Buka
[NFC] Remove ::kForTest from AP64, it does not use it.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Dan Liew
[asan_symbolize] Teach `asan_symbolize.py` to symbolica...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Nikita Popov
[ConstantRange] Add abs() support
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Louis Dionne
[libc++] Relax libc++-only test on regex_constants
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Tatyana Krasnukha
Replace local utility class OnExit with llvm::scope_exi...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Craig Topper
[X86] Sink NoRegister creation for unused Base/Index...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Craig Topper
[X86] Segment registers should have i16 type not i32.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Stanislav Mekhanoshin
[AMDGPU] gfx1010 VOP2 changes
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Fangrui Song
[llvm-nm] Revert inadvertently committed 'i' change...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Fangrui Song
[ThinLTO] Fix X86/strong_non_prevailing.ll after llvm...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Roland Froese
[PowerPC] Update P9 vector costs for insert/extract...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Fangrui Song
[llvm-nm] Generalize symbol types 'N', 'n' and '?'
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Fangrui Song
[llvm-nm] Fix handling of symbol types 't' 'd' 'r'
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Yonghong Song
[BPF] do not generate predefined macro bpf
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Don Hinton
[docs] Put DefaultOption bullet in alphabetical order.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Fangrui Song
[llvm-nm][llvm-size] Use --double-dash options in tests
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Fangrui Song
s/Dwarf 5/DWARF v5/ NFC
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Sanjay Patel
[x86] add tests for fmin/fmax; NFC
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Dan Liew
[CMake] Fix the value of `config.target_cflags` for...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Michal Gorny
[lldb] [lit] Add register read tests for YMM registers...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Michal Gorny
[lldb] [lit] Add feature flags for native CPU features
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Alexandre Ganea
Fix llvm-objcopy/ELF/preserve-segment-contents test...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
George Rimar
[yaml2obj] - Make implicitSectionNames() return std...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
George Rimar
[yaml2obj] - Remove excessive variable. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Simon Pilgrim
Fix Wparentheses warning. NFCI.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
George Rimar
[yaml2obj] - Make the code to match the LLVM style...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
George Rimar
[yaml2elf] - Cleanup the initSectionHeaders(). NFCI.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Simon Pilgrim
[X86][SSE] Pull out OR(EXTRACTELT(X,0),OR(EXTRACTELT...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Nico Weber
Minor formatting tweak, no behavior change
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Fangrui Song
caseFoldingDjbHash: simplify and make the US-ASCII...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Simon Pilgrim
[X86][SSE] Disable shouldFoldConstantShiftPairToMask...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Simon Pilgrim
[X86][AVX] Combine shuffles extracted from a common...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Ilya Biryukov
[clangd] Remove unused ClangdServer::dynamicIndex(...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Sven van Haastregt
[InferAddressSpaces] Add AS parameter to the pass factory
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Sam McCall
filecheck etc are not clangd-specific deps. NFC
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Pavel Labath
PostfixExpression: move DWARF generator out of NativePD...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Hans Wennborg
Fix alignment in AArch64InstructionSelector::emitConsta...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Vitaly Buka
[lsan] Use SANITIZER_WORDSIZE when selecting ByteMap
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Martin Storsjo
[MinGW] Fix dllexport of explicit template instantiation
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Sam McCall
[clangd] Query index in code completion no-compile...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Adam Balogh
[Analyzer] Iterator Checkers - Do an early return after...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Marcello Maggioni
[GlobalISel] Fix inserting copies in the right position...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Raphael Isemann
Allow direct comparison of ConstString against StringRef
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Owen Pan
[clang-format] Fix documentation for FixNamespaceComments
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
George Rimar
[LLD][ELF] - Do not remove empty sections referenced...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Fangrui Song
Fix typos: (re)?sor?uce -> (re)?source
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Vitaly Buka
Revert "[lsan] Use SANITIZER_WORDSIZE when selecting...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Chandler Carruth
Fix r359229 which tried to fix r359159...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Vitaly Buka
NFC: Clang-format msan_allocator.cc
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Vitaly Buka
[lsan] Use SANITIZER_WORDSIZE when selecting ByteMap
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Fangrui Song
[ELF] Change std::max<uint64_t> to uint32_t for section...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Dan Robertson
[NFC] Add baseline tests for int isKnownNonZero
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Richard Smith
PR41607: Don't forget to substitute outer template...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Fangrui Song
[llvm-objcopy] Accept --long-option but not -long-option
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Artem Dergachev
[analyzer] RetainCount: Add a suppression for "the...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Artem Dergachev
[analyzer] RetainCount: Allow offsets in return values.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Artem Dergachev
[analyzer] Fix crash when returning C++ objects from...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Richard Smith
[www] Rebuild cxx_dr_status.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Richard Smith
C++ DR2387: a variable template declared wtih (or insta...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Richard Smith
Add missing diagnostic for explicit instantiation decla...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Tom Stellard
Revert lib/Header: Fix Visual Studio builds
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Tom Stellard
lib/Header: Fix Visual Studio builds
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Eric Fiselier
add tuple_cat test for const T
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Eric Fiselier
Fix return type of std::tuple_cat.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Matt Morehouse
[libFuzzer] Disable MSan interceptors in SIGINT handler.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-26
Justin Bogner
[GlobalOpt] Swap the expensive check for cold calls...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-25
Lang Hames
[ORC] Remove symbols from dependency lists when failing...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-25
Reid Kleckner
Revert [COFF] Statically link certain runtime library...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-25
Reid Kleckner
[COFF] Statically link certain runtime library functions
commit
|
commitdiff
|
tree
|
snapshot
2019-04-25
Davide Italiano
[TestTemplateFunction] Add a missing debug info variant.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-25
Artem Belevich
[CUDA] Implemented _[bi]mma* builtins.
commit
|
commitdiff
|
tree
|
snapshot
2019-04-25
Artem Belevich
PTX 6.3 extends `wmma` instruction to support s8/u8...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-25
Artem Belevich
[NVPTX] generate correct MMA instruction mnemonics...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-25
Artem Belevich
[NVPTX] Refactor generation of MMA intrinsics and instr...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-25
Sean Fertile
[Object][XCOFF] Add intial support for section header...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-25
Richard Smith
Remove incorrect explicit instantiation declarations...
commit
|
commitdiff
|
tree
|
snapshot
2019-04-25
Keno Fischer
[CMake][PowerPC] Recognize LLVM_NATIVE_TARGET="ppc64le...
commit
|
commitdiff
|
tree
|
snapshot
next