aboutsummaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)Author
2014-04-28Merge remote-tracking branch 'upstream/master' into rebaseTim Murray
2014-04-22Comment parsing: in the generated XML file, mark HTML that is safe to passDmitri Gribenko
2014-04-03Add Android build system.Tim Murray
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
2014-02-17Removing a C++11'ism to also fix the build bots.Aaron Ballman
2014-02-17Fixing build bot breakage due to using a local type as a template argument.Aaron Ballman
2014-02-17Implements a declarative approach to documenting individual attributes in Cla...Aaron Ballman
2014-02-12Attributes: Avoid a big useless copy in the emitterReid Kleckner
2014-02-12Attributes: Emit enumerators in td file declaration orderReid Kleckner
2014-02-12Whitespace cleanup (mostly stray tabs, a few not-quite-empty lines).Tim Northover
2014-02-12ARM NEON: fix range checking on immediates.Tim Northover
2014-02-10[AArch64] Fixed vget/vset_lane_f16 implementationAna Pazos
2014-02-10MS ABI: Add support for #pragma pointers_to_membersDavid Majnemer
2014-02-03ARM: implement support for crypto intrinsics in arm_neon.hTim Northover
2014-01-30ARM & AArch64: share the BI__builtin_neon enum defs.Tim Northover
2014-01-29Consolidating several table-generated files containing parser-related string ...Aaron Ballman
2014-01-27Add a new attribute meta-spelling called "GCC" -- it widens into being a GNU ...Aaron Ballman
2014-01-26For AArch64 Neon, fix intrinsics implementation using nested macros.Jiangning Liu
2014-01-24Adds a getSemanticSpelling function to semantic attribute subclasses which ha...Aaron Ballman
2014-01-24Since Visual Studio 2012 is the minimum version of MSVC we support, the old-s...Aaron Ballman
2014-01-22If an attribute has a semantically meaningful spelling (such as ArgumentWithT...Aaron Ballman
2014-01-20Exposed a declarative way to specify that an attribute can be duplicated when...Aaron Ballman
2014-01-20Remove some hard-coded specialness for thread-safety attributes from the pars...Aaron Ballman
2014-01-19[CMake] Deprecate CLANG_RUNTIME_OUTPUT_INTDIR and CLANG_LIBRARY_OUTPUT_INTDIR.NAKAMURA Takumi