]> granicus.if.org Git - clang/history - lib
Reorder ASTNodeKind::AllKindInfo to match NodeKindId.
[clang] / lib /
2016-04-14 Alexander KornienkoReorder ASTNodeKind::AllKindInfo to match NodeKindId.
2016-04-14 Richard Smith[modules] Remove CXX_BASE_SPECIFIERS_OFFSETS table...
2016-04-13 Manman RenObjC kindof: order the methods in global pool relative...
2016-04-13 Reid Kleckner[CodeGen] Avoid ctor/dtor boilerplate with some C++11
2016-04-13 Richard Smith[modules] Remove CXX_CTOR_INITIALIZERS_OFFSETS table...
2016-04-13 Bruno Cardoso Lopes[SemaObjC] Properly handle mix between type arguments...
2016-04-13 Hans WennborgMake sure CheckDestructor gets called on dllimported...
2016-04-13 Bruno Cardoso Lopes[CrashReproducer] Setup 'use-external-names' in YAML...
2016-04-13 Bruno Cardoso Lopes[VFS] Move default values to in-class member initializa...
2016-04-13 Hubert TongRemove redundant null-check; NFC
2016-04-13 Devin Coughlin[analyzer] Nullability: Suppress diagnostic on bind...
2016-04-13 Tim NorthoverAArch64: allow 64-bit access to sysregs.
2016-04-13 Tim NorthoverARM: make Darwin's "-arch armv7em" default to hard...
2016-04-13 Michael Zuckerman[Clang][AVX512][Builtin] Adding support to intrinsics...
2016-04-13 Aaron BallmanReverting r266199; it causes build bot failures.
2016-04-13 Aaron BallmanAdd functions declared in ctype.h to builtin function...
2016-04-13 Alexey Bataev[OPENMP 4.0] Fixed DSA analysis for taskloop directives.
2016-04-13 Michael Zuckerman[Clang][AVX512][Builtin] Adding support for VBROADCAST...
2016-04-13 Michael Zuckerman[Clang][AVX512][Builtin] Adding supporting to intrinsic...
2016-04-13 Nemanja IvanovicEnable support for __float128 in Clang
2016-04-13 Alexey Bader[OpenCL] Move OpenCLImageTypes.def from clangAST to...
2016-04-13 NAKAMURA TakumiASTWriterDecl.cpp: Prune a couple of \param(s), corresp...
2016-04-13 Richard Smith[modules] Add some missing blockinfo records. No functi...
2016-04-13 Chuang-Yu Cheng[PPC64][VSX] Add a couple of new data types for vec_vsx...
2016-04-13 Richard Smith[modules] Refactor handling of cases where we write...
2016-04-13 Devin Coughlin[analyzer] Nullability: Treat nil _Nonnull ivar as...
2016-04-12 Akira Hatanaka[ObjC] Pop all cleanups created in EmitObjCForCollectio...
2016-04-12 Manman RenObjC class properties: add diagnostics for unimplemente...
2016-04-12 Konstantin Zhuravlyov[AMDGPU] Add debugger related target options
2016-04-12 David BlaikieAdd a fixme for an old patch I had lying around that...
2016-04-12 Ed MasteAlways use --eh-frame-hdr on FreeBSD, even for -static
2016-04-12 Eric ChristopherAdd a couple of missing vsx load and store intrinsics.
2016-04-12 Yaxun LiuPass -backend-option to LLVM when there is no target...
2016-04-12 Richard Smith[modules] Extend r266113 to cope with submodules.
2016-04-12 Richard Smith[modules] When an incompatible module file is explicitl...
2016-04-12 Yaxun LiuPR19957: [OpenCL] Incorrectly accepts implicit address...
2016-04-12 Devin Coughlin[analyzer] Nullability: Suppress return diagnostics...
2016-04-12 Nico Weberclang-cl: Remove -isystem, add -imsvc.
2016-04-12 Yaxun Liu[OpenCL] Handle AddressSpaceConversion when target...
2016-04-12 David Majnemer[FileManager] Don't crash if reading from stdin and...
2016-04-12 Alexey Bataev[OPENMP 4.0] Support for 'linear' clause in 'declare...
2016-04-12 Alexey Bataev[OPENMP 4.0] Support for 'aligned' clause in 'declare...
2016-04-12 Michael Zuckerman[Clang][BuiltIn][avx512] Adding avx512 (shuf,sqrt{ss...
2016-04-12 Alexey Bataev[OPENMP 4.0] Support for 'uniform' clause in 'declare...
2016-04-12 Saleem AbdulrasoolBasic: fix profiling with GNU EABI
2016-04-12 Devin Coughlin[analyzer] Fix assertion in ReturnVisitor for body...
2016-04-11 Evgeniy StepanovAllow simultaneous safestack and stackprotector attributes.
2016-04-11 Mehdi AminiEmit the module hash by default with -flto=thin.
2016-04-11 Michael Zuckerman[Clang][AVX512][BuiltIn] Adding avx512 ( psll{d|q}512...
2016-04-11 Michael Zuckerman[CLANG] [AVX512] [BUILTIN] Adding PSRA{Q|D|QI|DI}{128...
2016-04-11 Michael Zuckerman[Clang][AVX512][BuiltIn] Adding avx512 ( punpck{h|l...
2016-04-11 Benjamin Kramer[clang-format] Walk backwards from end() instead of...
2016-04-11 Michael Zuckerman[Clang][AVX512][BuiltIn] Adding avx512 ( ptest{n}m...
2016-04-11 Benjamin KramerRemove redundant conditions of the form (A || (!A ...
2016-04-11 Dmitry Polukhin[GCC] Attribute ifunc support in clang
2016-04-11 Martin Probstclang-format: [JS] do not insert semicolons after wrapp...
2016-04-11 Michael Zuckerman[Clang][AVX512][BuiltIn] Adding avx512 ( vperm{i|t...
2016-04-10 Michael Zuckerman[Clang][AVX512][BuiltIn] Adding avx512 ( vcvt ) builtin...
2016-04-10 Saleem AbdulrasoolCorrect pg instrumentation for AArch64
2016-04-10 Michael ZuckermanAdding avx512 (unpck{h|l}{pd|ps}, rcp14{pd|ps}{128...
2016-04-10 Michael Zuckerman[Clang][AVX512][BuiltIn] Adding avx512 ( store ) builti...
2016-04-10 Saleem AbdulrasoolAdd support for __gnu_mcount_nc as the pg interface
2016-04-09 Saleem AbdulrasoolBasic: thread TargetOptions into TargetInfo
2016-04-09 Manman RenObjC kindof: check the context when inserting methods...
2016-04-09 Nathan Wilson[Concepts] Implement subsection [dcl.spec.concept]p7...
2016-04-08 Adrian PrantlUse NoDebug compile units to mark debug metadata used...
2016-04-08 Richard SmithRemove unused functions from ASTWriter interface.
2016-04-08 Richard SmithPR25501: Delay loading visible updates for a declaratio...
2016-04-08 Ekaterina RomanovaAdd doxygen comments to emmintrin.h's intrinsics. Only...
2016-04-08 Devin Coughlin[analyzer] Teach trackNullOrUndefValue about calls...
2016-04-08 Richard Smith[modules] Handle merged fields in designated initializers.
2016-04-08 Wei MiAlways have clang pass -pie-level and -pic-level values...
2016-04-08 Saleem AbdulrasoolMove EABIVersion from CodeGenOptions to TargetOptions
2016-04-08 Saleem Abdulrasoolrevert SVN r265702, r265640
2016-04-08 Alexey Bader[OpenCL] Complete image types support.
2016-04-08 Aaron BallmanSilencing a 32-bit shift implicit conversion warning...
2016-04-08 Sanjoy DasAdapt to LLVM API change
2016-04-08 Richard Smith[modules] Add a comment to explain why -E leaves some...
2016-04-08 Richard Smith[modules] Don't write @import in -E output if the curre...
2016-04-07 Justin Lebar[CUDA] Tweak math forward declares so we're compatible...
2016-04-07 Richard SmithReplace Sema-level implementation of -fassume-sane...
2016-04-07 Richard Smith[modules] Allow differences in flags that only affect...
2016-04-07 Manman Ren[ObjC kindof] Use type bound to filter out the candidat...
2016-04-07 Manman RenNFC: simplify code in BuildInstanceMessage.
2016-04-07 Saleem AbdulrasoolBasic: move CodeGenOptions from Frontend
2016-04-07 Michael ZuckermanFixing duplicate declaration "_mm256 _mm_set_epi32...
2016-04-07 Sanjay Patelmake __builtin_isfinite more efficient (PR27145)
2016-04-07 Alexey Bataev[OPENMP 4.0] Parsing/sema analysis for 'simdlen' clause...
2016-04-07 Benjamin KramerMove class into an anonymous namespace. NFC.
2016-04-07 Saleem AbdulrasoolBasic: thread CodeGenOptions into TargetInfo
2016-04-07 Sean SilvaDon't use PATH_MAX.
2016-04-07 Bruno Cardoso Lopes[CrashReproducer] Use toUppercase from include/clang...
2016-04-07 Bruno Cardoso Lopes[CrashReproducer] Change std::toupper to ::toupper
2016-04-07 Bruno Cardoso Lopes[CrashReproducer] Setup 'case-sensitive' in YAML files.
2016-04-07 Bruno Cardoso Lopes[CrashReproducer] Move ModuleDependencyCollector method...
2016-04-06 JF BastienNFC: use AtomicOrdering isStrongerThan
2016-04-06 Sean SilvaRevert "Set the default C standard to C99 when targetin...
2016-04-06 Richard SmithFix order-of-evaluation bug (causing GCC buildbots...
2016-04-06 Vassil Vassilev[modules] Don't try to add lookup results to non-lookup...
2016-04-06 Richard SmithMinor simplifications.
next