summaryrefslogtreecommitdiffstats
path: root/clang/utils/TableGen
Commit message (Expand)AuthorAgeFilesLines
* [clang] Persist Attr::IsPackExpansion into the PCHNathan Ridge2020-06-101-0/+3
* [clang][OpenCL] Fix covered switch warningJinsong Ji2020-01-141-3/+1
* [ARM,MVE] Intrinsics for partial-overwrite imm shifts.Simon Tatham2020-01-081-4/+7
* [ARM,MVE] Support -ve offsets in gather-load intrinsics.Simon Tatham2020-01-061-2/+9
* [OpenCL] Add builtin function extension handlingSven van Haastregt2019-12-181-7/+43
* Forward {read,write}SomeEnumType to {read,write}Enum instead ofJohn McCall2019-12-161-3/+3
* Add the ability for properties to be conditional on other properties.John McCall2019-12-162-16/+60
* Add the ability to declare helper variables when readingJohn McCall2019-12-162-6/+51
* Add the ability to use property-based serialization for "cased" types.John McCall2019-12-164-79/+335
* Move Basic{Reader,Writer} emission into ASTPropsEmitter; NFC.John McCall2019-12-161-41/+53
* Abstract serialization: TableGen the (de)serialization code for Types.John McCall2019-12-141-0/+12
* Abstract serialization: TableGen "basic" reader/writer CRTPJohn McCall2019-12-146-2/+865
* Standardize the reader methods in ASTReader; NFC.John McCall2019-12-141-3/+3
* Enable better node-hierarchy metaprogramming; NFC.John McCall2019-12-143-41/+63
* Extract out WrappedRecord as a convenience base class; NFC.John McCall2019-12-141-21/+30
* Introduce some types and functions to make it easier to work withJohn McCall2019-12-145-77/+307
* [NFC] Correct accidental use of tabs.John McCall2019-12-141-99/+99
* [NFC] Rename ClangASTEmitters.h -> ASTTableGen.hJohn McCall2019-12-145-7/+7
* [ARM][MVE] Add intrinsics for immediate shifts. (reland)Simon Tatham2019-12-111-32/+51
* Revert "[ARM][MVE] Add intrinsics for immediate shifts."Eric Christopher2019-12-091-52/+31
* [ARM][MVE][Intrinsics] Add VMULL[BT]Q_(INT|POLY) intrinsics.Mark Murray2019-12-091-5/+17
* Fix the compiler warnings: "-Winconsistent-missing-override", "-Wunused-varia...Haojian Wu2019-12-091-1/+1
* [ARM][MVE] Add intrinsics for immediate shifts.Simon Tatham2019-12-091-31/+52
* [ARM,MVE] Add intrinsics to deal with predicates.Simon Tatham2019-12-021-7/+9
* Recommit ARM-NEON: make type modifiers orthogonal and allow multiple modifiers.Tim Northover2019-11-261-288/+164
* Revert "Use InitLLVM to setup a pretty stack printer"Nico Weber2019-11-251-3/+3
* Use InitLLVM to setup a pretty stack printerRui Ueyama2019-11-261-3/+3
* Revert 3f91705ca54 "ARM-NEON: make type modifiers orthogonal and allow multip...Hans Wennborg2019-11-251-164/+288
* ARM-NEON: make type modifiers orthogonal and allow multiple modifiers.Tim Northover2019-11-201-288/+164
* NeonEmitter: remove special case on casting polymorphic builtins.Tim Northover2019-11-201-5/+2
* [ARM,MVE] Add intrinsics for vector get/set lane.Simon Tatham2019-11-151-6/+18
* [ARM,MVE] Add intrinsics for 'administrative' vector operations.Simon Tatham2019-11-151-11/+35
* [ARM,MVE] Add intrinsics for contiguous load/stores.Simon Tatham2019-11-131-21/+101
* NeonEmitter: remove special 'a' type modifier.Tim Northover2019-11-061-47/+1
* NeonEmitter: switch to enum for internal Type representation.Tim Northover2019-11-061-101/+90
* [ARM,MVE] Add intrinsics for gather/scatter load/stores.Simon Tatham2019-11-061-8/+32
* [ARM,MVE] Integer-type nitpicks in MVE intrinsics.Simon Tatham2019-11-061-0/+10
* [clang,MveEmitter] Fix sign/zero extension in range limits.Simon Tatham2019-11-061-7/+6
* [OpenCL] Group builtin functions by prototypeSven van Haastregt2019-11-051-13/+136
* [OpenCL] Add builtin function attribute handlingSven van Haastregt2019-11-051-0/+9
* Fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-11-021-3/+3
* [NFC] Add a tablegen node for the root of the AST node hierarchies.John McCall2019-10-255-73/+130
* Fix file-ordering nit in D67161.Simon Tatham2019-10-251-1/+1
* Fix MSVC "not all control paths return a value" warnings. NFCI.Simon Pilgrim2019-10-241-0/+2
* [ARM] Attempt to fixup MveEmitter warningsDavid Green2019-10-241-5/+1
* [clang,ARM] Initial ACLE intrinsics for MVE.Simon Tatham2019-10-244-0/+1729
* [ARM] Fix arm_neon.h with -flax-vector-conversions=none, part 3Eli Friedman2019-10-171-1/+2
* [ARM] Fix arm_neon.h with -flax-vector-conversions=none, part 2.Eli Friedman2019-10-101-1/+4
* [ARM] Fix arm_neon.h with -flax-vector-conversions=noneEli Friedman2019-10-091-2/+2
* Emit TypeNodes.def with tblgen.John McCall2019-10-014-0/+228
OpenPOWER on IntegriCloud