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-01-12
Simon Pilgrim
[X86] Improve vXi64 ISD::ABS codegen with SSE41+
commit
|
commitdiff
|
tree
|
snapshot
2019-01-12
Simon Pilgrim
[X86][AARCH64] Improve ISD::ABS support
commit
|
commitdiff
|
tree
|
snapshot
2019-01-12
Nikita Popov
Reapply "[DemandedBits] Use SetVector for Worklist"
commit
|
commitdiff
|
tree
|
snapshot
2019-01-12
Martin Storsjo
[llvm-objcopy] [COFF] Remove pointless Reader/Writer...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-12
Craig Topper
[X86] Remove X86ISD::SELECT as its no longer used by...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-12
Craig Topper
[X86] Add ISD node for masked version of CVTPS2PH.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-12
Alex Bradbury
[RISCV] Introduce codegen patterns for RV64M-only instr...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-12
Alex Bradbury
[RISCV] Add patterns for RV64I SLLW/SRLW/SRAW instructions
commit
|
commitdiff
|
tree
|
snapshot
2019-01-12
Craig Topper
[X86] Remove unnecessary code from getMaskNode.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-12
Jason Molenda
Add SymbolFileBreakpad.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-12
Craig Topper
[X86] When lowering v1i1/v2i1/v4i1/v8i1 load/store...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-12
Craig Topper
[X86] Change some patterns that select MOVZX16rm8 to...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-12
Evandro Menezes
[ARM] Fix typo
commit
|
commitdiff
|
tree
|
snapshot
2019-01-12
Craig Topper
[X86] Add ISD nodes for masked truncate so we can prope...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-12
Stephen Kelly
NFC: Port loop to cxx_range_for
commit
|
commitdiff
|
tree
|
snapshot
2019-01-12
Evgeniy Stepanov
[sanitizer] Move android's GetPageSize to a header...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
George Karpenkov
[analyzer] Support for OSObjects out parameters in...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
George Karpenkov
[analyzer] Introduce a convenience method for getting...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Peter Collingbourne
sanitizer_common: Change gen_dynamic_list.py to take...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Peter Collingbourne
gn build: Add a stage2 toolchain for Android.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Stella Stamenova
[lldbsuite] Skip TestExitDuringStep on Windows
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Peter Collingbourne
gn build: Create a template for unix toolchains.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Evandro Menezes
[AArch64] Improve Exynos predicates
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Rui Ueyama
Add a release note about MSP430 support.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Peter Collingbourne
gn build: Merge r350958.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Stefan Granitz
[CMake] Fix standalone build after LLVM exports utility...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Marshall Clow
Change from a to a . Fixes PR#39871.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Nikita Popov
[ConstantFolding] Fold undef for integer intrinsics
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Steven Wu
[Darwin][Driver] Don't pass a file as object_path_lto...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Alexey Bataev
[SLP]Moved NVPTX test under NVPTX directory, NFC.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Alexandre Ganea
Fix unchecked Error introduced in r350956
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Alexey Bataev
[SLP]Update test checks for the SPL vectorizer, NFC.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Nirav Dave
[X86] Fix incomplete handling of register-assigned...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
David Carlier
[Sanitizer] Disable getusershell interception for Android
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Peter Collingbourne
gn build: Create a variable for the host toolchain...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Peter Collingbourne
gn build: s/root_out_dir/root_build_dir/g in llvm/utils...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Alex Bradbury
[RISCV][NFC] Add CHECK lines for atomic operations...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Evandro Menezes
[llvm-mca] Update tests for Exynos (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Evandro Menezes
[AArch64] Add pipeline model for Exynos M4
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Stefan Granitz
[CMake] Export utility targets to the build/install...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Stephen Kelly
Implement Attr dumping in terms of visitors
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Stephen Kelly
[ASTDump] Add utility for dumping a label with child...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Alexandre Ganea
[LLD][COFF] Support /ignore:4099. Support /ignore with...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Serge Guelton
[Bug 39548][Clang] PGO bootstrap fails with python3...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Evandro Menezes
[test] Update support for Exynos M4 (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Evandro Menezes
[AArch64] Create feature set for Exynos M4
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Vedant Kumar
[MergeFunc] Update clang test for r350939
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Pirama Arumuga...
[Legalizer] Use correct ValueType of SELECT_CC node...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Zachary Turner
Fix build breaks after the ParseCompileUnit changes.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Teresa Johnson
[LTO] Add option to enable LTOUnit splitting, and disab...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Teresa Johnson
[LTO] Record whether LTOUnit splitting is enabled in...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Pavel Labath
Attempt to fix PDB tests broken by r350924
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
George Karpenkov
[analyzer] [NFC] Fix the FIXME in tests
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Stefan Granitz
[CMake] Include tests by default also in standalone...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Jordan Rupprecht
[llvm-objcopy][NFC] Consistenly use two dashes for...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Zachary Turner
[SymbolFile] Make ParseCompileUnitXXX accept a CompileU...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
George Karpenkov
[attributes] Extend os_returns_(not_?)_retained attribu...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Erich Keane
Fix a pair of Wfallthrough warnings in ScanfFormatString.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Dan Liew
Provide storage for `true_type::value` and `false_type...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Vedant Kumar
[MergeFunc] Erase unused duplicate functions if they...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Vedant Kumar
[MergeFunc] Use Instruction::getFunction as a cleanup...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Stefan Granitz
[CMake] Remove dead code and outdated comments
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Adhemerval...
[libcxx] Call __count_bool_true for bitset count
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Matt Morehouse
XFAIL getusershell.cc on Android.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Chris Kennelly
Implementation Feature Test Macros for P0722R3
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Bjorn Pettersson
Silence -Wsign-compare in unittests
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
James Y Knight
Add an .arcconfig for the top of the git monorepo.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Ehsan Amiri
[Jump Threading] Unfold a select insn that feeds a...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Marshall Clow
Don't use the form '2017y' in tests, since some gcc...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Marshall Clow
Implement the 'sys_time' portions of the C++20 calendar...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Sanjay Patel
[x86] allow insert/extract when matching horizontal ops
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Martin Storsjo
[llvm-objcopy] [COFF] Implmement --strip-unneeded and...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Martin Storsjo
[llvm-objcopy] [COFF] Fix writing object files without...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Dmitry Venikov
[llvm-symbolizer] Add -exe, -e as aliases to -obj
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Pavel Labath
Introduce SymbolFileBreakpad and use it to fill symtab
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Pavel Labath
ELF: Fix base address computation code for files genera...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Miklos Vajna
[clang-tidy] new check 'readability-redundant-preprocessor'
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Martin Storsjo
Revert "[SelectionDAGBuilder] Refactor GetRegistersForV...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Akira Hatanaka
[Sema] Make canPassInRegisters return true if the CXXRe...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
David Carlier
[Sanitizer] Intercept getusershell
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Craig Topper
[X86] Change vXi1 extract_vector_elt lowering to be...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Akira Hatanaka
[Sema] If CheckPlaceholderExpr rewrites the initializer...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Brian Gesiak
Adapt to CXXMethodDecl::getThisType change (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Richard Smith
Remember to instantiate explicit template argument...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Brian Gesiak
[AST] Remove ASTContext from getThisType (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Richard Trieu
Fix header issues.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-11
Aaron Ballman
Add an explicit initializer to silence a -Wmissing...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-10
Thomas Lively
[WebAssembly] Add unimplemented-simd128 feature, gate...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-10
Francis Visoiu...
[llvm-objdump][MachO] Disable some invalid input tests
commit
|
commitdiff
|
tree
|
snapshot
2019-01-10
Artem Dergachev
[analyzer] pr38838, pr39976: Fix crash on diagnosing...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-10
Heejin Ahn
[WebAssembly] Fix stack pointer store check in RegStackify
commit
|
commitdiff
|
tree
|
snapshot
2019-01-10
Nico Weber
gn build: Add a template for calling write_cmake_config.py
commit
|
commitdiff
|
tree
|
snapshot
2019-01-10
Nico Weber
gn build: Merge r350852
commit
|
commitdiff
|
tree
|
snapshot
2019-01-10
Anton Korobeynikov
[MSP430] Minor fixes/improvements for assembler/disasse...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-10
Anton Korobeynikov
[MSP430] Add missing instruction forms
commit
|
commitdiff
|
tree
|
snapshot
2019-01-10
Thomas Lively
[WebAssembly] Add unimplemented-simd128 subtarget feature
commit
|
commitdiff
|
tree
|
snapshot
2019-01-10
Sterling Augustine
Properly support -shared-libgcc.
commit
|
commitdiff
|
tree
|
snapshot
2019-01-10
Martin Storsjo
[llvm-objcopy] [COFF] Fix a test matching pathnames...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-10
Martin Storsjo
[llvm-objcopy] [COFF] Fix warnings abuilt missing field...
commit
|
commitdiff
|
tree
|
snapshot
2019-01-10
Peter Collingbourne
gn build: Use "git rev-parse --git-dir" to discover...
commit
|
commitdiff
|
tree
|
snapshot
next