messages from 2017-10-29 11:32:41 to 2017-11-09 19:29:16 UTC [more...]
[PATCH 00/36] Makefile reorganization
2017-11-09 19:29 UTC (66+ messages)
` [PATCH 01/36] build: make PREFIX overwritable from the environment
` [PATCH 02/36] build: put comment about local.mk to the place where it is included
` [PATCH 03/36] build: drop BASIC_CFLAGS and ALL_CFLAGS
` [PATCH 04/36] build: drop -g from LDFLAGS
` [PATCH 05/36] build: pass CPPFLAGS to compiler
` [PATCH 06/36] build: fix effectiveness of generated dependencies
` [PATCH 07/36] build: remove unused support for pkgconfig
` [PATCH 08/36] build: use '_OBJS' instead of '_EXTRA_DEPS'
` [PATCH 09/36] build: use '_LDLIBS' instead of '_EXTRA_OBJS'
` [PATCH 10/36] build: allow target-specific CFLAGS, CPPFLAGS, LDFLAGS & LDLIBS
` [PATCH 11/36] build: allow CFLAGS & friends from command line
` [PATCH 12/36] build: avoid rule-specific CFLAGS
` [PATCH 13/36] build: use $LIBS directly in the dependency list
` [PATCH 14/36] build: no need to use wildcards for generated dependencies
` [PATCH 15/36] build: reuse rule for ALL_OBJS
` [PATCH 16/36] build: CHECKER_FLAGS=-Wno-vla for all targets
` [PATCH 17/36] build: move tests near their use
` [PATCH 18/36] build: only generate version.h when needed
` [PATCH 19/36] build: add note about overwritable vars
` [PATCH 20/36] build: remove references to unexisting pre-process.h
` [PATCH 21/36] build: no need to clean *.so and SLIB_FILE
` [PATCH 22/36] build: move clean & clean-check together
` [PATCH 23/36] build: make clean targets quieter
` [PATCH 24/36] build: remove rule for shared lib, it's unused
` [PATCH 25/36] build: normalize rules
` [PATCH 26/36] build: remove the dist rule since unused
` [PATCH 27/36] build: use one line per item
` [PATCH 28/36] build: use a dot file name instead of local.mk: .sparse.mk
` [PATCH 29/36] build: use git-clean
` [PATCH 30/36] build: use standard rules for install
` [PATCH 31/36] build: remove unused QUIET_INST_SH
` [PATCH 32/36] build: let quiet commands use less indentation
` [PATCH 33/36] build: simpler logic for quiet commands
` [PATCH 34/36] build: avoid foreach
` [PATCH 35/36] build: reorg & add comment
` [PATCH 36/36] build: use a single space before assignments
[PATCH v3 00/37] Makefile reorganization
2017-11-09 19:11 UTC (42+ 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 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] option parsing improvements
2017-11-09 18:42 UTC (11+ 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] Makefile: use locally built sparse in the selfcheck target
2017-11-09 18:32 UTC (11+ messages)
[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
[GIT PULL] llvm fixes
2017-11-05 23:18 UTC (9+ messages)
multiarch & base dir
2017-11-05 20:01 UTC (5+ messages)
[PATCH] build: clean up $CFLAGS handling in the makefile
2017-11-05 16:57 UTC (16+ messages)
sparse with 4.10?
2017-11-05 16:52 UTC (5+ messages)
` [PATCH 0/2] fix missing evaluation when using '-include <file>'
[PATCH] Simplify expr->flags assignement
2017-11-05 7:54 UTC
[GIT PULL] debug build of sparse v4
2017-11-05 7:27 UTC (9+ messages)
[SPARSE] Questions for distros
2017-11-04 20:13 UTC (5+ messages)
[PATCH] build: only generate version.h when needed and remove it in clean target
2017-11-04 16:54 UTC (2+ messages)
[PATCH 0/6] build: various updates
2017-11-04 13:10 UTC (8+ messages)
` [PATCH 3/6] build: drop BASIC_CFLAGS and ALL_CFLAGS
` [PATCH 5/6] build: pass standard make variables to compiler and linker
` [PATCH 6/6] build: replace *_EXTRA_OBJS by local assignments to LDFLAGS and LOADLIBES
RE::
2017-11-01 14:57 UTC
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).