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-04-03
Joerg Sonnenberger
Avoid using std::max_align_t in pre-C++11 mode
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Volodymyr Sapsai
[ObjC generics] Fix not inheriting type bounds in categ...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Francis Visoiu...
[Driver] Handle all optimization-record options for...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Paula Toth
[libc] Fix memcpy to adhere to qualified calls.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Jan Kratochvil
[lldb] Findtypes -gmodules fix for too many matches
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Paula Toth
[libc] Add strlen implementation.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Jim Ingham
Allow the ThreadPlanStackMap to hold the thread plans...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Jim Ingham
Move thread plan stacks into the Process, indexed by...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Jim Ingham
Make ThreadPlanTracers use TID & Process rather than...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Jim Ingham
Make ThreadPlans use TID and Process, rather than Thread *.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Louis Dionne
[libc++] Lit: Add default values for most arguments...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Alex Zinenko
[mlir] LoopToStandard conversion: support "if/else...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Sanjay Patel
[InstCombine] add tests for freelyNegateValue with...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Nico Weber
Fix standalone clang builds after fb80b6b2d58.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Nick Desaulniers
[test] preformat test with update_llc_test_checks.py NFC
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Scott Constable
[X86] Add Support for Load Hardening to Mitigate Load...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Reid Kleckner
[OpenMP][NFC] Remove the need to include `OpenMPClause.h`
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Nicolas Vasilache
[mlir][Linalg] Employ finer-grained control of C interf...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
LLVM GN Syncbot
[gn build] Port c74dd640fd7
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Julian Lettner
[lit] Cleanly exit on user keyboard interrupt
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Scott Constable
[X86] Add a Pass that builds a Condensed CFG for Load...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Jan Kratochvil
[nfc] [lldb] Unindent code - obvious part
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
LLVM GN Syncbot
[gn build] Port f95a67d8b8a
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Kevin P. Neal
Revert "[PowerPC] Replace subtract-from-zero float...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Andrew Ng
Don't use relpaths in lit cfg if build/source dir are...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Paul Robinson
Test had incorrect check for nonzero count
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Lang Hames
[ORC] Improve documention of memory ownership in the...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Kevin P. Neal
Fix typo in test.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Alina Sbirlea
[GraphDiff] Extend GraphDiff to track a list of updates.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Scott Constable
[X86] Add RET-hardening Support to mitigate Load Value...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Andrew Wock
[PowerPC] Replace subtract-from-zero float in version...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Riyaz V Puthiyapurayil
[compiler-rt] Build with correct ABI (PR38025)
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Matt Arsenault
Support: Add specializations for reverseBits to use...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Matt Arsenault
CodeGen: Convert some TII hooks to use Register
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Matt Arsenault
AMDGPU: Use Register in more places
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Matt Arsenault
AMDGPU: Remove redundant virtual
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Louis Dionne
[libc++] NFC: Remove unused CMake option
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Nathan James
[clang-tidy] Address false positive in modernize-use...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Stanislav Mekhanoshin
[AMDGPU] Added label to test. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Alex Zinenko
[mlir] DialectConversion: support block creation in...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Christopher...
Clean up usages of asserting vector getters in Type
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Stephen Neuendorffer
[CMAKE] Plumb include_directories() into tablegen()
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Stanislav Mekhanoshin
[AMDGPU] Propagate AGPR RC from PHI to its PHI operands
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Louis Dionne
[libc++] Remove support for specifying LIBCXX_CXX_ABI_S...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Simon Pilgrim
[YAMLParser] Scanner::setError - ensure we use the...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Sanjay Patel
[VectorCombine] try to form a better extractelement
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Sylvain Audi
[Support/Path] sys::path::replace_path_prefix fix and...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Louis Dionne
[libc++] Remove useless nothing_to_do.pass.cpp tests
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Stephen Neuendorffer
Revert "[CMAKE] Plumb include_directories() into tableg...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Stephen Neuendorffer
[CMAKE] Plumb include_directories() into tablegen()
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Simon Pilgrim
[X86][SSE] lowerShuffleWithPACK - extend to use chained...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Roman Lebedev
Revert "[SCEV] rewriteLoopExitValues(): even if have...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Roman Lebedev
[NFC] Move ARM `opt -indvars` test from Codegen into...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Simon Pilgrim
[LoopStrengthReduce] Fix test checks to fix issue repor...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Michael Liao
[cuda][hip] Fix `RegisterVar` function prototype.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Simon Pilgrim
[AArch64] Fix swap-compare-operands test names to fix...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Sanjay Patel
[PhaseOrdering] add shuffle tests based on D40633; NFC
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
John Brawn
[ARM] Fix incorrect handling of big-endian vmov.i64
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
John Brawn
[ARM] Avoid pointless vrev of element-wise vmov
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
John Brawn
Run update_llc_test on test/CodeGen/ARM/vmov.ll
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Simon Pilgrim
[InstSimplify] Regenerate compares tests to fix issue...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Jonas Devlieghere
[lldb/Support] Treat empty FileSpec as an invalid file.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Jonas Devlieghere
[lldb/Symbol] Reimplement Symbols::FindSymbolFileInBund...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Simon Pilgrim
[LoopRotate] Cleanup test checks to fix issue reported...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Simon Pilgrim
[PowerPC] Regenerate f128 test to fix issue reported...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Matt Arsenault
InstCombine: Reduce minnum/maxnum if inputs are casted
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Fangrui Song
[ELF] Allow invalid sh_size%sh_entsize!=0 for non-SHF_M...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Simon Pilgrim
[X86] Remove defunct section checks from emulated TLS...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Louis Dionne
[libc++] Add an alternative Lit test format
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Sam McCall
[AST] clang::VectorType supports any size (that fits...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Ilya Leoshkevich
[MSan] Add COMMON_INTERCEPTOR_NOTHING_IS_INITIALIZED
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Simon Pilgrim
[X86] Fix weak global label issue reported on D77354
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Simon Pilgrim
[X86] Fix gisel copy tests to fix issue reported on...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Simon Pilgrim
[X86] Fix strong local function/global label issue...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Simon Pilgrim
[X86] Cleanup emulated TLS test checks. NFC
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Benjamin Kramer
[LoopOps] Return ArrayRefs from accessors instead of...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Louis Dionne
[libc++] Fix is_pointer support for Objective-C++
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Guillaume Chatelet
[Alignment][NFC] Remove documentation and FIXME for...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Louis Dionne
[libc++] Add REQUIRES for tests that need -fblocks...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Yaxun (Sam...
Fix __builtin_amdgcn_workgroup_size_x/y/z return type
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Simon Pilgrim
[X86] Regenerate soft fp legalization test to fix issue...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Simon Pilgrim
[X86] Regenerate stack clash test to fix issue reported...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Sid Manning
[Hexagon] Fix issue with non-preemptible STT_TLS symbols
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
LLVM GN Syncbot
[gn build] Port d65557d15d4
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Sam McCall
[clangd] Enable some nice clang-tidy checks by default.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Kadir Cetinkaya
Revert "Use git-clang-format as Arcanist linter"
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
jasonliu
[NFC][XCOFF][AIX] Refactor get/setContainingCsect
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Simon Atanasyan
[mips][test] Remove redundant and invalid `CHECK-NOT...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Guillaume Chatelet
[Alignment][NFC] Deprecate InstrTypes getRetAlignment...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Simon Pilgrim
[X86][AVX] Add tests showing failure to use chained...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Yaxun (Sam...
[AMDGPU] Allow AGPR in inline asm
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Konrad Kleine
[lldb][nfc] early exit/continue
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Martin Probst
clang-format: [JS] detect C++ keywords.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Denis Khalikov
[mlir][vulkan-runner] Add support for 3D memrefs.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Benjamin Kramer
Drop unused diagnostic. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Benjamin Kramer
Make helpers static. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Peter Smith
[LLD][ELF][ARM] use .reloc directive for Thumb assemble...
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Guillaume Chatelet
[Alignment][NFC] Remove unused private functions
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Jay Foad
[AMDGPU] Fix CHECK lines
commit
|
commitdiff
|
tree
|
snapshot
2020-04-03
Guillaume Chatelet
[Alignment][NFC] Convert MachineIRBuilder::buildDynStac...
commit
|
commitdiff
|
tree
|
snapshot
next