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-05-11
Diana Picus
[ARM][GlobalISel] Legalize narrow scalar ops by widening
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
Pierre Gousseau
[asan] Recommit of r301904: Add strndup/__strndup inter...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
Serge Guelton
Remove spurious cast of nullptr. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
Serge Guelton
Remove now useless trailing nullptr in StructType::get
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
Diana Picus
[ARM][GlobalISel] Support for G_ANYEXT
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
Serge Pavlov
Reverted r302775
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
Diana Picus
Revert "PR22877: When constructing an array via a const...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
Serge Pavlov
Driver must return non-zero code on errors in command...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
Igor Breger
[GlobalISel][X86] G_ICMP support.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
Michael Park
Fix `std::visit` for the zero variants case.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
Craig Topper
[APInt] Remove an unneeded extra temporary APInt from...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
Bruno Cardoso...
Make tests from r302765 windows friendly
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
Craig Topper
[APInt] Use negate() instead of copying an APInt to...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
Craig Topper
[SCEV] Reduce possible APInt allocations a bit.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
Craig Topper
[SCEV] Remove unneeded 'using namespace APIntOps'.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
Igor Breger
[X86] Move getX86ConditionCode() from X86FastISel.cpp...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
NAKAMURA Takumi
SupportTests: Suppress ParallelTests on mingw for now...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
Bruno Cardoso...
[Sema] Improve redefinition errors pointing to the...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
Akira Hatanaka
Revert "[libcxxabi] Align unwindHeader on a double...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
Akira Hatanaka
[libcxxabi] Align unwindHeader on a double-word boundary.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
Eric Fiselier
Revert "Rename c++abi.a on Windows to libc++abi to...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
Eric Fiselier
Allow undefined symbols when linking libc++abi.dll...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
Eric Fiselier
Fix Libc++abi linking under MinGW64
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
Eric Fiselier
Rename c++abi.a on Windows to libc++abi to avoid name...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
NAKAMURA Takumi
Prune unused \param(s) of clang::Parser::ParseTemplateI...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
NAKAMURA Takumi
clang/test/CodeGenCXX/array-default-argument.cpp: Satis...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
Paul Robinson
Remove redundant initialization. NFC
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
Eric Fiselier
Don't use posix_memalign under MinGW
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
Eric Fiselier
Apply libc++ MinGW CMake fix to libc++abi
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
Eric Fiselier
Add temporary workaround to allow in-tree libc++ builds...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
Zachary Turner
Final (hopefully) fix for the build bots.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
Zachary Turner
Try again to fix the buildbots.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
Richard Smith
PR22877: When constructing an array via a constructor...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
Zachary Turner
Fix build errors with Parallel.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-11
Zachary Turner
[Support] Move Parallel algorithms from LLD to LLVM.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Kostya Serebryany
[libFuzzer] fix a compiler warning
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
David L. Jones
Revert "[SDAG] Relax conditions under stores of loaded...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Eugene Zelenko
[IR] Rollback changes in r302744 which caused buildbots...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Eugene Zelenko
[IR] Fix some Clang-tidy modernize-use-using warnings...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Eric Fiselier
Workaround -W#warnings on Windows until the correct...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Davide Italiano
[PHIElimination] Use the same name for DEBUG_TYPE and...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
NAKAMURA Takumi
clang/lib/Tooling/RefactoringCallbacks.cpp: Avoid std...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Adrian Prantl
Partially revert r302685 and swith Apple-style full...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Shoaib Meenai
[libc++abi] Disable libc++ extern templates project...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
James Y Knight
[Myriad] Pass -Xclang and -mllvm flags to moviCompile
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Richard Smith
Changes missed from r302732.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Eric Fiselier
Remove usages of _LIBCPP_MSVC which is never defined
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Siddharth Bhat
[NFC] [Fortran Support] move Fortran array detection...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Eric Fiselier
Fix MinGW build to use Pthread when the header is avail...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Sanjay Patel
[InstCombine] remove fold that swaps xor/or with consta...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Richard Smith
Improve diagnosis of unknown template name.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Eric Fiselier
Don't interfere with the __builtin_foo namespace under...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Matt Arsenault
AMDGPU: Make some packed shuffles free
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Matt Arsenault
AMDGPU: Add new subtarget features for gfx9 flat instru...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Billy Robert...
Fix bad #endif in msvc_stdlib_force_include.hpp.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Eric Fiselier
[libc++] Refactor Windows support headers.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Michael Kruse
[Simplify] Mark variables as used. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Michael Kruse
[Simplify] Mark variables as used. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Eric Fiselier
Implement LWG 2591 - Patch from K-Ballo
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Eric Fiselier
XFAIL is_trivially_copyable test for compilers that...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Siddharth Bhat
[Fix][Fortran Support] Don't use -debug-only in pattern...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Eric Fiselier
Fix enable_shared_from_this test in C++11
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Erich Keane
Fix errored return value in CheckFunctionReturnType...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Rui Ueyama
Remove unused #include.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Rui Ueyama
Rename parallelFor -> parallelForEachN.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Craig Topper
[ConstantRange] Fix the early out in ConstantRange...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Craig Topper
[APInt] Add negate helper method to implement twos...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Michael Kruse
[DeLICM] Avoid compiler warning. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Davide Italiano
[NewGVN] Introduce a definesNoMemory() helper and use it.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Eric Fiselier
Clean up LIT failure output by not showing the entire...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Nirav Dave
[SDAG] Relax conditions under stores of loaded values...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Michael Kruse
[DeLICM] Always normalize domain. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Billy Robert...
Update is_trivially_copyable tests with CWG 2094
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Eric Fiselier
[libc++] Fix PR32979 - types with a private std::enabl...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Rafael Espindola
Use a DenseMap in LinkerScript::getCmd.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Casey Carter
[test] support machinery changes for EDG & C1XX /Za
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Rafael Espindola
Refactor OutputSection to OutputSectionCommand mapping.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Teresa Johnson
Ensure non-null ProfileSummaryInfo passed to ModuleSumm...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Craig Topper
[APInt] Make toString use udivrem instead of calling...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Craig Topper
[APInt] Use uint32_t instead of unsigned for the storag...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Craig Topper
[APInt] Use getRawData to slightly simplify some code.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Craig Topper
[APInt] Remove check for single word since single word...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Craig Topper
[ConstantRange] Add test case showing a case where...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Amaury Sechet
Small refactoring in DAGCombine. NFC
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Eric Fiselier
Fix use of now removed %exec test substitution
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Zachary Turner
Rename variables to conform to LLVM naming conventions.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Siddharth Bhat
[Fix] [Fortran Support] Fix variable name & make testca...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Erik Pilkington
[Sema] Objective-C++ support for type trait __is_base_of
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Rui Ueyama
[ELF] Improve error message for incompatible section...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Francis Ricci
Revert "Add dyld to sanitizer procmaps on darwin"
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Francis Ricci
Revert "Disable static caching of dyld header on Go...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Tim Shen
[XRay] Fix XRay PPC return value bug.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Hans Wennborg
Fix -DLLVM_ENABLE_THREADS=OFF build of lld after r302613
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Alex Lorenz
[AST] RecursiveASTVisitor should not crash on lambdas...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Petr Hosek
[clang-tidy][CMake] Make clang-tidy usable as distribut...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Petr Hosek
[ELF] Define __ehdr_start unconditionally even when...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Tim Shen
[XRay] Fix the test func-id-utils.cc on PPC.
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Adrian Prantl
Build the Apple-style stage2 with full debug info
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Sanjay Patel
[InstSimplify, InstCombine] move 'or' simplification...
commit
|
commitdiff
|
tree
|
snapshot
2017-05-10
Simon Pilgrim
[X86][SSE] Check vec_set BUILD_VECTOR tests on both...
commit
|
commitdiff
|
tree
|
snapshot
next