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