]> granicus.if.org Git - clang/shortlog
clang
2017-06-30 Kuba Mracek[objc] Don't require null-check and don't emit memset...
2017-06-30 Reid Kleckner[MS] Test that deleting destructor thunks are not exported
2017-06-30 Reid KlecknerRevert "[CodeGen] Propagate dllexport to thunks"
2017-06-30 Saleem AbdulrasoolDriver: fix option declaration
2017-06-30 Saleem AbdulrasoolDriver: honor -nostdinc and -isystem-after on CrossWindows
2017-06-30 Joey Gouly[OpenCL] Add function name to extension diagnostic
2017-06-30 Alexey Bataev[OPENMP] Initial support for taskloop reductions.
2017-06-30 Benjamin Kramer[Driver] Actually report errors during parsing instead...
2017-06-30 Vassil VassilevAmbiguity might be also uninitialized. Use llvm::Optional.
2017-06-30 Sjoerd MeijerARMV8-A archkind and target defines helper functions
2017-06-30 Daniel JasperFix heap use after free introduced by r306769.
2017-06-30 Stephan BergmannFold exception-warnings.cpp into warn-throw-out-noexcep...
2017-06-30 Eric ChristopherAdd -no-canonical-prefixes to the test line so that...
2017-06-30 Hiroshi Inouefix trivial typos, NFC
2017-06-30 Chandler CarruthRemove Clang support for '-fvectorize-slp-aggressive...
2017-06-30 Don HintonRemove test commit.
2017-06-30 Don HintonTest Commit
2017-06-30 Heejin Ahn[WebAssembly] Add throw/rethrow builtins for exception...
2017-06-30 Shoaib Meenai[CodeGen] Propagate dllexport to thunks
2017-06-30 Eric ChristopherUnified logic for computing target ABI in backend and...
2017-06-29 Dehao Chen[PM] Add support for sample PGO in the new pass manager...
2017-06-29 Richard SmithTeach ASTReader how to read only the Preprocessor state...
2017-06-29 Chandler Carruth[clang-format] Switch to case-insensitive header matchi...
2017-06-29 Tim Shen[NewPM] Add Clang cc1 flag -fdebug-pass-manager for...
2017-06-29 Tim Shen[ThinkLTO] Invoke build(Thin)?LTOPreLinkDefaultPipeline.
2017-06-29 Richard Trieu[ODRHash] Improve typedef handling.
2017-06-29 Reid KlecknerFix openmp-offload.c test on Windows
2017-06-29 Akira HatanakaInsert llvm_unreachable at the end of a function to...
2017-06-29 George Karpenkov[libFuzzer] Add Fuzzer to the list of sanitizers which...
2017-06-29 George Karpenkov[libFuzzer] Do not link in libFuzzer with -fsanitize...
2017-06-29 Graydon Hoare[ASTReader] Add test for previous change r306583 /...
2017-06-29 Gheorghe-Teodor... [OpenMP] Fix test for revision D29645. NFC
2017-06-29 Akira Hatanaka[Sema] Issue diagnostics if a new/delete expression...
2017-06-29 Yaxun LiuCodeGen: Fix invalid bitcast for coerced function argument
2017-06-29 Stephan BergmannFixed -Wexceptions derived-to-base false positives
2017-06-29 Alexey Bataev[OPENMP][DEBUG] Generate second function with correct...
2017-06-29 Vassil VassilevInitialize variable and silence potentially uninitializ...
2017-06-29 Gheorghe-Teodor... [OpenMP] Pass -fopenmp-is-device to preprocessing and...
2017-06-29 Gheorghe-Teodor... [OpenMP] Add support for auxiliary triple specification
2017-06-29 Alex LorenzFix NSAPI constants to reflect the current state of
2017-06-29 Michael Zuckerman[Clang][X86][Goldmont]Adding new target-cpu: Goldmont
2017-06-29 Krasimir Georgiev[clang-format] Fix parsing of msg{field}-style proto...
2017-06-29 NAKAMURA TakumiRevert r306653, "[OpenCL] Allow function declaration...
2017-06-29 Alex Lorenz[Tooling] FixedCompilationDatabase should be able to...
2017-06-29 Alexey Bader[OpenCL] Allow function declaration with empty argument...
2017-06-29 Gabor HorvathFactor out a functionality from isBeforeInTranslationUnit
2017-06-29 Richard SmithTrack the set of module maps read while building a...
2017-06-29 Saleem AbdulrasoolCodeGen: handle missed case of COMDAT handling
2017-06-28 Graydon Hoare[ASTReader] Treat multiple defns of ObjC protocols...
2017-06-28 Yuka Takahashi[Bash-autocompletion] Invoke clang where user called
2017-06-28 Yuka Takahashi[Bash-autocompletion] Check clang version in Bash
2017-06-28 Ilya BiryukovUse vfs::FileSystem in ASTUnit when creating CompilerIn...
2017-06-28 Karthik BhatFix crash in clang while handling __has_trivial_destructor.
2017-06-28 NAKAMURA TakumiDiagnosticRenderer.h: Prune \param SM, corresponding...
2017-06-28 Vedant KumarRemove a redundant call to ArgList::hasFlag. NFC.
2017-06-28 Akira Hatanaka[CodeGen] Fix assertion failure in EmitCallArg.
2017-06-27 Mandeep Singh... [COFF, ARM64] Add support for Windows ARM64 COFF format
2017-06-27 Jonathan Coe[libclang] Support for querying the exception specifica...
2017-06-27 George Burgess IV[Sema] Allow unmarked overloadable functions.
2017-06-27 Saleem Abdulrasooltest: fix test for release builds
2017-06-27 Saleem AbdulrasoolCodeGen: load indirect ObjC ARC arguments in prologue
2017-06-27 Dehao ChenUpdate the test comment to clarify the intention of...
2017-06-27 Sanjay Patel[x86] weaken test checks that shouldn't be here in...
2017-06-27 Dehao ChenUpdate test for enabling ICP for AutoFDO.
2017-06-27 Alexey Bataev[OPENMP] Use MapVector instead of DenseMap for stable...
2017-06-27 Krasimir Georgiev[clang-format] Fix a clang-tidy warning, NFC
2017-06-27 Krasimir Georgiev[clang-format] Fix a buildbot failure after r306406
2017-06-27 Krasimir Georgiev[clang-format] Support <>-style proto message fields
2017-06-27 Artem Dergachev[analyzer] Move zero-size allocation checks to optin...
2017-06-27 Alex LorenzRecommit r306103: PR26195: Set correct NestedNameSpecif...
2017-06-27 Krasimir Georgiev[clang-format] Add a test for associative map proto...
2017-06-27 Christof DoumaRevert "Revert "[NFC] Refactor DiagnosticRenderer to...
2017-06-27 Nikolai BozhenovReapply "Frontend support for Nios2 target"
2017-06-27 Stephan BergmannMake CastExpr::getSubExprAsWritten look through implici...
2017-06-27 Stephan BergmannMake sure TraverseInitListExpr visits InitListExpr...
2017-06-27 Stephan BergmannSwitch TestVisitor to Lang_C via -x c
2017-06-27 NAKAMURA Takumiclang/test/CodeGenObjC/ivar-type-encoding.m: Tweak...
2017-06-27 Akira Hatanaka[CodeGen][ObjC] Fix GNU's encoding of bit-field ivars.
2017-06-27 Richard SmithRemove redundant check.
2017-06-27 Richard SmithFix this test to use a construct that actually forces...
2017-06-26 Saleem AbdulrasoolAST: enhance mangling for blocks with MS ABI
2017-06-26 Richard SmithRevert r301742, which caused us to try to evaluate...
2017-06-26 Alexander Shaposhnikov[clang] Enable printf check for CFIndex
2017-06-26 Richard SmithCheck that the initializer of a non-dependent constexpr...
2017-06-26 Richard SmithRemove some redundant setup when preprocessing .pcm...
2017-06-26 Richard SmithWhen preprocessing with -frewrite-imports and -fmodule...
2017-06-26 Akira Hatanaka[Sema] Fix a crash-on-invalid when a template parameter...
2017-06-26 Marina Yatsina[inline asm] dot operator while using imm generates...
2017-06-26 Marina Yatsina[inline asm][gcc-compatiblity] "=i" output constraint...
2017-06-26 Axel NaumannImprove const-correctness.
2017-06-26 Petar Jovanovic[mips] Enable IAS by default for Android 64-bit MIPS...
2017-06-26 Richard SmithTestcase missed from r306075.
2017-06-26 Sylvestre Ledruclang-format - Also reference the list of style option...
2017-06-26 Sylvestre LedruFix a typo
2017-06-26 Yuka Takahashi[bash-autocompletion] Delete space after flags which...
2017-06-25 Ed SchoutenAdd support for Ananas platform
2017-06-23 Vedant KumarAdd a warning to a group
2017-06-23 Vedant Kumar[ubsan] Disable the object size check at -O0
2017-06-23 Reid KlecknerRevert "[MS] Don't statically initialize dllimport...
2017-06-23 Vedant Kumar[ubsan] Improve diagnostics for return value checks...
next