summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
...
* Attributes: Avoid a big useless copy in the emitterReid Kleckner2014-02-12
* Attributes: Emit enumerators in td file declaration orderReid Kleckner2014-02-12
* Whitespace cleanup (mostly stray tabs, a few not-quite-empty lines).Tim Northover2014-02-12
* ARM NEON: fix range checking on immediates.Tim Northover2014-02-12
* [AArch64] Fixed vget/vset_lane_f16 implementationAna Pazos2014-02-10
* MS ABI: Add support for #pragma pointers_to_membersDavid Majnemer2014-02-10
* ARM: implement support for crypto intrinsics in arm_neon.hTim Northover2014-02-03
* ARM & AArch64: share the BI__builtin_neon enum defs.Tim Northover2014-01-30
* Consolidating several table-generated files containing parser-related string ...Aaron Ballman2014-01-29
* Add a new attribute meta-spelling called "GCC" -- it widens into being a GNU ...Aaron Ballman2014-01-27
* For AArch64 Neon, fix intrinsics implementation using nested macros.Jiangning Liu2014-01-26
* Adds a getSemanticSpelling function to semantic attribute subclasses which ha...Aaron Ballman2014-01-24
* Since Visual Studio 2012 is the minimum version of MSVC we support, the old-s...Aaron Ballman2014-01-24
* If an attribute has a semantically meaningful spelling (such as ArgumentWithT...Aaron Ballman2014-01-22
* Exposed a declarative way to specify that an attribute can be duplicated when...Aaron Ballman2014-01-20
* Remove some hard-coded specialness for thread-safety attributes from the pars...Aaron Ballman2014-01-20
* [CMake] Deprecate CLANG_RUNTIME_OUTPUT_INTDIR and CLANG_LIBRARY_OUTPUT_INTDIR.NAKAMURA Takumi2014-01-19
* Fix comment typosAlp Toker2014-01-18
* When generating Spelling enumeration values, do not generate identifiers in t...Aaron Ballman2014-01-16
* Fixing a warning that causes the sanitizer build disliked about mixing && and...Aaron Ballman2014-01-16
* Factored some function-like type reasoning out of SemaDeclAttr and onto Decl ...Aaron Ballman2014-01-16
* Distinguish between attributes explicitly written at the request of the user,...Aaron Ballman2014-01-16
* replace LeakSanitizerIsTurnedOffForTheCurrentProcess with __lsan_is_turned_of...Kostya Serebryany2014-01-15
* When determining the attribute's parsed kind, pay attention to the syntax use...Aaron Ballman2014-01-13
* 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