]> granicus.if.org Git - clang/shortlog
clang
2015-11-11 Eric ChristopherExtract out a function onto CodeGenModule for getting...
2015-11-11 Manman Ren[TLS on Darwin] change how we handle globals with linko...
2015-11-11 Chris Bieneman[CMake] Fixing passthrough for variables starting with...
2015-11-11 Devin Coughlin[analyzer] Fix scan-build to handle missing output...
2015-11-11 Davide Italiano[SemaDeclCXX] Use isTemplateParamScope() rather than...
2015-11-11 Charles Li[Lit Test] Updated 26 Lit tests to be C++11 compatible.
2015-11-11 Manman Ren[TLS] move setting tls_guard in tls_init.
2015-11-11 Aaron BallmanHiding the scan-build and scan-view projects under...
2015-11-11 Aaron BallmanSilencing a -Wreturn-type warning for control reaching...
2015-11-11 Yury Gribov[ASan] Allow -fsanitize-recover=address.
2015-11-11 Artyom SkrobovMake test/Driver/biarch.c use FileCheck instead of...
2015-11-11 Craig Topper[X86] Add 'pause' builtin that's already in llvm and...
2015-11-11 Craig Topper[X86] Use __builtin_ia32_paddq and __builtin_ia32_psubq...
2015-11-11 Craig Topper[X86] Header formatting fixes. NFC
2015-11-11 Craig Topper[X86] Add missing typecasts in intrinsic macros. This...
2015-11-11 Craig Topper[X86] Change pointer type in AVX2 gather builtins to...
2015-11-11 Akira HatanakaReorder the check strings in test case following r252692.
2015-11-11 Eric ChristopherFix a FIXME about using std::is_sorted.
2015-11-11 Richard SmithAdd support for GCC's '__auto_type' extension, per...
2015-11-11 Richard SmithN3922: direct-list-initialization of an auto-typed...
2015-11-11 Anna Zaks[static analyzer] Don't flag nil storage into NSMutable...
2015-11-10 John McCallDefine __unsafe_unretained and __autoreleasing in ObjC...
2015-11-10 Jonathan RoelofsFix build
2015-11-10 Jonathan RoelofsImplement post-commit review feedback on r252662
2015-11-10 Jonathan RoelofsImplement the fix that r252641 should have been
2015-11-10 Reid Kleckner[COFF] Don't try to emit weak aliases on COFF
2015-11-10 Evgeniy StepanovImplement __attribute__((internal_linkage)).
2015-11-10 Dan Gohman[WebAssembly] Change long double to be quadruple-precis...
2015-11-10 Jonathan RoelofsFix missing CMake dependency introduced in r252474
2015-11-10 Joerg SonnenbergerAdd the variant of __sparc_v9__ with five underscores...
2015-11-10 Aaron BallmanNo longer creating the install-clang target for IDEs...
2015-11-10 Sean Eveson[Analyzer] Fix comments and formatting. NFC.
2015-11-10 Craig Topper[X86] Use setzero instead of set1(0) in a few places...
2015-11-10 Craig Topper[X86] Remove temporary variables from macros in x86...
2015-11-10 Craig Topper[X86] Fix bad intrinsic header comment. NFC.
2015-11-10 Joerg SonnenbergerUse the generic Sparc CPU handling for Linux, FreeBSD...
2015-11-10 Joerg SonnenbergerUse the normal switch over getArch() approach and not...
2015-11-10 Vedant Kumar[Driver] Use platform-appropriate profiling libraries...
2015-11-09 Joerg SonnenbergerReorganise CPU handling for Sparc. When using -mcpu...
2015-11-09 Chris Bieneman[CMake] Support passing CMAKE_VERBOSE_MAKEFILE through...
2015-11-09 Evgeniy StepanovExtend linux header search to find libc++ headers in...
2015-11-09 Tim NorthoverAtomics: support __c11_* calls on _Atomic struct types.
2015-11-09 Devin Coughlin[analyzer] Fix assertion failure invalidating on const...
2015-11-09 Mike AizatskyMoving FileManager::removeDotPaths to llvm::sys::path...
2015-11-09 Alexander KornienkoUse "auto" when the type name is redundant
2015-11-09 Jonathan RoelofsFix the cmake build after r252474 broke it
2015-11-09 Alexander KornienkoAdjust printQualifiedName to handle unscoped enums...
2015-11-09 Jonathan RoelofsCreate install targets for scan-build and scan-view
2015-11-09 Aaron BallmanFixing SPHINX warnings with incorrect indentations.
2015-11-09 Renato Golin[EABI] Add Clang support for -meabi flag
2015-11-09 Xinliang David Li[PGO] Code cleanup [NFC]
2015-11-08 Yaron KerenReplace tab with 8 spaces, NFC.
2015-11-07 Devin Coughlin[analyzer] Update SATestBuild.py to enable a 'download...
2015-11-07 Yaron KerenRemove spaces in empty line, NFC.
2015-11-07 Yaron KerenRemove spaces at start of line, NFC.
2015-11-07 Craig TopperMake a couple methods static.
2015-11-07 Craig TopperMake SemaBuiltinCpuSupports a static function. NFC.
2015-11-07 Craig TopperUse makeArrayRef instead of explicitly mentioning the...
2015-11-07 Craig TopperFix indentation. NFC
2015-11-07 Akira HatanakaUse regex in test case.
2015-11-06 Akira HatanakaAdd support for function attribute 'not_tail_called'.
2015-11-06 Duncan P. N... StaticAnalyzer: Remove implicit ilist iterator conversi...
2015-11-06 Duncan P. N... CodeGen: Remove implicit ilist iterator conversions...
2015-11-06 Aaron BallmanFixing line endings; NFC.
2015-11-06 Kuba BreckaFollowup test failure fix for r252310 ("[tsan] Add...
2015-11-06 Kuba Brecka[tsan] Add Clang frontend support for TSan on OS X
2015-11-06 Petar JovanovicFix __builtin_signbit for ppcf128 type
2015-11-06 Yury Gribov[analyzer] Add VforkChecker to find unsafe code in...
2015-11-06 Alexander KornienkoRefactor: Simplify boolean conditional return statement...
2015-11-06 Alexander KornienkoRefactor: simplify boolean conditional return statement...
2015-11-05 Keno FischerFix crash in EmitDeclMetadata mode
2015-11-05 Richard SmithBetter link for Library Fundamentals TS.
2015-11-05 Peter CollingbourneCodeGen: Update for debug info API change.
2015-11-05 Richard SmithFix incorrect status for P0012R1.
2015-11-05 Richard SmithFix CSS style name.
2015-11-05 Richard SmithUpdate C++ status page to match motions from Kona.
2015-11-05 Richard SmithPR25368: Replace workaround for build failure with...
2015-11-05 Richard SmithImprove macro dumping to preserve semantically-relevant...
2015-11-05 Dan Gohman[WebAssembly] Update wasm builtin functions to match...
2015-11-05 John McCallAfter some discussion, promote -fobjc-weak to a driver...
2015-11-05 Devin Coughlin[analyzer] Update RegionStoreManager::getBinding to...
2015-11-05 Alexandros... [ARM] Clang gives unintended warning message for 'mthum...
2015-11-05 Manuel KlimekAllow use of private headers in different sub-modules.
2015-11-05 Andrey Bokhanko[x86] Additional small fix for MCU psABI support
2015-11-05 Xinliang David LiUse profile data template file for covmap func record...
2015-11-05 Alexander KornienkoMake ArgumentAdjuster aware of the current file being...
2015-11-05 NAKAMURA TakumiTestModuleFileExtension.cpp: Include <cstdio> explicitl...
2015-11-05 Richard Smith[modules] Don't merge an anonymous enum definition...
2015-11-05 David MajnemerFix build break
2015-11-05 David Majnemer[Lex] Add __has_builtin support for __make_integer_seq
2015-11-05 Richard Smith[modules] If we're given a module file, via -fmodule...
2015-11-05 Reid KlecknerFix nullptr crash in -Wthread-safety-beta
2015-11-05 Aaron BallmanThe control expression for a _Generic selection express...
2015-11-04 Daniel Jasperclang-format: Turn on wrapping before "else" for WebKit...
2015-11-04 Eugene ZelenkoFix some Clang-tidy modernize warnings, other minor...
2015-11-04 Devin Coughlin[analyzer] Add 'optin' checker package and move localiz...
2015-11-04 Alexander KornienkoFixed a link.
2015-11-04 Alexander KornienkoFixed header levels.
2015-11-04 Alexander KornienkoRemoved mentions of clang-modernize, added a short...
2015-11-04 Richard Smith[modules] Generalize the workaround for multiple ambigu...
next