]> granicus.if.org Git - clang/shortlog
clang
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...
2016-04-01 Benjamin Kramer[Lexer] Don't read out of bounds if a conflict marker...
2016-04-01 Dmitry Polukhin[OPENMP] Avoid useless recursive calls in getDSA if...
2016-04-01 Alexey Bataev[OPENMP 4.5] Allow data members as loop counters in...
2016-04-01 Alexey BataevRevert "[OPENMP] Allow skip expression after comma...
2016-04-01 Mike SpertusVisual Studio native visualizers for clang::TemplateSpe...
2016-04-01 Devin Coughlin[analyzer] Prefer accessor method in extension over...
2016-04-01 Justin Lebar[CUDA] Fix typo in __clang_cuda_runtime_wrapper.h.
2016-03-31 Adrian PrantlAdapt to LLVM API change in r265077.
2016-03-31 Argyrios Kyrtzidis[index] Fix regression where ObjC method declarations...
2016-03-31 Tim NorthoverDiagnostics: remove dodgy handler for bitcode inlineasm...
2016-03-31 Betul Buyukkurt[PGO] Avoid instrumenting constants at value sites
2016-03-31 Akira HatanakaFix the comment for the function added in r264998.
2016-03-31 Anastasia Stulova[OpenCL] Added nosvm attribute for OpenCL v2.0.
2016-03-31 Alexey Bataev[OPENMP] Support dumping OpenMP specific constructs.
2016-03-31 Alexey Bataev[OPENMP] Allow skip expression after comma in clauses...
2016-03-31 Akira Hatanaka[CodeGenCXX] Fix ItaniumCXXABI::getAlignmentOfExnObject...
2016-03-31 Mike SpertusVisual Studio native visualization for clang::TemplateDecl
2016-03-31 Richard TrieuFix -Wdynamic-class-memaccess to skip invalid classes.
2016-03-31 Bruno Cardoso... [DarwinDriver] Increase the number of valid digits...
2016-03-31 George Burgess IV[Sema] Fix PR27122: ICE with enable_if+ill-formed call.
next