messages from 2017-04-12 14:20:14 to 2017-06-08 02:47:54 UTC [more...]
[PATCH 0/2] warn on implicit type
 2017-06-08  2:47 UTC  (2+ messages)
` [PATCH 1/2] ret-void: add test case for toplevel asm
[PATCH 0/3] normalize pseudos numbering
 2017-06-06  2:42 UTC  (9+ messages)
` [PATCH 1/3] rename 'struct warning' to 'struct flag'
` [PATCH 2/3] let handle_simple_switch() handle an array of flags
` [PATCH 3/3] allow to normalize the pseudos
[PATCH 0/3] -Wmemcpy-max-count & friends
 2017-06-06  1:39 UTC  (10+ messages)
` [PATCH v2 1/3] memcpy()'s byte count is unsigned
    ` [PATCH v2 0/3] -Wmemcpy-max-count & friends
` [PATCH v2 2/3] add support for -Wmemcpy-max-count
` [PATCH v2 3/3] add support for -fmemcpy-max-count
[PATCH v2 0/8] division-by-zero warnings
 2017-06-05 19:16 UTC  (10+ messages)
` [PATCH v2 1/8] add is_pseudo_value()
` [PATCH v2 2/8] add a .warned field to struct instruction
` [PATCH v2 3/8] div0: warn on integer divide by 0 also when the lhs is not constant
` [PATCH v2 4/8] div0: also check for compound assignments
` [PATCH v2 5/8] div0: add warning option -Wdiv-by-zero
` [PATCH v2 6/8] div0: use -Wdiv-by-zero
` [PATCH v2 7/8] div0: warn also during simplification
` [PATCH v2 8/8] div0: warn on float divide by 0 also when the lhs is not constant
[PATCH] teach cgcc about OSX aka darwin
 2017-06-05 18:13 UTC  (2+ messages)
[PATCH 0/6] testsuite speedup
 2017-06-02 10:57 UTC  (14+ messages)
` [PATCH 1/6] testsuite: get all tags in once
` [PATCH 2/6] testsuite: grep the expected output only when needed
` [PATCH 3/6] testsuite: grep the output patterns "
` [PATCH 4/6] testsuite: use shell arithmetic instead of fork-execing expr
` [PATCH 5/6] testsuite: remove unneeded './' before commands
` [PATCH 6/6] testsuite: avoid fork+execing basename
[PATCH 0/3] -Wmemcpy-max-count & friends
 2017-06-02  1:45 UTC  (15+ messages)
  ` [PATCH 1/3] memcpy()'s byte count is unsigned
  ` [PATCH 2/3] add support for -Wmemcpy-max-count
  ` [PATCH 3/3] add support for -fmemcpy-max-count
[PATCH 0/5] report allocation stats
 2017-06-01 14:30 UTC  (4+ messages)
` [PATCH 3/5] add helper handle_simple_switch()
[PATCH 0/6] dump macros definitions
 2017-06-01 14:08 UTC  (4+ messages)
` [PATCH 2/6] teach sparse how to dump macro definitions
[PATCH v2 0/6] fix bitfield initializers
 2017-06-01  6:41 UTC  (3+ messages)
` [PATCH v2 4/6] fix implicit zero initializer
[PATCH] force to 0 expressions which are erroneously non-constant
 2017-05-31 13:31 UTC 
[PATCH 0/9] division by zero warnings
 2017-05-31  3:22 UTC  (10+ messages)
` [PATCH 1/9] add is_pseudo_value()
` [PATCH 2/9] add a .warned field to struct instruction
` [PATCH 3/9] div0: warn on integer divide by 0 also when the lhs is not constant
` [PATCH 4/9] div0: warn on division by zero - general case
` [PATCH 5/9] div0: add warning option -Wdiv-by-zero
` [PATCH 6/9] div0: use -Wdiv-by-zero
` [PATCH 7/9] div0: warn also during simplification
` [PATCH 8/9] div0: warn on float divide by 0 also when the lhs is not constant
` [PATCH 9/9] div0: add missing tests for floating point div by zero
[PATCH] cgcc: fix __DECIMAL_DIG__
 2017-05-29  0:41 UTC 
[GIT PULL] next batch of patches
 2017-05-20 16:14 UTC 
[PATCH] RFC: remove warning "advancing past deep designator"
 2017-05-19 13:58 UTC 
[PATCH 0/3] use internal size for __INT_MAX__ & friends
 2017-05-19 11:20 UTC  (4+ messages)
` [PATCH 1/3] fix hardcoded size of wide chars
` [PATCH 2/3] avoid to redefine __INT_MAX__ and friends
` [PATCH 3/3] fix definition of __SCHAR_MAX__ & friends
[PATCH v3 0/2] avoid warnings for 'bool <- restricted' casts
 2017-05-19  2:47 UTC  (3+ messages)
` [PATCH v3 1/2] avoid warning on implicit "
` [PATCH v3 2/2] avoid warning on explicit "
[PATCH 0/8] avoid creating orphaned OP_PHISRCs
 2017-05-18 17:04 UTC  (10+ messages)
