]> granicus.if.org Git - clang/history - utils/TableGen
Delay emitting members of dllexport classes until the class is fully parsed (PR23542)
[clang] / utils / TableGen /
2015-08-06 David BlaikieFix memory ownership in the NeonEmitter by using values...
2015-08-06 Yaron KerenPlug a memory leak in NeonEmitter: Intrinsics allocated...
2015-08-04 Chandler Carruth[UB] Guard two calls to memcpy in generated attribute...
2015-07-22 Hans WennborgFix -Wextra-semi warnings.
2015-07-20 Bob WilsonRefactor TableGen backend for ClangAttrEmitter to avoid...
2015-07-20 Bob WilsonIgnore the "novtable" declspec when not using the Micro...
2015-07-06 Craig Topper[TableGen] Change a couple methods to return an ArrayRe...
2015-06-22 Alexander KornienkoRevert r240270 ("Fixed/added namespace ending comments...
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-19 Douglas GregorCheck for consistent use of nullability type specifiers...
2015-06-04 Ahmed Bougacha[CodeGen][NEON] Emit constants for "immediate" intrinsi...
2015-05-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-05-15 Peter CollingbourneImplement no_sanitize attribute.
2015-04-24 Craig Topper[TableGen] Clang changes for r235697 to stop leaking...
2015-04-21 Ulrich WeigandImplement target-specific __attribute__((aligned))...
2015-04-11 Benjamin KramerRemove empty non-virtual destructors or mark them ...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-10 Benjamin Kramer[tblgen] Use StringRef::trim
2015-04-06 James DennettFix a call to std::unique to actually discard the trail...
2015-03-19 Benjamin KramerDevirtualize Attr and all subclasses.
2015-03-18 Yaron KerenRemove many superfluous SmallString::str() calls.
2015-03-10 Benjamin KramerMake helper functions static. NFC.
2015-03-10 Aaron BallmanThe semantic spelling enumeration should retain values...
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-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-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-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-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
next