Show patches with: none      |   4062 patches
« 1 2 ... 32 33 3440 41 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
give a type to OP_PHISOURCE - - - --- 2017-03-03 Luc Van Oostenryck Superseded
llvm: fix output_op_[ptr]cast() - - - --- 2017-03-03 Luc Van Oostenryck Superseded
llvm: stores does not create or modify their target - - - --- 2017-03-02 Luc Van Oostenryck Superseded
llvm: fix getting type of values - - - --- 2017-03-02 Luc Van Oostenryck Superseded
Sparse-LLVM issue compiling NULL pointers - - - --- 2017-02-28 Luc Van Oostenryck Superseded
[v2,2/2] remove unused helper is_branch_goto() - - - --- 2017-02-28 Luc Van Oostenryck Mainlined
[v2,1/2] split OP_BR between unconditional & conditional: OP_CBR - - - --- 2017-02-28 Luc Van Oostenryck Mainlined
[v3,7/7] move check extern with initializer to default_process_decl() - - - --- 2017-02-28 Luc Van Oostenryck Superseded
[v3,6/7] make process_decl() aware of the presence of an initializer - - - --- 2017-02-28 Luc Van Oostenryck Superseded
[v3,5/7] check the storage of C99 for-loop initializers - - - --- 2017-02-28 Luc Van Oostenryck Superseded
[v3,4/7] add a method to external_declaration() - - - --- 2017-02-28 Luc Van Oostenryck Superseded
[v3,3/7] add test cases for storage of c99 for-loop declarations - - - --- 2017-02-28 Luc Van Oostenryck Superseded
[v3,2/7] add test case for scope of C99 for-loop declarations - - - --- 2017-02-28 Luc Van Oostenryck Superseded
[v3,1/7] replace test for c99 for-loop initializers - - - --- 2017-02-28 Luc Van Oostenryck Superseded
[v2] fix size of loaded bitfields - - - --- 2017-02-27 Luc Van Oostenryck Mainlined
fix usage in simplify_seteq_setne() - - - --- 2017-02-24 Luc Van Oostenryck Mainlined
[5/5] ignore whole-range overlapping initializer - - - --- 2017-02-22 Luc Van Oostenryck Mainlined
[4/5] fix checking of overlapping initializer - - - --- 2017-02-22 Luc Van Oostenryck Mainlined
[3/5] allow to warn on all overlapping initializers - - - --- 2017-02-22 Luc Van Oostenryck Mainlined
[2/5] add test case for warnings about overlapping initializers - - - --- 2017-02-22 Luc Van Oostenryck Mainlined
[1/5] use option: '-Woverride-init' - - - --- 2017-02-22 Luc Van Oostenryck Mainlined
[v2] Allow casting to a restricted type if !restricted_value 1 - 1 --- 2017-02-21 Edward Cree Mainlined
use VOID instead of directly using &void_pseudo - - - --- 2017-02-20 Luc Van Oostenryck Mainlined
[v2,5/5] check the storage of C99 for-loop initializers - - - --- 2017-02-20 Luc Van Oostenryck Superseded
[v2,4/5] add a method to external_declaration() - - - --- 2017-02-20 Luc Van Oostenryck Superseded
[v2,3/5] add test cases for storage of c99 for-loop declarations - - - --- 2017-02-20 Luc Van Oostenryck Superseded
[v2,2/5] add test case for scope of C99 for-loop declarations - - - --- 2017-02-20 Luc Van Oostenryck Superseded
[v2,1/5] replace test for c99 for-loop initializers - - - --- 2017-02-20 Luc Van Oostenryck Superseded
make -Wbitwise operational again - - - --- 2017-02-18 Luc Van Oostenryck Mainlined
[5/5] check the storage of C99 for-loop initializers - - - --- 2017-02-18 Luc Van Oostenryck Superseded
[4/5] add a method to external_declaration() - - - --- 2017-02-18 Luc Van Oostenryck Superseded
[3/5] add test cases for storage of c99 for-loop declarations - - - --- 2017-02-18 Luc Van Oostenryck Superseded
[2/5] add test case for scope of C99 for-loop declarations - - - --- 2017-02-18 Luc Van Oostenryck Superseded
[1/5] replace test for c99 for-loop initializers - - - --- 2017-02-18 Luc Van Oostenryck Superseded
[2/2] remove unused helper is_branch_goto() - - - --- 2017-02-18 Luc Van Oostenryck Superseded
[1/2] split OP_BR between unconditional & conditional: OP_CBR - - - --- 2017-02-18 Luc Van Oostenryck Superseded
[RFC,2/2] Add test case for casts to restricted types - - - --- 2017-02-17 Edward Cree Superseded
[RFC,1/2] Allow casting to a restricted type if !restricted_value - - - --- 2017-02-17 Edward Cree Superseded
fix size of loaded bitfields - - - --- 2017-02-17 Luc Van Oostenryck Superseded
add missing braces around FOR_EACH_PTR loop - - - --- 2017-02-17 Luc Van Oostenryck Mainlined
[RFC,original] CSE: let equivalent cast hash & compare identically - - - --- 2017-02-17 Luc Van Oostenryck Rejected
[RFC] CSE: relax type checking in hashing/compare - - - --- 2017-02-17 Luc Van Oostenryck Not Applicable
[4/4] CSE: improve hashing of non-commutative binops - - - --- 2017-02-16 Luc Van Oostenryck Rejected
[3/4] CSE: avoid hashing removed instructions - - - --- 2017-02-16 Luc Van Oostenryck Mainlined
[2/4] CSE: use commutativity to identify equivalent instructions - - - --- 2017-02-16 Luc Van Oostenryck Mainlined
[1/4] CSE: add test cases for comparisons duality - - - --- 2017-02-16 Luc Van Oostenryck Mainlined
fix expansion cost of pure functions - - - --- 2017-02-16 Luc Van Oostenryck Mainlined
[16/16] fix OP_PHI usage in try_to_simplify_bb() - - - --- 2017-02-16 Luc Van Oostenryck Mainlined
[15/16] use kill_instruction() when killing any instructions during CSE - - - --- 2017-02-16 Luc Van Oostenryck Mainlined
[14/16] use kill_instruction() when killing an OP_PHI during CSE - - - --- 2017-02-16 Luc Van Oostenryck Mainlined
[13/16] fix killing of rewritten loads - - - --- 2017-02-16 Luc Van Oostenryck Mainlined
[12/16] add killing of stores - - - --- 2017-02-16 Luc Van Oostenryck Mainlined
[11/16] add killing of non-volatile loads - - - --- 2017-02-16 Luc Van Oostenryck Mainlined
[10/16] fix killing OP_CALL via pointers - - - --- 2017-02-16 Luc Van Oostenryck Mainlined
[09/16] add killing of pure calls - - - --- 2017-02-16 Luc Van Oostenryck Mainlined
[08/16] kill_instruction() may need to be forced or not - - - --- 2017-02-16 Luc Van Oostenryck Mainlined
[07/16] fix killing of otherwise not-handled instructions - - - --- 2017-02-16 Luc Van Oostenryck Mainlined
[06/16] remove unused clear_phi() - - - --- 2017-02-16 Luc Van Oostenryck Mainlined
[05/16] fix clear_phi(), replace it by kill_instruction() - - - --- 2017-02-16 Luc Van Oostenryck Mainlined
[04/16] fix killing of OP_PHIs - - - --- 2017-02-16 Luc Van Oostenryck Mainlined
[03/16] add helper kill_use_list() - - - --- 2017-02-16 Luc Van Oostenryck Mainlined
[02/16] add killing of OP_PHISOURCEs - - - --- 2017-02-16 Luc Van Oostenryck Mainlined
[01/16] add killing of OP_SLICEs - - - --- 2017-02-16 Luc Van Oostenryck Mainlined
simplify float-to-float casts that doesn't change size - - - --- 2017-02-16 Luc Van Oostenryck Mainlined
[4/4] fix show-parse()'s labels - - - --- 2017-02-15 Luc Van Oostenryck Mainlined
[3/4] remove unused field 'goto_bb' in struct statement - - - --- 2017-02-15 Luc Van Oostenryck Mainlined
[2/4] remove unused field 'multijmp' in struct statement - - - --- 2017-02-15 Luc Van Oostenryck Mainlined
[1/4] cleanup: there is no 'struct phi' to allocate - - - --- 2017-02-15 Luc Van Oostenryck Mainlined
[v2,14/14] testsuite: quieter error reporting for 'known-to-fail' - - - --- 2017-02-12 Luc Van Oostenryck Mainlined
[v2,13/14] testsuite: allow quieter error reporting - - - --- 2017-02-12 Luc Van Oostenryck Mainlined
[v2,12/14] testsuite: get 'check-known-to-fail' earlier - - - --- 2017-02-12 Luc Van Oostenryck Mainlined
[v2,11/14] testsuite: use 'error' instead of 'info' for successful tests known to fail - - - --- 2017-02-12 Luc Van Oostenryck Mainlined
[v2,10/14] testsuite: check the nbr of times a pattern should be present - - - --- 2017-02-12 Luc Van Oostenryck Mainlined
[v2,09/14] testsuite: add some selfchecking - - - --- 2017-02-12 Luc Van Oostenryck Mainlined
[v2,08/14] testsuite: check patterns presence or absence in output - - - --- 2017-02-12 Luc Van Oostenryck Mainlined
[v2,07/14] allow to launch the test suite from the project root dir - - - --- 2017-02-12 Luc Van Oostenryck Mainlined
[v2,06/14] testsuite: report as error tests known to fail but which succeed - - - --- 2017-02-12 Luc Van Oostenryck Mainlined
[v2,05/14] testsuite: add tag to ignore the output/error - - - --- 2017-02-12 Luc Van Oostenryck Mainlined
[v2,04/14] testsuite: add a simple test for -Wenum-mismatch - - - --- 2017-02-12 Luc Van Oostenryck Mainlined
[v2,03/14] testsuite: simplify the ioc-typecheck case - - - --- 2017-02-12 Luc Van Oostenryck Mainlined
[v2,02/14] testsuite: make tests known to fail effectively fail - - - --- 2017-02-12 Luc Van Oostenryck Mainlined
[v2,01/14] testsuite: give a proper name to the 'binary-constant' test - - - --- 2017-02-12 Luc Van Oostenryck Mainlined
[v2,3/3] expand __builtin_bswap*() with constant args - - - --- 2017-02-12 Luc Van Oostenryck Mainlined
[v2,2/3] let identical symbols share their evaluate/expand methods - - - --- 2017-02-12 Luc Van Oostenryck Mainlined
[v2,1/3] move evaluation & expansion of builtins in a separate file - - - --- 2017-02-12 Luc Van Oostenryck Mainlined
compiler/compiler-gcc: Add __fallthrough - - - --- 2017-02-10 Joe Perches Not Applicable
[v2] add support for LLP64 arch - - - --- 2017-02-08 Luc Van Oostenryck Mainlined
fix killing OP_SETVAL instructions - - - --- 2017-02-08 Luc Van Oostenryck Mainlined
[v3,5/5] simplify '(x % 1)' into '0' - - - --- 2017-02-07 Luc Van Oostenryck Mainlined
[v3,4/5] simplify '(x / -1)' to '-x' (but only for signed division) - - - --- 2017-02-07 Luc Van Oostenryck Mainlined
[v3,3/5] simplify '(x * -1)' to '-x' - - - --- 2017-02-07 Luc Van Oostenryck Mainlined
[v3,2/5] simplify '(x / 1)' to 'x' - - - --- 2017-02-07 Luc Van Oostenryck Mainlined
[v3,1/5] move OP_MUL simplification in a separate function - - - --- 2017-02-07 Luc Van Oostenryck Mainlined
[2/3] allow builtins to have prototype and evaluate/expand methods - - - --- 2017-02-07 Christopher Li Mainlined
[RFC,4/4] add support for LLP64 arch - - - --- 2017-02-07 Luc Van Oostenryck Superseded
[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
« 1 2 ... 32 33 3440 41 »