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