messages from 2016-11-15 02:27:44 to 2017-01-23 14:18:44 UTC [more...]
Urgent Please,,
2017-01-23 14:07 UTC
[PATCH] fix cast's target type info
2017-01-13 17:23 UTC
[PATCH] Handle SForced in storage_modifiers
2017-01-05 6:39 UTC (9+ messages)
[PATCH 0/5] more testsuite improvements
2017-01-05 5:16 UTC (6+ messages)
` [PATCH 1/5] testsuite: check the nbr of times a pattern should be present
` [PATCH 2/5] testsuite: use 'error' instead of 'info' for successful tests known to fail
` [PATCH 3/5] testsuite: get 'check-known-to-fail' earlier
` [PATCH 4/5] testsuite: allow quieter error reporting
` [PATCH 5/5] testsuite: quieter error reporting for 'known-to-fail'
[PATCH 0/5] add basic support for C11
2017-01-05 3:22 UTC (6+ messages)
` [PATCH 1/5] C11: teach sparse about '_Thread_local'
` [PATCH 2/5] C11: teach sparse about '_Noreturn'
` [PATCH 3/5] C11: teach sparse about '_Alignof()'
` [PATCH 4/5] C11: teach sparse about '_Alignas()'
` [PATCH 5/5] C11: teach sparse about '--std={c11,gnu11}'
[PATCH] fix value of label statement
2017-01-04 4:45 UTC
[PATCH 0/4] phisrc fixes
2017-01-04 3:03 UTC (5+ messages)
` [PATCH 1/4] volatile loads must not be simplified
` [PATCH 2/4] fix superfluous phisrc
` [PATCH 3/4] fix phisrc mixup
` [PATCH 4/4] missing load simplification
Urgent Please;;
2017-01-02 17:34 UTC
cgcc and -Dx86_64
2016-12-22 0:44 UTC (4+ messages)
` [PATCH] cgcc should not define non-reserved identifiers
DO YOU NEED A LOAN??
2016-12-13 5:29 UTC
[PATCH v2 0/5] unssa improvements
2016-12-12 15:29 UTC (6+ messages)
` [PATCH v2 1/5] unssa: do not try to update liveness
` [PATCH v2 2/5] unssa: simplify rewrite of OP_PHISOURCE
` [PATCH v2 3/5] unssa: try to avoid some OP_PHI copies
` [PATCH v2 4/5] unssa: eliminate trivial phisrc copies
` [PATCH v2 5/5] unssa: update comment about the unneeded copies
[PATCH 0/3] fix cast to bool
2016-12-11 21:13 UTC (4+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] simplify comparisons followed by an equality test against 0 or 1
` [PATCH 3/3] simplify '(x || x)' and '(x && x)'
[PATCH] llvm: remove unneeded OP_COPY support
2016-12-11 10:17 UTC
[PATCH] llvm: fix typing when comparing to a constant
2016-12-11 9:49 UTC
[PATCH] fix typing error in compound assignment
2016-12-10 22:43 UTC (4+ messages)
` [PATCH v3] "
[PATCH] fix typing error in compound assignment
2016-12-10 6:25 UTC (3+ messages)
[PATCH 0/2] add support for __int128
2016-12-09 23:03 UTC (3+ messages)
` [PATCH 1/2] fix missing element in types declaration
` [PATCH 2/2] add support for __int128
[PATCH RFC 07/13] evaluate: check static storage duration objects' intializers' constness
2016-12-08 5:43 UTC (3+ messages)
` [PATCH] Update maintainers in the manpage
[PATCH] remove unused arg in uses/defs functions
2016-12-08 3:46 UTC
[PATCH] recursive phi_defines cannot happen
2016-12-08 3:34 UTC
[PATCH] remove unused fields in struct instruction
2016-12-08 3:13 UTC
[PATCH] make -m32/-m64 more useful
2016-12-07 17:38 UTC
[PATCH 0/2] simplify binops with identical operands
2016-12-07 16:32 UTC (3+ messages)
` [PATCH 1/2] simplify '(x op x)' to '0', '1' or 'x'
` [PATCH 2/2] add warning option '-Wtautological-compare'
[PATCH] simplify '(x || 1)' to '1'
2016-12-07 16:13 UTC
[PATCH] simplify '~(~x)' and '-(-x)' to 'x'
2016-12-07 16:05 UTC
[PATCH 0/5] more simplification of constant multiplicative ops
2016-12-07 15:46 UTC (6+ messages)
` [PATCH 1/5] move OP_MUL simplification in a separate function
` [PATCH 2/5] simplify '(x / 1)' to 'x'
` [PATCH 3/5] simplify '(x * -1)' to '-x'
` [PATCH 4/5] simplify '(x / -1)' to '-x' (but only for signed division)
` [PATCH 5/5] simplify '(x % 1)' into '0'
[PATCH v3 00/21] improve constexpr handling
2016-12-06 16:54 UTC (16+ 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 (4+ messages)
` [PATCH 3/3] By default disable '-Wunknown-attribute'
[PATCH v2 0/3] reduce noise from unknown attributes
2016-11-17 17:34 UTC (3+ messages)
[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 (5+ messages)
` [PATCH 1/3] testsuite: add tag to ignore the output/error
` [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] 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 (3+ messages)
[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)
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).