messages from 2017-03-07 19:42:06 to 2017-03-19 01:42:59 UTC [more...]
[PATCH 00/30] LLVM fixes
2017-03-19 1:42 UTC (21+ messages)
` [PATCH v3 01/30] fix usage of inlined calls
` [PATCH v3 02/30] inlined calls should not block BB packing
` [PATCH v3 03/30] give function's arguments a type via OP_PUSH
` [PATCH v3 04/30] give a type to OP_PHISOURCE
` [PATCH v3 05/30] give a type to OP_SEL, always
` [PATCH v3 06/30] llvm: remove unneeded arg 'module'
` [PATCH v3 07/30] llvm: remove unneeded 'generation'
` [PATCH v3 08/30] llvm: remove unneeded function::type
` [PATCH v3 09/30] llvm: reduce scope of 'bb_nr'
` [PATCH v3 10/30] llvm: use pseudo_list_size() instead of open coding it
` [PATCH v3 11/30] llvm: give arguments a name
` [PATCH v3 12/30] llvm: give a name to call's return values
` [PATCH v3 13/30] llvm: avoid useless temp variable
` [PATCH v3 14/30] llvm: extract get_sym_value() from pseudo_to_value()
` [PATCH v3 15/30] llvm: fix test of floating-point type
` [PATCH v3 16/30] llvm: fix translation of PSEUDO_VALs into a ValueRefs
` [PATCH v3 17/30] llvm: fix output_op_store() which modify its operand
` [PATCH v3 18/30] llvm: fix output_op_[ptr]cast()
` [PATCH v3 19/30] llvm: take care of degenerated rvalues
` [PATCH v3 20/30] llvm: add test cases for symbol's address
sparse-llvm the LLVM IR for select instruction fails due to different types
2017-03-19 0:21 UTC (2+ messages)
sparse-llvm switch constants must all be same type as switch value
2017-03-19 0:52 UTC (2+ messages)
sparse-llvm op_shl and op_lshr code generation issue
2017-03-19 0:23 UTC (2+ messages)
sparse-llvm functions must be cast to correct type before calling
2017-03-19 0:20 UTC (2+ messages)
Possible linearizer issue
2017-03-18 11:41 UTC
Cast to double being removed
2017-03-18 1:30 UTC (5+ messages)
` [PATCH] fix: expansion of integers to floats
[PATCH v2 00/27] LLVM fixes
2017-03-17 18:05 UTC (53+ 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'
[RFC v0 0/4] Give a type to constants too
2017-03-17 11:30 UTC (22+ 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
` [RFC PATCH] use OP_PUSH + OP_CALL
sparse-llvm incorrect definition of local variables
2017-03-17 10:48 UTC (14+ messages)
sparse-llvm incorrect definition of global string constants
2017-03-16 22:29 UTC
Potential linearizer over simplication
2017-03-16 17:30 UTC (4+ messages)
sparse-llvm duplicate declarations of data
2017-03-16 17:25 UTC (2+ messages)
sparse-llvm incorrect check for floating point type
2017-03-16 16:40 UTC (2+ messages)
Seg fault in linearizer after latest patch series
2017-03-16 16:30 UTC (3+ messages)
sparse question
2017-03-14 20:50 UTC
sparse-llvm results from trying to compile a largish program
2017-03-14 15:56 UTC (3+ messages)
sparse-llvm should handle pointer arithmetic in op_sub similarly to op_add
2017-03-14 13:15 UTC
sparse-llvm when generating code for op_muls, op_divs first argument may be a pointer
2017-03-14 13:14 UTC
sparse-llvm functions are defined with a different name due to multiple attempts to add same function
2017-03-14 13:11 UTC
sparse-llvm variadic functions are not being marked as variadic
2017-03-14 11:30 UTC
sparse-llvm casts needed on function call arguments and returns
2017-03-14 10:48 UTC
sparse-llvm incorrect type when ealing with union type
2017-03-14 1:29 UTC (3+ messages)
sparse-llvm failure when comparing pointers
2017-03-13 23:47 UTC
sparse-llvm op_cast should support casting floating type values to integer
2017-03-13 21:04 UTC
sparse-llvm subtraction of one pointer from another should result in int difference
2017-03-13 20:59 UTC
sparse-llvm outstanding fixes
2017-03-13 19:04 UTC (2+ messages)
sparse-llvm handling of variadic function calls
2017-03-13 12:03 UTC
Error handling in sparse-llvm
2017-03-13 11:00 UTC (4+ messages)
sparse-llvm test cases
2017-03-13 1:13 UTC
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)
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 (10+ messages)
` [PATCH 02/13] llvm: fix translation of PSEUDO_VALs into a ValueRefs
` [PATCH 06/13] llvm: fix type of literal integer passed as arguments
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 (5+ 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).