messages from 2016-10-04 08:54:48 to 2016-12-06 16:55:02 UTC [more...]
[PATCH v3 00/21] improve constexpr handling
2016-12-06 16:54 UTC (18+ messages)
[PATCH 0/2] be more generous with ptrlist repacking
2016-12-06 0:24 UTC (11+ messages)
` [PATCH 1/2] add missing PACK_PTR_LIST()
` [PATCH 2/2] mark lists to be repacked as dirty
[PATCH 0/5] unssa improvements
2016-12-01 15:07 UTC (6+ messages)
` [PATCH 1/5] unssa: do not try to update liveness
` [PATCH 2/5] unssa: simplify rewrite of OP_PHISOURCE
` [PATCH 3/5] unssa: try to avoid some OP_PHI copies
` [PATCH 4/5] unssa: eliminate trivial phisrc copies
` [PATCH 5/5] unssa: update comment about the unneeded copies
OP_PHISOURCE's phi_users
2016-11-30 21:51 UTC
[PATCH 0/6] modifiers inheritance by '&' and 'typeof()'
2016-11-28 2:02 UTC (11+ messages)
` [PATCH 1/6] storage should not be inherited by pointers
` [PATCH 2/6] testsuite: simplify test function-pointer-inheritance
` [PATCH 3/6] use a shorter name for function-pointer-modifier-inheritance.c
` [PATCH 4/6] testsuite: test modifiers preserved by '&' operator
` [PATCH 5/6] testsuite: test modifiers preserved by 'typeof()'
` [PATCH 6/6] [RFC] some modifiers need to be "
[PATCH v2] implement constant-folding in __builtin_bswap*()
2016-11-24 13:00 UTC (24+ messages)
` [PATCH] add test case for builtin bswap with constant args
[PATCH] lib: __builtin_object_size should accept void *
2016-11-24 5:49 UTC (8+ messages)
[PATCH] OP_SWITCH should use 'insn->cond' instead of 'insn->target'
2016-11-23 1:16 UTC (2+ messages)
[PATCH 0/2] normalize bb's label names for testing
2016-11-22 17:02 UTC (8+ messages)
` [PATCH 1/2] testsuite: allow commands to use pipes
` [PATCH 2/2] testsuite: add a script to normalize label names
` [PATCH] give comparable label's names to basic blocks
[PATCH] remove unused field 'multijump' in struct instruction
2016-11-22 16:43 UTC
[PATCH] let "compile" not crash on bools
2016-11-21 3:49 UTC
[PATCH 0/5] tests & testsuite small improvements
2016-11-20 1:43 UTC (14+ messages)
` [PATCH 1/5] testsuite: give a proper name to the 'binary-constant' test
` [PATCH 2/5] testsuite: make tests known to fail effectively fail
` [PATCH 3/5] testsuite: report as error tests known to fail but which succeed
` [PATCH 4/5] testsuite: simplify the ioc-typecheck case
` [PATCH 5/5] testsuite: add a simple test for -Wenum-mismatch
[PATCH] Fix type checking of variadic functions
2016-11-18 12:30 UTC (3+ messages)
[PATCH 0/8] fix uses of killed instructions
2016-11-17 14:35 UTC (9+ messages)
` [PATCH 1/8] kill uses of replaced instructions
` [PATCH 2/8] fix killing OP_SETVAL instructions
` [PATCH 3/8] fix killing OP_PHI instructions
` [PATCH 4/8] fix killing OP_CAST & friends
` [PATCH 5/8] fix killing OP_SELECT
` [PATCH 6/8] fix killing OP_COMPUTEDGOTO
` [PATCH 7/8] explicitely ignore killing OP_ENTRY
` [PATCH 8/8] cleanup kill_instruction()
[PATCH 0/3] reduce noise from unknown attributes
2016-11-17 18:04 UTC (8+ messages)
` [PATCH 1/3] Warn on unknown attributes instead of throwing errors
` [PATCH 2/3] Add a new warning flag: '-Wunknown-attribute'
` [PATCH 3/3] By default disable '-Wunknown-attribute'
[PATCH v2 0/3] reduce noise from unknown attributes
2016-11-17 17:34 UTC (6+ messages)
` [PATCH v2 1/3] Warn on unknown attributes instead of throwing errors
` [PATCH v2 2/3] Add a new warning flag: '-Wunknown-attribute'
` [PATCH v2 3/3] By default disable the new warning flag '-Wunknown-attribute'
[PATCH] cleanup: remove evaluate_arguments()'s unused argument
2016-11-17 16:27 UTC (4+ messages)
[PATCH 0/3] fix discarded label statement
2016-11-17 17:19 UTC (6+ messages)
` [PATCH 1/3] testsuite: add tag to ignore the output/error
` [PATCH 2/3] testsuite: check patterns presence or absence in output
` [PATCH 3/3] fix discarded label statement
[PATCH] allow to launch the test suite from the project root dir
2016-11-17 17:10 UTC (2+ messages)
[PATCH] Remove unneeded variable in integer_promotion()
2016-11-17 16:56 UTC (2+ messages)
[PATCH] Handle SForced in storage_modifiers
2016-11-17 12:43 UTC (9+ messages)
[PATCH] make 'ignored_attributes[]' static
2016-11-17 10:18 UTC (2+ messages)
[PATCH] cleanup: remove unused field 'string' in struct symbol
2016-11-17 10:14 UTC (2+ messages)
[PATCH] implement constant-folding in __builtin_bswap*()
2016-11-17 9:39 UTC (2+ messages)
[PATCH 1/2] linearize: Emit C99 declarations correctly
2016-11-17 9:14 UTC (5+ messages)
` [PATCH 2/2] validation: Check C99 for loop variables
[PATCH] add missing #include "char.h" to char.c
2016-11-17 8:28 UTC (2+ messages)
[PATCH] sparse: update __builtin_object_size() prototype
2016-11-17 8:28 UTC (5+ messages)
[PATCH] ptrlist: use after free in last_ptr_list()
2016-11-16 23:22 UTC (10+ messages)
sparse releases
2016-11-15 14:53 UTC (2+ messages)
[RFC PATCH] bits_in_bool should be 8
2016-11-15 2:27 UTC (3+ messages)
Urgent (04/11/2016)
2016-11-04 10:24 UTC
[PATCH] dissect: teach do_expression() to handle EXPR_OFFSETOF
2016-11-02 14:21 UTC (2+ messages)
[PATCH] dissect: teach do_initializer() to handle the nested EXPR_IDENTIFIER's
2016-11-02 14:19 UTC (2+ messages)
[PATCH] dissect: s/mode_t/usage_t/ in report_member()
2016-11-02 14:17 UTC (2+ messages)
[PATCH v3] sparse: add support for static assert
2016-10-30 18:25 UTC (8+ messages)
NiosII GCC Compiler Built-Ins Question
2016-10-28 20:57 UTC (3+ messages)
Get A Part Time Job Today
2016-10-22 11:54 UTC
Nejdražší odpovězte mi!
2016-10-18 11:25 UTC
Review: [PATCH] Fix warning compiling sparse
2016-10-13 7:30 UTC
Development version of sparse?
2016-10-11 18:38 UTC (2+ messages)
[PATCH v2] sparse: add 'alloc_align' to the ignored attributes
2016-10-05 23:49 UTC
[PATCH] sparse: make __builtin_object_size argument const
2016-10-04 8: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).