summaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Specifying the diagnostic argument through the attribute table generator inst...Aaron Ballman2014-07-161-0/+2
* Fix typosAlp Toker2014-07-141-4/+3
* [ARM-BE] Generate correct NEON intrinsics for big endian systems.James Molloy2014-06-271-62/+172
* Add a Visualizer for VarDecl.Zachary Turner2014-06-261-6/+21
* Fixing the position of the supported syntax marker when generating attribute ...Aaron Ballman2014-06-251-1/+1
* Replace some assert(0)'s with llvm_unreachable.Craig Topper2014-06-181-2/+1
* Replace some assert(0)'s with llvm_unreachable.Craig Topper2014-06-181-6/+6
* Convert assert(0) to llvm_unreachable to silence a warning about Addend being...Craig Topper2014-06-181-1/+1
* Rewrite ARM NEON intrinsic emission completely.James Molloy2014-06-172-2982/+1846
* Use the ShowInSystemHeader bit consistently for all diagnosticsAlp Toker2014-06-161-2/+1
* Adds a Pragma spelling for attributes to tablegen and makes use of it for loopTyler Nowicki2014-06-131-24/+53
* Complete the switch from mappings to declarative diagnostic severitiesAlp Toker2014-06-121-3/+5
* Removing an "if (this == nullptr)" check from two print methods. The conditionRichard Trieu2014-06-091-3/+5
* Make Attr::Clone() also clone the Inherited, IsPackExpansion and Implicit flagsHans Wennborg2014-05-311-2/+6
* Refactoring. Remove release and take methods from ActionResult. Rename takeAs...Nikola Smiljanic2014-05-291-2/+2
* utils/CmpDriver: add brief documentation to indicate what this doesAlp Toker2014-05-211-0/+5
* Cleaning up some range-based for loops so that the automatic type deduction i...Aaron Ballman2014-05-201-74/+75
* None of these attributes require FunctionTemplate to be explicitly listed as ...Aaron Ballman2014-05-201-6/+3
* [C++11] Use 'nullptr'.Craig Topper2014-05-075-10/+11
* tblgen: Modularize the diagnostic emitterTobias Grosser2014-05-061-88/+198
* Updated the attribute tablegen emitter for variadic arguments to emit a range...Aaron Ballman2014-05-021-39/+34
* Fixing a FIXME -- no longer using std::memcpy, since that would fail for non-...Aaron Ballman2014-05-011-3/+2
* Comment parsing: remove HTML attribute validationDmitri Gribenko2014-04-301-16/+0
* Comment parsing: in the generated XML file, mark HTML that is safe to passDmitri Gribenko2014-04-221-15/+26
* Reapplying r204952 a second time.Aaron Ballman2014-03-313-20/+81
* Reverting r204968 and r204969; while more build bots are happy with the resul...Aaron Ballman2014-03-273-81/+20
* Reapplying r204952 with fixes which should hopefully resolve linking issues w...Aaron Ballman2014-03-273-20/+81
* Reverting r204952, while I figure out what's going on with the makefile build.Aaron Ballman2014-03-273-81/+20
* Clean up the __has_attribute implementation without modifying its behavior. Aaron Ballman2014-03-273-20/+81
* When generating the Attribute dumper code, do not dead-initialize MoreChildrenArnaud A. de Grandmaison2014-03-211-1/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-111-6/+6
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-111-3/+3
* [C++11] Adding override specifiers where appropriate, and removing virtual sp...Aaron Ballman2014-03-061-105/+101
* [C++11] Using std::unique_ptr to ensure that Argument objects do not leak (si...Aaron Ballman2014-03-051-50/+45
* Pass llvm::Triple objects by const reference.Benjamin Kramer2014-03-041-2/+2
* [cleanup] Re-sort includes with llvm/utils/sort_includes.py and fixChandler Carruth2014-03-041-1/+1
* Simplifying attribute generation with range-based for loops. No functional ch...Aaron Ballman2014-03-021-277/+187
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-1/+1
* [C++11] Replace verbose functors with succinct lambdasBenjamin Kramer2014-03-011-12/+3
* Add 'remark' diagnostic type in 'clang'Tobias Grosser2014-02-281-0/+13
* ARM NEON: add _f16 support to a couple of vector-shuffling intrinsics.Tim Northover2014-02-251-5/+11
* [AArch64] Change int64_t from 'long long int' to 'long int' for AArch64 target.Kevin Qin2014-02-241-3/+3
* Moving the documentation for the type safety checking attributes into AttrDoc...Aaron Ballman2014-02-211-1/+2
* Refactored the way attribute category headers are handled so that it is possi...Aaron Ballman2014-02-191-49/+25
* Added a documentation category for statement attributes so that things like c...Aaron Ballman2014-02-191-0/+6
* AArch64: look up EmitAArch64Scalar support before calling.Tim Northover2014-02-191-4/+12
* ARM & AArch64: move struct definition outside function.Tim Northover2014-02-191-5/+5
* ARM NEON: use more flexible TableGen field for defs.Tim Northover2014-02-191-85/+64
* ARM & AArch64: merge the semantic checking of NEON intrinsicsTim Northover2014-02-191-93/+50
* Forcing it to be an error when there is no Documentation list specified for a...Aaron Ballman2014-02-171-0/+11