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-08-09
Richard Trieu
Allow operator delete to be an invalid Decl.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-09
Craig Topper
[InstCombine] Add a test case for a missed opportunity...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-09
Gheorghe-Teodor...
[OpenMP] Fix bug regarding cubin integration into host...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-09
Vitaly Buka
[asan] Refactor thread creation bookkeeping
commit
|
commitdiff
|
tree
|
snapshot
2017-08-09
Vitaly Buka
[asan] Complete the Fuchsia port
commit
|
commitdiff
|
tree
|
snapshot
2017-08-09
Eugene Zelenko
[AMDGPU] Revert r310429 changes in AMDKernelCodeT.h...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Eugene Zelenko
[AMDGPU] Fix some Clang-tidy modernize-use-using and...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Kamil Rytarowski
Try to appease compiler and break multiline comment.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Tim Northover
Sema: disable implicit conversion from _Complex to...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Tim Northover
Revert "Lexer: always allow imaginary constants in...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Quentin Colombet
Revert "[GlobalISel] Remove the GISelAccessor API."
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Nemanja Ivanovic
My commit r310346 introduced some valid warnings. This...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Tim Northover
Lexer: always allow imaginary constants in GNU mode.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Jessica Paquette
[MachineOutliner] Ensure AArch64 outliner doesn't mess...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Wei Mi
[GVN] Remove stale entries in phitranslate cache when...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Nuno Lopes
BasicAA: assert on another case where aliasGEP shouldn...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Reid Kleckner
[winasan] Fix hotpatching ntdll!strcpy for Win10 creato...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Simon Atanasyan
[mips] Enable `long_call/short_call` attributes on...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Tim Hammerquist
Add existing unit tests to Xcode project
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Dehao Chen
Make ICP uses PSI to check for hotness.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Erik Pilkington
[demangler] Rename some variables, NFC
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Kamil Rytarowski
Add NetBSD support in asan_malloc_linux.cc
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Kamil Rytarowski
Add NetBSD support in asan_symbolize.py
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Kamil Rytarowski
Enable ubsan on NetBSD
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Kamil Rytarowski
Reuse sanitizer_linux for NetBSD
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Reid Kleckner
[codeview] Emit nested enums and typedefs from classes
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Kostya Serebryany
[sanitizer-coverage] -fsanitize-coverage=bb,inline...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Matt Morehouse
Integrate Kostya's clang-proto-fuzzer with LLVM.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Craig Topper
[InstCombine] Support pulling left shifts through a...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Eli Friedman
[coverage] Special-case calls to noreturn functions.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Nirav Dave
[DAG] Introduce peekThroughBitcast function. NFCI.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Nirav Dave
[DAG] Update comments. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Josh Gao
Thread Safety Analysis: warn on nonsensical attributes.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Josh Gao
Reland "Thread Safety Analysis: fix assert_capability."
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Richard Smith
PR19668, PR23034: Fix handling of move constructors...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Kamil Rytarowski
Add NetBSD support in asan_interceptors.cc
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Connor Abbott
[AMDGPU] Add llvm.amdgpu.update.dpp intrinsic
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Chad Rosier
[NewGVN] Use a cast instead of a dyn_cast.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Zachary Turner
[PDB] Fix linking of function symbols and local variables.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Adrian Prantl
dsymutil: support dwarf version mismatches between...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Kamil Rytarowski
NetBSD compatibility nit in asan_test_utils.h
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Anna Thomas
[LoopVectorize] Fix assertion failure in Fcmp vectorization
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Aaron Ballman
Restore previous structure ABI behavior for bit-fields...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Alexey Bataev
[OPENMP][DEBUG] Set proper address space info if requir...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Craig Topper
[X86] Support 'avx5124vnniw' and 'avx5124fmaps' for...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Michael Kruse
[test] Add descriptions and pseudocode to tests. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Tim Northover
Revert "[ARM] Fix assembly and disassembly for VMRS...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Sanjoy Das
[DomTree] Use a non-recursive DFS instead of a recursiv...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Erik Pilkington
[Availability] Don't make an availability attribute...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Michael Kruse
[DeLICM/ZoneAlgo] Remove duplicate code. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Roman Gareev
Use SCEV information for the second level aliasing
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Alexey Bataev
Revert "[OPENMP][DEBUG] Set proper address space info...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Craig Topper
[KnownBits][ValueTracking] Move the math for calculatin...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Alexey Bataev
[OPENMP][DEBUG] Set proper address space info if requir...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Nico Weber
Use "foo-12345.o.tmp" instead of "foo.o-12345" as tempo...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Alex Bradbury
[RISCV] Fix warning about unused getSubtargetFeatureName()
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Roman Gareev
Do not use isl_set_project_out to get all loop prefixes
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Nuno Lopes
BasicAA: aliasGEP shouldn't get a PartialAlias response...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Simon Pilgrim
[DAGCombiner] simplifyShuffleMask - handle UNDEF inputs...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Gabor Horvath
[clang-tidy] Add new readability non-idiomatic static...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Kamil Rytarowski
Enable COMPILER_RT_HAS_SANITIZER_COMMON on NetBSD
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Tobias Grosser
[RegisterPasses] Run polly-simplify also right after...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Gheorghe-Teodor...
Non-functional change. Fix test for D29654.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Martin Probst
clang-format: [JS] fix union type spacing in object...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Alexander Kornienko
[clang-tidy] 'implicit cast' -> 'implicit conversion'
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Martin Probst
clang-format: [JS] handle single lines comments ending...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Alexey Bataev
Revert "[OPENMP][DEBUG] Set proper address space info...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Alex Bradbury
[RISCV] Add basic RISCVAsmParser (missing files)
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Gheorghe-Teodor...
[OpenMP] OpenMP device offloading code generation produ...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Alex Bradbury
[RISCV] Add basic RISCVAsmParser
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Alexey Bataev
[OPENMP][DEBUG] Set proper address space info if requir...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Nikolai Bozhenov
[libclang] Fix PR34055 (incompatible update of clang...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Nemanja Ivanovic
[PowerPC] Don't crash on larger splats achieved through...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Daniel Sanders
[globalisel][tablegen] Remove unnecessary ; to satisfy...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Nemanja Ivanovic
Appease compilers that have the -Wcovered-switch-defaul...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Siddharth Bhat
[NFC] [PPCGCodeGen] Add missing REQUIRES: pollyacc...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Siddharth Bhat
[ScopInfo] [NFC] Typo fix.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Amjad Aboud
[X86] Improved X86::CMOV to Branch heuristic.
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Kamil Rytarowski
Reuse interception_linux for NetBSD
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Siddharth Bhat
[Polly] [PPCGCodeGeneration] Handle failing of invarian...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Kamil Rytarowski
Define OFF_T as 64-bit integer on NetBSD
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Michael Kruse
[DeLICM] Properly handle PHI writes becoming empty...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Alex Lorenz
Darwin's toolchain should be initialized before openmp...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Nemanja Ivanovic
[PowerPC] Eliminate compares - add i32 sext/zext handli...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Alex Lorenz
Revert r310291, r310300 and r310332 because of test...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Simon Pilgrim
[DAGCombiner] Simplify shuffle mask index if the refere...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Daniel Sanders
[globalisel][tablegen] Add support for importing 'imm...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Chandler Carruth
[PM] Fix a likely more critical infloop bug in the...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Abhishek Aggarwal
Checking in files accidentally missed in later diffs...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Siddharth Bhat
[NFC] [GPUJIT] Print line number & size information...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Craig Topper
[InstCombine] Cast to BinaryOperator earlier in foldSel...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Tobias Grosser
[ScheduleOptimizer] Make matmul pattern detection work...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Tom Stellard
AMDGPU: Fix warnings introduced by r310336
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Tom Stellard
AMDGPU: Move R600 parts of AMDGPUISelDAGToDAG into...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Konstantin...
AMDGPU: Also remove SI from docs
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Chandler Carruth
[PM] Relax the spelling of a pass name slightly in...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Chandler Carruth
[PM] Fix new LoopUnroll function pass by invalidating...
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Reid Kleckner
Fix openmp-offload.c test on Windows
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Reid Kleckner
[codeview] Fix class name formatting
commit
|
commitdiff
|
tree
|
snapshot
2017-08-08
Vitaly Buka
[asan] Restore dead-code-elimination optimization for...
commit
|
commitdiff
|
tree
|
snapshot
next