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