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
2017-11-30
Eugene Zelenko
[Documentation] Style fixes for Objective-C checks...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Sam McCall
[clangd] New conventions for JSON-marshalling functions...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Krzysztof Parzyszek
[Hexagon] Implement HexagonSubtarget::useAA()
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Krzysztof Parzyszek
[Hexagon] Fix wrong check in test/CodeGen/Hexagon/newva...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Daniel Sanders
[globalisel][tablegen] Add support for relative AtomicO...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Sterling Augustine
Add powerpc64 to compiler-rt build infrastructure.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Rafael Espindola
Error on -no-define-common if the output is not relocat...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Jim Ingham
Fix this test so that the breakpoints you set are
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Krzysztof Parzyszek
[Hexagon] Fix wrong pass in testcase
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Krzysztof Parzyszek
[Hexagon] Solo instructions cannot be used with new...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Yaxun Liu
[AMDGPU] Convert test/tools/llvm-objdump/AMDGPU/source...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Craig Topper
[X86] Promote i8 CTPOP to i32 instead of i16 when we...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Jake Ehrlich
[llvm-objcopy] Add support for --only-keep/-j and ...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Daniel Sanders
[aarch64][globalisel] Legalize G_ATOMIC_CMPXCHG_WITH_SU...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Amara Emerson
[GlobalISel][IRTranslator] Fix crash during translation...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Sterling Augustine
Move x86-specific sources to x86-specific source lists.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Xinliang David Li
[PGO] Add a test case for infinite loops
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Xinliang David Li
[PGO] Skip counter promotion for infinite loops
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Michal Gorny
[cmake] Include project name in Sphinx doctree dir...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Yan Zhang
add new check to find NSError init invocation
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Yan Zhang
add new check to find NSError init invocation
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Kelvin Li
[OpenMP] Diagnose undeclared variables on declare targe...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Daniel Sanders
[globalisel][tablegen] Add support for specific immedia...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Zachary Turner
Split TypeTableBuilder into two classes.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Alexander Richardson
Fix the MIPS baremetal build
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Jim Ingham
Remove a long out-of-date comment.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Zachary Turner
[llvm-readobj] Fix mismatched line endings
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Dan Gohman
[WebAssembly] Revert r319186 "Support bitcasted functio...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Rafael Espindola
Simplify. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Alexey Bataev
[OPENMP] Fix possible assert for target regions with...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Rafael Espindola
Handle copy relocations in symbol assignments.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Jonas Hahnfeld
[CMake] Detect information about test compiler
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Francis Visoiu...
[MIR] Fix DebugInfo tests after r319445
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Erich Keane
Fix __has_unique_object_representations implementation
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Francis Visoiu...
[CodeGen] Always use `printReg` to print registers...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Igor Laevsky
[FuzzMutate] Bailout from injecting into empty basic...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Pavel Labath
Add a test case for open bug 35480
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Igor Laevsky
[FuzzMutate] Correctly handle vector types in the inser...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Igor Laevsky
[FuzzMutate] Don't use index operands as sinks
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Igor Laevsky
[FuzzMutate] Pick correct index for the insertvalue...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Igor Laevsky
[FuzzMutate] Don't create load as a new source if it...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Igor Laevsky
[FuzzMutate] Don't crash when we can't remove instructi...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Sanjay Patel
[LangRef] clarify semantics of the frem instruction
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Alexey Bataev
[InstCombine] Additional test for PR35354, NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
George Rimar
[ELF] - Handle EhInputSection Live bit in MarkLive.cpp
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Nemanja Ivanovic
[PowerPC] Recommit r314244 with refactoring and off...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Simon Pilgrim
[X86][AVX512] Tag fcmp/ptest/ternlog instructions sched...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Simon Pilgrim
[X86][AVX512] Regenerate avx512 schedule tests
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Philip Pfaffe
Handle Top-Level-Regions in polly::isHoistableLoad
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Sean Eveson
[MC] Function stack size section.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Sean Eveson
Revert r319423: [MC] Function stack size section.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Diana Picus
[ARM GlobalISel] Bail out for byval
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Francis Visoiu...
[CodeGen] Print "%vreg0" as "%0" in both MIR and debug...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Michael Kruse
Update format after clang-format change. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Keith Walker
Revert [ARM] disable FPU features when using soft float...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Simon Pilgrim
[X86][AVX512] Tag binop/rounding/sae instructions sched...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Sean Eveson
[MC] Function stack size section.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Andrey Churbanov
Extension of HWLOC topology discovery with NUMA nodes...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Sam Parker
[DAGCombine] Refactor ReduceLoadWidth
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Keith Walker
[ARM] disable FPU features when using soft floating...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Serge Guelton
Support generic lowering of vector bswap
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Simon Pilgrim
[X86][AVX512] Tag RCP/RSQRT/GETEXP instructions schedul...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Jonas Devlieghere
[dsymutil] Exclude namespace from ifdef in CFBundle
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Jonas Devlieghere
[dsymutil] Upstream getBundleInfo implementation
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Martin Probst
clang-format: [JS] do not wrap after async/await.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Pavel Labath
Fix assertion in ClangASTContext
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Ivan A. Kosarev
[CodeGen] Add initial support for union members in...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Stephan Bergmann
Linux needs to include sys/uio.h for readv, preadv
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Roman Lebedev
[analyzer] Fix false negative on post-increment of...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Hiroshi Inoue
Revert rL319407: [SROA] enable splitting for non-whole...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Jonas Paulsson
[SystemZ] Bugfix in adjustSubwordCmp.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Richard Smith
Preserve the "last diagnostic was suppressed" flag...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Hiroshi Inoue
[SROA] enable splitting for non-whole-alloca loads...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Craig Topper
[X86] Optimize avx2 vgatherqps for v2f32 with v2i64...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Craig Topper
[X86] Make sure we don't remove sign extends of masks...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Rafael Espindola
Don't crash on invalid.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Rafael Espindola
Delete dead code.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Jan Kratochvil
refactor: Simplify loop with DWARFCompileUnit::Extract
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Rafael Espindola
Error instead of ignoring broken debug info.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Dean Michael...
[XRay][docs] Update documentation on new default for...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Graham Yiu
- Removed unused lamba (IsReturnBlock) causing build...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Graham Yiu
With PGO information, we can do more aggressive outlini...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Kostya Serebryany
[libFuzzer] mention one more trophie in the Linux Kernel
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Sam Clegg
[WebAssembly] Allow function signature checking at...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Rui Ueyama
Remove unused condition.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Rui Ueyama
Fix typo.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Matt Arsenault
AMDGPU: Allow negative MUBUF vaddr for gfx9
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Rafael Espindola
Check alignment in getSectionContentsAsArray.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Vedant Kumar
[Coverage] Use the most-recent completed region count...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Peter Collingbourne
LowerTypeTests: Deduplicate code. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Jim Ingham
Fix the gtest target for the move of ArchSpecTest.cpp...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Dean Michael...
[XRay][clang] Introduce -fxray-always-emit-customevents
commit
|
commitdiff
|
tree
|
snapshot
2017-11-30
Peter Collingbourne
LowerTypeTests: Remove unnecessary cast. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-29
Hans Wennborg
MS ABI: Treat explicit instantiation definitions of...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-29
Rafael Espindola
Fix reloc section alignment in test.
commit
|
commitdiff
|
tree
|
snapshot
2017-11-29
Eugene Zelenko
[AST] Fix some Clang-tidy modernize and Include What...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-29
Aaron Ballman
Perform a bounds check on a function's argument list...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-29
Craig Topper
[X86] Remove some questionable looking code that seems...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-29
Joerg Sonnenberger
First step towards more human-friendly PPC assembler...
commit
|
commitdiff
|
tree
|
snapshot
2017-11-29
Sam Clegg
[WebAssembly] Update test expectations for gcc torture...
commit
|
commitdiff
|
tree
|
snapshot
next