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
2018-01-22
Pavel Labath
Add SysV Abi for PPC64le
commit
|
commitdiff
|
tree
|
snapshot
2018-01-22
James Henderson
Add test for interaction of --gc-sections and undefined...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-22
Sander de Smalen
[AArch64][SVE] Asm: Predicate patterns
commit
|
commitdiff
|
tree
|
snapshot
2018-01-22
Haojian Wu
[YAML] Plain scalars can not begin with most indicators.
commit
|
commitdiff
|
tree
|
snapshot
2018-01-22
Marina Yatsina
Break false dependencies for POPCNT, LZCNT, TZCNT
commit
|
commitdiff
|
tree
|
snapshot
2018-01-22
Marina Yatsina
Separate LoopTraversal, ReachingDefAnalysis and BreakFa...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-22
Marina Yatsina
Rename ExecutionDepsFix files to ExecutionDomainFix
commit
|
commitdiff
|
tree
|
snapshot
2018-01-22
Marina Yatsina
ExecutionDepsFix refactoring:
commit
|
commitdiff
|
tree
|
snapshot
2018-01-22
Marina Yatsina
ExecutionDepsFix refactoring:
commit
|
commitdiff
|
tree
|
snapshot
2018-01-22
Marina Yatsina
ExecutionDepsFix refactoring:
commit
|
commitdiff
|
tree
|
snapshot
2018-01-22
Marina Yatsina
ExecutionDepsFix refactoring:
commit
|
commitdiff
|
tree
|
snapshot
2018-01-22
Marina Yatsina
ExecutionDepsFix refactoring:
commit
|
commitdiff
|
tree
|
snapshot
2018-01-22
Marina Yatsina
ExecutionDepsFix refactoring:
commit
|
commitdiff
|
tree
|
snapshot
2018-01-22
Marina Yatsina
Separate ExecutionDepsFix into 4 parts:
commit
|
commitdiff
|
tree
|
snapshot
2018-01-22
Pavel Labath
Fix TestTargetSymbolsAddCommand [getBuildArtifact refactor]
commit
|
commitdiff
|
tree
|
snapshot
2018-01-22
Raphael Isemann
Fix memory leaks in MinidumpParserTest
commit
|
commitdiff
|
tree
|
snapshot
2018-01-22
Pavel Labath
[BinaryFormat] Add .debug_names support
commit
|
commitdiff
|
tree
|
snapshot
2018-01-22
Maxim Ostapenko
[lsan] Respect log_path option in standalone LSan
commit
|
commitdiff
|
tree
|
snapshot
2018-01-22
Raphael Isemann
Fix use after free in DiskFilesOrDirectories
commit
|
commitdiff
|
tree
|
snapshot
2018-01-22
Raphael Isemann
Fix unrepresentable float value in ScalarTest
commit
|
commitdiff
|
tree
|
snapshot
2018-01-22
Hiroshi Inoue
[NFC] fix trivial typos in comments
commit
|
commitdiff
|
tree
|
snapshot
2018-01-22
Serguei Katkov
Revert [SCEV] Fix isLoopEntryGuardedByCond usage
commit
|
commitdiff
|
tree
|
snapshot
2018-01-22
Hiroshi Inoue
[NFC] fix trivial typos in comments
commit
|
commitdiff
|
tree
|
snapshot
2018-01-22
Serguei Katkov
[SCEV] Fix isLoopEntryGuardedByCond usage
commit
|
commitdiff
|
tree
|
snapshot
2018-01-22
Raphael Isemann
Fix memory leaks in TestArm64InstEmulation
commit
|
commitdiff
|
tree
|
snapshot
2018-01-22
Raphael Isemann
Make loop counter unsigned in SymbolFilePDB::GetCompile...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-22
Hiroshi Inoue
[NFC] fix trivial typos in comments
commit
|
commitdiff
|
tree
|
snapshot
2018-01-22
Lang Hames
[ORC] Add orc::SymbolResolver, a Orc/Legacy API interop...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-22
Marshall Clow
Really comment out the constexpr tests.
commit
|
commitdiff
|
tree
|
snapshot
2018-01-22
Marshall Clow
Change a static_assert to check for is_trivial instead...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-22
Marshall Clow
implement (but leave commented out) the constexpr tests...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-21
Jan Kratochvil
Clean up #include "DWARFCompileUnit.h"
commit
|
commitdiff
|
tree
|
snapshot
2018-01-21
Sanjay Patel
[InstCombine] (X << Y) / X -> 1 << Y
commit
|
commitdiff
|
tree
|
snapshot
2018-01-21
Sanjay Patel
[InstSimplify] add baseline tests for (X << Y) % X...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-21
Eugene Leviant
Temporarily revert r323062 to investigate buildbot...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-21
Raphael Isemann
[modules] Fix missing includes/typo in LLDB's includes...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-21
Eugene Leviant
An attempt to fix buildbot after rL323062
commit
|
commitdiff
|
tree
|
snapshot
2018-01-21
Eugene Leviant
[ThinLTO] Implement summary visualizer
commit
|
commitdiff
|
tree
|
snapshot
2018-01-21
Petr Hosek
[sanitizer] Pass the CMake compiler to custom libc...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-21
Lang Hames
[ORC] Add a lookupFlags method to VSO.
commit
|
commitdiff
|
tree
|
snapshot
2018-01-21
Lang Hames
[ORC] More cleanup. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2018-01-21
Jakub Kuderski
[Dominators] Remove misleading double-deletion test
commit
|
commitdiff
|
tree
|
snapshot
2018-01-21
Lang Hames
[ORC] Cleanup. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2018-01-21
Philip Reames
[DSE] Factor out common code [NFC]
commit
|
commitdiff
|
tree
|
snapshot
2018-01-21
Philip Reames
[DSE] Minor rename for clarity sake [NFC]
commit
|
commitdiff
|
tree
|
snapshot
2018-01-21
Petr Hosek
Reland "[Fuzzer] Parametrize add_custom_libcxx"
commit
|
commitdiff
|
tree
|
snapshot
2018-01-21
Don Hinton
[cmake] Don't build Native llvm-config when cross compi...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-20
Devin Coughlin
[analyzer] Provide a check name when MallocChecker...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-20
Vassil Vassilev
[cmake] Use CLANG_BINARY_DIR to determine the build...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-20
Marshall Clow
More P0202 constexpr work. This commit adds fill/fill_n...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-20
Florian Hahn
[ValueLattice] Use union to shave off ptr size bytes...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-20
Craig Topper
[X86] Add an override of targetShrinkDemandedConstant...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-20
Craig Topper
[X86] Add rdpid command line option and intrinsics.
commit
|
commitdiff
|
tree
|
snapshot
2018-01-20
Craig Topper
[X86] Put the code that defines __GCC_HAVE_SYNC_COMPARE...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-20
Simon Pilgrim
[X86][SSE] Check for out of bounds PEXTR/PINSR indices...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-20
Jonas Paulsson
Move new test from Generic to SystemZ.
commit
|
commitdiff
|
tree
|
snapshot
2018-01-20
Sanjay Patel
[InstCombine] add baseline tests for (X << Y) / X ...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-20
Jonas Paulsson
[SelectionDAG] Fix codegen of vector stores with non...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-20
Dimitry Andric
Assume the shared library path variable is LD_LIBRARY_P...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-20
Dimitry Andric
Assume the shared library path variable is LD_LIBRARY_P...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-20
Kamil Rytarowski
[compiler-rt] Implement __clear_cache() on OpenBSD...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-20
Martin Storsjo
[COFF] Keep the underscore on exported decorated stdcal...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-20
Martin Storsjo
[COFF] Keep the underscore on exported decorated stdcal...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-20
David Green
[Dominators] Fix some edge cases for PostDomTree updating
commit
|
commitdiff
|
tree
|
snapshot
2018-01-20
Petr Hosek
Revert "[Fuzzer] Parametrize add_custom_libcxx"
commit
|
commitdiff
|
tree
|
snapshot
2018-01-20
Petr Hosek
[Fuzzer] Parametrize add_custom_libcxx
commit
|
commitdiff
|
tree
|
snapshot
2018-01-20
Craig Topper
[X86] Add some more v32i1 shuffle tests with shuffles...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-20
Craig Topper
[X86] Add test cases for failures to use movzx due...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-20
Petr Hosek
Reland "Fix syntax error introduced in r322991"
commit
|
commitdiff
|
tree
|
snapshot
2018-01-20
Petr Hosek
Revert "[sanitizer] Fix syntax error introduced in...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-20
Petr Hosek
[sanitizer] Fix syntax error introduced in r322991
commit
|
commitdiff
|
tree
|
snapshot
2018-01-20
Dan Liew
Force lit to execute the ASan and TSan tests on iOS...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-20
Sam Clegg
[WebAssembly] Remove special handling of entry point...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-20
Sam Clegg
[WebAssembly] Remove redundant function: addSyntheticUn...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-20
Saleem Abdulrasool
test: fix ARM tests harder
commit
|
commitdiff
|
tree
|
snapshot
2018-01-20
Kamil Rytarowski
Link sanitized programs on NetBSD with -lkvm
commit
|
commitdiff
|
tree
|
snapshot
2018-01-20
Saleem Abdulrasool
test: move ARM test from x86
commit
|
commitdiff
|
tree
|
snapshot
2018-01-20
Sam Clegg
[WebAssembly] Remove custom handling for undefined...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-20
Kamil Rytarowski
Support the localtime interceptor for NetBSD
commit
|
commitdiff
|
tree
|
snapshot
2018-01-20
Kamil Rytarowski
Intercept accept4() on NetBSD
commit
|
commitdiff
|
tree
|
snapshot
2018-01-20
Saleem Abdulrasool
CodeGen: handle llvm.used properly for COFF
commit
|
commitdiff
|
tree
|
snapshot
2018-01-20
Craig Topper
[X86] Teach X86 codegen to use vector width preference...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-20
Craig Topper
[X86] Add support for passing 'prefer-vector-width...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-20
Rui Ueyama
Avoid divisions.
commit
|
commitdiff
|
tree
|
snapshot
2018-01-20
Petar Jovanovic
[TSan][MIPS] Expand sanitizer memory space to lower...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-20
Derek Schuff
[WebAssembly] Fix MSVC build
commit
|
commitdiff
|
tree
|
snapshot
2018-01-19
Julie Hockett
[clang-tidy] Adding Fuchsia checker for multiple inheri...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-19
Rui Ueyama
Make the bloom filter a bit larger.
commit
|
commitdiff
|
tree
|
snapshot
2018-01-19
Akira Hatanaka
[ObjCARC] Do not turn a call to @objc_autoreleaseReturn...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-19
Volodymyr Sapsai
[Lex] Fix crash on code completion in comment in includ...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-19
Adrian Prantl
Wrap all references to build artifacts in the LLDB...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-19
Abderrazek...
[AArch64] Add ARMv8.2-A FP16 scalar intrinsics
commit
|
commitdiff
|
tree
|
snapshot
2018-01-19
Abderrazek...
[AArch64] Add ARMv8.2-A FP16 scalar intrinsics
commit
|
commitdiff
|
tree
|
snapshot
2018-01-19
Rui Ueyama
Fix -Wunused-variable.
commit
|
commitdiff
|
tree
|
snapshot
2018-01-19
Sanjay Patel
[x86] add tests for sqrt estimate that should respect...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-19
Kostya Kortchinsky
[sanitizer] Allow Fuchsia to use getauxval
commit
|
commitdiff
|
tree
|
snapshot
2018-01-19
Lang Hames
[ORC] Re-apply r322913 with a fix for a read-after...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-19
Sam McCall
[clangd] Change index scope convention from "outer...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-19
Kostya Kortchinsky
[scudo] Pass SANITIZER_COMMON_LINK_FLAGS to the shared...
commit
|
commitdiff
|
tree
|
snapshot
2018-01-19
Sam McCall
Revert "[clangd] Change index scope convention from...
commit
|
commitdiff
|
tree
|
snapshot
next