]> granicus.if.org Git - clang/history - utils
Document __has_feature(modules) in LanguageExtensions
[clang] / utils /
2015-03-10 Yaron KerenTeach raw_ostream to accept SmallString.
2015-01-23 Alexander KornienkoReplace size() calls on containers with empty() calls...
2015-01-14 Chandler Carruth[cleanup] Re-sort the #include lines using llvm/utils...
2014-12-19 Aaron BallmanAttributes accepting an EnumArgument are allowed to...
2014-12-05 Aaron BallmanModify __has_attribute so that it only looks for GNU...
2014-11-28 Sean HuntCreate a new 'flag_enum' attribute.
2014-11-17 Aaron BallmanFixing a use of stringstream to use an LLVM helper...
2014-11-14 Aaron BallmanMinGW doesn't implement std::to_string; working around...
2014-11-14 Aaron BallmanComplete support for the SD-6 standing document (based...
2014-10-31 Anna Zaks[analyzer] Rename NewDeleteLeaks checker in the test...
2014-10-30 Richard SmithRefactor tree printing in AST dumping.
2014-10-12 Tyler NowickiAllow constant expressions in pragma loop hints.
2014-09-15 Aaron BallmanAdding some FIXMEs to the attribute emitter code regard...
2014-09-15 Aaron BallmanWhen pretty printing attributes that have enumeration...
2014-08-27 Craig TopperSimplify creation of a bunch of ArrayRefs by using...
2014-08-21 Daniel SandersFix invalid test generation by utils/ABITest/ABITestGen...
2014-08-08 David BlaikieRemove some transient raw pointer ownership in ClangAtt...
2014-08-08 Benjamin KramerAdd missing header guards.
2014-08-01 Aaron BallmanThe GNU-style aligned attribute has an optional express...
2014-07-31 Aaron BallmanAutomate attribute argument count semantic checking...
2014-07-16 Aaron BallmanSpecifying the diagnostic argument through the attribut...
2014-07-14 Alp TokerFix typos
2014-06-27 James Molloy[ARM-BE] Generate correct NEON intrinsics for big endia...
2014-06-26 Zachary TurnerAdd a Visualizer for VarDecl.
2014-06-25 Aaron BallmanFixing the position of the supported syntax marker...
2014-06-18 Craig TopperReplace some assert(0)'s with llvm_unreachable.
2014-06-18 Craig TopperReplace some assert(0)'s with llvm_unreachable.
2014-06-18 Craig TopperConvert assert(0) to llvm_unreachable to silence a...
2014-06-17 James MolloyRewrite ARM NEON intrinsic emission completely.
2014-06-16 Alp TokerUse the ShowInSystemHeader bit consistently for all...
2014-06-13 Tyler NowickiAdds a Pragma spelling for attributes to tablegen and...
2014-06-12 Alp TokerComplete the switch from mappings to declarative diagno...
2014-06-09 Richard TrieuRemoving an "if (this == nullptr)" check from two print...
2014-05-31 Hans WennborgMake Attr::Clone() also clone the Inherited, IsPackExpa...
2014-05-29 Nikola SmiljanicRefactoring. Remove release and take methods from Actio...
2014-05-21 Alp Tokerutils/CmpDriver: add brief documentation to indicate...
2014-05-20 Aaron BallmanCleaning up some range-based for loops so that the...
2014-05-20 Aaron BallmanNone of these attributes require FunctionTemplate to...
2014-05-07 Craig Topper[C++11] Use 'nullptr'.
2014-05-06 Tobias Grossertblgen: Modularize the diagnostic emitter
2014-05-02 Aaron BallmanUpdated the attribute tablegen emitter for variadic...
2014-05-01 Aaron BallmanFixing a FIXME -- no longer using std::memcpy, since...
2014-04-30 Dmitri GribenkoComment parsing: remove HTML attribute validation
2014-04-22 Dmitri GribenkoComment parsing: in the generated XML file, mark HTML...
2014-03-31 Aaron BallmanReapplying r204952 a second time.
2014-03-27 Aaron BallmanReverting r204968 and r204969; while more build bots...
2014-03-27 Aaron BallmanReapplying r204952 with fixes which should hopefully...
2014-03-27 Aaron BallmanReverting r204952, while I figure out what's going...
2014-03-27 Aaron BallmanClean up the __has_attribute implementation without...
2014-03-21 Arnaud A. de Grand... When generating the Attribute dumper code, do not dead...
2014-03-11 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-11 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-06 Aaron Ballman[C++11] Adding override specifiers where appropriate...
2014-03-05 Aaron Ballman[C++11] Using std::unique_ptr to ensure that Argument...
2014-03-04 Benjamin KramerPass llvm::Triple objects by const reference.
2014-03-04 Chandler Carruth[cleanup] Re-sort includes with llvm/utils/sort_include...
2014-03-02 Aaron BallmanSimplifying attribute generation with range-based for...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-03-01 Benjamin Kramer[C++11] Replace verbose functors with succinct lambdas
2014-02-28 Tobias GrosserAdd 'remark' diagnostic type in 'clang'
2014-02-25 Tim NorthoverARM NEON: add _f16 support to a couple of vector-shuffl...
2014-02-24 Kevin Qin[AArch64] Change int64_t from 'long long int' to 'long...
2014-02-21 Aaron BallmanMoving the documentation for the type safety checking...
2014-02-19 Aaron BallmanRefactored the way attribute category headers are handl...
2014-02-19 Aaron BallmanAdded a documentation category for statement attributes...
2014-02-19 Tim NorthoverAArch64: look up EmitAArch64Scalar support before calling.
2014-02-19 Tim NorthoverARM & AArch64: move struct definition outside function.
2014-02-19 Tim NorthoverARM NEON: use more flexible TableGen field for defs.
2014-02-19 Tim NorthoverARM & AArch64: merge the semantic checking of NEON...
2014-02-17 Aaron BallmanForcing it to be an error when there is no Documentatio...
2014-02-17 Aaron BallmanThe default assignment operator could not be generated...
2014-02-17 Aaron BallmanRemoving a C++11'ism to also fix the build bots.
2014-02-17 Aaron BallmanFixing build bot breakage due to using a local type...
2014-02-17 Aaron BallmanImplements a declarative approach to documenting indivi...
2014-02-12 Reid KlecknerAttributes: Avoid a big useless copy in the emitter
2014-02-12 Reid KlecknerAttributes: Emit enumerators in td file declaration...
2014-02-12 Tim NorthoverWhitespace cleanup (mostly stray tabs, a few not-quite...
2014-02-12 Tim NorthoverARM NEON: fix range checking on immediates.
2014-02-10 Ana Pazos[AArch64] Fixed vget/vset_lane_f16 implementation
2014-02-10 David MajnemerMS ABI: Add support for #pragma pointers_to_members
2014-02-03 Tim NorthoverARM: implement support for crypto intrinsics in arm_neon.h
2014-01-30 Tim NorthoverARM & AArch64: share the BI__builtin_neon enum defs.
2014-01-29 Aaron BallmanConsolidating several table-generated files containing...
2014-01-27 Aaron BallmanAdd a new attribute meta-spelling called "GCC" -- it...
2014-01-26 Jiangning LiuFor AArch64 Neon, fix intrinsics implementation using...
2014-01-24 Aaron BallmanAdds a getSemanticSpelling function to semantic attribu...
2014-01-24 Aaron BallmanSince Visual Studio 2012 is the minimum version of...
2014-01-22 Aaron BallmanIf an attribute has a semantically meaningful spelling...
2014-01-20 Aaron BallmanExposed a declarative way to specify that an attribute...
2014-01-20 Aaron BallmanRemove some hard-coded specialness for thread-safety...
2014-01-19 NAKAMURA Takumi[CMake] Deprecate CLANG_RUNTIME_OUTPUT_INTDIR and CLANG...
2014-01-18 Alp TokerFix comment typos
2014-01-16 Aaron BallmanWhen generating Spelling enumeration values, do not...
2014-01-16 Aaron BallmanFixing a warning that causes the sanitizer build dislik...
2014-01-16 Aaron BallmanFactored some function-like type reasoning out of SemaD...
2014-01-16 Aaron BallmanDistinguish between attributes explicitly written at...
2014-01-15 Kostya Serebryanyreplace LeakSanitizerIsTurnedOffForTheCurrentProcess...
2014-01-13 Aaron BallmanWhen determining the attribute's parsed kind, pay atten...
2014-01-10 Kostya Serebryanyreapply r198858: Disable LeakSanitizer in TableGen...
2014-01-09 Aaron Ballman__has_attribute now understands target-specific attribu...
next