projects
/
platform
/
upstream
/
llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/llvm.git
2019-08-14
Jonas Devlieghere
[LLD] Migrate llvm::make_unique to std::make_unique
|
commitdiff
2019-08-14
Jonas Devlieghere
[Polly] Migrate llvm::make_unique to std::make_unique
|
commitdiff
2019-08-14
Diego Trevino Ferrer
[Bugpoint redesign] Modified Functions pass to consider...
|
commitdiff
2019-08-14
Jonas Devlieghere
[LLDB] Migrate llvm::make_unique to std::make_unique
|
commitdiff
2019-08-14
Jordan Rupprecht
[docs] Fix sphinx doc generation errors
|
commitdiff
2019-08-14
Johannes Doerfert
[Attributor][NFC] Make debug output consistent
|
commitdiff
2019-08-14
Philip Reames
[SCEV] Rename getMaxBackedgeTakenCount to getConstantMa...
|
commitdiff
2019-08-14
Matthias Gehre
[LifetimeAnalysis] Support std::stack::top() and std...
|
commitdiff
2019-08-14
Johannes Doerfert
[Attributor][NFC] Try to eliminate warnings (debug...
|
commitdiff
2019-08-14
Johannes Doerfert
[Attributor][NFC] Introduce statistics macros for new...
|
commitdiff
2019-08-14
Craig Topper
[SelectionDAGBuilder] Teach gather/scatter getUniformBa...
|
commitdiff
2019-08-14
Johannes Doerfert
[Attributor][NFC] Add merge/join/clamp operators to...
|
commitdiff
2019-08-14
Johannes Doerfert
[Attributor] Use the AANoNull attribute directly in...
|
commitdiff
2019-08-14
Amara Emerson
[AArch64][GlobalISel] Custom selection for s8 load...
|
commitdiff
2019-08-14
Johannes Doerfert
[Attributor] Use liveness during the creation of AARetu...
|
commitdiff
2019-08-14
Johannes Doerfert
[Attributor] Do not update or manifest dead attributes
|
commitdiff
2019-08-14
Raphael Isemann
Revert "[lldb] Reinstate original guard variable check"
|
commitdiff
2019-08-14
Johannes Doerfert
[Attributor] Use IRPosition consistently
|
commitdiff
2019-08-14
Diego Trevino Ferrer
[Bugpoint redesign] Added Pass to Remove Global Variables
|
commitdiff
2019-08-14
Stanislav Mekhanoshin
[AMDGPU] Do not assume a default GCN target
|
commitdiff
2019-08-14
Marshall Clow
Fix thread comparison by making sure we never pass...
|
commitdiff
2019-08-14
Diego Trevino Ferrer
[Bugpoint redesign] Reduced scope of variables in Delta...
|
commitdiff
2019-08-14
Louis Dionne
[libc++] Mark <chrono> test as unsupported on AppleClang 9
|
commitdiff
2019-08-14
Sanjay Patel
[x86] add tests for fadd reduction; NFC
|
commitdiff
2019-08-14
Diego Astiazaran
[clang-doc] Add missing check in tests
|
commitdiff
2019-08-14
Louis Dionne
[libc++] Mark std::tuple CTAD test as failing on AppleC...
|
commitdiff
2019-08-14
JF Bastien
Use std::is_final directly
|
commitdiff
2019-08-14
JF Bastien
SwapByteOrder.h: don't check for unsupported GCC versions
|
commitdiff
2019-08-14
JF Bastien
MathExtras.h: don't check for unsupported GCC versions
|
commitdiff
2019-08-14
Erich Keane
Add support in CMake to statically link the C++ standar...
|
commitdiff
2019-08-14
Dinar Temirbulatov
[SLP][NFC] Use pointers to address to ScalarToTreeEntry...
|
commitdiff
2019-08-14
Sanjay Patel
[SDAG] move variable closer to use; NFC
|
commitdiff
2019-08-14
Jordan Rupprecht
[lldb][NFC] Remove unused function
|
commitdiff
2019-08-14
Alexey Bataev
[OPENMP]Support for non-rectangular loops.
|
commitdiff
2019-08-14
JF Bastien
Revert "Un-break the bots"
|
commitdiff
2019-08-14
Matt Arsenault
AMDGPU: Reduce number of registers in test
|
commitdiff
2019-08-14
Jinsong Ji
[PowerPC][NFC] Remove duplicate tests in build-vector...
|
commitdiff
2019-08-14
Jan Korous
[Support][NFC] Fix error message for posix_spawn_file_a...
|
commitdiff
2019-08-14
Philip Reames
[RLEV] Rewrite loop exit values for multiple exit loops...
|
commitdiff
2019-08-14
Chris Bieneman
[CMake] Fix cache invalidation of LLVM_CXX_STD
|
commitdiff
2019-08-14
JF Bastien
Un-break the bots
|
commitdiff
2019-08-14
Matt Arsenault
InferAddressSpaces: Move target intrinsic handling...
|
commitdiff
2019-08-14
Matt Arsenault
InferAddressSpaces: Remove unnecessary check for Consta...
|
commitdiff
2019-08-14
JF Bastien
Match if / elseif properly
|
commitdiff
2019-08-14
Taewook Oh
[DebugInfo] Consider debug label scope has an extra...
|
commitdiff
2019-08-14
JF Bastien
Remove now useless C++1y flag
|
commitdiff
2019-08-14
JF Bastien
Don't explicitly check for C++14
|
commitdiff
2019-08-14
Simon Pilgrim
Fix cppcheck + MSVC analyzer uninitialized member varia...
|
commitdiff
2019-08-14
JF Bastien
Move to C++14
|
commitdiff
2019-08-14
Roman Lebedev
[InstCombine][NFC] Tests for 'try to reuse constant...
|
commitdiff
2019-08-14
Zoe Carver
This commit removes std::shared_ptr::make_shared and...
|
commitdiff
2019-08-14
David Bolvansky
[SLC] Dereferenceable annonation - handle valid null...
|
commitdiff
2019-08-14
Kristof Umann
[CFG] Introduce CFGElementRef, a wrapper that knows...
|
commitdiff
2019-08-14
Louis Dionne
[libc++] Enable <chrono> ""d and ""y literals for Apple...
|
commitdiff
2019-08-14
Puyan Lotfi
[NFC][clang] Moving argument handling: Driver::BuildAct...
|
commitdiff
2019-08-14
Louis Dionne
[libc++] Do not define _LIBCPP_CLANG_VER for non-LLVM...
|
commitdiff
2019-08-14
Jonas Devlieghere
[DebugLine] Improve path handling.
|
commitdiff
2019-08-14
Erik Pilkington
[Sema][ObjC] Fix a -Wformat false positive with localiz...
|
commitdiff
2019-08-14
Simon Pilgrim
Fix cppcheck + MSVC analyzer uninitialized member varia...
|
commitdiff
2019-08-14
David Bolvansky
[NFC] Updated tests after r368875
|
commitdiff
2019-08-14
David Bolvansky
[BuildLibCalls] Noalias annotation
|
commitdiff
2019-08-14
Chris Bieneman
Document clang-cpp in the release notes for clang
|
commitdiff
2019-08-14
Bill Wendling
Ignore indirect branches from callbr.
|
commitdiff
2019-08-14
Aaron Smith
Add missing NativeProcessFactory for lldb-server on...
|
commitdiff
2019-08-14
Gabor Horvath
[LifetimeAnalysis] Fix false negatives of statement...
|
commitdiff
2019-08-14
Simon Atanasyan
[mips] Remove redundant case in the test. NFC
|
commitdiff
2019-08-14
Simon Atanasyan
[mips] Split long lines in the test case file. NFC
|
commitdiff
2019-08-14
Thomas Lively
[WebAssembly] Stop unrolling SIMD shifts since they...
|
commitdiff
2019-08-14
Marshall Clow
Rework recursive_timed_mutex so that it uses __thread_i...
|
commitdiff
2019-08-14
Kostya Kortchinsky
[scudo][standalone] Add more stats to mallinfo
|
commitdiff
2019-08-14
Simon Pilgrim
Fix cppcheck + MSVC analyzer uninitialized member varia...
|
commitdiff
2019-08-14
Craig Topper
[X86] Use PSADBW for v8i8 addition reductions.
|
commitdiff
2019-08-14
David Bolvansky
[NFC] Fix testcase for ARMs
|
commitdiff
2019-08-14
Yitzhak Mandelbaum
[libTooling] Fix code to avoid unused-function warning...
|
commitdiff
2019-08-14
Craig Topper
[LangRef] Remove opening [ that was missing a closing...
|
commitdiff
2019-08-14
Xiangling Liao
[NFC][AIX] Change assertion
|
commitdiff
2019-08-14
Jinsong Ji
[PowerPC][NFC] Add test for build all one vector with...
|
commitdiff
2019-08-14
Craig Topper
[X86][CostModel] Adjust the costs of ZERO_EXTEND/SIGN_E...
|
commitdiff
2019-08-14
Craig Topper
[X86] Add llvm_unreachable to a switch that covers...
|
commitdiff
2019-08-14
Jinsong Ji
[PowerPC][NFC] Consolidate duplicate XX3Form_SetZero...
|
commitdiff
2019-08-14
Jason Liu
[AIX] Add call lowering for parameters that could pass...
|
commitdiff
2019-08-14
Pavel Labath
Revert "raw_ostream: add operator<< overload for std...
|
commitdiff
2019-08-14
Kristof Umann
[analyzer][NFC] Prove that we only track the evaluated...
|
commitdiff
2019-08-14
Aaron Smith
Add missing SetID method to fix Windows build
|
commitdiff
2019-08-14
Haojian Wu
[clangd][vscode] Surface the error when applying tweaks...
|
commitdiff
2019-08-14
Shaurya Gupta
[Tooling] Added DeclStmtClass to ExtractionSemicolonPolicy
|
commitdiff
2019-08-14
Pavel Labath
raw_ostream: add operator<< overload for std::error_code
|
commitdiff
2019-08-14
Roman Lebedev
[SimplifyCFG] Add "safe abs" test from CMSIS DSP 'abs_w...
|
commitdiff
2019-08-14
Fangrui Song
[ELF] --gdb-index: fix odd variable name cUs after...
|
commitdiff
2019-08-14
Ilya Biryukov
[clangd] Print qualifiers of out-of-line definitions...
|
commitdiff
2019-08-14
Shaurya Gupta
[Clangd] NFC: Fixed comment typo
|
commitdiff
2019-08-14
Nico Weber
gn build: Pre-merge https://reviews.llvm.org/D66195
|
commitdiff
2019-08-14
Simon Pilgrim
[X86] Add missing regular 512-bit vXi8 extract subvecto...
|
commitdiff
2019-08-14
Pavel Labath
Revert "Minidump/Windows: Fix module lookup"
|
commitdiff
2019-08-14
Fangrui Song
[ELF][test] Update silent-ignore.test
|
commitdiff
2019-08-14
Kristof Umann
[analyzer][CFG] Don't track the condition of asserts
|
commitdiff
2019-08-14
Jeremy Morse
[DebugInfo] MCP: collect and update DBG_VALUEs encounte...
|
commitdiff
2019-08-14
Johan Vikstrom
[clangd] Loading TokenColorRules as a class mapping...
|
commitdiff
2019-08-14
Fangrui Song
[IR] Simplify removeDeadConstantUsers. NFC
|
commitdiff
2019-08-14
Dmitri Gribenko
Removed ToolExecutor::isSingleProcess, it is not used...
|
commitdiff
next