]> granicus.if.org Git - clang/shortlog
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 Abdulrasooltest: add additional tests for SVN r265888
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 Chris Bieneman[Perf-Training] Reworked workflow improvements for...
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 Simon PilgrimMinor Wdocumentation fix. NFCI.
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... [CrashReproducer] Use toUppercase from include/clang...
2016-04-07 Bruno Cardoso... [CrashReproducer] Change std::toupper to ::toupper
2016-04-07 Bruno Cardoso... [CrashReproducer] Setup 'case-sensitive' in YAML files.
2016-04-07 Bruno Cardoso... [CrashReproducer] Move ModuleDependencyCollector method...
2016-04-06 JF BastienNFC: use AtomicOrdering isStrongerThan
2016-04-06 Manman RenKeep -fmodule-implementation-of as an alias of -fmodule...
2016-04-06 Sean SilvaRevert "Set the default C standard to C99 when targetin...
2016-04-06 Vassil Vassilev[modules] Add forgotten test case to r265597.
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.
2016-04-06 Tim NorthoverRestore slightly less dodgy diagnostic handler for...
2016-04-06 Richard SmithDiagnose template alias declarations in local classes.
2016-04-06 JF BastienNFC: make AtomicOrdering an enum class
2016-04-06 Richard SmithRe-commit r265518 ("[modules] Continue factoring encodi...
2016-04-06 Daniel Jasperclang-format: Fix label-in-if statement in macros where...
2016-04-06 Ed SchoutenEnable PIE for CloudABI.
2016-04-06 Daniel Jasperclang-format: Support labels in brace-less ifs.
2016-04-06 Daniel Jasperclang-format: Fix incorrect function annotation detection.
2016-04-06 Dmitry Polukhin[OPENMP] Parsing and Sema support for 'omp declare...
2016-04-06 Dmitry PolukhinRevert "[modules] Continue factoring encoding of AST...
2016-04-06 Richard Smith[modules] Continue factoring encoding of AST records...
2016-04-05 Manman RenUpdate testing cases after backend changes.
2016-04-05 Richard TrieuFix a crash on invalid with template handling
2016-04-05 Nirav DaveFix broken tests from no-jump-table commit
2016-04-05 Justin Lebar[CUDA] Show --cuda-gpu-arch option in clang --help.
2016-04-05 Justin Lebar[CUDA] Add -fcuda-flush-denormals-to-zero.
2016-04-05 Nirav DaveFix missing period in no-jump-table flag comment. NFC.
2016-04-05 Nirav DaveAdd -fno-jump-tables and-fjump-tables flags
2016-04-05 Andrey Turetskiy[X86] Introduction of -march=lakemont.
2016-04-05 Daniel Jasperclang-format: Fix cast detection on "this".
2016-04-05 Andy GibbsConsolidate and improve the handling of built-in featur...
2016-04-04 Richard SmithMove local helper class into anonymous namespace.
2016-04-04 Reid KlecknerFix test failure from r265361
2016-04-04 Sunil SrivastavaSet the default C standard to C99 when targeting the...
2016-04-04 James Y KnightFix "suggest parentheses" warning.
2016-04-04 John McCallFix an unused-variable warning by using the variable...
2016-04-04 Bruno Cardoso... [CrashReproducer] Pass -I, -F and -resource-dir to...
2016-04-04 George Burgess IV[Sema] Delete FIXME that has been fixed. NFC.
2016-04-04 Mike SpertusFix redundant "typename typename T" in Visual Studio...
2016-04-04 John McCallAssignment operators should return by reference.
2016-04-04 Yunzhong GaoAdd copyright notice to the modulemap file.
2016-04-04 John McCallIRGen-level lowering for the Swift calling convention.
2016-04-04 John McCallAdd a couple of convenience operations to CharUnits.
2016-04-04 Carlo Bertolli[OPENMP] Codegen for teams directive for NVPTX
2016-04-04 NAKAMURA TakumiAnnotateFunctions: Tweak for mingw.
2016-04-04 John BrawnAdd a PragmaHandler Registry for plugins to add PragmaH...
2016-04-04 Alexey Bataev[OPENMP 4.0] Support for 'inbranch|noinbranch' clauses...
2016-04-03 Akira HatanakaFix test case committed in r265197.
2016-04-03 Vedant Kumar[c-index-test] Fix leak in print_completion_result...
2016-04-02 Nico Weberclang-cl: Don't skip i_group flags other than -include...
2016-04-02 Greg Parker[test] Don't use "UNSUPPORTED" in FileCheck prefixes
2016-04-01 Douglas Gregor[Objective-C] Introduce objc_runtime_visible attribute.
2016-04-01 Akira Hatanaka[CodeGen] Emit lifetime.end intrinsic after objects...
2016-04-01 Richard Smith[modules] Start moving the code for encoding AST record...
2016-04-01 James Y KnightClean up a couple more preprocessor tests to use match...
2016-04-01 Andy GibbsDiagnose missing macro argument following charize operator.
2016-04-01 Bruno Cardoso... [CrashReproducer] Add -fmodule-cache-path to reproducer...
2016-04-01 Anastasia Stulova[OpenCL] Moved nosvm attribute handling in Sema to...
2016-04-01 Alexey Bataev[OPENMP] Fixed documentation category for 'declare...
2016-04-01 Benjamin Kramer[Lexer] Let the compiler infer string lengths. No funct...
next