]> granicus.if.org Git - clang/shortlog
clang
2017-09-05 Jonas Devlieghere[NFC] Loop modernization in diagtool
2017-09-05 Erich Keane[Preprocessor] Correct internal token parsing of newlin...
2017-09-05 Krasimir Georgiev[clang-format] Fix lines=all case in clang-format.py
2017-09-05 Sylvestre Ledruadd the option IndentPPDirectives to the release notes...
2017-09-05 Raphael Isemann[Bash-autocomplete] Fix crash when invoking --autocompl...
2017-09-05 Simon PilgrimRemoved dead code (PR34467). NFCI.
2017-09-05 Andrey Kasaurov[AMDGPU] Implement infrastructure to set options in...
2017-09-05 Simon Pilgrim[X86][AVX512] _mm512_stream_load_si512 should take...
2017-09-05 Mehdi AminiEmit static constexpr member as available_externally...
2017-09-05 Richard SmithAlways allocate room for a ModuleDecl on the Translatio...
2017-09-04 Daniel Jasperclang-format: Fix indentation of macros in include...
2017-09-04 Simon PilgrimFix MSVC narrowing conversion warning.
2017-09-04 Raphael Isemann[analyzer] Increase minimum complexity filter of the...
2017-09-04 Richard SmithImplement Itanium name mangling support for C++ Modules TS.
2017-09-03 Hal Finkel[CodeGen] Treat all vector fields as mayalias
2017-09-03 Jatin BhatejaTest commit access in clang.
2017-09-03 Yaxun Liu[OpenCL] Do not use vararg in emitted functions for...
2017-09-03 Raphael Isemann[analyzer] MinComplexityConstraint now early exits...
2017-09-03 Daniel Jasperclang-format: Fix formatting of for loops with multiple...
2017-09-03 Saleem AbdulrasoolDriver; extract target specific option application...
2017-09-03 Saleem AbdulrasoolDriver: extract debugging related options (NFC)
2017-09-03 Saleem AbdulrasoolDriver: move `-mfpmath` into FP Options (NFC)
2017-09-02 Vitaly BukaDon't search libxml2 if using msan. LLVM already has...
2017-09-01 Saleem AbdulrasoolDriver: extract `-fbuiltin` option handling (NFC)
2017-09-01 Saleem AbdulrasoolDriver: extract floating point optimization handling...
2017-09-01 Evgeniy StepanovEnable check-ubsan-minimal in standalone compiler-rt...
2017-09-01 Erich Keane[CodeGen]Refactor CpuSupports/CPUIs Builtin Code Gen...
2017-09-01 Saleem AbdulrasoolDriver: extract diagnostics flag handling (NFC)
2017-09-01 Kostya Serebryany[libFuzzer] switch -fsanitize=fuzzer from trace-pc...
2017-09-01 Saleem AbdulrasoolDriver: extract ObjC option rendering (NFC)
2017-09-01 Benjamin Kramerstd::function -> llvm::function_ref. NFC.
2017-09-01 Saleem AbdulrasoolDriver: extract modules flag handling (NFC)
2017-09-01 Alex Lorenz[refactor] Use a RefactoringResultConsumer instead...
2017-09-01 Martin StorsjoReland r312224 - [ItaniumCXXABI] Always use linkonce_od...
2017-08-31 Alexey Bataev[OPENMP] Fix the test, NFC.
2017-08-31 Alexey Bataev[OPENMP] Fix for PR34398: assert with random access...
2017-08-31 Dave LeeRegister linkageSpecDecl matcher
2017-08-31 Erich KeaneAdd documentation for force_align_arg_pointer function...
2017-08-31 Oleg Ranevskyy[clang-cl] Explicitly set object format to COFF in...
2017-08-31 David BlaikieDisable clang-format's MemoizationTest as it becomes...
2017-08-31 Saleem AbdulrasoolDriver: extract ARCMT flag construction (NFC)
2017-08-31 Dmitry Vyukovdocs: don't say that data flow tracing interface is...
2017-08-31 Martin StorsjoRevert r312224: "[ItaniumCXXABI] Always use linkonce_od...
2017-08-31 Martin Storsjo[ItaniumCXXABI] Always use linkonce_odr linkage for...
2017-08-31 Raphael Isemann[analyzer] Performance optimizations for the CloneChecker
2017-08-31 Boris Kolpackov[modules] Add ability to specify module name to module...
2017-08-31 Nico WeberRemove accidental newline.
2017-08-31 Boris KolpackovFix path regex in test to match on Windows
2017-08-31 Nico WeberSuppress -Wdelete-non-virtual-dtor warnings about class...
2017-08-30 Hans WennborgFix the test fix from r312181
2017-08-30 Richard Smith[cxx_status] Update to describe current status a bit...
2017-08-30 Benjamin Kramer[Sema] Make SpecialMemberDecl a PointerIntPair so we...
2017-08-30 Matt Morehouse[SanitizeCoverage] Enable stack-depth coverage for...
2017-08-30 Douglas YungFix tests for ARM targets
2017-08-30 Adrian PrantlTest-case golfing.
2017-08-30 Erich Keane[CodeGen][x86_64] Enable 'force_align_arg_pointer'...
2017-08-30 Nico WeberLet -Wdelete-non-virtual-dtor fire in system headers...
2017-08-30 Hans Wennborgdocs: typo fix
2017-08-30 Adrian PrantlAdapt testcases to LLVM change r312144 in DIGlobalVaria...
2017-08-30 Craig Topper[X86] Implement broadcastf32x2 and broadcasti32x2 intri...
2017-08-30 Alex LorenzAvoid 'size_t' typedef in the unittest ObjC code
2017-08-30 Alex LorenzRecommit r312127: [refactor] AST selection tree should...
2017-08-30 Alex LorenzRevert r312127 as the ObjC unittest code fails to compi...
2017-08-30 Alex Lorenz[refactor] AST selection tree should contain syntactic...
2017-08-30 Krasimir Georgievclang-format: Add preprocessor directive indentation
2017-08-30 Saleem AbdulrasoolDriver: out-of-line static analyzer flag handling ...
2017-08-30 Alex Lorenz[refactor] Examine the whole range for ObjC @implementa...
2017-08-30 Victor LeschukRevert r312105 [modules] Add ability to specify module...
2017-08-30 Martin BohmeAdd test case that was broken by r311970.
2017-08-30 Martin BohmeRevert "Improve constant expression evaluation of array...
2017-08-30 Boris Kolpackov[docs] Regenerate command line options reference
2017-08-30 Boris Kolpackov[modules] Add ability to specify module name to module...
2017-08-30 Richard SmithGive a better error if auto deduction fails due to...
2017-08-29 Saleem AbdulrasoolDriver: refactor SSP argument handling (NFC)
2017-08-29 Saleem AbdulrasoolDriver: refactor OpenCL argument forwarding
2017-08-29 Saleem AbdulrasoolDriver: reuse existing `D` variable (NFC)
2017-08-29 Saleem AbdulrasoolDriver: hoist a local variable (NFC)
2017-08-29 Richard SmithPR10147: When substituting a template template argument...
2017-08-29 Evgeniy StepanovRestore clang_rt library name on i686-android.
2017-08-29 Matt MorehouseRevert "[SanitizeCoverage] Enable stack-depth coverage...
2017-08-29 Matt MorehouseRe-enable stack depth instrumentation on Windows.
2017-08-29 Matt MorehouseDisable stack depth tracking on Windows.
2017-08-29 Evgeniy StepanovMinimal runtime for UBSan.
2017-08-29 Matt Morehouse[SanitizeCoverage] Enable stack-depth coverage for...
2017-08-29 Alexey Bataev[OPENMP] Capture global variables in all target executa...
2017-08-29 Yuka Takahashi[Bash-autocomplete] Refactor autocomplete code into...
2017-08-29 Reid Kleckner[ms] Fix vbtable index for covariant overrides of vbase...
2017-08-29 Boris Kolpackov[modules-ts] Omit submodule semantics for TS modules
2017-08-29 Krasimir Georgiev[clang-format] Refactor likely xml a bit, NFC
2017-08-29 Krasimir Georgiev[clang-format] Do not format likely xml
2017-08-29 Krasimir Georgiev[clang-format] Fixed typedef enum brace wrapping
2017-08-29 Raphael Isemann[modules] Add test for using declaration in classes.
2017-08-29 Erik Verbruggen[libclang]: Honor LIBCLANG_NOTHREADS for clang_parseTra...
2017-08-29 Martin Probstclang-format: [JS] simplify template string wrapping.
2017-08-29 Serge PavlovUse class to pass information about executable name
2017-08-29 Faisal Valirevert r311839 (ongoing cwg discussion)
2017-08-29 Yuka Takahashi[Bash-autocompletion] Add support for -std=
2017-08-29 Richard SmithImprove constant expression evaluation of arrays of...
2017-08-29 Yuka TakahashiRevert "Revert r311552: [Bash-autocompletion] Add suppo...
2017-08-28 Alexander Shaposhnikov[analyzer] Adjust ptr arithmetic test
next