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-08-29
Jinsong Ji
[PowerPC][NFC] Update fp-int-conversions-direct-moves...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Pavel Labath
Fix GetDIEForDeclContext so it only returns entries...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Pavel Labath
Remove DWARFExpression::LocationListSize
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Shaurya Gupta
[Clangd] NFC: Added fixme for checking for local/anonym...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Haojian Wu
[clangd] Update out-of-date links in readme, NFC.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Roman Lebedev
[NFC][SimplifyCFG] 'Safely extract low bits' pattern...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Michael Kruse
[ScopBuilder] Remove superfluous while loop in buildDom...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Kadir Cetinkaya
[clangd][NFC] Update background-index command line...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Simon Pilgrim
[DAGCombine] Fix shadow variable warnings. NFCI.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Pavel Labath
DWARFDebugLoc: Make parsing and error reporting more...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Dmitri Gribenko
Removed a function declaration that doesn't have a...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Luis Marques
[RISCV] Fix callee-saved-gprs.ll test ABIs
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Joerg Sonnenberger
Allow replaceAndRecursivelySimplify to list unsimplifie...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Simon Atanasyan
[mips] Inline emitStoreWithSymOffset and emitLoadWithSy...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Simon Atanasyan
[mips] Fix expanding `lw/sw $reg1, symbol($reg2)` instr...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Roman Lebedev
[InstSimplify] Drop leftover "division-by-zero guard...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Roman Lebedev
[InstSimplify] Drop leftover "division-by-zero guard...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Roman Lebedev
[SimplifyCFG] FoldTwoEntryPHINode(): don't bailout...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Roman Lebedev
[InstCombine] Fold '((%x * %y) u/ %x) != %y' to '@llvm...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Roman Lebedev
[InstCombine] Fold '(-1 u/ %x) u< %y' to '@llvm.umul...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Simon Pilgrim
Fix variable ‘IsInitCapturePack’ set but not used warni...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Simon Pilgrim
Fix MSVC "not all control paths return a value" warning...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Dmitri Gribenko
Removed `AnyFunctionDecl`, it is unused.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Dmitri Gribenko
Removed two function declarations that don't have defin...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Roman Lebedev
[CostModel] Model all `extractvalue`s as free.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Dmitri Gribenko
[Index] Added a ShouldSkipFunctionBody callback to...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Dmitri Gribenko
[Index] Stopped wrapping FrontendActions in libIndex...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Dmitri Gribenko
[Index] Moved the IndexDataConsumer::finish call into...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Alexander Potapenko
[CodeGen]: don't treat structures returned in registers...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Jeremy Morse
[DebugInfo] LiveDebugValues: correctly discriminate...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Simon Pilgrim
Fix signed/unsigned comparison warning. NFCI.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Simon Pilgrim
Fix shadow variable warning. NFCI.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
George Rimar
[yaml2obj] - Allow placing local symbols after globals.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
George Rimar
[llvm-readobj/llvm-readelf] - Report a proper warning...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
David Green
[ARM] MVE Masked loads and stores
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Jeremy Morse
[DebugInfo] LiveDebugValues should always revisit backe...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Roman Lebedev
[X86][CodeGen][NFC] Delay `combineIncDecVector()` from...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Amaury Sechet
[DAGCombiner] (insert_vector_elt (vector_shuffle X...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
David Green
[ARM] Masked load and store and predicate tests. NFC
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Roman Lebedev
[InstCombine] Shift amount reassociation in bittest...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Dmitri Gribenko
[Index] Create PP callbacks in the ASTConsumer
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Sven van Haastregt
[OpenCL] Fix diagnosing enqueue_kernel call with too...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Dmitri Gribenko
[Index] Marked a bunch of classes 'final'
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Simon Pilgrim
LegalizeSetCCCondCode - Reduce scope of NeedSwap to...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Simon Pilgrim
Fix variable set but no used warnings on NDEBUG builds...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Simon Pilgrim
Fix variable set but no used warning on NDEBUG builds...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Raphael Isemann
[lldb][NFC] Try fixing TestCompletion.py on Windows
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Raphael Isemann
[lldb][NFC] Also test operator new/new[]/delete/delete...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Adam Balogh
[Analyzer] Iterator Checkers - Make range errors and...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Martin Storsjo
[COFF] Add a ResourceSectionRef method for getting...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Martin Storsjo
[COFF] Add a bounds checking helper for iterating a...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Martin Storsjo
[COFF] Fix error handling in ResourceSectionRef
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Martin Storsjo
[llvm-readobj] Print the resource type textually for...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Martin Storsjo
[llvm-readobj] Remove a leftover string trim operation...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Johan Vikstrom
[clangd] Update themeRuleMatcher when color theme chang...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Sam McCall
Reland "[clangd] Migrate last tweak tests to TweakTesti...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Sylvestre Ledru
use https for llvm.org in the doc
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Sylvestre Ledru
fix the bugzilla url
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Sylvestre Ledru
Provide a real link to the doc and remove old information
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Anton Afanasyev
[Test][Time profiler] Fix test for python3
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Craig Topper
[X86] Remove isel patterns with X86VBroadcast+scalar_to...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Dmitri Gribenko
Removed dead code from clang/AST/NSAPI.h
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Pengfei Wang
[x86] Adding support for some missing intrinsics: _mm51...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Craig Topper
[X86] Remove some unneeded X86VBroadcast isel patterns...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Hideto Ueno
[Attributor] Deduce "noalias" attribute
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Craig Topper
[X86] Add a DAG combine to combine INSERTPS and VBROADC...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Craig Topper
[X86] Make inline assembly 'x' and 'v' constraints...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Florian Hahn
[LoopUnroll] Use Lazy strategy for DTU used for MergeBl...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Vitaly Buka
[ObjectYAML] Fix lifetime issue in dumpDebugLines
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Vitaly Buka
[sanitizer] Support monorepo layout in symbolizer build...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Davide Italiano
[python] remove testsuite vestiges.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Davide Italiano
[TSanRuntime] Upstream thread swift race detector.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Johannes Doerfert
[Attributor] Improve messages in iteration verify mode
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Johannes Doerfert
[Attributor][NFC] Add const to map key
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Johannes Doerfert
[Attributor][Fix] Indicate change correctly
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Johannes Doerfert
[Attributor] Fix typo
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Matt Arsenault
AMDGPU: Don't use frame virtual registers
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Matt Arsenault
GlobalISel/TableGen: Handle setcc patterns
commit
|
commitdiff
|
tree
|
snapshot
2019-08-29
Richard Trieu
Add requirement to test.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-28
Jonas Devlieghere
[dotest] Make dotest.py invocation repeatable
commit
|
commitdiff
|
tree
|
snapshot
2019-08-28
Vitaly Buka
[sanitizer] Simplify COMPILER_RT setup in lint script
commit
|
commitdiff
|
tree
|
snapshot
2019-08-28
Craig Topper
[X86] Fix a couple isel patterns to not shrink a volati...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-28
Shiva Chen
[RISCV] Avoid generating AssertZext for LP64 ABI when...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-28
Volodymyr Sapsai
[Modules] Fix rebuilding an updated module for each...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-28
Heejin Ahn
[clangd] Fix ExtractFunction dependencies
commit
|
commitdiff
|
tree
|
snapshot
2019-08-28
Heejin Ahn
[WebAssembly] Add atomic.fence instruction
commit
|
commitdiff
|
tree
|
snapshot
2019-08-28
Tom Stellard
[LLVM-C] Fix omission of INSTALL_WITH_TOOLCHAIN to...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-28
Erik Pilkington
Fix a passing XFAIL test
commit
|
commitdiff
|
tree
|
snapshot
2019-08-28
Simon Atanasyan
[mips] Add an empty line to separate different patterns...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-28
Simon Atanasyan
[mips] Fix 64-bit address loading in case of applying...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-28
Jessica Paquette
Add tie-breaker for register class sorting in getSuperR...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-28
Jonas Devlieghere
[dotest] Remove --event-add-entries
commit
|
commitdiff
|
tree
|
snapshot
2019-08-28
Artur Pilipenko
Fix for "DICompileUnit not listed in llvm.dbg.cu" verif...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-28
Jonas Devlieghere
[dotest] Remove --rerun-max-file-threshold
commit
|
commitdiff
|
tree
|
snapshot
2019-08-28
Artem Dergachev
[analyzer] Fix more analyzer warnings on analyzer and...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-28
Sam McCall
Revert "[clangd] Migrate last tweak tests to TweakTesti...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-28
Erich Keane
Fix always_inline 'target' compatibility check code...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-28
Jason Liu
[llvm-readobj][XCOFF][NFC] Add return statement to...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-28
Jonas Devlieghere
[dotest] Centralize and simplify session dir logic...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-28
Julian Lettner
[ASan] Make insertion of version mismatch guard configu...
commit
|
commitdiff
|
tree
|
snapshot
next