]> granicus.if.org Git - clang/history - utils/TableGen
clang/test/CodeGenObjC/ivar-type-encoding.m: Tweak to satisfy -m32.
[clang] / utils / TableGen /
2017-06-20 Abderrazek Zaafrani[AArch64] ADD ARMv.2-A FP16 vector intrinsics
2017-06-02 Vedant KumarRevert "[AArch64] Add ARMv8.2-A FP16 vefctor intrinsics"
2017-06-01 Abderrazek Zaafrani[AArch64] Add ARMv8.2-A FP16 vefctor intrinsics
2017-05-31 Craig Topper[TableGen] Clang changes to support Record::getValueAsS...
2017-05-24 Argyrios KyrtzidisEnhance the 'diagnose_if' attribute so that we can...
2017-05-01 Saleem Abdulrasoolutils: Silence -Wpedantic warning
2017-04-19 Alex LorenzAdd #pragma clang attribute support to the external_sou...
2017-04-18 Alex LorenzAdd #pragma clang attribute
2017-04-18 Alex LorenzRevert r300539 - Add #pragma clang attribute
2017-04-18 Alex LorenzFix one more 'not all control paths return a value...
2017-04-18 Alex Lorenz[TableGen] Fix MSVC warning that occurs in TableGen...
2017-04-18 Alex LorenzAdd #pragma clang attribute
2017-04-01 Faisal Vali[NFC, Scoped Enum] Convert Sema::ExpressionEvaluationCo...
2017-03-23 Erich KeaneCorrect class-template deprecation behavior-REDUX
2017-03-22 Martin BohmeRevert "Correct class-template deprecation behavior"
2017-03-21 Erich KeaneCorrect class-template deprecation behavior
2017-01-27 Richard SmithImprove workaround for Sphinx's lack of support for...
2017-01-24 Richard Smith[docs] Add TableGen-based generator for command line...
2017-01-24 David L. JonesSwitch TableGen to emit calls to ASTRecordReader for...
2017-01-05 Justin Lebar[TableGen] Only normalize the spelling of GNU-style...
2016-12-05 Matthias BraunAdapt to llvm/TableGen DagInit changes.
2016-12-04 Matthias BraunTableGen: Adapt to llvm r288612
2016-12-01 George Burgess IV[TableGen] Ignore fake args for parsing-related arg...
2016-12-01 George Burgess IV[TableGen] Minor clean-ups. NFC.
2016-11-29 Eugene ZelenkoFix some Clang-tidy and Include What You Use warnings...
2016-10-19 Reid KlecknerUse noexcept instead of LLVM_NOEXCEPT now that all...
2016-10-08 Mehdi AminiTurn cl::values() (for enum) from a vararg function...
2016-09-14 Richard Smith[docs] Order diagnostic cross-references alphabetically...
2016-09-14 Richard SmithUpdate DiagnosticsReference and fix emitter to emit...
2016-09-13 Reid KlecknerFix a FIXME about MSVC 2013 in the diagnostic doc gener...
2016-09-13 Richard SmithWork around MSVC 2013's inability to default move speci...
2016-09-13 Richard SmithWork around a GCC 4.7-specific issue: due to implementi...
2016-09-12 Richard SmithAdd virtual destructor (necessary due to the switch...
2016-09-12 Richard SmithAttempt #3 to placate MSVC.
2016-09-12 Richard SmithAttempt #2 to placate MSVC
2016-09-12 Richard SmithAttempt to placate MSVC.
2016-09-12 Richard SmithAdd a mode to clang-tblgen to generate reference docume...
2016-09-10 Akira Hatanaka[tablegen] Check that an optional IdentifierArgument...
2016-09-03 Nico WeberAdd plumbing for new attribute type "Microsoft".
2016-09-02 Eric FiselierImplement __attribute__((require_constant_initializatio...
2016-09-02 Eric FiselierRevert r280516 since it contained accidental changes.
2016-09-02 Eric FiselierImplement __attribute__((require_constant_initializatio...
2016-08-05 Vedant Kumar[clang-tblgen] Remove unused #include (NFC)
2016-07-18 Mehdi Amini[NFC] Header cleanup
2016-07-15 Saleem AbdulrasoolSema: support __declspec(dll*) on ObjC interfaces
2016-06-23 David MajnemerUse ranges to concisely express iteration
2016-06-09 Richard SmithUpdate to match LLVM r272232.
2016-05-31 Reid KlecknerWork around MinGW's macro definition of 'interface...
2016-05-27 Benjamin KramerApply clang-tidy's misc-move-constructor-init throughou...
2016-05-27 Benjamin KramerTurn copies into references as suggested by clang-tidy...
2016-05-18 Richard SmithFix use-after-free ASan failures for modules / PCH...
2016-05-12 Eugene ZelenkoFix Clang-tidy modernize-use-bool-literals in generated...
2016-04-27 Peter CollingbourneRevert unnecessary tblgen change.
2016-04-27 Peter CollingbourneRework interface for bitset-using features to use a...
2016-04-06 Richard SmithRe-commit r265518 ("[modules] Continue factoring encodi...
2016-04-06 Dmitry PolukhinRevert "[modules] Continue factoring encoding of AST...
2016-04-06 Richard Smith[modules] Continue factoring encoding of AST records...
2016-03-16 Manman RenAdd an optional string argument to DeprecatedAttr for...
2016-03-10 Manman RenPrint strict in Availability attribute when it is on.
2016-03-08 Richard SmithP0188R1: add support for standard [[fallthrough]] attri...
2016-03-03 John McCallSemantic analysis for the swiftcall calling convention.
2016-03-01 John McCallAdd an llvm_unreachable back to the autogeneration...
2016-03-01 John McCallInfrastructure improvements to Clang attribute TableGen.
2016-02-13 Benjamin KramerFix a leak in the generated code for attributes with...
2016-01-31 Craig TopperNo need to use utostr when putting integers into a...
2016-01-26 Chris BienemanRemove autoconf support
2016-01-18 Craig Topper[TableGen] Merge the SuperClass Record and SMRange...
2016-01-04 Craig Topper[TableGen] Call llvm_shutdown on exit so that all the...
2015-12-08 Eugene ZelenkoUse range loops and autos in utils/TableGen/ClangAttrEm...
2015-11-30 Aaron BallmanDo not crash when dumping the objc_bridge_related attri...
2015-10-28 John McCallAdd the ability to define "fake" arguments on attributes.
2015-10-12 Alexey Bataev[ATTR] Automatic line feed after pragma-like attribute.
2015-10-06 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in source...
2015-09-29 Hans WennborgFix Clang-tidy modernize-use-nullptr warnings in header...
2015-08-22 Ahmed Bougacha[ARM NEON] Remove special-case for f16 vcvt handling...
2015-08-21 Ahmed Bougacha[ARM NEON] Use the common naming scheme for vcvt f16...
2015-08-21 Ahmed Bougacha[ARM NEON] Factor out FP-prototype checking. NFC.
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...
next