2017-07-15 |
Matthias Braun | Try to fix modules build |
commit | commitdiff | tree | snapshot |
2017-07-14 |
Alexander Shaposhnikov | [clang] Fix handling of "%zd" format specifier |
commit | commitdiff | tree | snapshot |
2017-07-14 |
Nico Weber | Fix flag names in @available docs. |
commit | commitdiff | tree | snapshot |
2017-07-14 |
Nico Weber | Fix link in docs. |
commit | commitdiff | tree | snapshot |
2017-07-14 |
Kostya Serebryany | do more processing in clang-fuzzer (use EmitAssemblyAction) |
commit | commitdiff | tree | snapshot |
2017-07-14 |
Nico Weber | Add documentation for @available |
commit | commitdiff | tree | snapshot |
2017-07-14 |
Sterling Augustine | Prevent ClangTools from generating dependency files. |
commit | commitdiff | tree | snapshot |
2017-07-14 |
Jakub Kuderski | [Dominators] Update Clang's DominatorTree to use the... |
commit | commitdiff | tree | snapshot |
2017-07-14 |
Aaron Ballman | Unconditionally use .init_array instead of .ctors on... |
commit | commitdiff | tree | snapshot |
2017-07-14 |
Alexander Shaposhnikov | [clang] Add getSignedSizeType method |
commit | commitdiff | tree | snapshot |
2017-07-14 |
Krzysztof Parzyszek | [Hexagon] Add intrinsics for data cache operations |
commit | commitdiff | tree | snapshot |
2017-07-14 |
Ilya Biryukov | [index] Added a method indexTopLevelDecls to run indexi... |
commit | commitdiff | tree | snapshot |
2017-07-14 |
Alexander Kornienko | [Clang-Tidy] Preserve Message, FileOffset, FilePath... |
commit | commitdiff | tree | snapshot |
2017-07-14 |
Erik Verbruggen | [analyzer] Add annotation for functions taking user... |
commit | commitdiff | tree | snapshot |
2017-07-14 |
Olivier Goffart | Keep the IdentifierInfo in the Token for alternative... |
commit | commitdiff | tree | snapshot |
2017-07-14 |
Craig Topper | [X86] Add 'movbe' to btver2 CPU. |
commit | commitdiff | tree | snapshot |
2017-07-14 |
George Burgess IV | Add release notes for the overloadable attribute |
commit | commitdiff | tree | snapshot |
2017-07-14 |
Eric Christopher | Use EXPECT_TRUE rather than EXPECT_EQ(true, ...) to... |
commit | commitdiff | tree | snapshot |
2017-07-14 |
Eric Christopher | Change dyn_casts with unused variables to isa statement... |
commit | commitdiff | tree | snapshot |
2017-07-14 |
Richard Trieu | [ODRHash] Avoid taking the types of FunctionDecl's |
commit | commitdiff | tree | snapshot |
2017-07-14 |
Akira Hatanaka | [Driver] Respect -target when determining target platfo... |
commit | commitdiff | tree | snapshot |
2017-07-13 |
Paul Robinson | [PS4] Disable LTO unit features under ThinLTO, like... |
commit | commitdiff | tree | snapshot |
2017-07-13 |
Lang Hames | Use getNameAsString instead of getName to get method... |
commit | commitdiff | tree | snapshot |
2017-07-13 |
Vedant Kumar | [ubsan] Teach the pointer overflow check that "p -... |
commit | commitdiff | tree | snapshot |
2017-07-13 |
Martin Storsjo | [AArch64] Produce the right kind of va_arg for windows |
commit | commitdiff | tree | snapshot |
2017-07-13 |
Simon Pilgrim | Fix spelling mistakes in comments. NFCI. |
commit | commitdiff | tree | snapshot |
2017-07-13 |
Simon Pilgrim | Fix -Wdocumentation warning. NFCI |
commit | commitdiff | tree | snapshot |
2017-07-13 |
Alex Lorenz | Extend -Wdeprecated-implementations to warn about unava... |
commit | commitdiff | tree | snapshot |
2017-07-13 |
Alex Lorenz | NFC, Cleanup the code for -Wdeprecated-implementations |
commit | commitdiff | tree | snapshot |
2017-07-13 |
Amara Emerson | [AArch64] Add support for handling the +sve target... |
commit | commitdiff | tree | snapshot |
2017-07-13 |
Alexey Bataev | [OPENMP] Fix reduction tests, NFC. |
commit | commitdiff | tree | snapshot |
2017-07-13 |
Alexey Bataev | [OPENMP] Fix reduction tests, NFC. |
commit | commitdiff | tree | snapshot |
2017-07-13 |
Alexey Bataev | [OPENMP] Further reduction test fix, NFC. |
commit | commitdiff | tree | snapshot |
2017-07-13 |
Alexey Bataev | [OPENMP] Fix reduction tests, NFC. |
commit | commitdiff | tree | snapshot |
2017-07-13 |
Alexey Bataev | [OPENMP] Fix reduction tests, NFC. |
commit | commitdiff | tree | snapshot |
2017-07-13 |
Alexey Bataev | [OPENMP] Generalization of codegen for reduction clauses. |
commit | commitdiff | tree | snapshot |
2017-07-13 |
Alex Lorenz | Remove another 'using namespace llvm' from the |
commit | commitdiff | tree | snapshot |
2017-07-13 |
Alex Lorenz | Remove 'using namespace llvm' from the USRFinder.h... |
commit | commitdiff | tree | snapshot |
2017-07-13 |
Alex Lorenz | [ObjC] Pick a 'readwrite' property when synthesizing... |
commit | commitdiff | tree | snapshot |
2017-07-13 |
Alex Lorenz | [index] Objective-C method declarations and message... |
commit | commitdiff | tree | snapshot |
2017-07-13 |
Alex Lorenz | [refactor][rename] Use a single base class for class... |
commit | commitdiff | tree | snapshot |
2017-07-13 |
Hiroshi Inoue | fix typos in comments; NFC |
commit | commitdiff | tree | snapshot |
2017-07-13 |
Akira Hatanaka | [Sema] Mark a virtual CXXMethodDecl as used if a call... |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Petr Hosek | Reland "[Driver] Update Fuchsia driver path handling" |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Ben Langmuir | [index] Don't add relation to a NamedDecl with no name |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Dominic Chen | Revert "[analyzer] Support generating and reasoning... |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Simon Dardis | [mips][mt][7/7] Add driver option for the MIPS MT ASE. |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Petr Hosek | Revert "[Driver] Update Fuchsia driver path handling" |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Ekaterina Romanova | [DOXYGEN] Corrected typos and incorrect parameters... |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Dominic Chen | [analyzer] Support generating and reasoning over more... |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Petr Hosek | [Driver] Update Fuchsia driver path handling |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Alexey Bataev | [OPENMP] Emit implicit taskgroup block around taskloop... |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Alex Lorenz | [diagtool] Add a 'find-diagnostic-id' subcommand that... |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Chih-Hung Hsieh | [clang] buildFixItInsertionLine should use Hints of... |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Krasimir Georgiev | [clang-format] Keep level of comment before an empty... |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Alex Lorenz | [libclang] Support for querying whether an enum is... |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Alex Lorenz | Revert r307769 (Forgot to mention the name of the contr... |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Alex Lorenz | [libclang] Support for querying whether an enum is... |
commit | commitdiff | tree | snapshot |
2017-07-12 |
John McCall | Expose some type-conversion functions as part of the... |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Matthias Gehre | CFG: Add CFGElement for automatic variables that leave... |
commit | commitdiff | tree | snapshot |
2017-07-12 |
Richard Trieu | [ODRHash] Revert r307720 to fix buildbot. |
commit | commitdiff | tree | snapshot |
2017-07-11 |
Konstantin... | Enhance synchscope representation (clang) |
commit | commitdiff | tree | snapshot |
2017-07-11 |
Richard Trieu | [ODRHash] Support more method types. |
commit | commitdiff | tree | snapshot |
2017-07-11 |
Alexey Bataev | [OPENMP] Skip BuildMemberExpr() in BuildFieldReferenceE... |
commit | commitdiff | tree | snapshot |
2017-07-11 |
Alexey Bataev | [OPENMP] Add restriction for reduction clause in tasklo... |
commit | commitdiff | tree | snapshot |
2017-07-11 |
Reid Kleckner | Add missing dllimport member pointer template argument... |
commit | commitdiff | tree | snapshot |
2017-07-11 |
Joerg Sonnenberger | NetBSD uses soft-float by default, unless the environme... |
commit | commitdiff | tree | snapshot |
2017-07-11 |
Joerg Sonnenberger | Run the preprocessor test as frontend test for NetBSD... |
commit | commitdiff | tree | snapshot |
2017-07-11 |
Clement Courbet | [ASTMatchers][NFC] integerLiteral(): Mention negative... |
commit | commitdiff | tree | snapshot |
2017-07-11 |
Alex Lorenz | [ObjC] Check that a subscript methods is declared for... |
commit | commitdiff | tree | snapshot |
2017-07-11 |
Alex Lorenz | RecursiveASTVisitor should visit the nested name qualif... |
commit | commitdiff | tree | snapshot |
2017-07-11 |
Simon Atanasyan | [mips] Create the correct profiling symbol on Linux... |
commit | commitdiff | tree | snapshot |
2017-07-11 |
Alexander Shaposhnikov | [analyzer] Start fixing modeling of bool based types |
commit | commitdiff | tree | snapshot |
2017-07-11 |
Sean Callanan | [clang-import-test] Test that enumerators and their... |
commit | commitdiff | tree | snapshot |
2017-07-11 |
Sean Callanan | [clang-import-test] Committed missed update to clang... |
commit | commitdiff | tree | snapshot |
2017-07-10 |
Sean Callanan | clang-import-test had some dead code. I did the followi... |
commit | commitdiff | tree | snapshot |
2017-07-10 |
Eric Christopher | IsSpecialLong was only ever set in release mode as... |
commit | commitdiff | tree | snapshot |
2017-07-10 |
Dehao Chen | Use DenseMap instead std::map for GVSummaryMapTy |
commit | commitdiff | tree | snapshot |
2017-07-10 |
Eric Liu | Avoid white spaces in file names. NFC |
commit | commitdiff | tree | snapshot |
2017-07-10 |
Zvi Rackover | X86 Intrinsics: _bit_scan_forward should not be under... |
commit | commitdiff | tree | snapshot |
2017-07-10 |
Eric Fiselier | Remove incorrect FIXME comment; the FIXME was addressed... |
commit | commitdiff | tree | snapshot |
2017-07-10 |
Eric Fiselier | Remove non-ascii characters introduced in r307513 |
commit | commitdiff | tree | snapshot |
2017-07-10 |
Eric Fiselier | [coroutines] Include the implicit object parameter... |
commit | commitdiff | tree | snapshot |
2017-07-09 |
Raphael Isemann | [analyzer] Faster hashing of subsequences in CompoundStmts. |
commit | commitdiff | tree | snapshot |
2017-07-09 |
Craig Topper | [X86] Add more feature flag bit defines to cpuid.h... |
commit | commitdiff | tree | snapshot |
2017-07-09 |
Craig Topper | [X86] Add __get_cpuid_count to cpuid.h. Update __get_cp... |
commit | commitdiff | tree | snapshot |
2017-07-09 |
Raphael Isemann | [analyzer] Make StmtDataCollector part of the CloneDete... |
commit | commitdiff | tree | snapshot |
2017-07-08 |
Yaxun Liu | Fix build failure with gcc about mixing enum and non... |
commit | commitdiff | tree | snapshot |
2017-07-08 |
Yuka Takahashi | [Bash-autocompletion] Auto complete cc1 options if... |
commit | commitdiff | tree | snapshot |
2017-07-08 |
Yuka Takahashi | [Bash-autocompletion] Fix a bug that -foo=bar doesn... |
commit | commitdiff | tree | snapshot |
2017-07-08 |
Benjamin Kramer | [CodeGen] Fold variable into assert. |
commit | commitdiff | tree | snapshot |
2017-07-08 |
Yaxun Liu | CodeGen: Fix address space of global variable |
commit | commitdiff | tree | snapshot |
2017-07-08 |
Gabor Horvath | [analyzer] Fix a path in the developer manual |
commit | commitdiff | tree | snapshot |
2017-07-08 |
Richard Trieu | [ODRHash] Support FriendDecl |
commit | commitdiff | tree | snapshot |
2017-07-08 |
Craig Topper | [X86] Move AVX512VPOPCNTDQ in __builtin_cpu_support... |
commit | commitdiff | tree | snapshot |
2017-07-08 |
Richard Smith | Fix warnings introduced by r307434. |
commit | commitdiff | tree | snapshot |
2017-07-07 |
Dehao Chen | Revert r307445 as it breaks on certain platforms. |
commit | commitdiff | tree | snapshot |
2017-07-07 |
Reid Kleckner | [MS] Don't statically initialize dllimport member funct... |
commit | commitdiff | tree | snapshot |
2017-07-07 |
Dehao Chen | Add sample PGO integration test to cover profile annota... |
commit | commitdiff | tree | snapshot |
2017-07-07 |
Lang Hames | Add testcase for r305850. |
commit | commitdiff | tree | snapshot |
next |