projects
/
clang
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
clang
2016-08-18
Artem Dergachev
[analyzer] Teach CloneDetector to find clones that...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-18
Aaron Ballman
Correct the documentation for isSignedInteger() and...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-18
Diana Picus
Revert "[OpenMP] Sema and parsing for 'teams distribute...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-18
Gabor Horvath
revert [analyzer] Added valist related checkers.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-18
Guy Blank
test commit
commit
|
commitdiff
|
tree
|
snapshot
2016-08-18
Gabor Horvath
[analyzer] Added valist related checkers.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-18
Gabor Horvath
[analyzer] Small cleanups when checkers retrieving...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-18
Vedant Kumar
[Driver] Use llvm-config.h, not config.h to unbreak...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-18
Richard Smith
Remove debugging aids from this test and fix its expect...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-18
Kostya Serebryany
[sanitizer-coverag] update the docs in __sanitizer_cov_...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-18
Richard Smith
PR28438: Update the information on an identifier with...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-17
Adrian Prantl
Print the module format in clang -module-file-info.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-17
Adrian Prantl
Support object-file-wrapped modules in clang -module...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-17
Kelvin Li
[OpenMP] Sema and parsing for 'teams distribute simd...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-17
Chris Bieneman
[Darwin] Stop linking libclang_rt.eprintf.a
commit
|
commitdiff
|
tree
|
snapshot
2016-08-17
Chris Bieneman
[CMake] Adding toolchain targets to PGO and Apple CMake...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-17
Richard Smith
Add test missed from r278983.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-17
Richard Smith
PR18417: Increase -ftemplate-depth to the value 1024...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-17
Zachary Turner
Revert "[Tooling] Parse compilation database command...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-17
Yaxun Liu
[OpenCL] AMDGPU: add support of cl_khr_subgroups
commit
|
commitdiff
|
tree
|
snapshot
2016-08-17
Zachary Turner
[Tooling] Parse compilation database command lines...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-17
Tim Shen
[GraphWriter] Change GraphWriter to use NodeRef in...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-17
Akira Hatanaka
[CodeGen][ObjC] Fix infinite recursion in getObjCEncodi...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-17
Adrian Prantl
Module debug info: Fix a bug in handling record decls...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-17
Adrian Prantl
Simplify condition. (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2016-08-17
Adrian Prantl
Debug info: Mark noreturn functions with DIFlagNoReturn.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-17
Artem Dergachev
[analyzer] Add a checker for loss of sign or precision...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-17
Artem Dergachev
[analyzer] Add LocationContext information to SymbolMet...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-17
Martin Bohme
Visit lambda capture inits from RecursiveASTVisitor...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-17
Aaron Ballman
Add an AST matcher for external formal linkage.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-17
Roger Ferrer...
Add missing tests
commit
|
commitdiff
|
tree
|
snapshot
2016-08-17
Mehdi Amini
[ThinLTO] Adapt backend invocation to llvm API changes.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-17
Duncan P. N...
CodeGen: Avoid dereferencing end() in ScalarExprEmitter...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-17
Chandler Carruth
[PM] Update Clang for LLVM's r278896 which re-organized...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-17
Richard Smith
Add missing close brace to fix Windows bots. Oops :(
commit
|
commitdiff
|
tree
|
snapshot
2016-08-17
Zijiao Ma
Some missing usage of TargetParser. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-17
Richard Smith
If possible, set the stack rlimit to at least 8MiB...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-16
Chris Bieneman
[CMake] Workflow improvements to PGO generation
commit
|
commitdiff
|
tree
|
snapshot
2016-08-16
Adrian McCarthy
Emit debug info for dynamic classes if they are importe...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-16
Yaxun Liu
[OpenCL] AMDGPU: Add extensions cl_amd_media_ops and...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-16
Chris Bieneman
[CMake] Fixing typo in Info.plist generation
commit
|
commitdiff
|
tree
|
snapshot
2016-08-16
Chris Bieneman
[CMake] [Apple Cache] Set CLANG_VENDOR_UTI for Apple...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-16
Reid Kleckner
Try to work around an MSVC 2013 bug around defaulted...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-16
Erik Pilkington
[ObjC] Warn on unguarded use of partial declaration
commit
|
commitdiff
|
tree
|
snapshot
2016-08-16
Reid Kleckner
Revert "[X86] Add xgetbv/x[X86] Add xgetbv xsetbv intri...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-16
Aaron Ballman
Reduce the number of allocations required for AST attri...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-16
Samuel Antao
Reorder stderr redirection in test command.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-16
Samuel Antao
Add empty --gcc-toolchain empty to cuda-detect test.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-16
James Molloy
Left shifts of negative values are defined if -fwrapv...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-16
Marina Yatsina
[X86] Add xgetbv/x[X86] Add xgetbv xsetbv intrinsics...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-16
Justin Lebar
[CUDA] Fix "declared here" note on deferred wrong-side...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-16
Richard Smith
PR28978: If we need overload resolution for the move...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-15
Justin Lebar
[CUDA] Raise an error if a wrong-side call is codegen'ed.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-15
Tim Shen
[ADT] Change PostOrderIterator to use NodeRef. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-15
Manman Ren
Objective-C diagnostics: isObjCNSObjectType should...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-15
Justin Lebar
Add the notion of deferred diagnostics.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-15
Justin Lebar
[CUDA] Include CUDA headers before anything else.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-15
Justin Lebar
[CUDA] Fix CUDA install version parsing.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-15
Saleem Abdulrasool
StaticAnalyzer: Report found fields order in PaddingChecker
commit
|
commitdiff
|
tree
|
snapshot
2016-08-15
Chris Bieneman
[CMake] Apple stage1 doesn't need to set libcxx options
commit
|
commitdiff
|
tree
|
snapshot
2016-08-15
Paul Robinson
Replace an obsolete company name.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-15
David Majnemer
[CodeGen] Ignore unnamed bitfields before handling...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-15
David Majnemer
[CodeGen] Correctly implement the AVX512 psABI rules
commit
|
commitdiff
|
tree
|
snapshot
2016-08-15
Richard Smith
cxx_status: update features implemented in clang 3...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-15
Richard Smith
cxx_status: mark decomposition declarations as "partial...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-15
Richard Smith
Disable lambda-capture of decomposition declaration...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-15
Richard Smith
Add a triple to this test to make buildbots happier.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-15
Richard Smith
P0217R3: code generation support for decomposition...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-14
Richard Smith
Explicitly generate a reference variable to hold the...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-13
Eugene Zelenko
Fix build broken after llvm/ADT/DenseMap.h replacement...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Artem Belevich
[CUDA] Place GPU binary into .nv_fatbin section and...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Bruno Cardoso...
Reapply [VFS] Skip non existent files from the VFS...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Teresa Johnson
CodeGen: Replace ThinLTO backend implementation with...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Zachary Turner
[Driver] Set the default driver mode based on the execu...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Alexander Droste
Revert test commit
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Alexander Droste
Test commit - first LLVM repo commit
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Duncan P. N...
BugReporter: Use ilist_half_embedded_sentinel_traits...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Martin Bohme
[ASTMatchers] Add templateTypeParmDecl() to Registry.cpp
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Simon Pilgrim
Fix Wdocumentation unknown parameter warning
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Andrey Bokhanko
Fix For pr28288 - Error message in shift of vector...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Jonas Hahnfeld
Fix cuda-detect.cu when CLANG_DEFAULT_CXX_STDLIB is set
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Benjamin Kramer
Prune unused diagnostics. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Benjamin Kramer
[C++1z] Fix crash when decomposing structs with anonymo...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Roger Ferrer...
This patch implements PR#22821.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
George Burgess IV
[Sema] Fix the wording of a comment. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
George Burgess IV
[Sema] Fix a crash on variadic enable_if functions.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Richard Smith
P0217R3: serialization/deserialization support for...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Bruno Cardoso...
Revert "[VFS] Skip non existent files from the VFS...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Richard Smith
P0217R3: template instantiation support for decompositi...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Bruno Cardoso...
[VFS] Skip non existent files from the VFS tree
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Bruno Cardoso...
[VFS] Add 'ignore-non-existent-contents' field to YAML...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Richard Smith
Remove unused and undesirable reference from BindingDec...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Richard Smith
P0217R3: Constant expression evaluation for decompositi...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Vedant Kumar
[Basic] Add const qualifier to SM.isInSystemMacro ...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-11
Richard Smith
P0217R3: Perform semantic checks and initialization...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-11
Ed Schouten
Don't enable PIE on i686-unknown-cloudabi.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-11
Ed Schouten
Pass in frame pointer omitting compiler flags for Cloud...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-11
Devin Coughlin
[analyzer] Teach RetainCountChecker about CVFooRetain
commit
|
commitdiff
|
tree
|
snapshot
2016-08-11
Bruno Cardoso...
[Sema] Add more strict check for sizeof diagnostics...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-11
Saleem Abdulrasool
bindings: expose diagnostic formatting to Python
commit
|
commitdiff
|
tree
|
snapshot
next