messages from 2017-03-27 21:26:38 to 2017-04-12 13:08:48 UTC [more...]
[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 (6+ messages)
` [PATCH 1/4] fix linearize_inc_dec() with floats
` [PATCH 2/4] add test case for boolean negation on float
` [PATCH 3/4] fix support of floating-point compare
` [PATCH 4/4] add support of floating-point specific arithmetic ops
` [GIT PULL] floating-point specific instructions
[PATCH v6 00/52] LLVM fixes
2017-04-01 10:53 UTC (50+ messages)
` [PATCH v6 06/52] llvm: give arguments a name
` [PATCH v6 07/52] llvm: give a name to call's return values
` [PATCH v6 08/52] llvm: avoid useless temp variable
` [PATCH v6 11/52] llvm: fix translation of PSEUDO_VALs into a ValueRefs
` [PATCH v6 12/52] llvm: fix output_op_store() which modify its operand
` [PATCH v6 13/52] llvm: fix output_op_[ptr]cast()
` [PATCH v6 14/52] llvm: take care of degenerated rvalues
` [PATCH v6 15/52] llvm: add test cases for symbol's address
` [PATCH v6 16/52] llvm: add test cases for pointers passed as argument
` [PATCH v6 17/52] llvm: add test cases for arrays "
` [PATCH v6 18/52] llvm: add test cases for degenerated pointers
` [PATCH v6 19/52] llvm: add support for OP_NEG
` [PATCH v6 20/52] llvm: add support for OP_SETVAL with floats
` [PATCH v6 21/52] llvm: add support for OP_SETVAL with labels
` [PATCH v6 22/52] llvm: ignore OP_INLINED_CALL
` [PATCH v6 23/52] llvm: fix pointer/float mixup in comparisons
` [PATCH v6 24/52] llvm: fix type in comparison with an address constant
` [PATCH v6 25/52] llvm: give correct type to binops
` [PATCH v6 26/52] llvm: adjust OP_RET's type
` [PATCH v6 27/52] llvm: variadic functions are not being marked as such
` [PATCH v6 28/52] llvm: fix type of switch constants
` [PATCH v6 29/52] llvm: make pseudo_name() more flexible
` [PATCH v6 30/52] llvm: give a name to all values
` [PATCH v6 31/52] llvm: add support for OP_SWITCH with a range
` [PATCH v6 32/52] llvm: fix OP_SWITCH has no target
` [PATCH v6 33/52] llvm: make value_to_pvalue() more flexible
` [PATCH v6 34/52] llvm: make value_to_ivalue() "
` [PATCH v6 35/52] llvm: add test case pointer compare with cast
` [PATCH v6 36/52] llvm: let pseudo_to_value() directly use the type
` [PATCH v6 37/52] llvm: remove unneeded pseudo_to_value() unneeded argument
` [PATCH v6 38/52] llvm: introduce get_ioperand()
` [PATCH v6 39/52] llvm: fix mutating function pointer
` [PATCH v6 40/52] llvm: fix mutated OP_RET
` [PATCH v6 41/52] llvm: fix mutated OP_SEL
` [PATCH v6 42/52] llvm: fix mutated OP_SWITCH
` [PATCH v6 43/52] llvm: fix mutated OP_PHISOURCE
` [PATCH v6 44/52] llvm: fix mutated OP_[PTR]CAST
` [PATCH v6 45/52] llvm: add support for restricted types
` [PATCH v6 46/52] llvm: fix get value from initialized symbol
` [PATCH v6 47/52] llvm: fix get value from non-anonymous symbol
` [PATCH v6 48/52] llvm: fix type of bitfields
` [PATCH v6 49/52] llvm: add support for OP_FPCAST
` [PATCH v6 50/52] llvm: add support for cast from floats
` [PATCH v6 51/52] llvm: cleanup of output_[ptr]cast()
` [PATCH v6 52/52] llvm: fix creation of sparsec's tmp files
` [GIT PULL v6] LLVM fixes
[PATCH v6 00/15] prepare for LLVM fixes
2017-04-01 10:49 UTC (17+ messages)
` [PATCH v6 02/15] add table to "negate" some opcode
` [GIT PULL v6] prepare for LLVM fixes
[PATCH v2] fix expansion of integers to floats
2017-04-01 10:45 UTC (2+ messages)
` [GIT PULL] "
[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 (26+ messages)
` [PATCH v4 01/25] constexpr: introduce additional expression constness tracking flags
` [PATCH v4 02/25] constexpr: init flags at expression allocation
` [PATCH v4 03/25] constexpr: examine constness of casts at evaluation only
` [PATCH v4 04/25] constexpr: examine constness of binops and alike "
` [PATCH v4 05/25] constexpr: examine constness of preops "
` [PATCH v4 06/25] constexpr: examine constness of conditionals "
` [PATCH v4 07/25] constexpr: add support for tagging arithmetic constant expressions
` [PATCH v4 08/25] constexpr: add support for tagging address constants
` [PATCH v4 09/25] constexpr: rename handle_simple_initializer() to handle_initializer()
` [PATCH v4 10/25] constexpr: collect storage modifiers of initializers
` [PATCH v4 11/25] constexpr: check static storage duration objects' intializers' constness
` [PATCH v4 12/25] constexpr: recognize static objects as address constants
` [PATCH v4 13/25] constexpr: recognize address constants created through casts
` [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
sparse-llvm array size computation issue
2017-03-29 20:24 UTC (15+ messages)
Potential incorrect simplification
2017-03-28 22:28 UTC (12+ messages)
Suggest new opcode to help with initialization of aggregate types: Was: sparse-llvm initialization of local vars
2017-03-28 14:52 UTC
sparse-llvm load and store sizes are not handled correctly
2017-03-28 12:21 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).