]> granicus.if.org Git - clang/history - include
[PS4] Clean up some test commentary. NFC
[clang] / include /
2016-05-18 Haojian Wu[ASTMatcher] Add a node matcher for UnresolvedLookupExpr.
2016-05-18 Ashutosh NemaAdd new intrinsic support for MONITORX and MWAITX instr...
2016-05-18 Alexey BataevSupport for MSVS default calling convention options...
2016-05-18 John McCallVarious improvements to the public IRGen interface.
2016-05-18 Craig Topper[X86] Add immediate range checks for many of the builtins.
2016-05-17 Richard SmithPR27754: CXXRecordDecl::data() needs to perform an...
2016-05-17 Richard SmithRevert r269717. That change alone did not provide the...
2016-05-17 Reid KlecknerTentatively enable -Wcast-calling-convention by default
2016-05-17 Alexey Bataev[OPENMP] Pass scalar firstprivate vars by value.
2016-05-17 Manman RenModules: set SystemHeader to true if we are building...
2016-05-16 Richard SmithLess broken fix for buildbot breakage.
2016-05-16 Richard SmithTry to make the buildbots green again: avoid the need...
2016-05-16 Richard SmithSwitch from SmallVector to TinyPtrVector for the list...
2016-05-16 Sean CallananAdded support to the ASTImporter for C++ constructor...
2016-05-16 Paul Robinson[PS4] Change the names of some "environmental" things...
2016-05-16 Yaxun Liu[OpenCL] Add supported OpenCL extensions to target...
2016-05-16 Aaron BallmanAdd the hasDynamicExceptionSpec() AST matcher to match...
2016-05-16 Nick LewyckyMake this SourceLocation getter const LLVM_READONLY...
2016-05-15 Craig Topper[AVX512] Immediate argument for PALIGNR builtin should...
2016-05-15 Craig Topper[AVX512] Add intrinsics for 512-bit insertf32x8/insertf...
2016-05-15 Craig Topper[AVX512] Mark some integer builtin arguments that go...
2016-05-14 Craig Topper[AVX512] Make the permd builtins take a 32-bit immediat...
2016-05-14 Oleksiy VyalovRevert r269546 "Added support to the ASTImporter for...
2016-05-14 Nick LewyckyWarn when a reference is bound to an empty l-value...
2016-05-14 Craig Topper[AVX512] Immediate for permd builtins should be an...
2016-05-14 NAKAMURA TakumiModuleMap.h: Fix a \param. [-Wdocumentation]
2016-05-14 Craig Topper[X86] Change most 'void' pointers in builtin type lists...
2016-05-14 Sean CallananAdded support to the ASTImporter for C++ constructor...
2016-05-14 Craig Topper[AVX512] Update pshufd type strings to match the backen...
2016-05-14 Bruno Cardoso Lopes[VFS] Add level() method to vfs::recursive_directory_it...
2016-05-13 Adrian McCarthyGet default -fms-compatibility-version from cl.exe...
2016-05-13 Bruno Cardoso Lopes[ModuleMap][CrashReproducer] Collect headers from inner...
2016-05-13 Etienne BergeronAdd an AST matcher for CastExpr kind
2016-05-13 Richard SmithFix module map typo in r269347.
2016-05-13 Yaxun LiuRevert "[OpenCL] Add supported OpenCL extensions to...
2016-05-13 Yaxun Liu[OpenCL] Add supported OpenCL extensions to target...
2016-05-13 Yaron KerenPrune four superfluous ExternalSemaSource.h includes...
2016-05-13 Etienne Bergeron[AST] Add missing const qualifiers to AstContext in...
2016-05-13 Richard SmithAdd support for derived class special members hiding...
2016-05-12 Richard SmithPreserve the FoundDecl properly in constructor overload...
2016-05-12 Etienne Bergeron[AST] Move operations enum to a definition file.
2016-05-12 Etienne Bergeron[Tooling] Fix broken dependency for shared build
2016-05-12 Filipe Cabecinhas[ubsan] Add -fsanitize-undefined-strip-path-components=N
2016-05-12 Anastasia Stulova[OpenCL] Output OpenCL version in diagnostics.
2016-05-12 Etienne BergeronAdd an AST matcher for string-literal length
2016-05-12 Etienne Bergeron[tooling] Remove redundant inline keyword
2016-05-11 Richard SmithPreserve the FoundDecl when performing overload resolut...
2016-05-11 Etienne Bergeron[tooling] Fix missing inline keyworkd, breaking build...
2016-05-11 Andrey Bokhanko[MSVC] Implementation of __unaligned as a proper type...
2016-05-11 Steven WuEmbed bitcode in object file (clang cc1 part)
2016-05-11 Etienne Bergeron[tooling] FixItHint Tooling refactoring
2016-05-11 George Burgess IV[Sema] Fix value-dependent enable_if bug.
2016-05-11 Hans WennborgDisable -Wcast-calling-convention by default (follow...
2016-05-10 Reid KlecknerAdd -Wcast-calling-convention to warn when casting...
2016-05-10 Benjamin KramerRemove unused diagnostic. NFC.
2016-05-10 Alexey Bataev[OPENMP 4.5] Add codegen support in runtime for '[non...
2016-05-09 Artem Belevich[CUDA] Only __shared__ variables can be static local...
2016-05-09 Dmitry Polukhin[OpenMP] Parse+Sema for '#pragma omp declare target...
2016-05-09 Nemanja IvanovicEnable support for __float128 in Clang and enable it...
2016-05-09 Craig Topper[X86] Fix up type arguments of __builtin_ia32_cvtss2sd_...
2016-05-07 NAKAMURA TakumiUpdate \param corresponding to r268819. [-Wdocumentation]
2016-05-06 Bruno Cardoso Lopes[CrashReproducer] Change module map callback signature...
2016-05-06 Richard Smith[modules] Attempt to improve performance for declaratio...
2016-05-06 Manman RenAvailability: set location when creating attribute...
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 Eugene ZelenkoFix some Clang-tidy readability-simplify-boolean-expr...
2016-05-05 Richard SmithAdd a FixItHint for the new diagnostic for a non-class...
2016-05-05 NAKAMURA TakumiSema.h: Prune a redundant \return. [-Wdocumentation]
2016-05-05 Richard SmithFix implementation of C++'s restrictions on using-decla...
2016-05-05 Richard Smith[modules] Enforce the rules that an explicit or partial...
2016-05-04 Marcin Koscielnicki[SystemZ] Add -mbackchain option.
2016-05-04 Aaron BallmanAdd the Pure attribute to C99 builtin functions from...
2016-05-04 Gabor Horvath[ASTMatchers] New matcher forFunction
2016-05-04 Andrey Turetskiy[X86] Add -m[no-]x87 and -m[no-]80387 options to contro...
2016-05-04 Andrey TuretskiyAdd missing -mno-cx16 driver option.
2016-05-04 Michael Zuckerman[Clang][Builtin][AVX512] Adding intrinsics fot cvt...
2016-05-04 Reid Kleckner[X86] Add -malign-double support
2016-05-03 Michael Zuckerman[Clang][avx512][Builtin] Adding intrinsics for cvtw2mas...
2016-05-03 Michael Zuckerman[Clang][AVX512][Builtin] Adding intrinsics for vcvt...
2016-05-03 Michael Zuckerman[Clang][AVX512][BUILTIN] Adding intrinsics for compress...
2016-05-03 Sergey Kalinichev[libclang] Expose the ElaboratedType
2016-05-02 Derek Schuff[WebAssembly] Rename memory_size intrinsic to current_m...
2016-05-02 Michael Zuckerman[CLANG][AVX512][BUILTIN]movap{d|s}{128|256|512}
2016-05-02 Michael Zuckerman[Clang][AVX512][BuiltIn] Adding intrinsics for cvtps2pd...
2016-05-02 Michael Zuckerman[Clang][avx512][builtin] Adding intrinsics for vexpand...
2016-05-02 Michael Zuckerman[Clang][BuiltIn][avx512] Adding intrinsics for vpshufd...
2016-05-01 Michael Zuckerman[clang][Builtin][AVX512] Adding intrinsics for vmovshdu...
2016-04-29 Justin Lebar[CUDA] Copy host builtin types to NVPTXTargetInfo.
2016-04-29 Chris BienemanAdd a new warning to notify users of mismatched SDK...
2016-04-29 Aaron BallmanAdd the ability to determine whether a format string...
2016-04-29 Manman RenMethod Pool in modules: we make sure that if a module...
2016-04-29 Denis Zobnin[MS] Make #pragma pack use PragmaStack<> class.
2016-04-29 Hubert Tong[Concepts] Pass requires-clause to ActOnTemplateParamet...
2016-04-29 Paul RobinsonAdd a Subjects line to NoDebugAttr [NFC].
2016-04-29 Silviu Baranga[ARM] Guard the declarations of f16 to f32 vcvt intrins...
2016-04-29 Denis ZobninRecommit "[MS] Improved implementation of stack pragmas...
2016-04-29 Michael Zuckerman[clang][BuiltIn][AVX512]Adding intrinsics for cmp{ss...
2016-04-29 Michael Zuckerman[Clang][AVX512][Builtin] Adding intrinsics for compress...
2016-04-29 Akira Hatanaka[Parser] Clear the TemplateParamScope bit of the curren...
next