messages from 2017-11-09 06:47:05 to 2017-12-21 00:08:48 UTC [more...]
[PATCH 0/3] fix function calls via pointers
2017-12-21 0:06 UTC
[PATCH] bug.h: Work around GCC PR82365 in BUG()
2017-12-20 9:01 UTC (6+ messages)
[PATCH] testcases: add missing return statements
2017-12-17 15:04 UTC
[PATCH] testsuite: allow default args from environment for test commands
2017-12-17 15:03 UTC
[PATCH] testsuite: process extra options without exec
2017-12-17 15:00 UTC
[PATCH 0/6] whitespace & '-D' option
2017-12-17 14:58 UTC (9+ messages)
` [PATCH 1/6] add testcase for 'sparse -D M...'
` [PATCH 2/6] fix: accept "
` [PATCH 3/6] testsuite: add test case for quoting of command's arguments
` [PATCH 4/6] testsuite: respect command line's quotes & whitespaces
` [PATCH 5/6] add test case for space within command line
` [PATCH 6/6] fix: spaces in macro definition on the "
[PATCH 00/16] testsuite improvements
2017-12-10 17:25 UTC (19+ messages)
` [PATCH 01/16] testsuite: make the '%.t' rule depends on PROGRAMS too
` [PATCH 02/16] testsuite: fix a few more incorrect check-commands
` [PATCH 03/16] testsuite: convert to the new pattern syntax
` [PATCH 04/16] testsuite: remove old ugly "
` [PATCH 05/16] testsuite: move verbose/error() before get_tag_value()
` [PATCH 06/16] testsuite: add & use warning()
` [PATCH 07/16] testsuite: reset 'quiet' at the start of each testcase
` [PATCH 08/16] testsuite: fix invalid 'check-...' tags
` [PATCH 09/16] testsuite: validate the "
` [PATCH 10/16] testsuite: early return in getopt loop
` [PATCH 11/16] testsuite: move do_test_suite out of the "
` [PATCH 12/16] testsuite: move no-arg "
` [PATCH 13/16] testsuite: change do_usage text
` [PATCH 14/16] testsuite: allow to test only a subdir
` [PATCH 15/16] testsuite: default to shift in the getopt loop
` [PATCH 16/16] testsuite: add support for 'format -a'
[PATCH 0/3] add missing degenerate() for logical-not
2017-12-10 17:24 UTC (7+ messages)
` [PATCH 1/3] add more testcases for using addresses in conditionals
` [PATCH 2/3] add testcases linearization of degenerated arrays/functions
` [PATCH 3/3] fix: add missing degenerate() for logical not
[PATCH] fix: build sparse-llvm on i686s too
2017-12-07 2:20 UTC (2+ messages)
function designators & function pointers
2017-11-27 18:23 UTC (2+ messages)
[GIT PULL] llvm fixes
2017-11-26 19:34 UTC (13+ messages)
[PATCH 0/2] fix missing base type examination
2017-11-26 19:18 UTC (5+ messages)
` [PATCH 1/2] add test case unexamined base type
` [PATCH 2/2] fix: evaluate_dereference() "
Interaction between bitfields and casts
2017-11-25 16:18 UTC (5+ messages)
` [SPARSE] cast rework (was: Re: Interaction between bitfields and casts)
(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)
[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 (40+ messages)
` [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 (4+ messages)
` [PATCH 9/9] option: handle switches by table
[PATCH 00/36] Makefile reorganization
2017-11-09 20:48 UTC (7+ messages)
` [PATCH 28/36] build: use a dot file name instead of local.mk: .sparse.mk
[PATCH v2 0/7] restricted pointers
2017-11-09 18:55 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).