summaryrefslogtreecommitdiffstats
path: root/utils/TableGen
Commit message (Expand)AuthorAgeFilesLines
* Refactor Clang sema attribute handling.Michael Han2012-03-073-0/+131
* [tablegen] Make sure that the code that is determining the order of warning g...Argyrios Kyrtzidis2012-03-061-51/+46
* Store the warning option corresponding to a diagnostics as an index into the ...Benjamin Kramer2012-02-151-5/+23
* drop more llvm:: prefixes on SmallString<>Dylan Noblesmith2012-02-131-1/+1
* Remove stray semi-colon.Daniel Dunbar2012-02-101-1/+1
* Kill the brief and full explanation fields from StaticDiagInfoRec. They were ...Benjamin Kramer2012-02-091-8/+0
* Move instantiateTemplateAttribute into the sema namespace, make helpers static.Benjamin Kramer2012-02-061-2/+6
* Delayed template instantiation of late-parsed attributes.DeLesley Hutchins2012-01-201-1/+6
* Instantiate dependent attributes when instantiating templates.DeLesley Hutchins2012-01-203-3/+162
* Remove unreachable code in Clang. (replace with llvm_unreachable where approp...David Blaikie2012-01-171-11/+1
* Remove unnecessary default cases in switches over enums.David Blaikie2012-01-171-3/+0
* CodeInit was replaced by StringInit.Jakob Stoklund Olesen2012-01-131-3/+1
* Remove unused include of VectorExtras.h.Benjamin Kramer2012-01-071-1/+0
* Relax type checking for a few Neon intrinsics. <rdar://problem/10538555>Bob Wilson2011-12-201-0/+11
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-1/+1
* Add support for pretty-printing attributes, from Richard Membarth!Douglas Gregor2011-11-191-0/+67
* Fix Neon builtin pointer argument checking for "sret" builtins.Bob Wilson2011-11-161-6/+24
* Validate DiagGroup names in TableGen, they're used as command line arguments ...Benjamin Kramer2011-11-151-0/+4
* Check pointer types for arguments of Neon load/store macros. rdar://9958031Bob Wilson2011-11-081-10/+18
* Clean up type flags for overloaded Neon builtins. No functional change.Bob Wilson2011-11-082-13/+43
* Use StringRef's case transformation methods.Benjamin Kramer2011-11-061-2/+1
* Update the CMake build for clang-tblgen to reflect that it directlyChandler Carruth2011-11-021-0/+1
* Add __nodebug__ attribute to functions in arm_neon.hBob Wilson2011-10-141-1/+1
* Constant expression evaluation refactoring:Richard Smith2011-10-101-1/+1
* Make clang-tblgen's Makefile independent of Clang's top-level Makefile,Peter Collingbourne2011-10-081-2/+2
* Add the Clang tblgen backends to Clang, and flip the switch to causePeter Collingbourne2011-10-0615-0/+4098