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
2017-11-07
Rui Ueyama
Report an error if an inferred alignment for a shared...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-07
Davide Italiano
[IPO/LowerTypesTest] Skip blockaddress(es) when replaci...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-07
Matt Arsenault
AMDGPU: Remove redundant combine
commit
|
commitdiff
|
tree
|
snapshot
2017-11-07
Rui Ueyama
Move MIPS-specific code from Symbols.cpp to MIPS.cpp.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Vedant Kumar
[DebugInfo] Unify logic to merge DILocations. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Simon Dardis
[Support][Chrono] Use explicit cast of text output...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Adrian Prantl
InstCombine: salvage the debug info of DCE'ed add instr...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Craig Topper
[X86] Make FeatureAVX512 imply FeatureF16C.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Craig Topper
[X86] Make FeatureAVX512 imply FeatureFMA.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Sanjay Patel
[ValueTracking] readonly (const) is a requirement for...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Hans Wennborg
Revert r317510 "[InstCombine] Pull shifts through a...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Hans Wennborg
Revert r316064 "Fix the incorrect detection of ICONV_LI...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Devin Coughlin
[analyzer] Model correct dispatch_once() 'done' value...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Jonas Hahnfeld
[OMPT] Fix null pointer in parallel/no_thread_num_clause.c
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Xinliang David Li
Fix comment /NFC
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Bjorn Pettersson
[MIRPrinter] Use %subreg.xxx syntax for subregister...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Alex Shlyapnikov
[LSan] Detect dynamic loader by its base address.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Dave Lee
Vary Windows toolchain selection by -fuse-ld
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Craig Topper
[InstCombine] Pull shifts through a select plus binop...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Justin Bogner
update_mir_test_checks: Be careful about replacing...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Graham Yiu
Fix buildbot breakages from r317503. Add parentheses...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Craig Topper
[X86] Replace the mask cmpeq/cmple/cmplt/cmpgt/cmpge...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Martin Storsjo
[MinGW] Don't autoexport anything from libmsvcrt or...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Martin Storsjo
[X86] Add 3dnow and 3dnowa to the list of valid target...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Graham Yiu
Adds code to PPC ISEL lowering to recognize byte insert...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Dehao Chen
Include already promoted counts when computing SUM...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Stephane Sezer
Add a dependency from check-lldb on lld
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Mitch Phillips
[cfi-verify] Added a simple check that stops division...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Guozhi Wei
[PPC] Use xxbrd to speed up bswap64
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Mitch Phillips
Make MCAsmBackend and MCCodeEmiiter passed by unique_pt...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Michael Kruse
[ForwardOpTree] Limit isl operations of known content...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Alex Shlyapnikov
[Sanitizers] Check pthread_setcancel{state|type} interc...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Jan Korous
[Parser] Fix TryParseLambdaIntroducer() error handling
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Matt Arsenault
AMDGPU: Select v_mad_u64_u32 and v_mad_i64_i32
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Sanjay Patel
[Analysis] update to use new fast-math API - isFast()
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Adrian Prantl
Canonicalize spelling of long-form-options in dsymutil.rst
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Sanjay Patel
[CodeGen] match new fast-math-flag method: isFast()
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Sanjay Patel
[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Sam McCall
[clangd] Squash namespace warning
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Sam McCall
Adds a json::Expr type to represent intermediate JSON...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Simon Pilgrim
[X86][SSE] Merge combineExtractVectorElt_SSE into combi...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Jonas Hahnfeld
[OMPT] Fix callback.h for tests for changes in TR6
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Alexey Bataev
[SLP] Test for PR35047, NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Simon Pilgrim
[X86][SSE] Combine EXTRACT_VECTOR_ELT with combineExtra...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Jonas Hahnfeld
[OMPT] Improve cast that was lost on commit, NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Yaxun Liu
[AMDGPU] Change alloca addr space of r600 to 5 for...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Florian Hahn
[Polly] Fix using order, as this caused a test failure...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Jonas Paulsson
[SystemZ] implement hasDivRemOp()
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Yaxun Liu
[AMDGPU] Fix assertion due to assuming pointer in defau...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Simon Dardis
[mips] Add movep for microMIPS32R6 and fix microMIPS32r...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Pavel Labath
Extend android xfail in TestTopLevelExprs
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Daniel Jasper
[clang-format] Handle unary operator overload with...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Jonas Devlieghere
[docs] Update code block for compatibility with Sphinx...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Mohammed Agabaria
[LV][X86] update the cost of interleaving mem. access...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Simon Dardis
[mips] Fix PR35140
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Peter Smith
[ELF] Fix typo in comment for getISDThunkSec [NFC]
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Gabor Horvath
[clang-tidy] Support relative paths in run-clang-tidy.py
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Raphael Isemann
Fixed dead links in WritingAnLLVMPass.rst
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Eric Liu
[Tooling] Test internal::createExecutorFromCommandLineA...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Uriel Korach
[X86][AVX512] Improve lowering of AVX512 test intrinsics
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Uriel Korach
[X86] Replace duplicate function call with variable...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Zvi Rackover
X86 ISel: Basic support for variable-index vector permu...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Jina Nahias
Revert "adding a pattern for broadcastm"
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Martin Storsjo
[test] Add test files that were missed from SVN r317459
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Martin Storsjo
Update tests for ARMNT/ARM64 reloc names
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Martin Storsjo
[ObjectYAML] Map relocation types for COFF ARMNT and...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Jina Nahias
[x86][AVX512] Lowering Broadcastm intrinsics to LLVM IR
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Jina Nahias
adding a pattern for broadcastm
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Jina Nahias
lowering broadcastm
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Martin Storsjo
[COFF] Handle ARM64 in getDefaultType
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Craig Topper
[X86] Use EVEX encoded intrinsics for legacy FMA intrin...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Craig Topper
[X86] Add scalar FMA ISD nodes without rounding mode...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Craig Topper
[X86] Add avx512vl command line to fma-instrinsics...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Craig Topper
[X86] Simplify command lines on the fma-instrinsics...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Peter Collingbourne
ELF: Remove SymbolTable::SymIndex class.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Peter Collingbourne
ELF: Remove function Symbol::isInCurrentOutput().
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Peter Collingbourne
ELF: Merge DefinedRegular and Defined.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Peter Collingbourne
ELF: Remove DefinedCommon.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Rui Ueyama
Do not consider Shared symbols as defined symbols.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
Craig Topper
[X86] Use EVEX encoded instructions for legacy scalar...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-06
David L. Jones
[PassManager, SimplifyCFG] Revert r316908 and r316869.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-05
Adrian Prantl
Remove \brief from doxygen comments in PrettyPrinter.h
commit
|
commitdiff
|
tree
|
snapshot
2017-11-05
Craig Topper
[X86] Add missing predicate to a pattern. NFC
commit
|
commitdiff
|
tree
|
snapshot
2017-11-05
Craig Topper
[X86] Remove some more RCP and RSQRT patterns from...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-05
Craig Topper
[X86] Fix outdated comment. NFC
commit
|
commitdiff
|
tree
|
snapshot
2017-11-05
Simon Pilgrim
[X86][SSE] Tests for integer min/max horizontal reductions
commit
|
commitdiff
|
tree
|
snapshot
2017-11-05
Dorit Nuzman
[LV/LAA] Avoid specializing a loop for stride=1 when...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-05
Sanjay Patel
[SLPVectorizer] minimize tests and auto-generate full...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-05
Joachim Protze
Updating implementation of OMPT as specified in OpenMP...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-05
Joachim Protze
Rename fields of ompt_frame_t
commit
|
commitdiff
|
tree
|
snapshot
2017-11-05
Johannes Altmanninger
[clang-diff] NFC: format
commit
|
commitdiff
|
tree
|
snapshot
2017-11-05
Mohammed Agabaria
[REVERT][LV][X86] update the cost of interleaving mem...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-05
Mohammed Agabaria
[LV][X86] update the cost of interleaving mem. access...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-05
Serguei Katkov
[CGP] Fix the bug found by asan.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-05
Serguei Katkov
[CGP] Extends the scope of optimizeMemoryInst optimizat...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-05
Serguei Katkov
[CGP] Extends the scope of optimizeMemoryInst optimization
commit
|
commitdiff
|
tree
|
snapshot
2017-11-04
Rui Ueyama
Inline a small function.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-04
Rui Ueyama
Move OutputSectionFactory to LinkerScript.cpp. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-04
Rui Ueyama
Rewrite addSymbolWrap and applySymbolWrap. NFCI.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-04
Rui Ueyama
Remove dead code and update comment.
commit
|
commitdiff
|
tree
|
snapshot
next