2017-12-14 |
Alex Lorenz | [libclang] Add support for checking abstractness of... |
commit | commitdiff | tree | snapshot |
2017-12-14 |
Ben Hamilton | Revert "[ClangFormat] IndentWrappedFunctionNames should... |
commit | commitdiff | tree | snapshot |
2017-12-14 |
Alex Lorenz | Commit missing tests for r320734 |
commit | commitdiff | tree | snapshot |
2017-12-14 |
Alex Lorenz | [Preprocessor] Implement __is_target_{arch|vendor|os... |
commit | commitdiff | tree | snapshot |
2017-12-14 |
Reid Kleckner | [CodeGen][X86] Implement _InterlockedCompareExchange128... |
commit | commitdiff | tree | snapshot |
2017-12-14 |
John McCall | In an ARC lambda-to-block conversion thunk, reclaim... |
commit | commitdiff | tree | snapshot |
2017-12-14 |
Alexey Bataev | [OPENMP] Add codegen for target data constructs with... |
commit | commitdiff | tree | snapshot |
2017-12-14 |
Ben Hamilton | [ClangFormat] IndentWrappedFunctionNames should be... |
commit | commitdiff | tree | snapshot |
2017-12-14 |
Richard Smith | When attempting to complete an incomplete array bound... |
commit | commitdiff | tree | snapshot |
2017-12-14 |
Richard Smith | [c++20] P0515R3: Parsing support and basic AST construc... |
commit | commitdiff | tree | snapshot |
2017-12-14 |
Ilya Biryukov | Renamed test file to use proper naming convention |
commit | commitdiff | tree | snapshot |
2017-12-14 |
Richard Smith | Warn if we find a Unicode homoglyph for a symbol in... |
commit | commitdiff | tree | snapshot |
2017-12-14 |
Ilya Biryukov | [Frontend] Treat function with skipped body as definition |
commit | commitdiff | tree | snapshot |
2017-12-13 |
Peter Collingbourne | IRGen: When performing CFI checks, load vtable pointer... |
commit | commitdiff | tree | snapshot |
2017-12-13 |
Alexey Bataev | [OPENMP] Add codegen for `nowait` clause in target... |
commit | commitdiff | tree | snapshot |
2017-12-13 |
Krzysztof Parzyszek | [Hexagon] Intrinsic support for V62 and V65 |
commit | commitdiff | tree | snapshot |
2017-12-13 |
Alexey Bataev | [OPENMP] Initial codegen for `target teams distribute... |
commit | commitdiff | tree | snapshot |
2017-12-13 |
Alexey Bataev | [OPENMP] Support `reduction` clause on target-based... |
commit | commitdiff | tree | snapshot |
2017-12-13 |
Alexey Bataev | [OPENMP] Fix handling of clauses in clause parsing... |
commit | commitdiff | tree | snapshot |
2017-12-13 |
Krzysztof Parzyszek | [Hexagon] Add front-end support for Hexagon V65 |
commit | commitdiff | tree | snapshot |
2017-12-13 |
Eric Liu | [Sema] Ignore decls in namespaces when global decls... |
commit | commitdiff | tree | snapshot |
2017-12-13 |
Eli Friedman | [Coverage] Always emit unused coverage mappings in... |
commit | commitdiff | tree | snapshot |
2017-12-12 |
Gheorghe-Teodor... | [OpenMP] Add function attribute for triggering data... |
commit | commitdiff | tree | snapshot |
2017-12-12 |
Kelvin Li | [OpenMP] Diagnose function name on the link clause |
commit | commitdiff | tree | snapshot |
2017-12-12 |
Don Hinton | [cmake] Follow-up to rL320494. |
commit | commitdiff | tree | snapshot |
2017-12-12 |
Kelvin Li | Add --cuda-path to mock a CUDA Toolkit installation... |
commit | commitdiff | tree | snapshot |
2017-12-12 |
Don Hinton | [debuginfo-tests] Add support for moving debuginfo... |
commit | commitdiff | tree | snapshot |
2017-12-12 |
Erich Keane | Revert a part of 320489 that was submitted unintentionally. |
commit | commitdiff | tree | snapshot |
2017-12-12 |
Erich Keane | Fix ICE when __has_unqiue_object_representations called... |
commit | commitdiff | tree | snapshot |
2017-12-12 |
Krasimir Georgiev | [clang-format] Improve ObjC headers detection. |
commit | commitdiff | tree | snapshot |
2017-12-12 |
Eric Liu | [SemaCodeComplete] Allow passing out scope specifiers... |
commit | commitdiff | tree | snapshot |
2017-12-12 |
Artem Dergachev | [analyzer] StackAddrEscape: For now, disable the new... |
commit | commitdiff | tree | snapshot |
2017-12-12 |
Artem Dergachev | [analyzer] In getSVal() API, disable auto-detection... |
commit | commitdiff | tree | snapshot |
2017-12-11 |
Craig Topper | [Driver][CodeGen] Add -mprefer-vector-width driver... |
commit | commitdiff | tree | snapshot |
2017-12-11 |
Craig Topper | [Docs] Regenerate command line documentation. |
commit | commitdiff | tree | snapshot |
2017-12-11 |
Erich Keane | PR35586: Relax two asserts that are overly restrictive |
commit | commitdiff | tree | snapshot |
2017-12-11 |
Krzysztof Parzyszek | [Hexagon] Remove unsupported vlut intrinsics |
commit | commitdiff | tree | snapshot |
2017-12-11 |
Hans Wennborg | Fix warn-enum-compare.cpp on Windows |
commit | commitdiff | tree | snapshot |
2017-12-11 |
Zhihao Yuan | P0620 follow-up: deducing `auto` from braced-init-list... |
commit | commitdiff | tree | snapshot |
2017-12-11 |
Erich Keane | Revert 320391: Certain targets are failing, pulling... |
commit | commitdiff | tree | snapshot |
2017-12-11 |
Malcolm Parsons | [Sema] Fix crash in unused-lambda-capture warning for... |
commit | commitdiff | tree | snapshot |
2017-12-11 |
Erich Keane | For Linux/gnu compatibility, preinclude <stdc-predef... |
commit | commitdiff | tree | snapshot |
2017-12-11 |
Aleksandar... | [mips] Minor update to the comment (NFC) |
commit | commitdiff | tree | snapshot |
2017-12-11 |
Aleksandar... | [mips] Removal of microMIPS64R6 |
commit | commitdiff | tree | snapshot |
2017-12-10 |
Simon Pilgrim | Fix MSVC 'not all control paths return a value' warning |
commit | commitdiff | tree | snapshot |
2017-12-09 |
Duncan P. N... | Update Clang CMake cache to use cxx-headers, NFC |
commit | commitdiff | tree | snapshot |
2017-12-09 |
Tim Northover | Switch to gnu++14 as the default dialect. |
commit | commitdiff | tree | snapshot |
2017-12-09 |
Richard Trieu | Revert r320230 to fix buildbots. |
commit | commitdiff | tree | snapshot |
2017-12-09 |
Alex Lorenz | Fix Driver/darwin-version.c test |
commit | commitdiff | tree | snapshot |
2017-12-09 |
Alex Lorenz | [driver][darwin] Refactor the target selection code... |
commit | commitdiff | tree | snapshot |
2017-12-09 |
Evgeniy Stepanov | Fix fsanitize-blacklist test on Windows. |
commit | commitdiff | tree | snapshot |
2017-12-09 |
Evgeniy Stepanov | Hardware-assisted AddressSanitizer (clang part). |
commit | commitdiff | tree | snapshot |
2017-12-09 |
Richard Trieu | [ODRHash] Support ODR violation detection in functions. |
commit | commitdiff | tree | snapshot |
2017-12-09 |
Kamil Rytarowski | Don't link NetBSD programs with -ldl in linkXRayRuntimeDeps |
commit | commitdiff | tree | snapshot |
2017-12-09 |
Akira Hatanaka | [CodeGen][X86] Fix handling of __fp16 vectors. |
commit | commitdiff | tree | snapshot |
2017-12-08 |
Richard Smith | Remove creation of out-of-bounds value of enumeration... |
commit | commitdiff | tree | snapshot |
2017-12-08 |
Richard Smith | Unify implementation of our two different flavours... |
commit | commitdiff | tree | snapshot |
2017-12-08 |
Eugene Zelenko | [Lex] Fix some Clang-tidy modernize and Include What... |
commit | commitdiff | tree | snapshot |
2017-12-08 |
Alexey Bataev | [OPENMP] Simplify codegen for loop iteration variables... |
commit | commitdiff | tree | snapshot |
2017-12-08 |
Vedant Kumar | [ubsan] array-bounds: Ignore params with constant size |
commit | commitdiff | tree | snapshot |
2017-12-08 |
Kostya Serebryany | [hwasan] typo in docs |
commit | commitdiff | tree | snapshot |
2017-12-08 |
Kamil Rytarowski | Fix a comment in the code |
commit | commitdiff | tree | snapshot |
2017-12-08 |
Hans Wennborg | Revert "Unify implementation of our two different flavo... |
commit | commitdiff | tree | snapshot |
2017-12-08 |
Alexey Bataev | [OPENMP] Initial codegen for `target teams distribute... |
commit | commitdiff | tree | snapshot |
2017-12-08 |
Stephan Bergmann | In stdbool.h, define bool, false, true only in gnu++98 |
commit | commitdiff | tree | snapshot |
2017-12-08 |
Hans Wennborg | Revert r320124 "Fold together the in-range and out... |
commit | commitdiff | tree | snapshot |
2017-12-08 |
Vedant Kumar | [Blocks] Inherit sanitizer options from parent decl |
commit | commitdiff | tree | snapshot |
2017-12-08 |
Aaron Ballman | Add a test that the __STDC_VERSION__ macro reports... |
commit | commitdiff | tree | snapshot |
2017-12-08 |
Vedant Kumar | [ubsan] Use pass_object_size info in bounds checks |
commit | commitdiff | tree | snapshot |
2017-12-08 |
Richard Smith | Fold together the in-range and out-of-range portions... |
commit | commitdiff | tree | snapshot |
2017-12-08 |
Richard Smith | Unify implementation of our two different flavours... |
commit | commitdiff | tree | snapshot |
2017-12-07 |
Aaron Ballman | Correct line endings that got mixed up in r320088;... |
commit | commitdiff | tree | snapshot |
2017-12-07 |
Ahmed Bougacha | Fix more line endings changed in r320089. NFC. |
commit | commitdiff | tree | snapshot |
2017-12-07 |
Aaron Ballman | Correct line endings that got mixed up in r320089;... |
commit | commitdiff | tree | snapshot |
2017-12-07 |
Ahmed Bougacha | Remove line-endings added by r320089. NFC. |
commit | commitdiff | tree | snapshot |
2017-12-07 |
Eugene Zelenko | [Analysis] Fix some Clang-tidy modernize and Include... |
commit | commitdiff | tree | snapshot |
2017-12-07 |
Aaron Ballman | Add new language mode flags for C17. |
commit | commitdiff | tree | snapshot |
2017-12-07 |
Aaron Ballman | Add support for the __has_c_attribute builtin preproces... |
commit | commitdiff | tree | snapshot |
2017-12-07 |
Alex Lorenz | [libclang] Record code-completion invocations to a... |
commit | commitdiff | tree | snapshot |
2017-12-07 |
George Rokos | [OpenMP] NVPTX: Set default/minimum compute capability... |
commit | commitdiff | tree | snapshot |
2017-12-07 |
Alexey Bataev | [OPENMP] Do not capture private variables in the target... |
commit | commitdiff | tree | snapshot |
2017-12-07 |
Kostya Serebryany | update hwasan docs |
commit | commitdiff | tree | snapshot |
2017-12-07 |
Alex Lorenz | [driver] Set the 'simulator' environment for Darwin... |
commit | commitdiff | tree | snapshot |
2017-12-07 |
Eric Liu | [Index] Add setPreprocessor member to IndexDataConsumer. |
commit | commitdiff | tree | snapshot |
2017-12-07 |
Sjoerd Meijer | [ARM] ACLE parallel arithmetic and DSP style multiplica... |
commit | commitdiff | tree | snapshot |
2017-12-07 |
Roger Ferrer... | Ignore pointers to incomplete types when diagnosing... |
commit | commitdiff | tree | snapshot |
2017-12-07 |
Zhihao Yuan | Allow conditions to be decomposed with structured bindings |
commit | commitdiff | tree | snapshot |
2017-12-07 |
Zhihao Yuan | Test commit access |
commit | commitdiff | tree | snapshot |
2017-12-07 |
Yaxun Liu | CodeGen: Fix invalid bitcasts for memcpy |
commit | commitdiff | tree | snapshot |
2017-12-07 |
Hubert Tong | Remove old concepts parsing code |
commit | commitdiff | tree | snapshot |
2017-12-06 |
Eugene Zelenko | [Lex] Fix some Clang-tidy modernize and Include What... |
commit | commitdiff | tree | snapshot |
2017-12-06 |
Shoaib Meenai | [clang] Add PRIVATE to target_link_libraries |
commit | commitdiff | tree | snapshot |
2017-12-06 |
Shoaib Meenai | [clang] Use PRIVATE in target_link_libraries |
commit | commitdiff | tree | snapshot |
2017-12-06 |
Matt Morehouse | [CMake] Use PRIVATE in target_link_libraries for fuzzers. |
commit | commitdiff | tree | snapshot |
2017-12-06 |
Richard Smith | Delete special-case "out-of-range" handling for bools... |
commit | commitdiff | tree | snapshot |
2017-12-06 |
Jonas Hahnfeld | Fix PR35542: Correct adjusting of private reduction... |
commit | commitdiff | tree | snapshot |
2017-12-06 |
Artem Belevich | [NVPTX,CUDA] Added llvm.nvvm.fns intrinsic and matching... |
commit | commitdiff | tree | snapshot |
2017-12-06 |
Artem Belevich | [CUDA] Added overloads for '[unsigned] long' variants... |
commit | commitdiff | tree | snapshot |
2017-12-06 |
Taewook Oh | Stringizing raw string literals containing newline |
commit | commitdiff | tree | snapshot |
2017-12-06 |
Alexey Bataev | [OPENMP] Improve error message for mapping union members. |
commit | commitdiff | tree | snapshot |
next |