messages from 2017-03-03 05:46:16 to 2017-03-12 20:30:46 UTC [more...]
[RFC v0 0/4] Give a type to constants too
2017-03-12 20:30 UTC (6+ messages)
` [PATCH v0 1/4] be more careful with concat_user_list()
` [PATCH v1 2/4] make space for PSEUDO_VAL have a type
` [PATCH v0 3/4] add helper pseudo_type()
` [PATCH v0 4/4] give a type to PSEUDO_VALs
` [RFC v0 0/4] Give a type to constants, considered harmful
Error handling in sparse-llvm
2017-03-12 19:53 UTC (2+ messages)
sparse-llvm op_fpcast implementation missing
2017-03-12 19:49 UTC (4+ messages)
Trying to understand linearized output
2017-03-12 19:27 UTC (6+ messages)
dmr_C - a project based on Sparse that aims to create a JIT compiler for C
2017-03-12 18:21 UTC
sparse-llvm error in GEP offset
2017-03-12 17:31 UTC (2+ messages)
sparse linear instruction offset for memops
2017-03-12 17:27 UTC (2+ messages)
sparse-llvm potential error in linearized output
2017-03-12 16:52 UTC (2+ messages)
[PATCH v2 00/27] LLVM fixes
2017-03-12 2:35 UTC (47+ messages)
` [PATCH v2 01/27] give a type to OP_PHISOURCE
` [PATCH v2 02/27] give a type to OP_SEL, always
` [PATCH v2 03/27] give a type to OP_SYMADDR
` [PATCH v2 04/27] give a type to PSEUDO_ARGs
` [PATCH v2 05/27] llvm: fix translation of PSEUDO_VALs into a ValueRefs
` [PATCH v2 06/27] llvm: fix output_op_store() which modify its operand
` [PATCH v2 07/27] llvm: fix output_op_[ptr]cast()
` [PATCH v2 08/27] llvm: give a name to call return values
` [PATCH v2 09/27] llvm: add test cases for the type of constants
` [PATCH v2 10/27] add ptr_list_nth_entry()
` [PATCH v2 11/27] llvm: fix type of literal integer passed as arguments
` [PATCH v2 12/27] llvm: fix output OP_ADD mixed with pointers
` [PATCH v2 13/27] llvm: add support for OP_SYMADDR
` [PATCH v2 14/27] keep OP_SYMADDR instructions
` [PATCH v2 15/27] llvm: add test cases for symbol's address
` [PATCH v2 16/27] llvm: add test cases for pointers passed as argument
` [PATCH v2 17/27] llvm: add test cases for arrays "
` [PATCH v2 18/27] llvm: add test cases for degenerated pointers
` [PATCH v2 19/27] llvm: add support for OP_NEG
` [PATCH v2 20/27] llvm: fix pointer/float mixup in comparisons
` [PATCH v2 21/27] llvm: use pseudo_list_size() instead of open coding it
` [PATCH v2 22/27] llvm: give arguments a name
` [PATCH v2 23/27] llvm: remove unneeded arg 'module'
` [PATCH v2 24/27] llvm: remove unneeded arg 'fn'
` [PATCH v2 25/27] llvm: remove unneeded 'generation'
` [PATCH v2 26/27] llvm: remove unneeded function::type
` [PATCH v2 27/27] llvm: reduce scope of 'bb_nr'
sparse-llvm op_setval implementation is missing
2017-03-11 23:41 UTC
sparse-llvm issue with counter in a loop
2017-03-11 23:17 UTC (3+ messages)
[PATCH] fix cast to pointer to floating-point
2017-03-11 14:16 UTC
sparse-llvm incorrect handling of function pointers
2017-03-11 11:58 UTC (6+ messages)
` [PATCH] llvm: add script to display the deserialized LLVM IR
[WIP 00/13] LLVM fixes
2017-03-10 17:47 UTC (37+ messages)
` [PATCH 01/13] llvm: add a helper to convert an integer to a ValueRef
` [PATCH 02/13] llvm: fix translation of PSEUDO_VALs into a ValueRefs
` [PATCH 03/13] llvm: fix output_op_store() which modify its operand
` [PATCH 04/13] llvm: fix output_op_[ptr]cast()
` [PATCH 05/13] add get_nth1_arg()
` [PATCH 06/13] llvm: fix type of literal integer passed as arguments
` [PATCH 07/13] llvm: fix output OP_ADD mixed with pointers
` [PATCH v2] "
` [PATCH 08/13] llvm: add support for OP_NEG
` [PATCH 09/13] give a type to OP_PHISOURCE
` [PATCH 10/13] give a type to OP_SEL, always
` [PATCH 11/13] llvm: remove unneeded arg 'module'
` [PATCH 12/13] llvm: remove unneeded arg 'fn'
` [PATCH 13/13] llvm: fix: do not mix pointers and floats when doing compares
sparse-llvm incorrect definition of local variables
2017-03-09 23:37 UTC (11+ messages)
Arrays of variable length
2017-03-09 14:38 UTC (8+ messages)
[RFC] rationale for systematic elimination of OP_SYMADDR instructions
2017-03-09 14:20 UTC
sparse-next assertion failures on cygwin
2017-03-08 7:07 UTC (6+ messages)
Possible incorrect linearization of code (master branch)
2017-03-07 17:13 UTC (8+ messages)
[PATCH] returns the correct type when evaluating NULL
2017-03-06 4:43 UTC
[PATCH] give a type to OP_PHISOURCE
2017-03-06 4:13 UTC (7+ messages)
Sparse-LLVM issue compiling NULL pointers
2017-03-06 1:56 UTC (10+ messages)
` [PATCH] llvm: fix output_op_[ptr]cast()
` [PATCH] llvm: fix: do not mix pointers and floats when doing compares
[PATCH 4/5] add a method to external_declaration()
2017-03-06 1:13 UTC (21+ messages)
` [PATCH v3 0/7] more validation of C99 for-loop initializers
` [PATCH v3 4/7] add a method to external_declaration()
` [PATCH v4 0/6] more validation of C99 for-loop initializers
` [PATCH v4 1/6] replace test for c99 "
` [PATCH v4 2/6] add test case for scope of C99 for-loop declarations
` [PATCH v4 3/6] add test cases for storage of c99 "
` [PATCH v4 4/6] add an optional validation method to external_declaration()
` [PATCH v4 5/6] check the storage of C99 for-loop initializers
` [PATCH v4 6/6] move 'extern with initializer' validation after the validate method
` [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
sparse-llvm the result of expression add assign when target is a pointer should be a pointer
2017-03-05 10:53 UTC (2+ messages)
Sparse-LLVM issue compiling NULL pointers
2017-03-03 12:39 UTC (27+ messages)
[PATCH] llvm: add support for OP_NEG
2017-03-03 10:23 UTC
[PATCH] give a type to OP_SEL, always
2017-03-03 10:18 UTC
sparse-llvm incorrect handling of comparison ops when pointers are involved
2017-03-03 7:10 UTC
sparse-llvm incorrect handling of op_add when pointers are involved
2017-03-03 7:00 UTC
sparse-llvm handling of function call arguments
2017-03-03 6:56 UTC
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).