]> granicus.if.org Git - clang/shortlog
clang
2015-09-21 Adrian PrantlDebug Info: When building a module, emit skeleton CUs...
2015-09-21 James MolloyRevert "[ARM] Handle +t2dsp feature as an ArchExtKind...
2015-09-21 Alexander MusmanFix assertion in inline assembler IR gen
2015-09-21 Michael Kuperstein[X86] Make f16c intrinsics accessible through emmintrin...
2015-09-21 Artyom Skrobov[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTar...
2015-09-21 Michael Kuperstein[X86] Fix some non-reserved parameter names in intrinsi...
2015-09-21 Daniel Jasperclang-format: Fix merging short case labels with comments.
2015-09-21 NAKAMURA Takumiclang/test/Modules/DebugInfoSubmodules.c REQUIRES asser...
2015-09-21 Craig TopperPass SourceLocation by value instead of by const refere...
2015-09-21 Craig TopperDon't pass StringRefs around by const reference. Pass...
2015-09-20 Adrian PrantlModule debugging: Support submodules in the PCM/PCH...
2015-09-19 Adrian PrantlFurther simplify the interface of PCHContainerGenerator
2015-09-19 Nico WeberConvert two loops to range-based loops. No behavior...
2015-09-19 Saleem AbdulrasoolDriver: alter the getARMFloatABI signature
2015-09-19 Saleem AbdulrasoolDriver: tweak ARM target feature calculation
2015-09-19 Simon Pilgrim[X86][SSE] Replace 128-bit SSE41 PMOVSX intrinsics...
2015-09-19 Alexander Kornienko[clang-tidy] Fix example comments.
2015-09-19 Serge Pavlov[Modules] More descriptive diagnostics for misplaced...
2015-09-19 Saleem AbdulrasoolDriver: avoid unnecessary string ops
2015-09-19 Richard SmithAdd test that we correctly allow some non-letter unicod...
2015-09-19 Adrian PrantlFurther simplify CGDebugInfo::getOrCreateModuleRef().
2015-09-19 Adrian PrantlUse std::move on these arguments.
2015-09-19 Adrian PrantlRename ASTSourceDescriptor::ModuleName to FullModuleNam...
2015-09-19 Adrian PrantlRefactor ASTReader::getSourceDescriptor(const Module...
2015-09-19 Adrian PrantlEliminate a redundant check.
2015-09-18 Gabor Horvath[Static Analyzer] Fixed a false positive case in Dynami...
2015-09-18 Richard TrieuSplit off the binary literal warning into a subgroup...
2015-09-18 Adrian PrantlCGDebugInfo: Make creating a skeleton CU in getOrCreate...
2015-09-18 Adrian PrantlSimplify the interface of PCHContainerGenerator and...
2015-09-18 Rafael EspindolaRelax the test to get it passing with windows paths.
2015-09-18 Ismail PazarbasiAnalyzer: Fix a crasher in UbigraphViz
2015-09-18 Eric ChristopherReduce indentation in the TargetInfo implementations...
2015-09-18 Chris Bieneman[CMake] Refactoring and cleaning up clang symlink gener...
2015-09-18 Gabor Horvath[Static Analyzer] General type checker based on dynamic...
2015-09-18 Adrian PrantlDebug Info: Use the full module name as a key when...
2015-09-18 Rafael EspindolaHandle lld not being found in PATH.
2015-09-18 Nico Weberclang-cl: Don't warn on /bigobj flag
2015-09-18 Rafael EspindolaYet another try at fixing this at every bot.
2015-09-18 Rafael EspindolaRelax this test further to pass in other bots.
2015-09-18 Rafael EspindolaFix test to pass when the directory name has lld in it.
2015-09-18 Chris BienemanRevert "[CMake] Refactoring and cleaning up clang symli...
2015-09-18 Gabor Horvath[analyzer] A fix for substraction of an integer from...
2015-09-18 Chris Bieneman[CMake] Set CLANG_LINKS_TO_CREATE in Apple-stage2.cmake...
2015-09-18 Chris Bieneman[CMake] Refactoring and cleaning up clang symlink gener...
2015-09-18 Hans Wennborgclang-cl: Use 'pc' for the vendor field in the default...
2015-09-18 Gabor Horvath[Static Analyzer] Use generics related information...
2015-09-18 NAKAMURA TakumiSuppress amdgpu-toolchain.c for targeting ps4, for...
2015-09-18 Jordan Rose[analyzer] Update links to developer.apple.com.
2015-09-18 NAKAMURA Takumiamdgpu-toolchain.c: Add a probe line temporally. Will...
2015-09-18 Douglas KatzmanUse None instead of an explicit constructor.
2015-09-18 Joerg SonnenbergerPass the relocation model to LLVM for assembler files.
2015-09-18 NAKAMURA Takumiclang/test/lit.cfg: *-ps4 doesn't have appropriate...
2015-09-18 Alexey Bataev[OPENMP 4.0] Add 'if' clause for 'cancel' directive.
2015-09-18 Alexander MusmanFix for assertion fail for pragma weak on typedef.
2015-09-18 Saleem AbdulrasoolDriver: avoid unnecessary string based operations
2015-09-18 Nathan Wilson[Concepts] Moving tests to match the corresponding...
2015-09-18 NAKAMURA Takumiclang/test/Driver/myriad-toolchain.c: Tweak for DOSish...
2015-09-17 Douglas Katzman[Myriad]: add "<sysroot>/include" to standard search...
2015-09-17 Charles DavisSupport __builtin_ms_va_list.
2015-09-17 Piotr PadlewskiUsing MD_invariant_group
2015-09-17 Douglas KatzmanTry to unbreak windows compiler after r247926.
2015-09-17 Artem BelevichFixed the comment to match reality.
2015-09-17 Douglas Katzman[Shave]: Rename test file from 'shave-' to 'myriad-'
2015-09-17 Douglas Katzman[Shave]: Drive sparc-myriad-elf-ld directly rather...
2015-09-17 Chris Bieneman[CMake] Add install-clang target to install just the...
2015-09-17 Reid KlecknerUse the MSVC SEH personalities on Mingw
2015-09-17 Douglas KatzmancreateOutputFile should set Error to something if it...
2015-09-17 Adrian PrantlFix a typo.
2015-09-17 Asaf Badouhre-apply r.247881
2015-09-17 Aaron BallmanUpdate the 3.8 release notes with the breaking change...
2015-09-17 Aaron BallmanRename AST node matchers to match the AST node names...
2015-09-17 Asaf Badouhrevert r.247881 due to tests failures
2015-09-17 NAKAMURA TakumiAppease clang/test/CodeGen/avx512dq-builtins.c for...
2015-09-17 Asaf Badouh[X86][AVX512DQ] add new intrinsics
2015-09-17 Naomi MusgraveUpdating docs for MSan to describe poison-in-dtor.
2015-09-16 NAKAMURA Takumianalyzer-plugin/MainCallChecker.cpp: s/generateSink...
2015-09-16 Gabor Horvath[Static Analyzer] Generics Checker: When an ObjC method...
2015-09-16 Devin Coughlin[analyzer] Add generateErrorNode() APIs to CheckerContext.
2015-09-16 Reid Kleckner[WinEH] Fix a build issue in CGException.cpp
2015-09-16 Reid Kleckner[WinEH] Pass the catch adjectives to catchpad directly
2015-09-16 Argyrios Kyrtzidis[tooling] Add unit tests for change in r247468.
2015-09-16 Anton Yartsev[analyzer] Improved behavior if Clang was not found...
2015-09-16 Adhemerval... [sanitizers] Enable memory sanitizer on clang
2015-09-16 NAKAMURA TakumiCGClass.cpp: Fix a warning in -Asserts. [-Wunused-priva...
2015-09-16 Devin Coughlin[analyzer] SATestBuild.py: Move additional checkers...
2015-09-16 Richard Smith[modules] Fix a corner case in the macro override rules...
2015-09-16 Naomi MusgraveImplementation and testing for poisoning vtable
2015-09-16 NAKAMURA Takumiclang/test/CodeGenCXX/exceptions-cxx-new.cpp: Don't...
2015-09-15 Nico WeberRemove accidental superfluous newline added in r247750.
2015-09-15 Nico Weberclang-format: In Java, `assert` is followed by an expre...
2015-09-15 David MajnemerTry to appease the build bots
2015-09-15 David Majnemer[MS ABI] Add a C++ test for -fnew-ms-eh
2015-09-15 Nico WeberDon't crash when passing &@selector to a _Nonnull param...
2015-09-15 Gabor Horvath[Static Analyzer] Added an XFAIL test for inlining...
2015-09-15 Piotr Padlewskiinvariant.group-for-vptrs test fix
2015-09-15 Chris Bieneman[CMake] Add cache scripts for Apple-style clang builds.
2015-09-15 Piotr PadlewskiDecorating vptr load & stores with !invariant.group
2015-09-15 Piotr PadlewskiAdded llvm.module flag for strict vtable pointers
2015-09-15 Piotr PadlewskiEmiting llvm.invariant.group.barrier when dynamic type...
2015-09-15 Hans WennborgMS ABI: Don't allow dllexport/import on lambdas
next