| Commit message (Expand) | Author | Age | Files | Lines |
| * | [clang] Persist Attr::IsPackExpansion into the PCH | Nathan Ridge | 2020-06-10 | 1 | -0/+3 |
| * | [clang][OpenCL] Fix covered switch warning | Jinsong Ji | 2020-01-14 | 1 | -3/+1 |
| * | [ARM,MVE] Intrinsics for partial-overwrite imm shifts. | Simon Tatham | 2020-01-08 | 1 | -4/+7 |
| * | [ARM,MVE] Support -ve offsets in gather-load intrinsics. | Simon Tatham | 2020-01-06 | 1 | -2/+9 |
| * | [OpenCL] Add builtin function extension handling | Sven van Haastregt | 2019-12-18 | 1 | -7/+43 |
| * | Forward {read,write}SomeEnumType to {read,write}Enum instead of | John McCall | 2019-12-16 | 1 | -3/+3 |
| * | Add the ability for properties to be conditional on other properties. | John McCall | 2019-12-16 | 2 | -16/+60 |
| * | Add the ability to declare helper variables when reading | John McCall | 2019-12-16 | 2 | -6/+51 |
| * | Add the ability to use property-based serialization for "cased" types. | John McCall | 2019-12-16 | 4 | -79/+335 |
| * | Move Basic{Reader,Writer} emission into ASTPropsEmitter; NFC. | John McCall | 2019-12-16 | 1 | -41/+53 |
| * | Abstract serialization: TableGen the (de)serialization code for Types. | John McCall | 2019-12-14 | 1 | -0/+12 |
| * | Abstract serialization: TableGen "basic" reader/writer CRTP | John McCall | 2019-12-14 | 6 | -2/+865 |
| * | Standardize the reader methods in ASTReader; NFC. | John McCall | 2019-12-14 | 1 | -3/+3 |
| * | Enable better node-hierarchy metaprogramming; NFC. | John McCall | 2019-12-14 | 3 | -41/+63 |
| * | Extract out WrappedRecord as a convenience base class; NFC. | John McCall | 2019-12-14 | 1 | -21/+30 |
| * | Introduce some types and functions to make it easier to work with | John McCall | 2019-12-14 | 5 | -77/+307 |
| * | [NFC] Correct accidental use of tabs. | John McCall | 2019-12-14 | 1 | -99/+99 |
| * | [NFC] Rename ClangASTEmitters.h -> ASTTableGen.h | John McCall | 2019-12-14 | 5 | -7/+7 |
| * | [ARM][MVE] Add intrinsics for immediate shifts. (reland) | Simon Tatham | 2019-12-11 | 1 | -32/+51 |
| * | Revert "[ARM][MVE] Add intrinsics for immediate shifts." | Eric Christopher | 2019-12-09 | 1 | -52/+31 |
| * | [ARM][MVE][Intrinsics] Add VMULL[BT]Q_(INT|POLY) intrinsics. | Mark Murray | 2019-12-09 | 1 | -5/+17 |
| * | Fix the compiler warnings: "-Winconsistent-missing-override", "-Wunused-varia... | Haojian Wu | 2019-12-09 | 1 | -1/+1 |
| * | [ARM][MVE] Add intrinsics for immediate shifts. | Simon Tatham | 2019-12-09 | 1 | -31/+52 |
| * | [ARM,MVE] Add intrinsics to deal with predicates. | Simon Tatham | 2019-12-02 | 1 | -7/+9 |
| * | Recommit ARM-NEON: make type modifiers orthogonal and allow multiple modifiers. | Tim Northover | 2019-11-26 | 1 | -288/+164 |
| * | Revert "Use InitLLVM to setup a pretty stack printer" | Nico Weber | 2019-11-25 | 1 | -3/+3 |
| * | Use InitLLVM to setup a pretty stack printer | Rui Ueyama | 2019-11-26 | 1 | -3/+3 |
| * | Revert 3f91705ca54 "ARM-NEON: make type modifiers orthogonal and allow multip... | Hans Wennborg | 2019-11-25 | 1 | -164/+288 |
| * | ARM-NEON: make type modifiers orthogonal and allow multiple modifiers. | Tim Northover | 2019-11-20 | 1 | -288/+164 |
| * | NeonEmitter: remove special case on casting polymorphic builtins. | Tim Northover | 2019-11-20 | 1 | -5/+2 |
| * | [ARM,MVE] Add intrinsics for vector get/set lane. | Simon Tatham | 2019-11-15 | 1 | -6/+18 |
| * | [ARM,MVE] Add intrinsics for 'administrative' vector operations. | Simon Tatham | 2019-11-15 | 1 | -11/+35 |
| * | [ARM,MVE] Add intrinsics for contiguous load/stores. | Simon Tatham | 2019-11-13 | 1 | -21/+101 |
| * | NeonEmitter: remove special 'a' type modifier. | Tim Northover | 2019-11-06 | 1 | -47/+1 |
| * | NeonEmitter: switch to enum for internal Type representation. | Tim Northover | 2019-11-06 | 1 | -101/+90 |
| * | [ARM,MVE] Add intrinsics for gather/scatter load/stores. | Simon Tatham | 2019-11-06 | 1 | -8/+32 |
| * | [ARM,MVE] Integer-type nitpicks in MVE intrinsics. | Simon Tatham | 2019-11-06 | 1 | -0/+10 |
| * | [clang,MveEmitter] Fix sign/zero extension in range limits. | Simon Tatham | 2019-11-06 | 1 | -7/+6 |
| * | [OpenCL] Group builtin functions by prototype | Sven van Haastregt | 2019-11-05 | 1 | -13/+136 |
| * | [OpenCL] Add builtin function attribute handling | Sven van Haastregt | 2019-11-05 | 1 | -0/+9 |
| * | Fix uninitialized variable warnings. NFCI. | Simon Pilgrim | 2019-11-02 | 1 | -3/+3 |
| * | [NFC] Add a tablegen node for the root of the AST node hierarchies. | John McCall | 2019-10-25 | 5 | -73/+130 |
| * | Fix file-ordering nit in D67161. | Simon Tatham | 2019-10-25 | 1 | -1/+1 |
| * | Fix MSVC "not all control paths return a value" warnings. NFCI. | Simon Pilgrim | 2019-10-24 | 1 | -0/+2 |
| * | [ARM] Attempt to fixup MveEmitter warnings | David Green | 2019-10-24 | 1 | -5/+1 |
| * | [clang,ARM] Initial ACLE intrinsics for MVE. | Simon Tatham | 2019-10-24 | 4 | -0/+1729 |
| * | [ARM] Fix arm_neon.h with -flax-vector-conversions=none, part 3 | Eli Friedman | 2019-10-17 | 1 | -1/+2 |
| * | [ARM] Fix arm_neon.h with -flax-vector-conversions=none, part 2. | Eli Friedman | 2019-10-10 | 1 | -1/+4 |
| * | [ARM] Fix arm_neon.h with -flax-vector-conversions=none | Eli Friedman | 2019-10-09 | 1 | -2/+2 |
| * | Emit TypeNodes.def with tblgen. | John McCall | 2019-10-01 | 4 | -0/+228 |