Show patches with: Submitter = Luc Van Oostenryck       |   2740 patches
« 1 2 ... 25 26 27 28 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[3/4] define __LONG_MAX__ & __SIZEOF_POINTER__ - - - --- 2017-02-07 Luc Van Oostenryck Mainlined
[2/4] add an helper for common predefined macros - - - --- 2017-02-07 Luc Van Oostenryck Mainlined
[1/4] define __LP64__ & _LP64 if arch_m64 is enabled - - - --- 2017-02-07 Luc Van Oostenryck Mainlined
[v2,5/5] simplify '(x % 1)' into '0' - - - --- 2017-02-07 Luc Van Oostenryck Superseded
[v2,4/5] simplify '(x / -1)' to '-x' (but only for signed division) - - - --- 2017-02-07 Luc Van Oostenryck Superseded
[v2,3/5] simplify '(x * -1)' to '-x' - - - --- 2017-02-07 Luc Van Oostenryck Superseded
[v2,2/5] simplify '(x / 1)' to 'x' - - - --- 2017-02-07 Luc Van Oostenryck Superseded
[v2,1/5] move OP_MUL simplification in a separate function - - - --- 2017-02-07 Luc Van Oostenryck Superseded
[3/3] remove 'Escape' from token character class - - - --- 2017-02-07 Luc Van Oostenryck Mainlined
[2/3] warn on unknown escapes after preprocessing - - - --- 2017-02-07 Luc Van Oostenryck Mainlined
[1/3] add testcase for wrong early escape conversion - - - --- 2017-02-07 Luc Van Oostenryck Mainlined
[RFC/PATCH] arm64: Rename macro arguments to silence sparse - - - --- 2017-02-07 Luc Van Oostenryck Superseded
[3/3] validate expression's type in conditionals - - - --- 2017-01-29 Luc Van Oostenryck Mainlined
[2/3] add helper: is_scalar_type() - - - --- 2017-01-29 Luc Van Oostenryck Mainlined
[1/3] fix conditional context test case with void - - - --- 2017-01-29 Luc Van Oostenryck Mainlined
[v2,8/8] cleanup kill_instruction() - - - --- 2017-01-29 Luc Van Oostenryck Mainlined
[v2,7/8] explicitely ignore killing OP_ENTRY - - - --- 2017-01-29 Luc Van Oostenryck Mainlined
[v2,6/8] fix killing OP_COMPUTEDGOTO - - - --- 2017-01-29 Luc Van Oostenryck Mainlined
[v2,5/8] fix killing OP_SELECT - - - --- 2017-01-29 Luc Van Oostenryck Mainlined
[v2,4/8] fix killing OP_CAST & friends - - - --- 2017-01-29 Luc Van Oostenryck Mainlined
[v2,3/8] fix killing OP_PHI instructions - - - --- 2017-01-29 Luc Van Oostenryck Mainlined
[v2,2/8] kill uses of replaced instructions - - - --- 2017-01-29 Luc Van Oostenryck Mainlined
[v2,1/8] fix crash while testing between conditional & unconditional OP_BR - - - --- 2017-01-29 Luc Van Oostenryck Mainlined
fix crash while testing between conditional & unconditional OP_BR - - - --- 2017-01-27 Luc Van Oostenryck Superseded
[3/3] expand __builtin_bswap*() with constant args - - - --- 2017-01-23 Luc Van Oostenryck Superseded
[2/3] allow builtins to have prototype and evaluate/expand methods - - - --- 2017-01-23 Luc Van Oostenryck Superseded
[1/3] move evaluation & expansion of builtins in a separate file - - - --- 2017-01-23 Luc Van Oostenryck Superseded
fix cast's target type info - - - --- 2017-01-13 Luc Van Oostenryck Mainlined
Handle SForced in storage_modifiers - - - --- 2017-01-05 Luc Van Oostenryck Mainlined
[5/5] testsuite: quieter error reporting for 'known-to-fail' - - - --- 2017-01-05 Luc Van Oostenryck Mainlined
[4/5] testsuite: allow quieter error reporting - - - --- 2017-01-05 Luc Van Oostenryck Mainlined
[3/5] testsuite: get 'check-known-to-fail' earlier - - - --- 2017-01-05 Luc Van Oostenryck Mainlined
[2/5] testsuite: use 'error' instead of 'info' for successful tests known to fail - - - --- 2017-01-05 Luc Van Oostenryck Mainlined
[1/5] testsuite: check the nbr of times a pattern should be present - - - --- 2017-01-05 Luc Van Oostenryck Mainlined
[5/5] C11: teach sparse about '--std={c11,gnu11}' - - - --- 2017-01-05 Luc Van Oostenryck Mainlined
[4/5] C11: teach sparse about '_Alignas()' - - - --- 2017-01-05 Luc Van Oostenryck Mainlined
[3/5] C11: teach sparse about '_Alignof()' - - - --- 2017-01-05 Luc Van Oostenryck Mainlined
[2/5] C11: teach sparse about '_Noreturn' - - - --- 2017-01-05 Luc Van Oostenryck Mainlined
[1/5] C11: teach sparse about '_Thread_local' - - - --- 2017-01-05 Luc Van Oostenryck Mainlined
fix value of label statement - - - --- 2017-01-04 Luc Van Oostenryck Mainlined
[4/4] missing load simplification - - - --- 2017-01-04 Luc Van Oostenryck Mainlined
[3/4] fix phisrc mixup - - - --- 2017-01-04 Luc Van Oostenryck Mainlined
[2/4] fix superfluous phisrc - - - --- 2017-01-04 Luc Van Oostenryck Mainlined
[1/4] volatile loads must not be simplified - - - --- 2017-01-04 Luc Van Oostenryck Mainlined
cgcc should not define non-reserved identifiers - - 1 --- 2016-12-22 Luc Van Oostenryck Mainlined
[v2,5/5] unssa: update comment about the unneeded copies - - - --- 2016-12-12 Luc Van Oostenryck Mainlined
[v2,4/5] unssa: eliminate trivial phisrc copies - - - --- 2016-12-12 Luc Van Oostenryck Mainlined
[v2,3/5] unssa: try to avoid some OP_PHI copies - - - --- 2016-12-12 Luc Van Oostenryck Mainlined
[v2,2/5] unssa: simplify rewrite of OP_PHISOURCE - - - --- 2016-12-12 Luc Van Oostenryck Mainlined
[v2,1/5] unssa: do not try to update liveness - - - --- 2016-12-12 Luc Van Oostenryck Mainlined
[3/3] simplify '(x || x)' and '(x && x)' - - - --- 2016-12-11 Luc Van Oostenryck Mainlined
[2/3] simplify comparisons followed by an equality test against 0 or 1 - - - --- 2016-12-11 Luc Van Oostenryck Mainlined
[1/3] fix cast to bool - - - --- 2016-12-11 Luc Van Oostenryck Mainlined
llvm: remove unneeded OP_COPY support - - - --- 2016-12-11 Luc Van Oostenryck Mainlined
llvm: fix typing when comparing to a constant - - - --- 2016-12-11 Luc Van Oostenryck Mainlined
[v3] fix typing error in compound assignment - - - --- 2016-12-10 Luc Van Oostenryck Mainlined
fix typing error in compound assignment - - - --- 2016-12-10 Luc Van Oostenryck Superseded
[2/2] add support for __int128 - - - --- 2016-12-09 Luc Van Oostenryck Mainlined
[1/2] fix missing element in types declaration - - - --- 2016-12-09 Luc Van Oostenryck Mainlined
Update maintainers in the manpage - 1 - --- 2016-12-08 Luc Van Oostenryck Mainlined
remove unused arg in uses/defs functions - - - --- 2016-12-08 Luc Van Oostenryck Mainlined
recursive phi_defines cannot happen - - - --- 2016-12-08 Luc Van Oostenryck Mainlined
remove unused fields in struct instruction - - - --- 2016-12-08 Luc Van Oostenryck Mainlined
make -m32/-m64 more useful - - - --- 2016-12-07 Luc Van Oostenryck Superseded
[2/2] add warning option '-Wtautological-compare' - - - --- 2016-12-07 Luc Van Oostenryck Mainlined
[1/2] simplify '(x op x)' to '0', '1' or 'x' - - - --- 2016-12-07 Luc Van Oostenryck Mainlined
simplify '(x || 1)' to '1' - - - --- 2016-12-07 Luc Van Oostenryck Mainlined
simplify '~(~x)' and '-(-x)' to 'x' - - - --- 2016-12-07 Luc Van Oostenryck Mainlined
[5/5] simplify '(x % 1)' into '0' - - - --- 2016-12-07 Luc Van Oostenryck Superseded
[4/5] simplify '(x / -1)' to '-x' (but only for signed division) - - - --- 2016-12-07 Luc Van Oostenryck Superseded
[3/5] simplify '(x * -1)' to '-x' - - - --- 2016-12-07 Luc Van Oostenryck Superseded
[2/5] simplify '(x / 1)' to 'x' - - - --- 2016-12-07 Luc Van Oostenryck Superseded
[1/5] move OP_MUL simplification in a separate function - - - --- 2016-12-07 Luc Van Oostenryck Superseded
fix typing error in compound assignment - - - --- 2016-12-07 Luc Van Oostenryck Superseded
[5/5] unssa: update comment about the unneeded copies - - - --- 2016-12-01 Luc Van Oostenryck Superseded
[4/5] unssa: eliminate trivial phisrc copies - - - --- 2016-12-01 Luc Van Oostenryck Superseded
[3/5] unssa: try to avoid some OP_PHI copies - - - --- 2016-12-01 Luc Van Oostenryck Superseded
[2/5] unssa: simplify rewrite of OP_PHISOURCE - - - --- 2016-12-01 Luc Van Oostenryck Superseded
[1/5] unssa: do not try to update liveness - - - --- 2016-12-01 Luc Van Oostenryck Superseded
[6/6,RFC] some modifiers need to be preserved by 'typeof()' - - - --- 2016-11-24 Luc Van Oostenryck Mainlined
[5/6] testsuite: test modifiers preserved by 'typeof()' - - - --- 2016-11-24 Luc Van Oostenryck Mainlined
[4/6] testsuite: test modifiers preserved by '&' operator - - - --- 2016-11-24 Luc Van Oostenryck Mainlined
[3/6] use a shorter name for function-pointer-modifier-inheritance.c - - - --- 2016-11-24 Luc Van Oostenryck Mainlined
[2/6] testsuite: simplify test function-pointer-inheritance - - - --- 2016-11-24 Luc Van Oostenryck Mainlined
[1/6] storage should not be inherited by pointers - - - --- 2016-11-24 Luc Van Oostenryck Mainlined
add test case for builtin bswap with constant args - - - --- 2016-11-23 Luc Van Oostenryck Mainlined
remove unused field 'multijump' in struct instruction - - - --- 2016-11-22 Luc Van Oostenryck Mainlined
OP_SWITCH should use 'insn->cond' instead of 'insn->target' - - - --- 2016-11-22 Luc Van Oostenryck Mainlined
give comparable label's names to basic blocks - - - --- 2016-11-22 Luc Van Oostenryck Mainlined
[2/2] testsuite: add a script to normalize label names - - - --- 2016-11-21 Luc Van Oostenryck Superseded
[1/2] testsuite: allow commands to use pipes - - - --- 2016-11-21 Luc Van Oostenryck Superseded
let "compile" not crash on bools - - - --- 2016-11-21 Luc Van Oostenryck Mainlined
[3/5] testsuite: report as error tests known to fail but which succeed - - - --- 2016-11-19 Luc Van Oostenryck Mainlined
[0/2] be more generous with ptrlist repacking - - 1 --- 2016-11-17 Luc Van Oostenryck Mainlined
[2/2] mark lists to be repacked as dirty - - - --- 2016-11-17 Luc Van Oostenryck Superseded
[1/2] add missing PACK_PTR_LIST() - - - --- 2016-11-17 Luc Van Oostenryck Deferred
[8/8] cleanup kill_instruction() - - - --- 2016-11-17 Luc Van Oostenryck Superseded
[7/8] explicitely ignore killing OP_ENTRY - - - --- 2016-11-17 Luc Van Oostenryck Superseded
[6/8] fix killing OP_COMPUTEDGOTO - - - --- 2016-11-17 Luc Van Oostenryck Superseded
[5/8] fix killing OP_SELECT - - - --- 2016-11-17 Luc Van Oostenryck Superseded
« 1 2 ... 25 26 27 28 »