]> granicus.if.org Git - clang/shortlog
clang
2016-02-05 Daniel Jasperclang-format: Fix corner case in template detection.
2016-02-05 Devin Coughlin[analyzer] Suppress localization diagnostics in debug...
2016-02-05 Saleem AbdulrasoolCodeGen: correct Windows ARM C++ assertion
2016-02-05 Chris Bieneman[CMake] One more try to make CMake clean up after itself
2016-02-05 Chris BienemanRevert "[CMake] Improve the clang order-file generation...
2016-02-05 Chris Bieneman[CMake] One more try to fix this.
2016-02-05 Chris Bieneman[CMake] Speculative fix for linker error on Linux
2016-02-05 Richard Smith[modules] Factor out common code to mark identifier...
2016-02-05 Chris Bieneman[CMake] Trying to fix a bot failure I introduced in...
2016-02-05 Chris Bieneman[CMake] Improve the clang order-file generation workflow
2016-02-05 Ben LangmuirDon't synthesize an ImportDecl for a module named in...
2016-02-04 Richard SmithPR25271: When attaching default template arguments...
2016-02-04 Niels Ole SalscheiderInstall cmake files to lib/cmake/clang
2016-02-04 Manman RenFix a crash when there is a typo in the return statement.
2016-02-04 Xinliang David Li[PGO] code simplification: use existing VP annotation...
2016-02-04 Rong Xu[PGO] cc1 option name change for profile instrumentation
2016-02-04 Andrey Bokhanko[x86] Correct setting of WIntType for MCU target
2016-02-04 Alexey Bataev[OPENMP 4.0] Fixed support of array sections/array...
2016-02-04 Samuel AntaoAdd -nocudainc option to CUDA preprocessor test.
2016-02-04 Saleem AbdulrasoolBasic: mark TLS as supported on Windows on ARM
2016-02-04 Alexey BataevPR23057: fix use-after-free due to local token buffer...
2016-02-04 Ben LangmuirFix predefine for __NSConstantString struct type
2016-02-03 Manman RenBump DiagnosticSemaKinds count; we're close to hitting it.
2016-02-03 Quentin ColombetReapply r259624, it is likely not the commit causing...
2016-02-03 Evgeniy Stepanov[cfi] Safe handling of unaddressable vtable pointers...
2016-02-03 Quentin ColombetRevert r259624 - Make CF constant string decl visible...
2016-02-03 Artem Belevich[CUDA] added declarations for device-side system calls
2016-02-03 Richard SmithEnsure that we substitute into the declaration of a...
2016-02-03 Richard SmithRefactor conversion of deduced template arguments to...
2016-02-03 Douglas Gregor[Sema debugger support] Require non-void types to be...
2016-02-03 Anastasia StulovaAdded Anastasia Stulova as a code owner for OpenCL
2016-02-03 Richard SmithFix regression from r259622: the operand of an incremen...
2016-02-03 Matt ArsenaultAdd builtins for bitreverse intrinsic
2016-02-03 Daniel Jasperclang-format: Fix formatting of ternary expressions...
2016-02-03 Chris BienemanAdd back the ABITest makefiles
2016-02-03 Arpith Chacko... [OpenMP] Parsing + sema for target parallel for directive.
2016-02-03 Aaron BallmanMinor cleanup to remove casts and improve some const...
2016-02-03 Anastasia Stulova[OpenCL] Adding reserved operator logical xor for OpenCL
2016-02-03 Daniel JasperProvide match function to look over an entire TU again.
2016-02-03 Yury GribovForgot to remove file in previous commit.
2016-02-03 Yury Gribov[analyzer] AnalysisConsumer: print fully-qualified...
2016-02-03 Marina Yatsina-inline-asm][X86] Add ability to use AVX512 in MS inlin...
2016-02-03 Axel NaumannReduce initial Sema memory consumption by 400KB. By...
2016-02-03 Daniel Jasperclang-format: [JS/TypeScript] Support "enum" as an...
2016-02-03 Ben LangmuirMake CF constant string decl visible to name lookup...
2016-02-03 Richard SmithFix miscompile and rejects-valids when disambiguating...
2016-02-03 Richard SmithFix typo in OpenCL type mangling. This is still bogus...
2016-02-03 Richard SmithFix Itanium RTTI emission so that we emit fundamental...
2016-02-02 Richard SmithPR24989: Stop trying to use the C++11 rules for lambda...
2016-02-02 Richard SmithFix rejects-valid when forming a pointer-to-member...
2016-02-02 Richard SmithWork around build failure due to GCC 4.8.1 bug. We...
2016-02-02 Artem Belevich[CUDA] Do not allow dynamic initialization of global...
2016-02-02 Manman RenObjCXX: fix a crash during typo correction.
2016-02-02 Tim NorthoverARM: allow both vfma and vfms intrinsics on v7.
2016-02-02 Denis ZobninPR23057: Fix assertion `Val && "isa<> used on a null...
2016-02-02 Benjamin KramerMake CodeGen headers self-contained.
2016-02-02 Benjamin KramerMake the remaining headers self-contained.
2016-02-02 Benjamin Kramer[StaticAnalyzer] Pull SymExpr and SymbolData into its...
2016-02-02 Oliver StannardAdd backend dignostic printer for unsupported features
2016-02-02 Denis ZobninFix for PR8901: attribute "mode" rejected for enums...
2016-02-02 Denis ZobninTest commit (NFC).
2016-02-02 Anastasia Stulova[OpenCL] Eliminate warning when declaring OpenCL builti...
2016-02-02 Benjamin KramerMake headers self-contained.
2016-02-02 Benjamin KramerMove DebugInfoKind into its own header to cut the cycli...
2016-02-02 Daniel Jasperclang-format: Make AlignAfterOpenBracket also affect...
2016-02-02 Alexey Bataev[OPENMP 4.0] Allow to use 'omp simd' directive inside...
2016-02-02 Arpith Chacko... [OpenMP] Prevent nesting of target constructs within...
2016-02-02 Anna Zaks[asan] Add iOS support for Address Sanitizer
2016-02-02 Richard TrieuTemplate Type Diffing change
2016-02-01 Nico WeberAlways build a new TypeSourceInfo for function template...
2016-02-01 Arpith Chacko... Undoing commit r259366 to debug buildbot failure.
2016-02-01 Aaron BallmanCode clean up; NFC.
2016-02-01 Reid KlecknerFix attribute((mode([word|unwind_word]))) for x32
2016-02-01 Peter Collingbournedocs: Clarify that cfi-unrelated-cast is based on lifetime.
2016-02-01 Benjamin KramerMove LocInfoType from Sema to AST.
2016-02-01 Arpith Chacko... [OpenMP] Prevent nesting of target constructs within...
2016-02-01 Aaron BallmanReapply r259210 with a fix for RegistryTest.cpp.
2016-02-01 Benjamin KramerRemove the egregious PCHContainer layering hack that...
2016-02-01 Daniel Jasperclang-format: Fix incorrect pointer detection in lambda...
2016-02-01 Daniel Jasperclang-format: Add option to disable string literal...
2016-02-01 Daniel Jasperclang-format: Fix alignment of trailing multiline columns.
2016-02-01 Daniel Jasperclang-format: [JS] Treat "in" as a proper operator.
2016-02-01 Artem Dergachev[analyzer] Use a wider integer type for an array index.
2016-02-01 David MajnemerMark DR1250 as implemented
2016-01-31 Craig TopperReplace usage of llvm::utostr_32 with just llvm::utostr...
2016-01-31 Bruno Cardoso... [Parser] Update CachedTokens while parsing ObjectiveC...
2016-01-31 Craig TopperNo need to use utostr when putting integers into a...
2016-01-31 Craig TopperConvert an unsigned to Twine instead of using utostr...
2016-01-30 Benjamin Kramer[AST] Pull simple method inline.
2016-01-30 Davide Italianoassert(false) -> llvm_unreachable().
2016-01-30 Devin Coughlin[analyzer] Make suppression of macro defensive checks...
2016-01-30 Argyrios Kyrtzidis[SemaCXX] Fix crash-on-invalid while trying to deduce...
2016-01-30 Matthias BraunAvoid overly large SmallPtrSet/SmallSet
2016-01-30 Alexey SamsonovRemove references to autotools build.
2016-01-29 Ekaterina RomanovaThis patch adds doxygen comments for the intrinsincs...
2016-01-29 Richard TrieuImprove -Wconstant-conversion
2016-01-29 Manman RenClass Property: generate metadata for class properties...
2016-01-29 Manman RenClass Property: generate metadata for class properties...
2016-01-29 Alexey Samsonov[UBSan] Add documentation for runtime issue suppression.
2016-01-29 Ekaterina RomanovaThis patch adds doxygen comments for the intrinsincs...
next