linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-02-12 23:29:12 to 2017-03-03 07:04:34 UTC [more...]

Sparse-LLVM issue compiling NULL pointers
 2017-03-03  5:35 UTC  (45+ messages)
        ` [PATCH] llvm: fix getting type of values
                                ` [PATCH] llvm: fix output_op_[ptr]cast()

sparse-llvm handling of function call arguments
 2017-03-03  6:56 UTC 

[PATCH] llvm: stores does not create or modify their target
 2017-03-02 20:40 UTC 

Possible memory leak in sparse-llvm
 2017-03-02 19:03 UTC 

[PATCH 0/5] more validation of C99 for-loop initializers
 2017-02-28 16:40 UTC  (29+ messages)
` [PATCH 1/5] replace test for c99 "
        ` [PATCH v2 0/5] more validation of C99 "
          ` [PATCH v2 1/5] replace test for c99 "
          ` [PATCH v2 2/5] add test case for scope of C99 for-loop declarations
          ` [PATCH v2 3/5] add test cases for storage of c99 "
          ` [PATCH v2 4/5] add a method to external_declaration()
          ` [PATCH v2 5/5] check the storage of C99 for-loop initializers
` [PATCH 2/5] add test case for scope of C99 for-loop declarations
` [PATCH 3/5] add test cases for storage of c99 "
` [PATCH 4/5] add a method to external_declaration()
      ` [PATCH v3 0/7] more validation of C99 for-loop initializers
        ` [PATCH v3 1/7] replace test for c99 "
        ` [PATCH v3 2/7] add test case for scope of C99 for-loop declarations
        ` [PATCH v3 3/7] add test cases for storage of c99 "
        ` [PATCH v3 4/7] add a method to external_declaration()
        ` [PATCH v3 5/7] check the storage of C99 for-loop initializers
        ` [PATCH v3 6/7] make process_decl() aware of the presence of an initializer
        ` [PATCH v3 7/7] move check extern with initializer to default_process_decl()
