linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-11-06 08:28:47 to 2017-11-25 09:33:40 UTC [more...]

[PATCH 0/2] fix missing base type examination
 2017-11-25  9:31 UTC  (3+ messages)
` [PATCH 1/2] add test case unexamined base type
` [PATCH 2/2] fix: evaluate_dereference() "

(unknown),
 2017-11-19 20:07 UTC 

[PATCH 0/4] floating-point specific instructions
 2017-11-18 14:27 UTC  (2+ messages)

[PATCH v2] add __builtin functions for isinf_sign, isfinite and isnan
 2017-11-17 23:39 UTC  (6+ messages)

[GIT PULL] llvm fixes
 2017-11-17 19:50 UTC  (11+ messages)

[PATCH v4 00/38] Makefile reognization
 2017-11-17  9:23 UTC  (40+ messages)
` [PATCH v4 01/38] build: make PREFIX overwritable from the environment
` [PATCH v4 02/38] build: put comment about local.mk to the place where it is included
` [PATCH v4 03/38] build: drop BASIC_CFLAGS and ALL_CFLAGS
` [PATCH v4 04/38] build: drop -g from LDFLAGS
` [PATCH v4 05/38] build: pass CPPFLAGS to compiler
` [PATCH v4 06/38] build: fix effectiveness of generated dependencies
` [PATCH v4 07/38] build: remove unused support for pkgconfig
` [PATCH v4 08/38] build: use '-objs' instead of '_EXTRA_DEPS'
` [PATCH v4 09/38] build: use '-ldlibs' instead of '_EXTRA_OBJS'
` [PATCH v4 10/38] build: allow target-specific CFLAGS, CPPFLAGS, LDFLAGS & LDLIBS
` [PATCH v4 11/38] build: allow CFLAGS & friends from command line
` [PATCH v4 12/38] build: avoid rule-specific CFLAGS
` [PATCH v4 13/38] build: use $LIBS directly in the dependency list
` [PATCH v4 14/38] build: no need to use wildcards for generated dependencies
` [PATCH v4 15/38] build: reuse rule for ALL_OBJS
` [PATCH v4 16/38] build: CHECKER_FLAGS=-Wno-vla for all targets
` [PATCH v4 17/38] build: move tests near their use
` [PATCH v4 18/38] build: only generate version.h when needed
` [PATCH v4 19/38] build: add note about overwritable vars
` [PATCH v4 20/38] build: remove references to unexisting pre-process.h
` [PATCH v4 21/38] build: move clean & clean-check together
` [PATCH v4 22/38] build: make clean targets quieter
` [PATCH v4 23/38] build: remove rule for shared lib, it's unused
` [PATCH v4 24/38] build: normalize rules
` [PATCH v4 25/38] build: remove the dist rule since unused
` [PATCH v4 26/38] build: use one line per item
` [PATCH v4 27/38] build: allow the name 'local.mk' to be configurable via the environment
` [PATCH v4 28/38] build: use standard rules for install
` [PATCH v4 29/38] build: remove unused QUIET_INST_SH
` [PATCH v4 30/38] build: let quiet commands use less indentation
` [PATCH v4 31/38] build: simplify quiet commands
` [PATCH v4 32/38] build: simplify clean pattern
` [PATCH v4 33/38] build: add *.o to clean-check pattern
` [PATCH v4 34/38] build: avoid foreach
` [PATCH v4 35/38] build: reorg & add comment
` [PATCH v4 36/38] build: use a single space before assignments
` [PATCH v4 37/38] build: add rule to run a single test
` [PATCH v4 38/38] build: let -fno-strict-aliasing be a mandatory flag

[PATCH] add __builtin functions for isinf_sign, isfinite and isnan
 2017-11-16 23:02 UTC  (2+ messages)

Work With Us!
 2017-11-15 20:55 UTC 

[PATCH 0/2] V2 llvm constant value pseudo size fix
 2017-11-13 23:23 UTC  (3+ messages)

[PATCH 2/2] V2 sparse-llvm: use pseudo->size to select llvm integer type
 2017-11-13 15:28 UTC 

[PATCH 1/2] V2 Give the constant pseudo value a size
 2017-11-13 15:28 UTC 

Re:
 2017-11-13 14:55 UTC 

Hello Dear
 2017-11-13 12:08 UTC 

[PATCH 0/2] Fix illegal simplification of volatile stores
 2017-11-13  1:27 UTC  (14+ messages)
` [PATCH 1/2] add test case for bogus volatile simplification
` [PATCH 2/2] fix: volatile stores must not be simplified

[PATCH 1/5] plugins: implement format_template attribute
 2017-11-12 21:19 UTC 

(unknown),
 2017-11-12 15:10 UTC 

[PATCH] flush stdout when warning
 2017-11-11 16:31 UTC 

[PATCH] Makefile: use locally built sparse in the selfcheck target
 2017-11-11 14:44 UTC  (12+ messages)

Proposal
 2017-11-10  2:13 UTC 

[PATCH] build: clean up $CFLAGS handling in the makefile
 2017-11-09 22:55 UTC  (14+ messages)

[PATCH v3 00/37] Makefile reorganization
 2017-11-09 21:03 UTC  (44+ messages)
