Show patches with: none      |   4066 patches
« 1 2 ... 27 28 2940 41 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[10/34] ptrlist: let lastst_ptr_list() use the iterator API - - - --- 2017-07-07 Luc Van Oostenryck Rejected
[09/34] ptrlist: add backward iterator - - - --- 2017-07-07 Luc Van Oostenryck Rejected
[08/34] ptrlist: let first_ptr_list() use the iterator API - - - --- 2017-07-07 Luc Van Oostenryck Rejected
[07/34] ptrlist: add forward iterator - - - --- 2017-07-07 Luc Van Oostenryck Rejected
[06/34] ptrlist: add ptr_cur_entry() to get iterator's current entry - - - --- 2017-07-07 Luc Van Oostenryck Rejected
[05/34] ptrlist: introduce the ptr_list iterator structure - - - --- 2017-07-07 Luc Van Oostenryck Rejected
[04/34] ptrlist: add helper __PTR_STRIP_TAG() - - - --- 2017-07-07 Luc Van Oostenryck Rejected
[03/34] ptrlist: simplify DO_NEXT link walking - - - --- 2017-07-07 Luc Van Oostenryck Rejected
[02/34] ptrlist: simplify DO_FOR_EACH_REVERSE/... - - - --- 2017-07-07 Luc Van Oostenryck Rejected
[01/34] ptrlist: simplify DO_FOR_EACH/DO_END_FOR_EACH - - - --- 2017-07-07 Luc Van Oostenryck Rejected
[1/5] do not corrupt ptrlist while killing unreachable BBs - - - --- 2017-07-07 Christopher Li Rejected
[1/5] do not corrupt ptrlist while killing unreachable BBs - - - --- 2017-07-07 Christopher Li Rejected
[5/5] avoid crash with sym->bb_target == NULL - - - --- 2017-07-06 Luc Van Oostenryck Superseded
[4/5] avoid some crashes in add_dominators() - - - --- 2017-07-06 Luc Van Oostenryck Superseded
[3/5] avoid crash in rewrite_branch() - - - --- 2017-07-06 Luc Van Oostenryck Superseded
[2/5] avoid crash when ep->active is NULL - - - --- 2017-07-06 Luc Van Oostenryck Superseded
[1/5] do not corrupt ptrlist while killing unreachable BBs - - - --- 2017-07-06 Luc Van Oostenryck Superseded
[2/2] Add full list of gcc attribute - - - --- 2017-07-03 Christopher Li Mainlined
[1/2] Let create_symbol check for previous same symbol - - - --- 2017-07-03 Christopher Li Mainlined
[7/7] diet: squeeze struct ctype's members - - - --- 2017-06-29 Luc Van Oostenryck Superseded
[6/7] diet: squeeze struct symbol's members - - - --- 2017-06-29 Luc Van Oostenryck Superseded
[5/7] diet: remove unused struct symbol::value - - - --- 2017-06-29 Luc Van Oostenryck Mainlined
[4/7] diet: remove unused struct symbol::arg_count - - - --- 2017-06-29 Luc Van Oostenryck Mainlined
[3/7] diet: remove unused struct scope::token - - - --- 2017-06-29 Luc Van Oostenryck Mainlined
[2/7] diet: use smaller LIST_NODE_NR (29 -> 13) - - - --- 2017-06-29 Luc Van Oostenryck Mainlined
[1/7] use long for all mem stats - - - --- 2017-06-29 Luc Van Oostenryck Mainlined
[2/2] make for-loop statement simpler - - - --- 2017-06-28 Luc Van Oostenryck Superseded
[1/2] avoid some struct symbol member for for-statements - - - --- 2017-06-28 Luc Van Oostenryck Superseded
Adding ignored attribute optimize - - - --- 2017-06-27 Christopher Li Mainlined
cgcc: teach cgcc about arm - - - --- 2017-06-21 Luc Van Oostenryck Mainlined
cgcc: teach cgcc about ppc64[le] - - - --- 2017-06-21 Luc Van Oostenryck Mainlined
cgcc: teach cgcc about arm64 - - - --- 2017-06-20 Luc Van Oostenryck Mainlined
[3/3] teach sparse about __BYTE_ORDER__ & __ORDER_{BIG,LITTLE}_ENDIAN__ - - - --- 2017-06-20 Luc Van Oostenryck Mainlined
[2/3] teach sparse about __{BIG,LITTLE}_ENDIAN__ - - - --- 2017-06-20 Luc Van Oostenryck Mainlined
[1/3] teach sparse about -m{big,little}-endian - - - --- 2017-06-20 Luc Van Oostenryck Mainlined
fix: __builtin_bswap{16,32,64}() constantness - - - --- 2017-06-20 Luc Van Oostenryck Mainlined
__user with scalar data types - - - --- 2017-06-20 Gerd Hoffmann Not Applicable
dissect: use built_in_ident() instead of MK_IDENT() - - - --- 2017-06-19 Luc Van Oostenryck Mainlined
add fallback for missing __builtin_bswapXX() - - - --- 2017-06-19 Luc Van Oostenryck Mainlined
[2/2] fix: try_to_simplify_bb eargerness - - - --- 2017-06-16 Luc Van Oostenryck Mainlined
[1/2] fix OP_PHI usage in try_to_simplify_bb() only when non-bogus - - - --- 2017-06-16 Luc Van Oostenryck Mainlined
fix: add missing examine in evaluate_dereference() - - - --- 2017-06-15 Luc Van Oostenryck Mainlined
[3/3] kill dead loads - - - --- 2017-06-08 Luc Van Oostenryck Superseded
[2/3] let kill_instruction() report if it made some changes or not - - - --- 2017-06-08 Luc Van Oostenryck Superseded
[1/3] extract has_users() from dead_insn() - - - --- 2017-06-08 Luc Van Oostenryck Superseded
[2/2] ret-void: warn for implicit type - - - --- 2017-06-08 Luc Van Oostenryck Mainlined
[1/2] ret-void: add test case for toplevel asm - - - --- 2017-06-08 Luc Van Oostenryck Mainlined
[v2,8/8] div0: warn on float divide by 0 also when the lhs is not constant - - - --- 2017-06-03 Luc Van Oostenryck Superseded
[v2,7/8] div0: warn also during simplification - - - --- 2017-06-03 Luc Van Oostenryck Superseded
[v2,6/8] div0: use -Wdiv-by-zero - - - --- 2017-06-03 Luc Van Oostenryck Superseded
[v2,5/8] div0: add warning option -Wdiv-by-zero - - - --- 2017-06-03 Luc Van Oostenryck Superseded
[v2,4/8] div0: also check for compound assignments - - - --- 2017-06-03 Luc Van Oostenryck Superseded
[v2,3/8] div0: warn on integer divide by 0 also when the lhs is not constant - - - --- 2017-06-03 Luc Van Oostenryck Superseded
[v2,2/8] add a .warned field to struct instruction - - - --- 2017-06-03 Luc Van Oostenryck Superseded
[v2,1/8] add is_pseudo_value() - - - --- 2017-06-03 Luc Van Oostenryck Superseded
[v2,3/3] add support for -fmemcpy-max-count - - - --- 2017-06-03 Luc Van Oostenryck Mainlined
[v2,2/3] add support for -Wmemcpy-max-count - - - --- 2017-06-03 Luc Van Oostenryck Mainlined
[v2,1/3] memcpy()'s byte count is unsigned - - - --- 2017-06-03 Luc Van Oostenryck Mainlined
[3/3] allow to normalize the pseudos - - - --- 2017-06-03 Luc Van Oostenryck Superseded
[2/3] let handle_simple_switch() handle an array of flags - - - --- 2017-06-03 Luc Van Oostenryck Superseded
[1/3] rename 'struct warning' to 'struct flag' - - - --- 2017-06-03 Luc Van Oostenryck Superseded
[3/3] add support for -fmemcpy-max-count - - - --- 2017-06-01 Luc Van Oostenryck Superseded
[2/3] add support for -Wmemcpy-max-count - - - --- 2017-06-01 Luc Van Oostenryck Superseded
[1/3] memcpy()'s byte count is unsigned - - - --- 2017-06-01 Luc Van Oostenryck Superseded
force to 0 expressions which are erroneously non-constant - - - --- 2017-05-31 Luc Van Oostenryck Superseded
[9/9] div0: add missing tests for floating point div by zero - - - --- 2017-05-31 Luc Van Oostenryck Superseded
[8/9] div0: warn on float divide by 0 also when the lhs is not constant - - - --- 2017-05-31 Luc Van Oostenryck Superseded
[7/9] div0: warn also during simplification - - - --- 2017-05-31 Luc Van Oostenryck Superseded
[6/9] div0: use -Wdiv-by-zero - - - --- 2017-05-31 Luc Van Oostenryck Superseded
[5/9] div0: add warning option -Wdiv-by-zero - - - --- 2017-05-31 Luc Van Oostenryck Superseded
[4/9] div0: warn on division by zero - general case - - - --- 2017-05-31 Luc Van Oostenryck Superseded
[3/9] div0: warn on integer divide by 0 also when the lhs is not constant - - - --- 2017-05-31 Luc Van Oostenryck Superseded
[2/9] add a .warned field to struct instruction - - - --- 2017-05-31 Luc Van Oostenryck Superseded
[1/9] add is_pseudo_value() - - - --- 2017-05-31 Luc Van Oostenryck Superseded
cgcc: fix __DECIMAL_DIG__ - - - --- 2017-05-29 Luc Van Oostenryck Superseded
teach cgcc about OSX aka darwin - - - --- 2017-05-29 Luc Van Oostenryck Mainlined
[6/6] testsuite: avoid fork+execing basename - - - --- 2017-05-28 Luc Van Oostenryck Mainlined
[5/6] testsuite: remove unneeded './' before commands - - - --- 2017-05-28 Luc Van Oostenryck Mainlined
[4/6] testsuite: use shell arithmetic instead of fork-execing expr - - - --- 2017-05-28 Luc Van Oostenryck Mainlined
[3/6] testsuite: grep the output patterns only when needed - - - --- 2017-05-28 Luc Van Oostenryck Mainlined
[2/6] testsuite: grep the expected output only when needed - - - --- 2017-05-28 Luc Van Oostenryck Mainlined
[1/6] testsuite: get all tags in once - - - --- 2017-05-28 Luc Van Oostenryck Mainlined
RFC: remove warning "advancing past deep designator" - - - --- 2017-05-19 Luc Van Oostenryck Not Applicable
[3/3] fix definition of __SCHAR_MAX__ & friends - - - --- 2017-05-19 Luc Van Oostenryck Mainlined
[2/3] avoid to redefine __INT_MAX__ and friends - - - --- 2017-05-19 Luc Van Oostenryck Mainlined
[1/3] fix hardcoded size of wide chars - - - --- 2017-05-19 Luc Van Oostenryck Mainlined
[v3,2/2] avoid warning on explicit 'bool <- restricted' casts - - - --- 2017-05-19 Luc Van Oostenryck Mainlined
[v3,1/2] avoid warning on implicit 'bool <- restricted' casts - - - --- 2017-05-19 Luc Van Oostenryck Mainlined
Makefile: remove SMATCH_DATA smatch_data/kernel.balanced_funcs item - - - --- 2017-05-16 Sami Kerola Not Applicable
fix missing reload - - - --- 2017-05-15 Luc Van Oostenryck Mainlined
fix: kill old branch in insert_branch() - - - --- 2017-05-15 Luc Van Oostenryck Mainlined
fix boolean context for OP_AND_BOOL & OP_OR_BOOL - - - --- 2017-05-11 Luc Van Oostenryck Mainlined
[v2,3/3] fix: kill unreachable BBs after killing a child - - - --- 2017-05-11 Luc Van Oostenryck Mainlined
[v2,2/3] let kill_unreachable_bbs() clear REPEAT_CFG_CLEANUP - - - --- 2017-05-11 Luc Van Oostenryck Mainlined
[v2,1/3] introduce REPEAT_CFG_CLEANUP - - - --- 2017-05-11 Luc Van Oostenryck Mainlined
[v3] ignore VOID when trying to if-convert phi-nodes - - - --- 2017-05-11 Luc Van Oostenryck Mainlined
[v2] ignore VOID when trying to if-convert phi-nodes - - - --- 2017-05-11 Luc Van Oostenryck Superseded
avoid useless warning for 'bool <- restricted type' conversion - - - --- 2017-05-11 Luc Van Oostenryck Superseded
avoid useless warning for 'bool <- restricted type' conversion - - - --- 2017-05-11 Luc Van Oostenryck Superseded
ignore VOID when trying to if-convert phi-nodes - - - --- 2017-05-09 Luc Van Oostenryck Superseded
« 1 2 ... 27 28 2940 41 »