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-19
Sanjay Patel
[SLP] add test that requires shuffle of scalars; NFC
commit
|
commitdiff
|
tree
|
snapshot
2019-08-19
Fangrui Song
[llvm-readobj] unwrapOrError: remove unnecessary llvm_u...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-19
Sven van Haastregt
[OpenCL] Add generic type handling for builtin functions
commit
|
commitdiff
|
tree
|
snapshot
2019-08-19
Raphael Isemann
[lldb][NFC] Use CompletionRequest in Variable::AutoComplete
commit
|
commitdiff
|
tree
|
snapshot
2019-08-19
Anastasia Stulova
[OpenCL] Fix addr space deduction for pointers/referenc...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-19
Sanjay Patel
[SLP] reduce duplicated code; NFC
commit
|
commitdiff
|
tree
|
snapshot
2019-08-19
Raphael Isemann
[lldb][NFC] Add a few more completion tests to increase...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-19
Fangrui Song
[MC] Simplify ELFObjectWriter::recordRelocation. NFC
commit
|
commitdiff
|
tree
|
snapshot
2019-08-19
Jeremy Morse
[DebugInfo] Make postra sinking of DBG_VALUEs subregist...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-19
Peter Smith
[ELF][ARM] Add a test that maxes out the thunk converge...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-19
Sam Tebbs
[ARM] Add support for MVE vaddv
commit
|
commitdiff
|
tree
|
snapshot
2019-08-19
David Green
[ARM] MVE sext costs
commit
|
commitdiff
|
tree
|
snapshot
2019-08-19
Jeremy Morse
[DebugInfo] Test for variable range un-coalescing
commit
|
commitdiff
|
tree
|
snapshot
2019-08-19
Raphael Isemann
[lldb][NFC] Remove StringList::AutoComplete
commit
|
commitdiff
|
tree
|
snapshot
2019-08-19
David L. Jones
Revert [Attributor] Fix: Make sure we set the changed...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-19
Raphael Isemann
[lldb][NFC] Use GetMaxStringLength in CommandObjectApro...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-19
Fangrui Song
[MC] Delete unnecessary diagnostic: "No relocation...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-19
Johan Vikstrom
[clangd] Added special HighlightingKind for function...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-19
Raphael Isemann
[lldb][NFC] Address review comments to StringList for...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-19
David L. Jones
Revert [Attributor] Fix: Do not partially resolve retur...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-19
Jan Kratochvil
[lldb] Remove unused inheritance in RegularExpression
commit
|
commitdiff
|
tree
|
snapshot
2019-08-19
Seiya Nuta
Revert r369230 and r369231
commit
|
commitdiff
|
tree
|
snapshot
2019-08-19
Fangrui Song
[MC] Don't emit .symver redirected symbols to the symbo...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-19
Craig Topper
[X86] Teach lower1BitShuffle to match right shifts...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-19
Seiya Nuta
[llvm-objcopy][MachO] Implement a layout algorithm...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-19
Seiya Nuta
[llvm-objcopy][MachO] Support load commands used in...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-19
Nathan Ridge
[clangd] Update features table in the docs with links...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-19
Craig Topper
[X86] Fix the lower1BitShuffle code added in r369215...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-19
Craig Topper
[X86] Teach lower1BitShuffle to match KSHIFTR that...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-19
Craig Topper
[X86] Teach lower1BitShuffle to recognize padding a...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-19
Craig Topper
[X86] Add test case for missed opportunity to recognize...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-18
Craig Topper
[X86] Add a special case to LowerCONCAT_VECTORSvXi1...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-18
Craig Topper
[X86] Add test cases for suboptimal insertion of a...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-18
Craig Topper
[X86] Replace uses of getZeroVector for vXi1 vectors...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-18
Hubert Tong
[cmake] Move blocks out of redundant else( MSVC ); NFC
commit
|
commitdiff
|
tree
|
snapshot
2019-08-18
Jonas Devlieghere
[CMake] Update CMAKE_OSX_DEPLOYMENT_TARGET to 10.12.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-18
Lang Hames
[ORC] Make sure we linker-mangle symbol names in the...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-18
Lang Hames
[ORC] Remove some dead code.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-18
David Bolvansky
[Diagnostics] Diagnose misused xor as pow
commit
|
commitdiff
|
tree
|
snapshot
2019-08-18
DeForest Richards
[Docs] Test commit
commit
|
commitdiff
|
tree
|
snapshot
2019-08-18
Craig Topper
[X86] Improve lower1BitShuffle handling for KSHIFTL...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-18
Owen Pan
[clang-format] Fix a bug that joins template closer...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-18
Simon Pilgrim
Fix signed/unsigned comparison warning. NFCI.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-18
Simon Pilgrim
[X86] isTargetShuffleEquivalent - add BUILD_VECTOR...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-18
Simon Pilgrim
[X86] isTargetShuffleEquivalent - early out on illegal...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-18
Simon Pilgrim
[X86][SSE] Improve PACKSS shuffle tests to better match...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-18
Simon Pilgrim
[MC] MCFixup - Fix cppcheck + MSVC analyzer uninitializ...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-18
Roman Lebedev
[InstCombine] Cherry-pick NFC cleanups of foldShiftInto...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-18
David Bolvansky
[Diagnostics] Improve -Wsizeof-pointer-div
commit
|
commitdiff
|
tree
|
snapshot
2019-08-18
Craig Topper
[TargetLowering] Teach computeRegisterProperties to...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-18
Craig Topper
[SelectionDAG] Add a node creation debug message to...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-18
Matt Arsenault
AMDGPU: Fix iterator error when lowering SI_END_CF
commit
|
commitdiff
|
tree
|
snapshot
2019-08-18
Matt Arsenault
AMDGPU: Disambiguate v3f16 format in load/store tables
commit
|
commitdiff
|
tree
|
snapshot
2019-08-18
Matt Arsenault
TableGen: Revert changes from r369038
commit
|
commitdiff
|
tree
|
snapshot
2019-08-17
Craig Topper
[X86] Add a one use check to the combineStore code...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-17
Yonghong Song
[BPF] Fix bpf llvm-objdump issues.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-17
Raphael Isemann
[lldb][NFC] Remove unused MaterializeInitializer and...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-17
Roman Lebedev
[NFC][InstCombine] Some tests for 'shift amount reassoc...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-17
Tan S. B.
[SemaDeclCXX] Allow inheriting constructor declaration...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-17
Kristof Umann
[analyzer] Turn an assert into an if condition
commit
|
commitdiff
|
tree
|
snapshot
2019-08-17
George Rimar
Recommit r369190 "[llvm-readobj/llvm-readelf] - Improve...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-17
George Rimar
Revert r369190, r369192 ([llvm-readobj/llvm-readelf...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-17
George Rimar
[llvm-readobj] - An attemp to fix BB after r369191.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-17
Kang Zhang
[CodeGen] Do the Simple Early Return in block-placement...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-17
George Rimar
[llvm-readobj/llvm-readelf] - Improve/cleanup the error...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-17
George Rimar
[test] - Remove precomiled openbsd-phdrs.elf-x86-64...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-17
Troy A. Johnson
[circular_raw_ostream] Delegate is_displayed to contain...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-17
Fangrui Song
[ELF] Replace local variable hasExportDynamic with...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-17
Paul Walker
Revert Revert [AArch64InstrInfo] Stop getInstSizeInByte...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-17
Paul Walker
Revert [AArch64InstrInfo] Stop getInstSizeInBytes retur...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-17
Fangrui Song
[ELF][PPC] Fix getRelExpr for R_PPC64_REL16_HI
commit
|
commitdiff
|
tree
|
snapshot
2019-08-17
Troy A. Johnson
[X86] Support -mlong-double-80
commit
|
commitdiff
|
tree
|
snapshot
2019-08-17
Diego Astiazaran
[clang-doc] Fix casting not working in gcc 5.4.0
commit
|
commitdiff
|
tree
|
snapshot
2019-08-17
Alina Sbirlea
[MemorySSA] Loop passes should mark MSSA preserved...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-17
Petr Hosek
[Fuchsia] Create the VMO during initialization, not...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-17
Adrian Prantl
Simplify code (NFC).
commit
|
commitdiff
|
tree
|
snapshot
2019-08-17
Petr Hosek
[llvm-readobj] Unwrap the value first to avoid the...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-16
Adrian Prantl
Add LLDB dataformatters for llvm::StringRef and lldb_pr...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-16
Sanjay Patel
Revert r367891 - "[InstCombine] combine mul+shl separat...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-16
Jian Cai
Reland "[ARM] push LR before __gnu_mcount_nc"
commit
|
commitdiff
|
tree
|
snapshot
2019-08-16
Amara Emerson
[AArch64][GlobalISel] Fix an assertion during G_UNMERGE...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-16
Lang Hames
[ORC] Re-introduce self-dependence accidentally dropped...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-16
Troy A. Johnson
Revert "[X86] Support -mlong-double-80"
commit
|
commitdiff
|
tree
|
snapshot
2019-08-16
Petr Hosek
[llvm-readobj] Fallback to PT_NOTE if file doesn't...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-16
Sanjay Patel
[CodeGenPrepare] Fix use-after-free
commit
|
commitdiff
|
tree
|
snapshot
2019-08-16
Jordan Rupprecht
Revert [X86] SimplifyDemandedVectorElts - attempt to...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-16
Roman Lebedev
[InstCombine][NFC] reuse-constant-from-select-in-icmp...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-16
Julian Lettner
Revert "[TSan] Don't guard #include <xpc/xpc.h>"
commit
|
commitdiff
|
tree
|
snapshot
2019-08-16
Julian Lettner
[TSan] Add interceptors for os_unfair_lock
commit
|
commitdiff
|
tree
|
snapshot
2019-08-16
Roman Lebedev
[InstCombine][NFC] Revisit tests in reuse-constant...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-16
Eli Friedman
[ARM] Preserve liveness in ARMConstantIslands.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-16
Richard Smith
[doc] Fix some minor formatting issues.
commit
|
commitdiff
|
tree
|
snapshot
2019-08-16
Johannes Doerfert
[Attributor] Fix: Do not partially resolve returned...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-16
Johannes Doerfert
[Attributor] Fix: Make sure we set the changed flag
commit
|
commitdiff
|
tree
|
snapshot
2019-08-16
Johannes Doerfert
[CaptureTracking] Allow null to be in either icmp operand
commit
|
commitdiff
|
tree
|
snapshot
2019-08-16
Owen Pan
[clang-format] Fix the bug that joins template closer...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-16
Sanjay Patel
[CodeGenPrepare] fix RUN line settings
commit
|
commitdiff
|
tree
|
snapshot
2019-08-16
Johannes Doerfert
[Attributor] Add all missing attribute definitions...
commit
|
commitdiff
|
tree
|
snapshot
2019-08-16
Jonas Devlieghere
[RWMutex] Simplify availability check
commit
|
commitdiff
|
tree
|
snapshot
2019-08-16
Jonas Devlieghere
[Utility] Reimplement RegularExpression on top of llvm...
commit
|
commitdiff
|
tree
|
snapshot
next