2018-07-11 |
Balazs Keri | [AST] Fix for structural equivalence tests in rL336776. |
commit | commitdiff | tree | snapshot |
2018-07-11 |
Kirill Bobyrev | [clangd] Uprank delcarations when "using q::name" is... |
commit | commitdiff | tree | snapshot |
2018-07-11 |
Simon Marchi | [VirtualFileSystem] InMemoryFileSystem::status: Return... |
commit | commitdiff | tree | snapshot |
2018-07-11 |
Vladimir Stefanovic | [mips] Add '-mvirt', '-mno-virt', '-mginv', '-mno-ginv... |
commit | commitdiff | tree | snapshot |
2018-07-11 |
Balazs Keri | [AST] Structural equivalence of methods |
commit | commitdiff | tree | snapshot |
2018-07-11 |
George Karpenkov | [analyzer] Fix bots by changing the analyzer-config... |
commit | commitdiff | tree | snapshot |
2018-07-11 |
George Karpenkov | [analyzer] Partial revert of https://reviews.llvm.org... |
commit | commitdiff | tree | snapshot |
2018-07-11 |
George Karpenkov | [analyzer] Pass through all arguments from the register... |
commit | commitdiff | tree | snapshot |
2018-07-11 |
Brian Gesiak | [SemaCXX] Remove comment from coroutines test, NFC |
commit | commitdiff | tree | snapshot |
2018-07-11 |
Brian Gesiak | Remove qualtype qualifier in coroutine error to prevent... |
commit | commitdiff | tree | snapshot |
2018-07-11 |
Richard Smith | [docs] List correct default for -ftemplate-depth; also... |
commit | commitdiff | tree | snapshot |
2018-07-11 |
Richard Smith | PR38095: Allow constant-folding of loads through bitcas... |
commit | commitdiff | tree | snapshot |
2018-07-11 |
Richard Smith | DR330: look through array types when forming the cv... |
commit | commitdiff | tree | snapshot |
2018-07-10 |
Craig Topper | [X86] Also fix the test for _mm512_mullo_epi64 to test... |
commit | commitdiff | tree | snapshot |
2018-07-10 |
Craig Topper | [X86] Fix the test for _mm512_mullox_epi64 to test... |
commit | commitdiff | tree | snapshot |
2018-07-10 |
Richard Smith | Fix determination of whether a reinterpret_cast casts... |
commit | commitdiff | tree | snapshot |
2018-07-10 |
Erich Keane | [NFC] Switch CodeGenFunction to use value init instead... |
commit | commitdiff | tree | snapshot |
2018-07-10 |
Erich Keane | Revert -r336726, which included more files than intended. |
commit | commitdiff | tree | snapshot |
2018-07-10 |
Erich Keane | [NFC] Switch CodeGenFunction to use value init instead... |
commit | commitdiff | tree | snapshot |
2018-07-10 |
Bjorn Pettersson | Patch to fix pragma metadata for do-while loops |
commit | commitdiff | tree | snapshot |
2018-07-10 |
Evgeniy Stepanov | Revert r336590 "[libclang] evalute compound statement... |
commit | commitdiff | tree | snapshot |
2018-07-10 |
Evgeniy Stepanov | Revert r336591 "[libclang] NFC, simplify clang_Cursor_E... |
commit | commitdiff | tree | snapshot |
2018-07-10 |
John Baldwin | Fix a typo/regression in r335495. |
commit | commitdiff | tree | snapshot |
2018-07-10 |
Paul Robinson | Support -fdebug-prefix-map for assembler source (pass... |
commit | commitdiff | tree | snapshot |
2018-07-10 |
Matt Arsenault | AMDGPU: Try to fix test again |
commit | commitdiff | tree | snapshot |
2018-07-10 |
Matt Arsenault | Update test for backend error message change |
commit | commitdiff | tree | snapshot |
2018-07-10 |
Mikhail R.... | [analyzer] Add option to set maximum symbol complexity... |
commit | commitdiff | tree | snapshot |
2018-07-10 |
Yuka Takahashi | [modules] Fix 37878; Autoload subdirectory modulemaps... |
commit | commitdiff | tree | snapshot |
2018-07-10 |
Omer Paparo... | Fixing builtin __atomic_fetch_min declaration |
commit | commitdiff | tree | snapshot |
2018-07-10 |
Martin Storsjo | [MinGW] Skip adding default win32 api libraries if... |
commit | commitdiff | tree | snapshot |
2018-07-10 |
Martin Storsjo | [MinGW] Treat any -lucrt* as replacing -lmsvcrt |
commit | commitdiff | tree | snapshot |
2018-07-10 |
Mikhail Dvoretckii | [X86] Lowering integer truncation intrinsics to native IR |
commit | commitdiff | tree | snapshot |
2018-07-10 |
Stephen Kelly | Test commit |
commit | commitdiff | tree | snapshot |
2018-07-10 |
Craig Topper | [X86] Use masked the masked scalar fma builtins to... |
commit | commitdiff | tree | snapshot |
2018-07-10 |
Erik Pilkington | [Sema] Fix a structured binding typo correction bug |
commit | commitdiff | tree | snapshot |
2018-07-10 |
Richard Trieu | [ODRHash] Merge the two function hashes into one. |
commit | commitdiff | tree | snapshot |
2018-07-10 |
Eric Christopher | Update crash diagnostics test to avoid attempting to... |
commit | commitdiff | tree | snapshot |
2018-07-10 |
Akira Hatanaka | Fix parsing of privacy annotations in os_log format... |
commit | commitdiff | tree | snapshot |
2018-07-10 |
Craig Topper | [X86] Remove custom handling for __builtin_ia32_divss_r... |
commit | commitdiff | tree | snapshot |
2018-07-10 |
Craig Topper | [X86] Add __builtin_ia32_selectss_128 and __builtin_ia3... |
commit | commitdiff | tree | snapshot |
2018-07-09 |
Richard Trieu | Rename function calls missed in r336605 |
commit | commitdiff | tree | snapshot |
2018-07-09 |
Fangrui Song | [Index] Add index::IndexingOptions::IndexImplicitInstan... |
commit | commitdiff | tree | snapshot |
2018-07-09 |
Fangrui Song | [AST] Rename some Redeclarable functions to reduce... |
commit | commitdiff | tree | snapshot |
2018-07-09 |
Bob Haarman | Added -fcrash-diagnostics-dir flag |
commit | commitdiff | tree | snapshot |
2018-07-09 |
Stefan Pintilie | [Power9] [CLANG] Add __float128 support for trunc to... |
commit | commitdiff | tree | snapshot |
2018-07-09 |
Alexey Bataev | [OPENMP] Do not mark local variables as declare target. |
commit | commitdiff | tree | snapshot |
2018-07-09 |
Alex Lorenz | [libclang] NFC, simplify clang_Cursor_Evaluate |
commit | commitdiff | tree | snapshot |
2018-07-09 |
Alex Lorenz | [libclang] evalute compound statement cursors before... |
commit | commitdiff | tree | snapshot |
2018-07-09 |
Eric Liu | [Index] Ignore noop #undef's when handling macro occurr... |
commit | commitdiff | tree | snapshot |
2018-07-09 |
Craig Topper | [Builtins][Attributes][X86] Tag all X86 builtins with... |
commit | commitdiff | tree | snapshot |
2018-07-09 |
Stefan Pintilie | [Power9] Add __float128 builtins for Round To Odd |
commit | commitdiff | tree | snapshot |
2018-07-09 |
Alexey Bataev | [OPENMP, NVPTX] Do not globalize local variables in... |
commit | commitdiff | tree | snapshot |
2018-07-09 |
Ilya Biryukov | [PCH] Add an option to not write comments into PCH |
commit | commitdiff | tree | snapshot |
2018-07-09 |
Eric Liu | Try to fix build bot after r336524 |
commit | commitdiff | tree | snapshot |
2018-07-09 |
Ilya Biryukov | [Preamble] Check system dependencies in preamble too |
commit | commitdiff | tree | snapshot |
2018-07-09 |
Rafael Stahl | [ASTImporter] fix test failure corrected by fixed func... |
commit | commitdiff | tree | snapshot |
2018-07-09 |
Heejin Ahn | [Index] Add clangLex to LINK_LIBS |
commit | commitdiff | tree | snapshot |
2018-07-09 |
Eric Liu | [Index] Add indexing support for MACROs. |
commit | commitdiff | tree | snapshot |
2018-07-09 |
Rafael Stahl | [ASTImporter] import FunctionDecl end locations |
commit | commitdiff | tree | snapshot |
2018-07-09 |
Jacek Olesiak | [clang-format/ObjC] Put ObjC method arguments into... |
commit | commitdiff | tree | snapshot |
2018-07-09 |
Jacek Olesiak | [clang-format/ObjC] Improve split priorities for ObjC... |
commit | commitdiff | tree | snapshot |
2018-07-09 |
Jacek Olesiak | [clang-format/ObjC] Prohibit breaking after a bracket... |
commit | commitdiff | tree | snapshot |
2018-07-09 |
Jacek Olesiak | [clang-format/ObjC] Fix counting selector name parts... |
commit | commitdiff | tree | snapshot |
2018-07-08 |
Craig Topper | [X86] Add new scalar fma intrinsics with rounding mode... |
commit | commitdiff | tree | snapshot |
2018-07-07 |
Craig Topper | [X86] Remove __builtin_ia32_vfnmsubsd3_mask3 and __buil... |
commit | commitdiff | tree | snapshot |
2018-07-07 |
Craig Topper | [X86] Remove some unnecessarily escaped new lines from... |
commit | commitdiff | tree | snapshot |
2018-07-07 |
Craig Topper | [X86] Fix a few intrinsics that were ignoring their... |
commit | commitdiff | tree | snapshot |
2018-07-07 |
Reka Kovacs | [analyzer] Add support for data() in DanglingInternalBu... |
commit | commitdiff | tree | snapshot |
2018-07-07 |
Reka Kovacs | [analyzer] Highlight c_str() call in DanglingInternalBu... |
commit | commitdiff | tree | snapshot |
2018-07-07 |
Reka Kovacs | [analyzer] Fix -Wcovered-switch-default warning in... |
commit | commitdiff | tree | snapshot |
2018-07-07 |
Reka Kovacs | [analyzer] Highlight container object destruction in... |
commit | commitdiff | tree | snapshot |
2018-07-07 |
Craig Topper | [X86] Change _mm512_shuffle_pd and _mm512_shuffle_ps... |
commit | commitdiff | tree | snapshot |
2018-07-07 |
Craig Topper | [X86] Fix various type mismatches in intrinsic headers... |
commit | commitdiff | tree | snapshot |
2018-07-07 |
Richard Smith | P0806R2 Implicit capture of this with a capture-default... |
commit | commitdiff | tree | snapshot |
2018-07-07 |
Erik Pilkington | [Sema] Emit -Wincomplete-implementation for partial... |
commit | commitdiff | tree | snapshot |
2018-07-07 |
Richard Trieu | Check returned type is valid before using it. |
commit | commitdiff | tree | snapshot |
2018-07-06 |
Craig Topper | [X86] When creating a select for scalar masked sqrt... |
commit | commitdiff | tree | snapshot |
2018-07-06 |
Jessica Paquette | [MachineOutliner] Properly pass -moutline along to... |
commit | commitdiff | tree | snapshot |
2018-07-06 |
Craig Topper | [X86] Add missing scalar fma intrinsics with rounding... |
commit | commitdiff | tree | snapshot |
2018-07-06 |
George Karpenkov | [ASTMatchers] A matcher for Objective-C @autoreleasepool |
commit | commitdiff | tree | snapshot |
2018-07-06 |
Alexey Bataev | [OPENMP] Fix PR38026: Link -latomic when -fopenmp is... |
commit | commitdiff | tree | snapshot |
2018-07-06 |
Alexey Bataev | [OPENMP] Make clauses closing loc point to right bracket. |
commit | commitdiff | tree | snapshot |
2018-07-06 |
Florian Hahn | [Driver,AArch64] Add support for -mcpu=native. |
commit | commitdiff | tree | snapshot |
2018-07-06 |
Eric Liu | [SemaCodeComplete] Expose a method to create CodeComple... |
commit | commitdiff | tree | snapshot |
2018-07-06 |
Craig Topper | [X86] Implement _builtin_ia32_vfmaddss and _builtin_ia3... |
commit | commitdiff | tree | snapshot |
2018-07-06 |
Hans Wennborg | [ms] Fix mangling of string literals used to initialize... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Alex Lorenz | [Sema] -Wformat-pedantic only for NSInteger/NSUInteger... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Craig Topper | [X86] Use shufflevector instead of a select with a... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Erich Keane | Add PCH tests for R336379 |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Erich Keane | [clang-cl, PCH] Implement support for MS-style PCH... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Erich Keane | Fix __builtin_*_overflow when out-param isn't constexpr |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Gabor Buella | [X86] Fix some vector cmp builtins - TRUE/FALSE predicates |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Vladimir Stefanovic | [mips] Add '-mcrc', '-mno-crc' options to enable/disabl... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Gabor Buella | [X86] NFC - add more test cases for vector cmp intrinsics |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Gabor Marton | [ASTImporter] Fix import of objects with anonymous... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Kirill Bobyrev | [NFS] Wipe trailing whitespaces |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Lei Huang | [Power9] Update fp128 as a valid homogenous aggregate... |
commit | commitdiff | tree | snapshot |
2018-07-05 |
Fangrui Song | [Index] Remove unused index::IndexDataConsumer::_anchor() |
commit | commitdiff | tree | snapshot |
2018-07-04 |
Rafael Stahl | [analyzer][ctu] fix unsortable diagnostics |
commit | commitdiff | tree | snapshot |
2018-07-04 |
Rafael Stahl | [ASTImporter] import macro source locations |
commit | commitdiff | tree | snapshot |
next |