]> granicus.if.org Git - clang/shortlog
clang
2016-09-23 Renato GolinRevert "set the underlying value of “#pragma STDC FP_CO...
2016-09-23 Sebastian Popset the underlying value of “#pragma STDC FP_CONTRACT...
2016-09-23 Sjoerd MeijerRevert of r282255 because of "Fell off the end of a...
2016-09-23 Sjoerd MeijerFix for r280064 that added options for fp denormals...
2016-09-23 Eric Liu[clang-format] support header deletion in cleanupAround...
2016-09-23 Alexey Bader[OpenCL] Augment pipe built-ins with pipe packet size...
2016-09-23 Etienne Bergeron[asan] Fix incorrect SEH symbol mangling on win64.
2016-09-23 Daniel MarjamakiMinor tweak. Avoid hardcoding.
2016-09-23 Daniel MarjamakiFix indentation
2016-09-23 Craig Topper[AVX-512] Add initial support for checking rounding...
2016-09-23 Craig Topper[X86] Split up the single switch statement in Sema...
2016-09-22 Renato Golin[OpenBSD] Add type sign information for OpenBSD
2016-09-22 Vedant Kumar[docs] Touch up the coverage docs some more
2016-09-22 Daniel MarjamakiFix Wbitfield-constant-conversion false positives
2016-09-22 Teresa JohnsonThird attempt to fix Sphinx bot
2016-09-22 Teresa JohnsonSecond attempt to fix Sphinx bot
2016-09-22 Aaron BallmanFixing sphinx build due to diagnostic:
2016-09-22 Martin Probstclang-format: [JS] reserved words in method names.
2016-09-22 Craig Topper[X86] Fix some illegal rounding modes in some builtin...
2016-09-22 Stephen Hinesclang-format: Add an option to git-clang-format to...
2016-09-22 Chris Bieneman[CMake] More robust handling for bootstrap variables
2016-09-22 George Burgess IV[Sema] Fix PR30481: crash on checking printf args.
2016-09-21 Chris Bieneman[CMake] Check if passthrough variables are defined
2016-09-21 Chris Bieneman[CMake] Pass CLANG_VERSION_* variables into later stages
2016-09-21 Albert GutowskiAdd -Wignored-pragma-intrinsic flag
2016-09-21 Teresa Johnson[docs] Add ThinLTO user documentation
2016-09-21 Cameron McInally[AVX512] Fix return types on __builtin_ia32_gather3XivX...
2016-09-21 Dmitry PolukhinPR30401: Fix substitutions for functions with abi_tag
2016-09-21 Martin Probstclang-format: [JS] do not wrapp @returns tags.
2016-09-20 Anna Zaks[analyzer] Add a checker that detects blocks in critica...
2016-09-20 Eric ChristopherRemove some boilerplate comments that don't explain...
2016-09-20 Zachary TurnerFix a regex error breaking tests.
2016-09-20 Chris Bieneman[CMake] Support overriding CLANG_VERSION_*
2016-09-20 Zachary TurnerAdd some entropy to the folder name in Driver/warning...
2016-09-20 Saleem AbdulrasoolCodeGen: further merge cstring literal construction
2016-09-20 Nick LewyckyFix typo in documentation.
2016-09-20 Alexander Shaposhnikov[cleanup] Remove excessive padding from TextTokenRetoke...
2016-09-20 Vedant Kumar[docs] Extend the code coverage docs some more
2016-09-20 Nick LewyckyReplace 'isProvablyNonNull' with existing utility llvm...
2016-09-20 Simon Dardis[mips] MSA intrinsics header file
2016-09-19 Gabor Horvath[analyzer] Calculate extent size for memory regions...
2016-09-19 Samuel AntaoReorder initializers in CallStackFrame so that we don...
2016-09-19 Yaxun Liu[OpenCL] Allow half type kernel argument when cl_khr_fp...
2016-09-19 Dehao ChenRemove InstructionCombining and its related pass from...
2016-09-19 Alexander ShaposhnikovRemove excessive padding from the struct CallStackFrame
2016-09-19 Yaxun Liu[OpenCL] Diagnose assignment to dereference of half...
2016-09-19 Neil HickeyReverting r281714 due to causing an assert when calling...
2016-09-19 Eric LiuRecommit r281457 "Supports adding insertion around...
2016-09-19 Martin Probstclang-format: [JS] Fix line breaks before comments...
2016-09-19 Vedant Kumar[docs] Touch up the code coverage doc
2016-09-19 Devin Coughlin[analyzer] SATestBuild.py: Treat '#' as comment in...
2016-09-19 Dean Michael... [XRay] ARM 32-bit no-Thumb support in Clang
2016-09-18 Martin Probstclang-format: [JS] Do not wrap taze annotation comments.
2016-09-18 Martin Probstclang-format: [JS] ASI insertion after boolean literals.
2016-09-18 Saleem AbdulrasoolCodeGen: mark ObjC cstring literals as unnamed_addr
2016-09-18 Saleem AbdulrasoolCodeGen: mark ObjC cstring literals as constant
2016-09-18 Kostya Serebryany[libFuzzer] use 'if guard' instead of 'if guard >=...
2016-09-17 Eric LiuWhen replacements have the same offset, make replacemen...
2016-09-17 Daniel Jasperclang-format: [JS] Fix a crash in handledTemplateStrings.
2016-09-17 Kostya Serebryany[sanitizer-coverage] change trace-pc to use 8-byte...
2016-09-16 Saleem AbdulrasoolCodeGen: refactor the ObjC cstring literal creation
2016-09-16 Richard SmithFix a couple of wrong-code bugs in switch-on-constant...
2016-09-16 Peter CollingbourneAdd REQUIRES line.
2016-09-16 Peter CollingbourneAdd target triples to fix test on non-x86.
2016-09-16 Peter CollingbourneCodeGen: Add more checks to nobuiltin.c test, add a...
2016-09-16 Nirav DaveIntroduce inline assembly parsing test is PR30372.
2016-09-16 Saleem AbdulrasoolCodeGen: use pointer rather than reference in range...
2016-09-16 Neil HickeyImprove handling of floating point literals in OpenCL...
2016-09-16 Eric FiselierTouch up [[clang::require_constant_initialization]...
2016-09-16 Neil HickeyTesting commit rights. Removing trailing white space...
2016-09-16 Stephen HinesFix unused result from sign extending an Offset.
2016-09-16 John McCallAlter the iOS/tvOS ARM64 C++ ABI to ignore the upper...
2016-09-16 Stephen HinesDo not warn about format strings that are indexed strin...
2016-09-16 Akira Hatanaka[CodeGen][ObjC] Block captures should inherit the type...
2016-09-15 Justin Lebar[CUDA] Don't try to run sanitizers on NVPTX.
2016-09-15 Akira Hatanaka[Sema] Allow shifting a scalar operand by a vector...
2016-09-15 David L. JonesSimplify Clang's version number configuration in CMake.
2016-09-15 Kostya Serebryany[sanitizer-coverage] make trace-pc-guard and indirect...
2016-09-15 Hans Wennborgclang-format VS plugin: upgrade the project files to...
2016-09-15 Aaron BallmanReapply: Silence false positive diagnostics regarding...
2016-09-15 Artem Dergachev[analyzer] Fix HTMLRewriter style sheets to support...
2016-09-15 Aaron BallmanReverting r281609; it caused some build bots to break.
2016-09-15 Simon Dardis[mips][ias] Enable IAS by default for N64 on Debian...
2016-09-15 Aaron BallmanSilence false positive diagnostics regarding passing...
2016-09-15 Oliver Stannard[ARM] ARM-specific attributes should be accepted for...
2016-09-15 Wei MiUpdate clang unittests for rL281586.
2016-09-15 NAKAMURA TakumiBuiltins.def: Explicitly undef finitef, to appease...
2016-09-14 Artem BelevichRevert r281457 "Supports adding insertion around non...
2016-09-14 Reid Kleckner[clang-cl] Accept the joined equals version of -resourc...
2016-09-14 Justin Lebar[CUDA] Make __clang_cuda_cmath.h compatible with libc++.
2016-09-14 Justin Lebar[CUDA] Add test checking our ability to take a function...
2016-09-14 Albert GutowskiAdd some MS aliases for existing intrinsics
2016-09-14 Stephen HinesRevert "Do not warn about format strings that are index...
2016-09-14 Stephen HinesDo not warn about format strings that are indexed strin...
2016-09-14 Kirill BobyrevCorrect assert text in DeclGroup::getSingleDecl()
2016-09-14 Devin Coughlin[analyzer] scan-build-py: Remove relative path hack...
2016-09-14 Dehao ChenConvert finite to builtin
2016-09-14 Saleem AbdulrasoolCodeGen: simplify the logic a slight bit
2016-09-14 Stephan BergmannFix documentation of MemberExpr::getMemberDecl
2016-09-14 Eric LiuSupports adding insertion around non-insertion replacem...
next