]> granicus.if.org Git - clang/history - lib/AST
[CUDA] Only __shared__ variables can be static local on device side.
[clang] / lib / AST /
2016-05-09 Nemanja IvanovicEnable support for __float128 in Clang and enable it...
2016-05-06 Manman RenObjC kindof: set the type of a conditional expression...
2016-05-06 Nico WeberRevert r268727, it caused PR27666.
2016-05-06 Andrey Bokhanko[MSVC] Implementation of __unaligned as a proper type...
2016-05-05 Richard Smith[modules] Enforce the rules that an explicit or partial...
2016-05-03 Xiuli Pan[OpenCL] Fix pipe type dump.
2016-05-02 Artem Belevich[CUDA] Make sure device-side __global__ functions are...
2016-04-29 Richard SmithPR27549: fix bug that resulted in us giving a translati...
2016-04-28 Yaxun Liu[OpenCL] Fix bug in mergeTypes which causes equivalent...
2016-04-28 Vassil VassilevReland r267691 fixing PR27535.
2016-04-27 Nico WeberRevert r267691, it caused PR27535.
2016-04-27 Vassil Vassilev[modules] Fix Decl's Used invariant.
2016-04-26 Samuel Antao[OpenMP] Improve mappable expressions Sema.
2016-04-25 Richard SmithRefactor traversal of bases in deduction of template...
2016-04-21 Richard TrieuSplit interesting warnings off from -Wfloat-conversion
2016-04-19 Serge PavlovWarn if function or variable cannot be implicitly insta...
2016-04-15 Nemanja IvanovicRevert 266186 as it breaks anything that includes type_...
2016-04-15 Nico WeberRevert r266415, it broke parsing SDK headers (PR27367).
2016-04-15 Andrey Bokhanko[MSVC Compat] Implementation of __unaligned (MS extensi...
2016-04-14 Artem Dergachev[ASTImporter] Implement some expression-related AST...
2016-04-14 Alexander KornienkoReorder ASTNodeKind::AllKindInfo to match NodeKindId.
2016-04-13 Nemanja IvanovicEnable support for __float128 in Clang
2016-04-13 Alexey Bader[OpenCL] Move OpenCLImageTypes.def from clangAST to...
2016-04-12 Yaxun LiuPR19957: [OpenCL] Incorrectly accepts implicit address...
2016-04-12 Alexey Bataev[OPENMP 4.0] Support for 'uniform' clause in 'declare...
2016-04-11 Dmitry Polukhin[GCC] Attribute ifunc support in clang
2016-04-08 Alexey Bader[OpenCL] Complete image types support.
2016-04-06 Vassil Vassilev[modules] Don't try to add lookup results to non-lookup...
2016-04-06 Dmitry Polukhin[OPENMP] Parsing and Sema support for 'omp declare...
2016-04-04 Richard SmithMove local helper class into anonymous namespace.
2016-03-31 Alexey Bataev[OPENMP] Support dumping OpenMP specific constructs.
2016-03-30 Richard TrieuFix Clang crash with template type diffing.
2016-03-30 Vassil VassilevCanonicalize UnaryTransformType types when they don...
2016-03-30 Oleg Ranevskyy[Clang][ARM] __va_list declaration is not saved in...
2016-03-29 Alexey Bataev[OPENMP] Remove extra code transformation.
2016-03-28 Sean CallananImprovements to the ASTImporter to support LLDB top...
2016-03-28 David MajnemerFix serialization/deserialization for __uuidof
2016-03-27 David MajnemerImprove the representation of CXXUuidofExpr
2016-03-26 Faisal Vali[Cxx1z-constexpr-lambda-P0170R1] Support parsing of...
2016-03-21 Richard Smith[modules] Store mangling numbers in a deterministic...
2016-03-21 Faisal Vali[Cxx1z] Implement Lambda Capture of *this by Value...
2016-03-20 Justin BognerAST: Fix some bogus indentation. NFC
2016-03-20 Richard SmithP0184R0: Allow types of 'begin' and 'end' expressions...
2016-03-18 Steven WatanabeFix printing of anonymous struct typedefs.
2016-03-16 Roman LevensteinAdd attributes for preserve_mostcc/preserve_allcc calli...
2016-03-13 Matt ArsenaultUpdate for new argument to scalbn
2016-03-11 Jordan RoseFix ObjCMethodDecl::findPropertyDecl for class properties.
2016-03-09 Alexey Bataev[OPENMP 4.5] Codegen for data members in 'linear' clause.
2016-03-08 Richard SmithP0017R1: In C++1z, an aggregate class can have (public...
2016-03-08 Duncan P. N. Exon... Sema: Treat 'strict' availability flag like unavailable
2016-03-07 Aaron BallmanImplement support for [[nodiscard]] in C++1z that is...
2016-03-07 David Majnemer[MS ABI] Mangle symbols names longer than 4096 characte...
2016-03-04 James Y KnightMake TargetInfo store an actual DataLayout instead...
2016-03-04 Alexey Bataev[OPENMP 4.0] Codegen for 'declare reduction' construct.
2016-03-04 Alexey Bataev[OPENMP] Simplify handling of clauses with postupdates...
2016-03-03 John McCallSemantic analysis for the swiftcall calling convention.
2016-03-03 Alexey Bataev[OPENMP 4.0] Initial support for 'omp declare reduction...
2016-03-03 Sean CallananCaught and fixed a typo in r262572.
2016-03-03 Sean CallananFixed a problem where the ASTImporter mishandled in...
2016-03-03 John McCallImprove some infrastructure for extended parameter...
2016-03-02 Nico WeberSerialize `#pragma detect_mismatch`.
2016-03-02 Nico WeberSerialize `#pragma comment`.
2016-03-02 Alexey Bataev[OPENMP 4.5] Codegen for data members in 'reduction...
2016-03-01 John McCallMangle extended qualifiers in the proper order and...
2016-03-01 John McCallGeneralize the consumed-parameter array on FunctionProt...
2016-03-01 John McCallInfrastructure improvements to Clang attribute TableGen.
2016-02-29 Alexey Bataev[OPENMP 4.5] Initial support for data members in 'reduc...
2016-02-26 Duncan P. N. Exon... SemaCXX: Support templates in availability attributes
2016-02-26 David Majnemer[MSVC Compat] Don't evaluate member base expressions...
2016-02-25 Ben LangmuirAdd FieldNames to __NSConstantString_tag
2016-02-25 Alexey Bataev[OPENMP 4.5] Codegen for member decls in 'lastprivate...
2016-02-24 Nico WeberFix rejects-valid caused by r261297.
2016-02-19 Alexey Bataevpr26544: Bitfield layout with pragma pack and attribute...
2016-02-19 Nico WeberFix SemaTemplate/instantiate-field.cpp after r261297.
2016-02-19 Nico WeberImplement the likely resolution of core issue 253.
2016-02-18 Argyrios Kyrtzidis[ASTImporter] Implement missing VisitAccessSpecDecl...
2016-02-17 Alexey Bataev[OPENMP 4.5] Codegen support for data members in 'first...
2016-02-16 Alexey Bataev[OPENMP] Improved handling of pseudo-captured expressio...
2016-02-15 Andrey BokhankoPR26449: Fixes for bugs in __builtin_classify_type...
2016-02-15 Argyrios Kyrtzidis[AST/index] Introduce an option 'SuppressTemplateArgsIn...
2016-02-14 Argyrios Kyrtzidis[index] Factor libclang's functionality to determing...
2016-02-13 Argyrios Kyrtzidis[AST] Add a print() method in DeclarationName that...
2016-02-13 Steven WatanabeFix the ASTPrinter output for ascii char literals ...
2016-02-12 David Majnemer[AST] Fix typos in RecordLayoutBuilder
2016-02-12 Olivier GoffartFix ICE with constexpr and friend functions
2016-02-12 Anastasia Stulova[OpenCL] Disable C99 standard lib functions
2016-02-11 David MajnemerRevert "Revert r260388 "[MS ABI] Never reference dllimp...
2016-02-11 Alexey Bataev[OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExpr...
2016-02-10 Hans WennborgRevert r260388 "[MS ABI] Never reference dllimport...
2016-02-10 Eugene ZelenkoFix some Clang-tidy readability-redundant-control-flow...
2016-02-10 David Majnemer[MS ABI] Never reference dllimport'd vtables
2016-02-10 Andrey Turetskiy[X86] Fix stack alignment for MCU target (Clang part...
2016-02-08 Alexey Bataev[OPENMP 4.5] Ccapture/codegen of private non-static...
2016-02-05 Sunil SrivastavaDo not honor explicit alignment attribute on fields...
2016-02-04 Alexey Bataev[OPENMP 4.0] Fixed support of array sections/array...
2016-02-04 Ben LangmuirFix predefine for __NSConstantString struct type
2016-02-03 Quentin ColombetReapply r259624, it is likely not the commit causing...
2016-02-03 Quentin ColombetRevert r259624 - Make CF constant string decl visible...
2016-02-03 Arpith Chacko Jacob[OpenMP] Parsing + sema for target parallel for directive.
2016-02-03 Ben LangmuirMake CF constant string decl visible to name lookup...
next