- cfa1764 Convert clang to Android.bp by Colin Cross · 8 years ago
- 4967a71 Update aosp/master Clang for rebase to r275480 by Pirama Arumuga Nainar · 8 years ago
- 87d948e Update aosp/master clang for rebase to r256229 by Pirama Arumuga Nainar · 9 years ago
- 2d2dc9f Stop using HOST_OS, whitelist windows modules by Dan Willemsen · 9 years ago
- b6d6993 Update aosp/master clang for rebase to r239765 by Pirama Arumuga Nainar · 9 years ago
- 58878f8 Update aosp/master clang for rebase to r235153 by Pirama Arumuga Nainar · 10 years ago
- 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 10 years ago
- 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 10 years ago
- 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
- c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
- 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
- 651f13c Updated to Clang 3.5a. by Stephen Hines · 11 years ago
- 1fab7c3 Merge remote-tracking branch 'upstream/release_34' into merge-20140211 by Stephen Hines · 11 years ago
- 696e2d7 Merging r196535: by Bill Wendling · 11 years ago
- 917b328 Merging r196211: by Bill Wendling · 11 years ago
- 2647623 Merging r196189: by Bill Wendling · 11 years ago
- e3b558d Merging r195943: by Bill Wendling · 11 years ago
- 08efe36 Merging r195942: by Bill Wendling · 11 years ago
- 51d8546 Merging r195844: by Bill Wendling · 11 years ago
- f27429d Merging r195326: by Bill Wendling · 11 years ago
- 315007b Add predicate for AArch64 crypto instructions. by Jiangning Liu · 11 years ago
- 769187a Clean up predefined macros for AArch64 to follow ACLE 2.0. by Jiangning Liu · 11 years ago
- dd12780 Implement the newly added AArch64 ACLE functions for ld1/st1 with 2/3/4 vectors. by Hao Liu · 11 years ago
- 51cc017 Implemented aarch64 Neon scalar vmulx_lane intrinsics by Ana Pazos · 11 years ago
- 624bb5e [AArch64 neon] support poly64 and relevant intrinsic functions. by Kevin Qin · 11 years ago
- 8137a60 Implement aarch64 neon instruction class misc. by Kevin Qin · 11 years ago
- 2e22f29 Implement AArch64 NEON instruction set AdvSIMD (table). by Jiangning Liu · 11 years ago
- f6785e3 Documentation parsing: add support for \throws \throw \exception commands by Dmitri Gribenko · 11 years ago
- 3347b49 Rather than duplicating extension diagnostics to allow them to cause a by Richard Smith · 11 years ago
- 9473c19 [AArch64] Add support for NEON scalar floating-point convert to fixed-point instructions. by Chad Rosier · 11 years ago
- bf3bc5d Implement AArch64 Neon instruction set Perm. by Jiangning Liu · 11 years ago
- 22229d6 Implemented aarch64 neon intrinsic vcopy_lane with float type. by Kevin Qin · 11 years ago
- 9feedb8 Attributes which accept a type as their sole argument are no longer hard coded into the parser. Instead, they are automatically listed through tablegen. by Aaron Ballman · 11 years ago
- ddc2a53 Store a TypeArgument on an attribute as a TypeSourceInfo*, rather than as a by Richard Smith · 11 years ago
- f427272 [AArch64] Add support for NEON scalar shift immediate instructions. by Chad Rosier · 11 years ago
- 5640209 [AArch64] Add support for NEON scalar floating-point compare instructions. by Chad Rosier · 11 years ago
- d92aa2d PR17666: Instead of allowing an initial identifier argument in any attribute by Richard Smith · 11 years ago
- 4553a85 [AArch64] Add support for NEON scalar extract narrow instructions. by Chad Rosier · 11 years ago
- 2102a1d Implemented aarch64 SIMD copy related ACLE intrinsic : by Kevin Qin · 11 years ago
- 6d048e1 [AArch64] Add support for NEON scalar signed/unsigned integer to floating-point by Chad Rosier · 11 years ago
- 0391691 Implement aarch64 neon instruction set AdvSIMD (Across). by Jiangning Liu · 11 years ago
- 6654085 Consumed Analysis: Change callable_when so that it can take a list of states by DeLesley Hutchins · 11 years ago
- 0aa1a88 Implement aarch64 neon instruction set AdvSIMD (3V elem). by Jiangning Liu · 11 years ago
- d068607 Tablegen now generates a StringSwitch for attributes containing enumeration arguments to map strings to the proper enumeration value. This makes error checking more consistent and reduces the amount of hand-written code required. by Aaron Ballman · 11 years ago
- ebaee6b The cleanup attribute no longer uses an unresolved, simple identifier as its argument. Instead, it takes an expression that is fully resolved. by Aaron Ballman · 11 years ago
- bbb3b32 Attribute tablegen now understands that attribute arguments can be optional. This allows for automated checking of the number of arguments expected vs number of arguments given for attributes. Greatly reduces the amount of manual checking required. by Aaron Ballman · 11 years ago
- e575359 Fix constructor-related typos. by Benjamin Kramer · 11 years ago
- 097a4b4 Implement aarch64 neon instruction set AdvSIMD (3V Diff), covering the following 26 instructions, by Jiangning Liu · 11 years ago
- 1c840db [analyzer] SATestBuild: strip trailing newlines from command file. by Jordan Rose · 11 years ago
- 912502b Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instructions: by Hao Liu · 11 years ago
- caa5ab2 Switched FormatAttr to using an IdentifierArgument instead of a StringArgument since that is a more accurate modeling. by Aaron Ballman · 11 years ago
- 944f09f mangle aarch64 Neon ACLE scalar instrinsic name with BHSD suffix. by Kevin Qin · 11 years ago
- 354f20a Move individual group name strings from the OptionTable into one big char array. Then only store offsets into it in the OptionTable. Saves about 4K from the clang binary and removes 400 relocation entries from DiagnosticIDs.o. by Craig Topper · 11 years ago
- 0e28a25 Reorder and shrink size of NameLen field in diagnostic group table. Shaves ~4K from clang binary. by Craig Topper · 11 years ago
- b1aa16a Merge diagnostic group tables to reduce data size and relocation entries. by Craig Topper · 11 years ago
- 83b1548 clang-format utils/TableGen/TableGen.cpp. by Rafael Espindola · 11 years ago
- 12cd6a8 Clang and AArch64 backend patches to support shll/shl and vmovl instructions and ACLE functions by Hao Liu · 11 years ago
- a902511 Update Clang for merge to r187914. by Stephen Hines · 11 years ago
- 4ac73c7 Merge commit '51e75aecf4fb303b91c9e54fd88e3509e5acc7a6' into merge-20130807 by Stephen Hines · 11 years ago
- b793f0d AArch64: initial NEON support by Tim Northover · 11 years ago
- ce75652 Fixing an unused variable warning. by Aaron Ballman · 11 years ago
- 201bddc Added the notion of Type and TargetSpecific attributes to the clang tablegen. In turn, this fixes a mistake with Ptr32, Ptr64, UPtr and SPtr attribtues generating AST nodes that are never actually used. by Aaron Ballman · 11 years ago
- 85c4851 Const-correct some iterators. No functional change. by Craig Topper · 11 years ago
- 519f26b Remove trailing whitespace by Craig Topper · 11 years ago
- fdeee9d [NeonIntrinsicTestEmitter] vld1/vst1 do not require the :64 hint. by Michael Gottesman · 11 years ago
- 410c3f7 [NeonIntrinsicTestEmitter] Fix incorrect FileCheck pattern where we were expecting a ',' prefix to alignment hints. by Michael Gottesman · 11 years ago
- bb5595d [NeonIntrinsicTestEmitter] Add requirement to arm neon intrinsic tests for the feature long_tests. by Michael Gottesman · 11 years ago
- 15f03ea Remove option emitter from clang-tblgen by Reid Kleckner · 11 years ago
- 2049840 Merge commit '1342a4ef62dd7b839c6f09348b246a4f00282f29' into merge_20130612 by Stephen Hines · 11 years ago
- de5f2ee [analyzer] SATestBuild: Don't require reference results to have logs. by Jordan Rose · 11 years ago
- e3a9baa [analyzer] Always use ccc-analyzer when running scan-build on buildbot by Anna Zaks · 11 years ago
- 1dd5208 Increase the portability of this script a bit: use /usr/bin/env to find bash, by Richard Smith · 11 years ago
- cd76539 ARM: Improve codegen for vget_low_* and vget_high_ intrinsics. by Jim Grosbach · 11 years ago
- a3d813a Fix copy-pasto in naming of LAST_MS_INHERITANCE[_ATTR] by Reid Kleckner · 11 years ago
- 566bf62 ArrayRef<T>() -> None cleanup by Dmitri Gribenko · 12 years ago
- 83eba02c Merge remote-tracking branch 'upstream/master' into merge-20130502 by Stephen Hines · 12 years ago
- 4761b10 Restore Richard's belief in me. by Douglas Gregor · 12 years ago
- 92eb7d8 Use attribute argument information to determine when to parse attribute arguments as expressions. by Douglas Gregor · 12 years ago
- fa5f030 Revert r180970; it's causing breakage. by Douglas Gregor · 12 years ago
- 3796d15 Use attribute argument information to determine when to parse attribute arguments as expressions. by Douglas Gregor · 12 years ago
- c873b51 [neonemitter tests] Change triple of emitted tests to thumbv7s to match the target cpu being swift. Also specify the target-abi to apcs-gnu. by Michael Gottesman · 12 years ago
- c327f87 [6/6] ARM Neon Intrinsic Tablegen Test Generator. by Michael Gottesman · 12 years ago
- fb9929e [5/6] ARM Neon Intrinsic Tablegen Test Generator. by Michael Gottesman · 12 years ago
- 7200bd6 [4/6] ARM Neon Intrinsic Tablegen Test Generator. by Michael Gottesman · 12 years ago
- fb599a4 [3/6] ARM Neon Intrinsic Tablegen Test Generator. by Michael Gottesman · 12 years ago
- 21e4e94 [2/6] ARM Neon Intrinsic Tablegen Test Generator. by Michael Gottesman · 12 years ago
- 1e8058f Define Neon intrinsics as "static inline" to avoid warning. rdar://13108414 by Bob Wilson · 12 years ago
- 5238e40 doce parsing: adding few more headerdoc tags. // rdar://12379114 by Fariborz Jahanian · 12 years ago
- e449edc [analyzer] Re-enable cplusplus.NewDelete (but not NewDeleteLeaks). by Jordan Rose · 12 years ago
- 3d11708 [analyzer] Moving cplusplus.NewDelete to alpha.* for now. by Anton Yartsev · 12 years ago
- 852e3d7 [ms-cxxabi] Give the MS inheritance attributes a base class by Reid Kleckner · 12 years ago
- 2de19ed [analyzer] Adds cplusplus.NewDelete checker that check for memory leaks, double free, and use-after-free problems of memory managed by new/delete. by Anton Yartsev · 12 years ago
- e30024c [analyzer] CmpRuns.py: Accept single files as input. by Jordan Rose · 12 years ago
- 15d6888 Merge branch 'upstream' into merge_2013_03_18 by Stephen Hines · 12 years ago
- b421b56 Documentation parsing. Some refactoring and code by Fariborz Jahanian · 12 years ago
- 28c1cd2 HeaderDoc: Support more of HeaderDoc documentation by Fariborz Jahanian · 12 years ago
- bd3aca0 Update build rules for Clang merge to version 176138. by Stephen Hines · 12 years ago
- 450b86c Merge commit 'b58f810669d9c17bcc025b7560de01d162856f34' into merge_20130226 by Stephen Hines · 12 years ago
- 2a268f2 doc parsing. We want to issue a strong warning when by Fariborz Jahanian · 12 years ago
- 943f909 Strip 'llvm' from 'llvm::Optional' uses. by Ted Kremenek · 12 years ago