projects
/
clang
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
clang
2018-04-20
Jonas Hahnfeld
[CUDA] Register relocatable GPU binaries
commit
|
commitdiff
|
tree
|
snapshot
2018-04-20
Florian Hahn
[Driver] Support for -save-stats in AddGoldPlugin.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-20
Ivan A. Kosarev
[NEON] Add a comment explaining the situation with...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-20
Andrea Di Biagio
Fix -Wunused-variable warnings after r330377.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-20
Alexey Sotkin
[OpenCL] Add 'denorms-are-zero' function attribute
commit
|
commitdiff
|
tree
|
snapshot
2018-04-19
Artem Dergachev
[CFG] [analyzer] Add construction contexts for loop...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-19
Artem Dergachev
[analyzer] When we fail to evaluate a pointer cast...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-19
Saleem Abdulrasool
Implement proper support for `-falign-functions`
commit
|
commitdiff
|
tree
|
snapshot
2018-04-19
Artem Dergachev
[CFG] [analyzer] Don't treat argument constructors...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-19
Artem Dergachev
[analyzer] RetainCount: Accept more "safe" CFRetain...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-19
David Zarzycki
[UnitTests] NFC/build-perf: Break up nontrivial compile...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-19
Steven Wu
[CXX] Templates specialization visibility can be wrong
commit
|
commitdiff
|
tree
|
snapshot
2018-04-19
Ivan A. Kosarev
[NEON] Define vfma_n_f32() and vfmaq_n_f32() intrinsics...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-19
Erich Keane
Fix __attribute__((force_align_arg_pointer)) misalignme...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-19
Krasimir Georgiev
[clang-format] Don't remove empty lines before namespac...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-19
Alexander Ivchenko
Lowering x86 adds/addus/subs/subus intrinsics (clang)
commit
|
commitdiff
|
tree
|
snapshot
2018-04-19
Dean Michael...
OpenBSD add C++ runtime in a driver's standpoint
commit
|
commitdiff
|
tree
|
snapshot
2018-04-18
Akira Hatanaka
[CodeGen] Do not push a destructor cleanup for a struct...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-18
Reid Kleckner
[MS] Fix unprototyped thunk emission for incomplete...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-18
Artem Belevich
[NVPTX, CUDA] Added support for m8n32k16 and m32n8k16...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-18
Fangrui Song
[OPENMP] Fix -Wunused-lambda-capture. NFC
commit
|
commitdiff
|
tree
|
snapshot
2018-04-18
Artem Belevich
[CUDA] added missing __ldg(const signed char *)
commit
|
commitdiff
|
tree
|
snapshot
2018-04-18
Yaxun Liu
[HIP] Add driver input type for HIP
commit
|
commitdiff
|
tree
|
snapshot
2018-04-18
Martin Storsjo
[MinGW] Try to fix asan testing after r330244
commit
|
commitdiff
|
tree
|
snapshot
2018-04-18
Alexey Bataev
[NVPTX] Emit debug info in DWARF-2 by default for Cuda...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-18
Alexey Bataev
[OPENMP] Code cleanup and code improvements.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-18
Jan Korous
[Sema] Disable built-in increment operator for bool...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-18
Ivan A. Kosarev
Revert r330195 "[NEON] Define vget_high_f16() and vget_...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-18
Martin Storsjo
[MinGW] Look for a cross sysroot relative to the clang...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-18
Bruno Cardoso...
[Modules] Turn on system header validation for implicit...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-17
Junmo Park
[AAch64] Add the __ARM_FEATURE_DOTPROD macro definition
commit
|
commitdiff
|
tree
|
snapshot
2018-04-17
Erich Keane
Add Microsoft mangling for _Float16
commit
|
commitdiff
|
tree
|
snapshot
2018-04-17
Keith Wyss
[XRay] Add clang builtin for xray typed events.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-17
Dan Albert
[Driver] Use the per-API level Android library directories.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-17
Teresa Johnson
Require shell for test
commit
|
commitdiff
|
tree
|
snapshot
2018-04-17
Teresa Johnson
Remove unused variable
commit
|
commitdiff
|
tree
|
snapshot
2018-04-17
Akira Hatanaka
[Sema] Warn about memcpy'ing non-trivial C structs.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-17
Akira Hatanaka
Move the visitor classes that are used to traverse...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-17
Akira Hatanaka
Add a command line option 'fregister_global_dtors_with_...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-17
Ivan A. Kosarev
[NEON] Define vget_high_f16() and vget_low_f16() intrin...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-17
Teresa Johnson
[ThinLTO] Pass -save-temps to LTO backend for distribut...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-17
Aaron Ballman
Add modifiers for unsigned char and signed char field...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-17
Ivan A. Kosarev
[NEON] Fix the architecture condition for the crypto...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-17
Aaron Ballman
Add checks for format specifiers used by __builtin_dump...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-17
Chandler Carruth
Add some infuriatingly necessary comments to this test...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-17
Duncan P. N...
Fix malformed table introduced by r330174
commit
|
commitdiff
|
tree
|
snapshot
2018-04-17
Duncan P. N...
Remove GC-related warning terminology
commit
|
commitdiff
|
tree
|
snapshot
2018-04-16
Eli Friedman
[ARM] Compute a target feature which corresponds to...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-16
Steven Wu
[Availability] Improve availability to consider functio...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-16
Erich Keane
Limit types of builtins that can be redeclared.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-16
Aaron Ballman
Defer adding keywords to the identifier table until...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-16
Alexey Bataev
[OPENMP] Allow to use declare target variables in map...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-16
Akira Hatanaka
[CodeGen] Fix a crash that occurs when a non-trivial...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-16
Alexey Bataev
[OPENMP] General code improvements.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-16
Akira Hatanaka
Revert "[CodeGen] Fix a crash that occurs when a non...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-16
Bruno Cardoso...
Use export_as for autolinking frameworks
commit
|
commitdiff
|
tree
|
snapshot
2018-04-16
Akira Hatanaka
[CodeGen] Fix a crash that occurs when a non-trivial...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-16
Krzysztof Parzyszek
[Hexagon] Emit a warning when -fvectorize is given...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-16
Alexey Bataev
[OPENMP] General code improvements.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-16
Brock Wyma
[CodeView] Initial support for emitting S_THUNK32 symbo...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-16
Aleksandar...
[mips] Prevent PIC to be set to level 2
commit
|
commitdiff
|
tree
|
snapshot
2018-04-16
Malcolm Parsons
Clean carriage returns from lib/ and include/. NFC.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-16
Gabor Buella
[X86] Introduce archs: goldmont-plus & tremont
commit
|
commitdiff
|
tree
|
snapshot
2018-04-15
Henry Wong
[analyzer] Do not invalidate the `this` pointer.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-14
Vedant Kumar
Revert "[Serialization] Fix some Clang-tidy modernize...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-13
Vedant Kumar
[Driver] Export profiling symbols for -exported_symbols...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-13
Richard Trieu
[ODRHash] Support pointer and reference types.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-13
Eugene Zelenko
[Serialization] Fix some Clang-tidy modernize and Inclu...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-13
Rui Ueyama
Use InitLLVM in clang as well.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-13
Adam Balogh
[Analyzer] Fix for SValBuilder expressions rearrangement
commit
|
commitdiff
|
tree
|
snapshot
2018-04-13
Andrey Konovalov
hwasan: add -fsanitize=kernel-hwaddress flag
commit
|
commitdiff
|
tree
|
snapshot
2018-04-13
Alexey Bataev
[OPENMP] Replace push_back by emplace_back, NFC.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-13
Volodymyr Sapsai
Fix evaluation of `__has_include_next` during -frewrite...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-13
Alexey Bataev
[OPENMP] Code cleanup + formatting, NFC.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-13
Krasimir Georgiev
[clang-format] Improve Incomplete detection for (text...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-13
Ivan A. Kosarev
[NEON] Support vrndns_f32 intrinsic
commit
|
commitdiff
|
tree
|
snapshot
2018-04-13
Gabor Horvath
[analyzer] Fix null deref in AnyFunctionCall::getRuntim...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-13
Gabor Buella
[X86] Fix cldemote builtin signature
commit
|
commitdiff
|
tree
|
snapshot
2018-04-13
Gabor Buella
[X86] Introduce cldemote intrinsic
commit
|
commitdiff
|
tree
|
snapshot
2018-04-13
Dean Michael...
[XRay][clang] Make -fxray-modes= additive
commit
|
commitdiff
|
tree
|
snapshot
2018-04-13
Dean Michael...
[XRay][clang] Add flag to choose instrumentation bundles
commit
|
commitdiff
|
tree
|
snapshot
2018-04-13
Petr Hosek
[CMake][Fuchsia] Don't specify libc++ ABI version for...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-12
Eli Friedman
Fix test failure caused by r329965.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-12
Eli Friedman
Remove -cc1 option "-backend-option".
commit
|
commitdiff
|
tree
|
snapshot
2018-04-12
Erich Keane
[NFC] Fix terrible formatting of CGRecordLower constructor.
commit
|
commitdiff
|
tree
|
snapshot
2018-04-12
Martin Storsjo
[MinGW] Look for libc++ headers in a triplet prefixed...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-12
Vlad Tsyrklevich
Fix doc typo
commit
|
commitdiff
|
tree
|
snapshot
2018-04-12
Mandeep Singh...
[RISCV] Fix logic to check if frame pointer should...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-12
Gabor Buella
[X86] Introduce wbinvd intrinsic
commit
|
commitdiff
|
tree
|
snapshot
2018-04-12
Gabor Buella
NFC - Indentation fixes in predefined-arch-macros.c
commit
|
commitdiff
|
tree
|
snapshot
2018-04-12
Aaron Ballman
Fix the try_acquire_capability attribute to behave...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-12
Aaron Ballman
Correctly diagnose when a conversion function is declar...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-12
Krzysztof Parzyszek
[Hexagon] Enable auto-vectorization only when -fvectori...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-12
Ben Hamilton
[Test Fix] Fix broken test Index/comment-objc-parameter...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-12
Ben Hamilton
[clang-format] Do not break after ObjC category open...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-12
Ben Hamilton
[clang-format] Improve ObjC guessing heuristic by suppo...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-12
Ben Hamilton
[clang-format] Don't insert space between ObjC class...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-12
Ben Hamilton
[clang-format] Always indent wrapped Objective-C select...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-12
Malcolm Parsons
Diagnose cases of "return x" that should be "return...
commit
|
commitdiff
|
tree
|
snapshot
2018-04-12
Anastasia Stulova
[OpenCL] Added -std/-cl-std=c++
commit
|
commitdiff
|
tree
|
snapshot
next