` [PATCH 1/8] extract add_dominator() from find_dominating_parents()
` [PATCH 2/8] add helper add_load_dominators()
` [PATCH 3/8] remove test on initial phi->ident
` [PATCH 4/8] avoid phisrc orphaned by simplify_loads()
` [PATCH 5/8] avoid phisrc orphaned by find_dominating_stores()
` [PATCH 6/8] integrate add_load_dominators() into rewrite_load_instruction()
` [PATCH 7/8] check duplicated phi-nodes directly on dominators
` [PATCH 8/8] avoid creating unneeded phi-sources
[PATCH] Makefile: remove SMATCH_DATA smatch_data/kernel.balanced_funcs item
 2017-05-17 11:39 UTC  (3+ messages)
[PATCH] fix missing reload
 2017-05-15 15:52 UTC 
[PATCH] fix: kill old branch in insert_branch()
 2017-05-15 14:31 UTC 
[GIT PULL] last pending patches for sparse's next release
 2017-05-12 19:38 UTC  (3+ messages)
APPLY FOR YOUR URGENT LOAN AT 2%
 2017-05-12 10:53 UTC 
[PATCH] fix boolean context for OP_AND_BOOL & OP_OR_BOOL
 2017-05-11 23:37 UTC 
[PATCH] fix: kill unreachable BBs after killing a child
 2017-05-11 22:26 UTC  (8+ messages)
      ` [PATCH v2 0/3] fix false "crazy programmer" warning
        ` [PATCH v2 1/3] introduce REPEAT_CFG_CLEANUP
        ` [PATCH v2 2/3] let kill_unreachable_bbs() clear REPEAT_CFG_CLEANUP
        ` [PATCH v2 3/3] fix: kill unreachable BBs after killing a child
[PATCH] ignore VOID when trying to if-convert phi-nodes
 2017-05-11 21:14 UTC  (8+ messages)
  ` [PATCH v2] "
  ` [PATCH v3] "
[PATCH] avoid useless warning for 'bool <- restricted type' conversion
 2017-05-11 20:20 UTC  (5+ messages)
          ` [PATCH] FS: Fixing return type of unsigned_offsets
[PATCH v7] sparse: add support for _Static_assert
 2017-05-11 18:31 UTC  (3+ messages)
[PATCH v6] sparse: add support for _Static_assert
 2017-05-09 23:21 UTC  (6+ messages)
[PATCH 0/6] keyword cleanup
 2017-05-07  5:15 UTC  (8+ messages)
` [PATCH 1/6] keyword: add test case for reserved '_Static_assert'
` [PATCH 2/6] keyword: regroup the [reserved] keywords
` [PATCH 3/6] keyword: explicitly add C99 & C11 keywords
` [PATCH 4/6] keyword: add more reserved keywords to the test case
` [PATCH 5/6] keyword: add a comment about NS_TYPEDEF & reserved keywords
` [PATCH 6/6] keyword: no pre-declaration needed for attribute names
[PATCH v5] sparse: add support for _Static_assert
 2017-05-07 17:34 UTC  (8+ messages)
[PATCH v4] sparse: add support for _Static_assert
 2017-05-04 16:29 UTC  (9+ messages)
bit-field notation and k&r function syntax
 2017-05-04 15:07 UTC  (6+ messages)
[GIT PULL] pending fixes for sparse's next release
 2017-05-04 13:37 UTC  (7+ messages)
[PATCH v2] fix expansion of integers to floats
 2017-04-27 22:47 UTC  (2+ messages)
[RFC v0 0/4] Give a type to constants too
 2017-04-27 22:41 UTC  (3+ messages)
` [PATCH v0 1/4] be more careful with concat_user_list()
[RFC] rationale for systematic elimination of OP_SYMADDR instructions
 2017-04-26 23:04 UTC  (9+ messages)
sparse-llvm incorrect handling of function pointers
 2017-04-26  2:11 UTC  (4+ messages)
` [PATCH] llvm: add script to display the deserialized LLVM IR
[PATCH] fix cast to pointer to floating-point
 2017-04-25 20:47 UTC  (2+ messages)
EXTREMELY IMPORTANT
 2017-04-24 18:52 UTC 
[RFC] CSE: relax type checking in hashing/compare
 2017-04-19 16:32 UTC  (5+ messages)
[PATCH 0/6] fix boolean context
 2017-04-12 19:33 UTC  (7+ messages)
` [PATCH 1/6] fix boolean context for OP_AND_BOOL & OP_OR_BOOL
` [PATCH 2/6] simplify intermediate casts in boolean expressions
` [PATCH 3/6] avoid useless compare with zero
` [PATCH 4/6] generate plain OP_{AND,OR} instead of OP_{AND,OR}_BOOL
` [PATCH 5/6] llvm: no need to special-case OP_AND_BOOL and OP_OR_BOOL
` [PATCH 6/6] remove OP_{AND,OR}_BOOL instructions
[PATCH 0/3] Simplify booleans
 2017-04-12 14:18 UTC  (3+ messages)
` [PATCH 2/3] simplify 'x ^ ~0' to '~x'
` [PATCH 3/3] simplify casts bool -> int -> bool
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).