` [PATCH 5/5] check the storage of C99 for-loop initializers

[PATCH 0/2] split OP_BR between OP_BR & OP_CBR
 2017-02-28 13:30 UTC  (8+ messages)
` [PATCH 1/2] split OP_BR between unconditional & conditional: OP_CBR
    ` [PATCH v2 0/2] split OP_BR between OP_BR & OP_CBR
      ` [PATCH v2 1/2] split OP_BR between unconditional & conditional: OP_CBR
      ` [PATCH v2 2/2] remove unused helper is_branch_goto()
` [PATCH "

[PATCH] arm64: traps: Mark __le16, __le32, __user variables properly
 2017-02-27 21:38 UTC  (11+ messages)
          ` [PATCH 0/5] improve detection of overlapping initializers
            ` [PATCH 1/5] use option: '-Woverride-init'
            ` [PATCH 2/5] add test case for warnings about overlapping initializers
            ` [PATCH 3/5] allow to warn on all "
            ` [PATCH 4/5] fix checking of overlapping initializer
            ` [PATCH 5/5] ignore whole-range "

[PATCH] use VOID instead of directly using &void_pseudo
 2017-02-27 21:23 UTC  (3+ messages)

[PATCH] fix size of loaded bitfields
 2017-02-27  9:27 UTC  (5+ messages)
    ` [PATCH v2] "

[RFC] CSE: relax type checking in hashing/compare
 2017-02-27  9:40 UTC  (5+ messages)
` [RFC,original PATCH] CSE: let equivalent cast hash & compare identically

[PATCH 0/4] CSE improvements
 2017-02-27  8:03 UTC  (9+ messages)
` [PATCH 1/4] CSE: add test cases for comparisons duality
` [PATCH 2/4] CSE: use commutativity to identify equivalent instructions
` [PATCH 3/4] CSE: avoid hashing removed instructions
` [PATCH 4/4] CSE: improve hashing of non-commutative binops

[PATCH 0/7] pull: make smatch scan output easy to digest
 2017-02-26  4:07 UTC  (3+ messages)

Unreachable code diagnostic
 2017-02-24 21:05 UTC  (9+ messages)

[PATCH 0/4] assorted cleanups
 2017-02-24  8:11 UTC  (8+ messages)
` [PATCH 1/4] cleanup: there is no 'struct phi' to allocate
` [PATCH 2/4] remove unused field 'multijmp' in struct statement
` [PATCH 3/4] remove unused field 'goto_bb' "
` [PATCH 4/4] fix show-parse()'s labels

[PATCH] fix usage in simplify_seteq_setne()
 2017-02-24  6:54 UTC 

RE:
 2017-02-23 15:09 UTC 

[PATCH] fix expansion cost of pure functions
 2017-02-23  9:56 UTC  (5+ messages)

[PATCH v2] Allow casting to a restricted type if !restricted_value
 2017-02-22 17:29 UTC  (2+ messages)

[RFC PATCH 0/2] allow casting unrestricted values
 2017-02-20 11:52 UTC  (6+ messages)
` [RFC PATCH 1/2] Allow casting to a restricted type if !restricted_value
` [RFC PATCH 2/2] Add test case for casts to restricted types

[PATCH] make -Wbitwise operational again
 2017-02-18 21:14 UTC 

Casting 0 to a __bitwise type
 2017-02-17 14:56 UTC  (7+ messages)

[PATCH] add missing braces around FOR_EACH_PTR loop
 2017-02-17  0:23 UTC 

[PATCH] simplify float-to-float casts that doesn't change size
 2017-02-16 13:53 UTC  (3+ messages)

[PATCH 00/16] instructions killing & operands usage
 2017-02-16  4:57 UTC  (17+ messages)
` [PATCH 01/16] add killing of OP_SLICEs
` [PATCH 02/16] add killing of OP_PHISOURCEs
` [PATCH 03/16] add helper kill_use_list()
` [PATCH 04/16] fix killing of OP_PHIs
` [PATCH 05/16] fix clear_phi(), replace it by kill_instruction()
` [PATCH 06/16] remove unused clear_phi()
` [PATCH 07/16] fix killing of otherwise not-handled instructions
` [PATCH 08/16] kill_instruction() may need to be forced or not
` [PATCH 09/16] add killing of pure calls
` [PATCH 10/16] fix killing OP_CALL via pointers
` [PATCH 11/16] add killing of non-volatile loads
` [PATCH 12/16] add killing of stores
` [PATCH 13/16] fix killing of rewritten loads
` [PATCH 14/16] use kill_instruction() when killing an OP_PHI during CSE
` [PATCH 15/16] use kill_instruction() when killing any instructions "
` [PATCH 16/16] fix OP_PHI usage in try_to_simplify_bb()

[PATCH v2 0/8] fix uses of killed instructions
 2017-02-13 16:59 UTC  (26+ messages)
            ` [PATCH v2 00/14] testsuite improvements
              ` [PATCH v2 01/14] testsuite: give a proper name to the 'binary-constant' test
              ` [PATCH v2 02/14] testsuite: make tests known to fail effectively fail
              ` [PATCH v2 03/14] testsuite: simplify the ioc-typecheck case
              ` [PATCH v2 04/14] testsuite: add a simple test for -Wenum-mismatch
              ` [PATCH v2 05/14] testsuite: add tag to ignore the output/error
              ` [PATCH v2 06/14] testsuite: report as error tests known to fail but which succeed
              ` [PATCH v2 07/14] allow to launch the test suite from the project root dir
              ` [PATCH v2 08/14] testsuite: check patterns presence or absence in output
              ` [PATCH v2 09/14] testsuite: add some selfchecking
              ` [PATCH v2 10/14] testsuite: check the nbr of times a pattern should be present
              ` [PATCH v2 11/14] testsuite: use 'error' instead of 'info' for successful tests known to fail
              ` [PATCH v2 12/14] testsuite: get 'check-known-to-fail' earlier
              ` [PATCH v2 13/14] testsuite: allow quieter error reporting
              ` [PATCH v2 14/14] testsuite: quieter error reporting for 'known-to-fail'

[PATCH 0/3] builtins expansion
 2017-02-13  1:54 UTC  (7+ messages)
` [PATCH 2/3] allow builtins to have prototype and evaluate/expand methods
      ` [PATCH v2 0/3] builtins expansion


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