` [PATCH v3 01/37] build: make PREFIX overwritable from the environment
` [PATCH v3 02/37] build: put comment about local.mk to the place where it is included
` [PATCH v3 03/37] build: drop BASIC_CFLAGS and ALL_CFLAGS
` [PATCH v3 04/37] build: drop -g from LDFLAGS
` [PATCH v3 05/37] build: pass CPPFLAGS to compiler
` [PATCH v3 06/37] build: fix effectiveness of generated dependencies
` [PATCH v3 07/37] build: remove unused support for pkgconfig
` [PATCH v3 08/37] build: use '_OBJS' instead of '_EXTRA_DEPS'
` [PATCH v3 09/37] build: use '_LDLIBS' instead of '_EXTRA_OBJS'
` [PATCH v3 10/37] build: allow target-specific CFLAGS, CPPFLAGS, LDFLAGS & LDLIBS
` [PATCH v3 11/37] build: allow CFLAGS & friends from command line
` [PATCH v3 12/37] build: avoid rule-specific CFLAGS
` [PATCH v3 13/37] build: use $LIBS directly in the dependency list
` [PATCH v3 14/37] build: no need to use wildcards for generated dependencies
` [PATCH v3 15/37] build: reuse rule for ALL_OBJS
` [PATCH v3 16/37] build: CHECKER_FLAGS=-Wno-vla for all targets
` [PATCH v3 17/37] build: move tests near their use
` [PATCH v3 18/37] build: only generate version.h when needed
` [PATCH v3 19/37] build: add note about overwritable vars
` [PATCH v3 20/37] build: remove references to unexisting pre-process.h
` [PATCH v3 21/37] build: move clean & clean-check together
` [PATCH v3 22/37] build: make clean targets quieter
` [PATCH v3 23/37] build: remove rule for shared lib, it's unused
` [PATCH v3 24/37] build: normalize rules
` [PATCH v3 25/37] build: remove the dist rule since unused
` [PATCH v3 26/37] build: use one line per item
` [PATCH v3 27/37] build: use a dot file name instead of local.mk: .sparse.mk
` [PATCH v3 28/37] build: use standard rules for install
` [PATCH v3 29/37] build: remove unused QUIET_INST_SH
` [PATCH v3 30/37] build: let quiet commands use less indentation
` [PATCH v3 31/37] build: simplify quiet commands
` [PATCH v3 32/37] build: simplify clean pattern
` [PATCH v3 33/37] build: add *.o to clean-check pattern
` [PATCH v3 34/37] build: avoid foreach
` [PATCH v3 35/37] build: reorg & add comment
` [PATCH v3 36/37] build: use a single space before assignments
` [PATCH v3 37/37] build: add rule to run a single test

[PATCH 0/9] option parsing improvements
 2017-11-09 21:02 UTC  (12+ messages)
` [PATCH 1/9] option: add helper to parse/match command line options
` [PATCH 2/9] option: rename 'struct warning' to 'struct flag'
` [PATCH 3/9] option: let handle_simple_switch() handle an array of flags
` [PATCH 4/9] option: extract OPTION_NUMERIC() from handle_switch_fmemcpy_max_count()
` [PATCH 5/9] option: add support for options with 'zero is infinity'
` [PATCH 6/9] option: add support for '-<some-option>=unlimited'
` [PATCH 7/9] option: use OPTION_NUMERIC() for handle_switch_fmemcpy_max_count()
` [PATCH 8/9] option: constify match_option()
` [PATCH 9/9] option: handle switches by table

[PATCH 00/36] Makefile reorganization
 2017-11-09 20:48 UTC  (17+ messages)
` [PATCH 28/36] build: use a dot file name instead of local.mk: .sparse.mk
` [PATCH 29/36] build: use git-clean
` [PATCH 33/36] build: simpler logic for quiet commands

[PATCH v2 0/7] restricted pointers
 2017-11-09 18:55 UTC  (9+ messages)
` [PATCH v2 1/7] remove never-used MOD_TYPEDEF
` [PATCH v2 2/7] MOD_ACCESSED is not a type modifier
` [PATCH v2 3/7] reorganize the definition of the modifiers
` [PATCH v2 4/7] remove redundancy in MOD_STORAGE
` [PATCH v2 5/7] define MOD_QUALIFIER for (MOD_CONST | MOD_VOLATILE)
` [PATCH v2 6/7] associate MOD_RESTRICT with restrict-qualified variables
` [PATCH v2 7/7] add support for C11's _Atomic as type qualifier

[PATCH 0/9] dump IR
 2017-11-08 10:28 UTC  (10+ messages)
` [PATCH 1/9] dump-ir: add defines for the compilation passes
` [PATCH 2/9] dump-ir: allow to specify the passes to execute via cli's options
` [PATCH 3/9] dump-ir: activate/deactive pass 'mem2reg'
` [PATCH 4/9] dump-ir: set the default optimization level to 2
` [PATCH 5/9] dump-ir: use -O0
` [PATCH 6/9] dump-ir: saner use of fdump_linearize
` [PATCH 7/9] dump-ir: rename -fdump-linearize to -fdump-ir
` [PATCH 8/9] dump-ir: make it more flexible
` [PATCH 9/9] dump-ir: activate -fdump-ir=mem2reg

[PATCH] graph: do not scan removed instructions
 2017-11-08  8:17 UTC  (3+ messages)

[PATCH] volatile loads are side-effects too
 2017-11-08  8:17 UTC  (3+ messages)

[PATCH] cgcc: teach cgcc about freebsd & netbsd
 2017-11-07 19:45 UTC 

[PATCH 0/2] make builtins more built-in
 2017-11-07  8:22 UTC  (5+ messages)
` [PATCH 1/2] builtin: add ctype for const {void,char} *
` [PATCH 2/2] builtin: make builtins more builtin


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).