linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-03-31 01:46:43 to 2017-05-11 21:06:47 UTC [more...]

[PATCH] ignore VOID when trying to if-convert phi-nodes
 2017-05-11 21:06 UTC  (7+ messages)
  ` [PATCH v2] "

[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] fix: kill unreachable BBs after killing a child
 2017-05-09 16:08 UTC  (4+ 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  (3+ messages)
` [GIT PULL] "

[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/8] avoid creating orphaned OP_PHISRCs
 2017-04-13 16:55 UTC  (9+ 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 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  (4+ messages)
` [PATCH 1/3] simplify 'x | ~0' and 'x & ~0'
` [PATCH 2/3] simplify 'x ^ ~0' to '~x'
` [PATCH 3/3] simplify casts bool -> int -> bool

[PATCH] fix 'simplification' of float-to-int casts
 2017-04-12 13:21 UTC 

[PATCH 0/2] extend canonical order
 2017-04-12 13:08 UTC  (4+ messages)
` [PATCH 1/2] CSE: split optim/cse-dual-compare.c in two files
` [PATCH 2/2] CSE: extend canonical_order()

[PATCH 0/2] floating-point literals
 2017-04-12  9:29 UTC  (3+ messages)
` [PATCH 1/2] add OP_SETFVAL
` [PATCH 2/2] CSE: support CSE of floating-point literal

[PATCH 0/5] report allocation stats
 2017-04-12  8:37 UTC  (6+ messages)
` [PATCH 1/5] add get_<allocator>_stats()
` [PATCH 2/5] add show_allocation_stats()
` [PATCH 3/5] add helper handle_simple_switch()
` [PATCH 4/5] teach sparse how to handle '-fmem-report'
` [PATCH 5/5] use -fmem-report to report allocation stats

[PATCH v2 0/6] fix bitfield initializers
 2017-04-08 21:19 UTC  (7+ messages)
` [PATCH v2 1/6] add support for a new flag: -fdump-linearize[=only]
` [PATCH v2 2/6] remove bit_size & bit_offset from struct access_data
` [PATCH v2 3/6] add test case for linearize_initializer() of bitfields
` [PATCH v2 4/6] fix implicit zero initializer
` [PATCH v2 5/6] remove alignment from struct access_data
` [PATCH v2 6/6] remove origval "

[PATCH 0/4] fix bitfield initiallizers
 2017-04-07 18:52 UTC  (9+ messages)
` [PATCH 1/4] add support for a new flag: -fdump-linearize[=only]
` [PATCH 2/4] remove bit_size & bit_offset from struct access_data
` [PATCH 3/4] add test case for linearize_initializer() of bitfields
` [PATCH 4/4] fix implicit zero initializer

[PATCH 0/6] dump macros definitions
 2017-04-06 11:51 UTC  (9+ messages)
` [PATCH 1/6] define ident_list
` [PATCH 2/6] teach sparse how to dump macro definitions
` [PATCH 3/6] teach sparse how to handle -dD flag
` [PATCH 4/6] let -dD report macro defintions
` [PATCH 5/6] let -dD report #undef too
` [PATCH 6/6] fix -dD for never-defined #undef

[PATCH] testsuite: cleanup result files
 2017-04-05 21:30 UTC 

[PATCH 0/9] restricted pointers
 2017-04-05 21:09 UTC  (10+ messages)
` [PATCH 1/9] remove never-used MOD_TYPEDEF
` [PATCH 2/9] avoid warnings about using 0 instead of NULL
` [PATCH 3/9] finer control over error vs. warnings
` [PATCH 4/9] MOD_ACCESSED is not a type modifier
` [PATCH 5/9] reorganize the definition of the modifiers
` [PATCH 6/9] MOD_STORAGE redundancy
` [PATCH 7/9] MOD_QUALIFIER
` [PATCH 8/9] associate MOD_RESTRICT with restrict-qualified variables
` [PATCH 9/9] add support for C11's _Atomic as type qualifier

[PATCH 0/3] add real support for __BASE_FILE__
 2017-04-05  1:14 UTC  (4+ messages)
` [PATCH 1/3] build: add missing #include "compat.h"
` [PATCH 2/3] add sparse_basename()
` [PATCH 3/3] add real support for __BASE_FILE__

sparse with 4.10?
 2017-04-04 20:12 UTC 

Sparse testing
 2017-04-01 13:11 UTC 

Potential issue with handling of va_arg()
 2017-04-01 12:56 UTC  (5+ messages)

[PATCH 0/4] floating-point specific instructions
 2017-04-01 10:56 UTC  (2+ messages)
` [GIT PULL] "

[PATCH v6 00/52] LLVM fixes
 2017-04-01 10:53 UTC  (5+ messages)
` [GIT PULL v6] "

[PATCH v6 00/15] prepare for LLVM fixes
 2017-04-01 10:49 UTC  (16+ messages)
` [PATCH v6 02/15] add table to "negate" some opcode
` [GIT PULL v6] prepare for LLVM fixes

[PATCH 0/7] fix function or array address in conditionals
 2017-04-01 10:36 UTC  (2+ messages)
` [GIT PULL] "

[PATCH 0/5] fix test cases on 32bit
 2017-04-01 10:32 UTC  (2+ messages)
` [GIT PULL] "

[PATCH v2] fix OP_PHI usage in try_to_simplify_bb(), correctly
 2017-04-01 10:16 UTC 

Possible linearizer issue
 2017-03-31 23:51 UTC  (4+ messages)
` [PATCH] fix OP_PHI usage in try_to_simplify_bb(), correctly

[PATCH v3 00/21] improve constexpr handling
 2017-03-31 19:47 UTC  (15+ messages)

Update on dmr_C project
 2017-03-31 10:31 UTC  (3+ messages)

[PATCH v4 00/25] improve constexpr handling
 2017-03-31  1:44 UTC  (13+ messages)
` [PATCH v4 14/25] constexpr: recognize address constants created through pointer arithmetic
` [PATCH v4 15/25] constexpr: recognize members of static compound objects as address constants
` [PATCH v4 16/25] constexpr: recognize string literals "
` [PATCH v4 17/25] constexpr: recognize references to labels "
` [PATCH v4 18/25] constexpr: examine constness of __builtin_offsetof at evaluation only
` [PATCH v4 19/25] constexpr: flag builtins constant_p, safe_p and warning as constexprs
` [PATCH v4 20/25] constexpr: relax some constant expression rules for pointer expressions
` [PATCH v4 21/25] constexpr: support compound literals as address constants
` [PATCH v4 22/25] constexpr: treat comparisons between types as integer constexpr
` [PATCH v4 23/25] return an error if too few args
` [PATCH v4 24/25] give default return type in evaluate_call()
` [PATCH v4 25/25] constexpr: flag __builtin_bswap() as constexpr


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).