summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* reapply r198858: Disable LeakSanitizer in TableGen binaries, see PR18325; thi...Kostya Serebryany2014-01-10
* __has_attribute now understands target-specific attributes. So when you ask w...Aaron Ballman2014-01-09
* Removing the notion of TargetAttributesSema and replacing it with one where t...Aaron Ballman2014-01-09
* Revert "Disable LeakSanitizer in TableGen binaries, see PR18325"Alp Toker2014-01-09
* Removing a bit of custom parsing functionality used by the thread safety anal...Aaron Ballman2014-01-09
* Disable LeakSanitizer in TableGen binaries, see PR18325Kostya Serebryany2014-01-09
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-07
* This helper method isn't needed, and it's unsafe for it to use StringRef in t...Aaron Ballman2014-01-05
* CMake separate projects: finish output-directory changes.Douglas Gregor2014-01-02
* Update DataRecursiveASTVisitor so that it visits attributes.DeLesley Hutchins2013-12-30
* Update RecursiveASTVisitor so that it visits attributes. This is currentlyDeLesley Hutchins2013-12-30
* Teach the diagnostics engine about the Attr type to make reporting on semanti...Aaron Ballman2013-12-26
* Reverting r197715 -- it appears that MSVC is happy with the code, but clang i...Aaron Ballman2013-12-19
* No longer leaking Argument objects after calling createArgument. However, sin...Aaron Ballman2013-12-19
* Removing the SourceLocation unused attribute argument type.Aaron Ballman2013-12-19
* Refactor the Microsoft inheritance attribute handling so that it no longer ha...Aaron Ballman2013-12-18
* Allow target-specific attributes to share a spelling between different attrib...Aaron Ballman2013-12-15
* Enhance attribute machinery to include ObjCProtocols as "subjects" in attribu...Ted Kremenek2013-12-10
* [AArch64 NEON] Support poly128_t and implement relevant intrinsic.Kevin Qin2013-12-10
* Implemented vget/vset_lane_f16 intrinsicsAna Pazos2013-12-05
* Correct hyphenations in comments and assert messagesAlp Toker2013-12-05
* Typo caught by Alp Toker: s/appertain/appertainsAaron Ballman2013-12-03
* [AArch64]Add missing floating point convert, round and misc intrinsics.Hao Liu2013-12-03
* revert r196152. Hao Liu2013-12-03
* Add some missing AArch64 Neon intrinsics like vmull_high_n_s16 and friends.Jiangning Liu2013-12-03
* [AArch64] Add missing NEON scalar floating-point to integer convert ACLEs.Chad Rosier2013-12-02
* Rectifying style issues with generated code. No functional change intended.Aaron Ballman2013-12-02
* Automate attribute language option checking by specifying the list of options...Aaron Ballman2013-12-02
* Re-enabled support for the Subjects for the weak attribute. This changes the ...Aaron Ballman2013-12-02
* Using the proper set key when determining whether a SubsetSubject helper meth...Aaron Ballman2013-12-02
* Fixes a possible assert in the custom SubsetSubject logic for the attr emitter.Aaron Ballman2013-11-29
* Enables support for custom subject lists for attributes. As a testbed, uses t...Aaron Ballman2013-11-29
* AArch64: Two intrinsics are expected to return float64 not float32 in arm_neon.hHao Liu2013-11-29
* Fix the problem that the range check for scalar narrow shift is too wide.Hao Liu2013-11-29
* Renaming Struct to GenericRecord for clarity; could not use Record as the enu...Aaron Ballman2013-11-27
* Automated checking for C++ when determining what argument to send to the diag...Aaron Ballman2013-11-27
* Fix the AArch64 NEON bug exposed by checking constant integer argument range ...Jiangning Liu2013-11-27
* Laying the basic groundwork for table generating the diagnostics for attribut...Aaron Ballman2013-11-27
* Remove a whole lot of unused variablesAlp Toker2013-11-27
* Remove 'DistinctSpellings' support from Attr.td and change its only user toRichard Smith2013-11-27
* ARM: define & use __ARM_NEON on ARM32 (as per ACLE)Tim Northover2013-11-21
* Implemented Neon scalar by element intrinsics.Ana Pazos2013-11-21
* Implemented DefaultIntArgument in the table generator and start using it in s...Aaron Ballman2013-11-21
* Add predicate for AArch64 crypto instructions.Jiangning Liu2013-11-19
* Clean up predefined macros for AArch64 to follow ACLE 2.0.Jiangning Liu2013-11-19
* Implement the newly added AArch64 ACLE functions for ld1/st1 with 2/3/4 vectors.Hao Liu2013-11-18
* Implemented aarch64 Neon scalar vmulx_lane intrinsicsAna Pazos2013-11-15
* [AArch64 neon] support poly64 and relevant intrinsic functions.Kevin Qin2013-11-14
* Implement aarch64 neon instruction class misc.Kevin Qin2013-11-14
* Implement AArch64 NEON instruction set AdvSIMD (table).Jiangning Liu2013-11-14