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
2016-12-19
George Rimar
[ELF] - Implemented --retain-symbols-file option
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Paul Robinson
Undo accidental comit
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Paul Robinson
Make a few OpenMP tests "C++11 clean."
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Kuba Mracek
[tsan] Implement __tsan_get_alloc_stack and __tsan_loca...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Sanjay Patel
[InstCombine] add folds for icmp (umin|umax X, Y), X
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Luke Drummond
Expression evaluation for overloaded C functions (redux)
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Florian Hahn
[LoopVersioning] Require loop-simplify form for loop...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Rafael Espindola
Detemplate PhdrEntry. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Konstantin...
[AMDGPU] When unifying metadata, add operands to named...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
NAKAMURA Takumi
[libclang] Revert part of r290025, "Remove the 'extern...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Rafael Espindola
Use existing variable. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Sanjay Patel
[InstCombine] add folds for icmp (smax X, Y), X
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Prakhar Bahuguna
[ARM] Add missing -backend-option for -arm-execute...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Daniel Jasper
Silence unused warning.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Diana Picus
[ARM] GlobalISel: Add more checks to test
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Diana Picus
[ARM] GlobalISel: Minor style fixup in test
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Diana Picus
[ARM] GlobalISel: Lower i8 and i16 register args
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Diana Picus
[ARM] GlobalISel: Allow i8 and i16 adds
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Diana Picus
[ARM] GlobalISel: Select i8 and i16 copies
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Tobias Grosser
Fix clang-format
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Ehsan Amiri
[Power9] Processor Model for Scheduling
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Diana Picus
Revert "[XRay] [compiler-rt] Move machine-dependent...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Malcolm Parsons
[Hexagon] Restore minimum profit check accidentally...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Adhemerval...
ELF/AArch64: Fix dynamic relocation against local symbo...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Diana Picus
[ARM] GlobalISel: Lower more than 4 arguments
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Sam Kolton
AMDGPU: [AMDGPU] Assembler: add .hsa_code_object_metada...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Diana Picus
[ARM] GlobalISel: Support loading from the stack
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Bjorn Pettersson
[CodeGen] Make MachineInstr::isIdenticalTo() symmetric.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Daniel Jasper
clang-format: Slightly tweak the behavior of <<-wrapping.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Eric Liu
[clang-format] revert an unintended change in r288493...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Daniel Jasper
Revert "[c++1z] P0195R2: Support pack-expansion of...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Dean Michael...
[XRay] Fix assertion failure on empty machine basic...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Daniel Jasper
clang-format: Fix regression introduced in r290084.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Craig Topper
[X86] When recognizing vector loads or VZEXT_LOAD in...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Craig Topper
[TableGen] Use 'unsigned' instead of 'bool' in a place...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Daniel Jasper
Add files I seem to have dropped in my revert (r290086).
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Daniel Jasper
Revert @llvm.assume with operator bundles (r289755...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Daniel Jasper
Fix format after recent clang-format change.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Daniel Jasper
clang-format: Allow "single column" list layout even...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Dean Michael...
[XRay][compiler-rt] Fix missing include of <cerrno>
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Richard Smith
Add __cpp_structured_bindings feature test macro for...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Richard Smith
[c++1z] cxx_status: mark p0195r2 as done.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Richard Smith
[c++1z] P0195R2: Support pack-expansion of using-declar...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Dean Michael...
[XRay][compiler-rt] Post-commit review fixup of XRay...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Dean Michael...
[XRay][compiler-rt] Explicitly include <cstdint> for...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Dean Michael...
[XRay] [compiler-rt] Move machine-dependent code into...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Rui Ueyama
Remove inappropriate use of CachedHashStringRef.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Yaxun Liu
Add a lit test for PR31374
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Dean Michael...
[XRay] [compiler-rt] Fix format string; sanitizers...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-19
Craig Topper
[X86] Remove all of the patterns that use X86ISD:FAND...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-18
Richard Smith
Fix name hiding and redeclaration checking for dependen...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-18
Richard Smith
Fix some interactions between C++11 and C++14 features...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-18
Tom de Vries
[FileCheck] Fix --strict-whitespace --match-full-lines...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-18
Tom de Vries
[FileCheck] Fix --strict-whitespace --match-full-lines
commit
|
commitdiff
|
tree
|
snapshot
2016-12-18
David Majnemer
[PDB] Don't use the long type
commit
|
commitdiff
|
tree
|
snapshot
2016-12-18
Sanjay Patel
[InstCombine] use commutative matchers for patterns...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-18
Daniel Jasper
Revert r289955 and r289962. This is causing lots of...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-18
Michael Zuckerman
[X86] [AVX512] Minor fix in encoding of scalar EVEX...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-18
Simon Pilgrim
[X86][SSE] Add support for combining target shuffles...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-18
Simon Pilgrim
Wdocumentation fix
commit
|
commitdiff
|
tree
|
snapshot
2016-12-18
Rui Ueyama
Remove lld/Support/Memory.h.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-18
Tom de Vries
[FileCheck] Fix comment in ReadCheckFile
commit
|
commitdiff
|
tree
|
snapshot
2016-12-18
Craig Topper
[X86][SSE][AVX-512] Convert FAND/FOR/FXOR/FANDN nodes...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-18
Yaxun Liu
Fix a lit test issue exposed by r290056
commit
|
commitdiff
|
tree
|
snapshot
2016-12-18
Yaxun Liu
Attempt to fix build failure and regressions due to...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-18
Craig Topper
[AVX-512] Use EVEX encoded XOR instruction for zeroing...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-18
Yaxun Liu
Recommit r289979 [OpenCL] Allow disabling types and...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-18
Craig Topper
[AVX-512] Make sure VLX is also enabled before using...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-18
David Majnemer
[PDB] Don't reimplement CRC32
commit
|
commitdiff
|
tree
|
snapshot
2016-12-18
David Majnemer
[PDB] Validate superblock addresses
commit
|
commitdiff
|
tree
|
snapshot
2016-12-17
Chris Bieneman
[CMake] Fix issue reported on sanitizer bots
commit
|
commitdiff
|
tree
|
snapshot
2016-12-17
Malcolm Parsons
[clang-tidy] Remove duplicated check from move-construc...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-17
Matt Arsenault
AMDGPU: Fix broken check prefix in test
commit
|
commitdiff
|
tree
|
snapshot
2016-12-17
Craig Topper
[AVX-512] Use EVEX encoded logic operations for scalar...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-17
Craig Topper
[AVX-512] Update scalar logic test to show missed oppor...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-17
Matthias Braun
Revert "AArch64CollectLOH: Rewrite as block-local analy...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-17
Craig Topper
[InstCombine] Simplify code slightly. NFC
commit
|
commitdiff
|
tree
|
snapshot
2016-12-17
Sylvestre Ledru
Fix the cmake declaration syntax
commit
|
commitdiff
|
tree
|
snapshot
2016-12-17
Sylvestre Ledru
Support of lldb on Kfreebsd
commit
|
commitdiff
|
tree
|
snapshot
2016-12-17
Daniel Jasper
Revert "[libFuzzer] add an experimental flag -experimen...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-17
George Rimar
[ELF] - Use DWARFDebugPubTable parser class intead...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-17
George Rimar
[DWARF] - Make PubIndexEntryDescriptor::toBits() to...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-17
George Rimar
[DWARF] - Introduce DWARFDebugPubTable class for dumpin...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-17
Kostya Serebryany
[libFuzzer] use less memory for merge
commit
|
commitdiff
|
tree
|
snapshot
2016-12-17
Kelvin Li
[OpenMP] Sema and parsing for 'target teams' pragma
commit
|
commitdiff
|
tree
|
snapshot
2016-12-17
Tom Stellard
Add custom type for PseudoSourceValue
commit
|
commitdiff
|
tree
|
snapshot
2016-12-17
Peter Collingbourne
ADT: Add a getArrayRef() accessor to MapVector.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-17
Kostya Serebryany
[libFuzzer] speed up __sanitizer_cov_trace_switch a...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-17
Kostya Serebryany
[libFuzzer] remove stale test
commit
|
commitdiff
|
tree
|
snapshot
2016-12-17
Matthias Braun
Move test to correct directory
commit
|
commitdiff
|
tree
|
snapshot
2016-12-17
Kostya Serebryany
[libFuzzer] when tracing switch statements, handle...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-17
Evgeniy Stepanov
Revert "[GVNHoist] Move GVNHoist to function simplifica...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-17
Evgeniy Stepanov
Fix compilation.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-17
Eugene Zelenko
[Hexagon] Other attempt to fix build with enabled asser...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-17
Eugene Zelenko
[Hexagon] Fix build with enabled asserts broken in...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-17
Matthias Braun
AArch64CollectLOH: Rewrite as block-local analysis.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-17
Argyrios Kyrtzidis
[libclang] Remove the 'extern "C"' blocks from the...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-17
Eugene Zelenko
[Hexagon] Fix some Clang-tidy modernize and Include...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-17
Devin Coughlin
[analyzer] UnixAPIChecker: Don't diagnose for functions...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-17
Vedant Kumar
Retry: [BPI] Use a safer constructor to calculate branc...
commit
|
commitdiff
|
tree
|
snapshot
next