aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2013-10-11Implemented aarch64 SIMD copy related ACLE intrinsic :Kevin Qin
2013-10-08[AArch64] Add support for NEON scalar signed/unsigned integer to floating-pointChad Rosier
2013-10-05Implement aarch64 neon instruction set AdvSIMD (Across).Jiangning Liu
2013-10-04Consumed Analysis: Change callable_when so that it can take a list of statesDeLesley Hutchins
2013-10-04Implement aarch64 neon instruction set AdvSIMD (3V elem).Jiangning Liu
2013-09-11Tablegen now generates a StringSwitch for attributes containing enumeration a...Aaron Ballman
2013-09-11The cleanup attribute no longer uses an unresolved, simple identifier as its ...Aaron Ballman
2013-09-09Attribute tablegen now understands that attribute arguments can be optional. ...Aaron Ballman
2013-09-09Fix constructor-related typos.Benjamin Kramer
2013-09-09Implement aarch64 neon instruction set AdvSIMD (3V Diff), covering the follow...Jiangning Liu
2013-09-06[analyzer] SATestBuild: strip trailing newlines from command file.Jordan Rose
2013-09-04Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instruc...Hao Liu
2013-09-03Switched FormatAttr to using an IdentifierArgument instead of a StringArgumen...Aaron Ballman
2013-08-29 mangle aarch64 Neon ACLE scalar instrinsic name with BHSD suffix.Kevin Qin
2013-08-29Move individual group name strings from the OptionTable into one big char arr...Craig Topper
2013-08-28Reorder and shrink size of NameLen field in diagnostic group table. Shaves ~4...Craig Topper
2013-08-28Merge diagnostic group tables to reduce data size and relocation entries.Craig Topper
2013-08-16clang-format utils/TableGen/TableGen.cpp.Rafael Espindola
2013-08-15Clang and AArch64 backend patches to support shll/shl and vmovl instructions ...Hao Liu
2013-08-01AArch64: initial NEON supportTim Northover
2013-07-31Fixing an unused variable warning.Aaron Ballman
2013-07-30Added the notion of Type and TargetSpecific attributes to the clang tablegen....Aaron Ballman
2013-07-21Const-correct some iterators. No functional change.Craig Topper
2013-07-19Remove trailing whitespaceCraig Topper
2013-06-24[NeonIntrinsicTestEmitter] vld1/vst1 do not require the :64 hint.Michael Gottesman
2013-06-24[NeonIntrinsicTestEmitter] Fix incorrect FileCheck pattern where we were expe...Michael Gottesman
2013-06-24[NeonIntrinsicTestEmitter] Add requirement to arm neon intrinsic tests for th...Michael Gottesman
2013-06-18Remove option emitter from clang-tblgenReid Kleckner
2013-06-10[analyzer] SATestBuild: Don't require reference results to have logs.Jordan Rose
2013-05-31[analyzer] Always use ccc-analyzer when running scan-build on buildbotAnna Zaks
2013-05-24Increase the portability of this script a bit: use /usr/bin/env to find bash,Richard Smith
2013-05-15ARM: Improve codegen for vget_low_* and vget_high_ intrinsics.Jim Grosbach
2013-05-14Fix copy-pasto in naming of LAST_MS_INHERITANCE[_ATTR]Reid Kleckner
2013-05-05ArrayRef<T>() -> None cleanupDmitri Gribenko
2013-05-03Restore Richard's belief in me.Douglas Gregor
2013-05-02Use attribute argument information to determine when to parse attribute argum...Douglas Gregor
2013-05-02Revert r180970; it's causing breakage.Douglas Gregor
2013-05-02Use attribute argument information to determine when to parse attribute argum...Douglas Gregor
2013-04-25[neonemitter tests] Change triple of emitted tests to thumbv7s to match the t...Michael Gottesman
2013-04-16[6/6] ARM Neon Intrinsic Tablegen Test Generator.Michael Gottesman
2013-04-16[5/6] ARM Neon Intrinsic Tablegen Test Generator.Michael Gottesman
2013-04-16[4/6] ARM Neon Intrinsic Tablegen Test Generator.Michael Gottesman
2013-04-16[3/6] ARM Neon Intrinsic Tablegen Test Generator.Michael Gottesman
2013-04-16[2/6] ARM Neon Intrinsic Tablegen Test Generator.Michael Gottesman
2013-04-12Define Neon intrinsics as "static inline" to avoid warning. rdar://13108414Bob Wilson
2013-04-05doce parsing: adding few more headerdoc tags.Fariborz Jahanian
2013-04-05[analyzer] Re-enable cplusplus.NewDelete (but not NewDeleteLeaks).Jordan Rose
2013-04-02[analyzer] Moving cplusplus.NewDelete to alpha.* for now.Anton Yartsev
2013-03-26[ms-cxxabi] Give the MS inheritance attributes a base classReid Kleckner
2013-03-25[analyzer] Adds cplusplus.NewDelete checker that check for memory leaks, doub...Anton Yartsev