]> granicus.if.org Git - clang/shortlog
clang
2015-09-23 Daniel Jasperclang-format: Add initial #include sorting capabilities.
2015-09-23 Nico WeberMake ms-intrin.cpp test require the x86 target.
2015-09-23 Devin CoughlinRevert "[analyzer] Improve localizability checks for...
2015-09-22 Devin Coughlin[analyzer] Improve localizability checks for iOS /...
2015-09-22 Adrian PrantlModule Debugging: Use the clang module signature as...
2015-09-22 Adrian PrantlSerialization: Let ASTWriter return the signature of...
2015-09-22 Devin Coughlin[analyzer] Make realloc(ptr, 0) handling equivalent...
2015-09-22 Devin Coughlin[analyzer] Create one state for a range switch case...
2015-09-22 Ismail PazarbasiAnalyzer: Teach analyzer how to handle TypeTraitExpr
2015-09-22 Artem Belevich[CUDA] Allow parsing of host and device code simultaneo...
2015-09-22 Artem BelevichAugmented CudaHostAction to carry device-side triple.
2015-09-22 Artem Belevich[CUDA] Fixes minor cuda-related issues in the driver
2015-09-22 Artem Belevich[CUDA] Add appropriate host/device attribute to builtins.
2015-09-22 Artem Belevich[CUDA] Allow function overloads in CUDA based on host...
2015-09-22 Artem Belevich[CUDA] Add implicit __attribute__((used)) to all __glob...
2015-09-22 Argyrios Kyrtzidis[tooling] Provide the compile commands of the JSON...
2015-09-22 Benjamin KramerRemove unused diagnostic. NFC.
2015-09-22 Daniel Sanders[mips] Added support for using the command line options...
2015-09-22 Daniel Jasperclang-format: Fix alignConsecutiveAssignments.
2015-09-22 Nico WeberAdd bug number to FIXME comment.
2015-09-22 Nico Weberms Intrin.h: Fix __movsw's and __stosw's inline asm.
2015-09-21 Hans WennborgAdd msbuild-bin/cl to CLANG_LINKS_TO_CREATE
2015-09-21 Nico Weberclang-format: Remove ChromiumStyle.MacroBlockBegin.
2015-09-21 Akira HatanakaRemove attributes minsize and optsize, which conflict...
2015-09-21 Adrian PrantlAdd a belated testcase for the skeleton CU behavior...
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.
next