| Commit message (Expand) | Author | Age | Files | Lines |
* | Make atomic non-member functions as nonnull | JF Bastien | 2018-05-25 | 1 | -15/+31 |
* | [X86] Remove mask argument from some builtins that are handled completely in ... | Craig Topper | 2018-05-22 | 1 | -1/+1 |
* | [X86] Remove some unused builtins. | Craig Topper | 2018-05-21 | 1 | -8/+0 |
* | Address post-commit review comments after r328731. NFC. | Akira Hatanaka | 2018-05-15 | 1 | -1/+1 |
* | Enable control flow pruning of float overflow warnings. | Richard Trieu | 2018-05-14 | 1 | -1/+2 |
* | Added atomic_fetch_min, max, umin, umax intrinsics to clang. | Elena Demikhovsky | 2018-05-13 | 1 | -2/+18 |
* | [Hexagon] Implement checking arguments of builtin calls | Krzysztof Parzyszek | 2018-05-11 | 1 | -0/+223 |
* | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-09 | 1 | -34/+34 |
* | Fix float->int conversion warnings when near barriers. | Erich Keane | 2018-05-08 | 1 | -20/+12 |
* | Correct warning on Float->Integer conversions. | Erich Keane | 2018-05-07 | 1 | -0/+17 |
* | Disallow pointers to const in __sync_fetch_and_xxx. | Aaron Ballman | 2018-05-05 | 1 | -0/+6 |
* | Track the result of evaluating a computed noexcept specification on the | Richard Smith | 2018-05-03 | 1 | -1/+1 |
* | PR37189 Fix incorrect end source location and spelling for a split '>>' token. | Richard Smith | 2018-04-30 | 1 | -1/+1 |
* | [X86] Make __builtin_ia32_readeflags_u32 and __builtin_ia32_writeeflags_u32 o... | Craig Topper | 2018-04-26 | 1 | -0/+17 |
* | Improve -Warray-bounds to handle multiple array extents rather than only hand... | Aaron Ballman | 2018-04-24 | 1 | -1/+6 |
* | [Sema] Warn about memcpy'ing non-trivial C structs. | Akira Hatanaka | 2018-04-17 | 1 | -1/+110 |
* | Introduce a new builtin, __builtin_dump_struct, that is useful for dumping st... | Aaron Ballman | 2018-04-10 | 1 | -0/+57 |
* | Revert r329684 (and follow-ups 329693, 329714). See discussion on https://rev... | Nico Weber | 2018-04-10 | 1 | -23/+2 |
* | -ftime-report switch support in Clang. | Andrew V. Tischenko | 2018-04-10 | 1 | -2/+23 |
* | Fix typos in clang | Alexander Kornienko | 2018-04-06 | 1 | -4/+4 |
* | Fix some handling of AST nodes with diagnostics. | Richard Trieu | 2018-03-28 | 1 | -5/+5 |
* | [Sema] Emit -Winteger-overflow for arguments in function calls, ObjC messages. | Volodymyr Sapsai | 2018-03-27 | 1 | -7/+11 |
* | Drop spurious break; NFC | Sven van Haastregt | 2018-03-27 | 1 | -1/+0 |
* | [Builtins] Overload __builtin_operator_new/delete to allow forwarding to usua... | Eric Fiselier | 2018-03-21 | 1 | -14/+8 |
* | More warnings when double truncation to float: compound assignment is support... | Andrew V. Tischenko | 2018-03-15 | 1 | -2/+31 |
* | Reland "[Attr] Fix parameter indexing for several attributes" | Joel E. Denny | 2018-03-13 | 1 | -21/+16 |
* | Revert r326602, it caused PR36620. | Nico Weber | 2018-03-07 | 1 | -16/+21 |
* | [Attr] Fix parameter indexing for several attributes | Joel E. Denny | 2018-03-02 | 1 | -21/+16 |
* | Remove redundant casts. NFC | George Burgess IV | 2018-03-01 | 1 | -4/+4 |
* | [NFC] Extract method to SourceManager for traversing the macro "stack" | George Karpenkov | 2018-02-09 | 1 | -5/+2 |
* | [PR36008] Avoid -Wsign-compare warning for enum constants in | Alex Lorenz | 2018-02-07 | 1 | -0/+10 |
* | Add support for attribute 'trivial_abi'. | Akira Hatanaka | 2018-02-05 | 1 | -17/+12 |
* | [AArch64] Add ARMv8.2-A FP16 scalar intrinsics | Abderrazek Zaafrani | 2018-01-19 | 1 | -0/+2 |
* | [X86][Sema] Range check the constant argument for the vpshld/vpshrd builtins ... | Craig Topper | 2018-01-11 | 1 | -0/+18 |
* | [X86][Sema] Remove constant range checks on on builtins that take a char. | Craig Topper | 2018-01-11 | 1 | -37/+0 |
* | [X86] Allow _mm_prefetch (both the header implementation and the builtin) to ... | Craig Topper | 2017-12-21 | 1 | -1/+1 |
* | Silence a bunch of implicit fallthrough warnings | Adrian Prantl | 2017-12-19 | 1 | -2/+2 |
* | [c++20] P0515R3: Parsing support and basic AST construction for operator <=>. | Richard Smith | 2017-12-14 | 1 | -7/+18 |
* | Unify implementation of our two different flavours of -Wtautological-compare, | Richard Smith | 2017-12-08 | 1 | -200/+159 |
* | Revert "Unify implementation of our two different flavours of -Wtautological-... | Hans Wennborg | 2017-12-08 | 1 | -155/+145 |
* | Revert r320124 "Fold together the in-range and out-of-range portions of -Wtau... | Hans Wennborg | 2017-12-08 | 1 | -35/+98 |
* | Fold together the in-range and out-of-range portions of -Wtautological-compare. | Richard Smith | 2017-12-08 | 1 | -98/+35 |
* | Unify implementation of our two different flavours of -Wtautological-compare. | Richard Smith | 2017-12-08 | 1 | -145/+155 |
* | [ARM] ACLE parallel arithmetic and DSP style multiplications | Sjoerd Meijer | 2017-12-07 | 1 | -8/+13 |
* | Ignore pointers to incomplete types when diagnosing misaligned addresses | Roger Ferrer Ibanez | 2017-12-07 | 1 | -2/+3 |
* | Delete special-case "out-of-range" handling for bools, and just use the normal | Richard Smith | 2017-12-06 | 1 | -115/+61 |
* | Fix a bunch of wrong "tautological unsigned enum compare" diagnostics in C++. | Richard Smith | 2017-12-06 | 1 | -3/+4 |
* | Perform a bounds check on a function's argument list before accessing any ind... | Aaron Ballman | 2017-11-29 | 1 | -2/+17 |
* | Revert r318556 "Loosen -Wempty-body warning" | Hans Wennborg | 2017-11-20 | 1 | -1/+1 |
* | Loosen -Wempty-body warning | Reid Kleckner | 2017-11-17 | 1 | -1/+1 |