public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
Combiner fixes
 2010-08-03  7:24 UTC  (2+ messages)

[patch] Add TST to RX
 2010-08-03  4:47 UTC  (5+ messages)

[PATCH 00/65] Merge from the Graphite branch to trunk
 2010-08-03  3:07 UTC  (69+ messages)
` [PATCH 08/65] Do not gather loop exit conditions on the basic blocks outside the loop
` [PATCH 03/65] Use size_one_node
` [PATCH 07/65] Fix comments and indentation
` [PATCH 05/65] Skeleton for the new SCoP detection
` [PATCH 01/65] Fix invariant phi node removal
` [PATCH 09/65] Call compute_overall_effect_of_inner_loop from instantiate_scev_name
` [PATCH 06/65] Fix refined region tree nesting
` [PATCH 02/65] Fix type of integer_one_node for fold_build of POINTER_PLUS_EXPR
` [PATCH 17/65] Add more debug counter guards
` [PATCH 14/65] Also rewrite out of SSA scalar dependences going outside the SCoP region
` [PATCH 04/65] Add analysis pass to build the refined program structure tree
` [PATCH 12/65] Detect commutative reductions in all the scops before rewriting out of SSA all the other scalar dependences
` [PATCH 18/65] Split rewrite_cross_bb_scalar_deps_out_of_ssa out from rewrite_reductions_out_of_ssa
` [PATCH 19/65] Always insert out of SSA copies on edges except for loop->latch
` [PATCH 13/65] Remove insert_copyout and insert_copyin
` [PATCH 10/65] Don't call pbb_to_depth_to_oldiv from compute_type_for_level
` [PATCH 15/65] Remove rename_nb_iterations and rename_sese_parameters
` [PATCH 21/65] Early return in rewrite_commutative_reductions_out_of_ssa when flag_associative_math is not set
` [PATCH 16/65] Schedule a copy_prop pass before graphite
` [PATCH 25/65] Remove dead code
` [PATCH 24/65] Replace map with rename_map
` [PATCH 40/65] Scevs could be expressions without chrecs and still be scev_analyzable_p
` [PATCH 33/65] Fix flipped condition using mpz_sgn
` [PATCH 32/65] Add testcase for miscompile in gamess
` [PATCH 31/65] Partially removing cloog.h and graphite-clast-to-gimple.h where possible. Removing unused function check_poly_representation
` [PATCH 26/65] Fix 435.gromacs miscompile: call rewrite_close_phi_out_of_ssa from rewrite_cross_bb_phi_deps
` [PATCH 28/65] Print bbs in refined region tree
` [PATCH 27/65] Fix 416.gamess miscompile: special case the rewrite of degenerate phi nodes
` [PATCH 38/65] Remove uses of loop->single_iv
` [PATCH 23/65] Remove copy_renames
` [PATCH 20/65] Fix testcase: call abort
` [PATCH 30/65] Move cloog-related functions from graphite-ppl.{c,h} to new graphite-cloog-util.{c,h}
` [PATCH 11/65] Launch dotty in background
` [PATCH 37/65] Also handle GIMPLE_CALLs in rewrite_cross_bb_scalar_deps
` [PATCH 46/65] Add testcase for PR20742
` [PATCH 36/65] chrec_apply should only apply to the specified variable
` [PATCH 22/65] Run rewrite_cross_bb_phi_deps before rewrite_cross_bb_scalar_deps
` [PATCH 35/65] Remove expand_scalar_variables_ hack
` [PATCH 51/65] Do not instantiate default definitions in instantiate_scev_name
` [PATCH 52/65] Use SSA_NAME_DEF_STMT only on SSA_NAMEs
` [PATCH 29/65] Resolve CLooG's value_* macros to their respective mpz_* counterparts
` [PATCH 44/65] Do not rewrite out of SSA scalar phi nodes that can be scev_analyzable_p
` [PATCH 34/65] Remove insert_loop_close_phis
` [PATCH 47/65] Do not translate out-of-SSA close phi nodes that can be analyzed with scev
` [PATCH 39/65] Bump the size of scevs
` [PATCH 49/65] Add loop_exits_from_bb_p
` [PATCH 48/65] Dot refined regions
` [PATCH 43/65] Correctly handle SSA_NAME_IS_DEFAULT_DEF in rewrite_close_phi_out_of_ssa
` [PATCH 45/65] Unshare the scev before code generating it
` [PATCH 62/65] Remove cloog_initialize and cloog_finalize when using official CLooG releases
` [PATCH 56/65] Call scev_reset_htab when Graphite out-of-SSA has changed something
` [PATCH 61/65] Adapt to new CloogScattering abstraction, introduced in official CLooG versions (CLOOG_ORG)
` [PATCH 57/65] Reintroduce necessary CLooG accessors to graphite. Masked by CLOOG_ORG
` [PATCH 54/65] Call scev_analyzable_p only on is_gimple_reg
` [PATCH 58/65] Make CLooG options compatible to newer CLooG releases and pass options to build_cloog_prog (CLOOG_ORG)
` [PATCH 42/65] Add testcase for PR42729 and fix handling of gimple_debug info
` [PATCH 50/65] Enhance region checks
` [PATCH 63/65] Fix typos
` [PATCH 41/65] Special case non close-phi nodes with one argument in rewrite_close_phi_out_of_ssa
` [PATCH 55/65] Fix tonto: call propagate_expr_outside_region
` [PATCH 53/65] Propagate constant values or parametric expressions outside the scop region
` [PATCH 60/65] Introduce compatibility to newer CLooG's CloogState and mask the use with macros where possible
` [PATCH 65/65] Fix miscompile of 416.gamess
` [PATCH 59/65] Adapt to new CLAST structure within upstream CLooG version and retain compatibility to CLooG Legacy
` [PATCH 64/65] Fix gamess: the only constant phi nodes with one argument are is_gimple_min_invariant and SSA_NAME_IS_DEFAULT_DEF

[PATCH, ARM]: Remove superfluous test in arm_override_options
 2010-08-02 23:01 UTC 

[patch] Gimple parser
 2010-08-02 22:39 UTC  (2+ messages)

Miscellaneous options fixes
 2010-08-02 22:30 UTC  (3+ messages)

[patch, fortran] PR 45159, dependency checking
 2010-08-02 22:07 UTC  (3+ messages)

[patch] Improve linker errors for missing key method definitions
 2010-08-02 21:53 UTC  (7+ messages)

IVOPT improvement patch
 2010-08-02 21:23 UTC  (32+ messages)

[PATCH] Add Changpeng Fang to the "Write After Approval" MAINTAINERS list
 2010-08-02 21:11 UTC  (2+ messages)

[PATCH, 4.5] Fix PR 44914
 2010-08-02 20:41 UTC 

More ARM pattern merging
 2010-08-02 20:38 UTC  (6+ messages)

Fix target/45063, caller-save.c problem induced by IRA multiword changes
 2010-08-02 20:25 UTC 

[RFC PATCH] Remove call to build_ref_for_offset in IPA-SRA
 2010-08-02 20:20 UTC 

IRA improvements 1/4
 2010-08-02 19:22 UTC  (2+ messages)

DW_AT_external bug 45153 - patch
 2010-08-02 19:08 UTC 

[patch, fortran] Use gfc_symbol_state
 2010-08-02 18:14 UTC 

PATCH: Turn on -fomit-frame-pointer by default for 32bit Linux/x86
 2010-08-02 17:55 UTC  (2+ messages)

[PATCH, alpha]: Fix PR target/41089, stdarg pass produces wrong code
 2010-08-02 17:24 UTC  (3+ messages)

[Patch, libfortran] Use access(2) instead of stat(2) to test file existence
 2010-08-02 17:04 UTC  (4+ messages)

[patch, fortran] Follow references in dependency checking
 2010-08-02 16:55 UTC  (3+ messages)

[patch, ia64] Patch for PR target/44583 to fix signed zeros
 2010-08-02 16:54 UTC  (6+ messages)

[RFC] Don't completely scalarize a record if it contains bit-field (PR tree-optimization/45144)
 2010-08-02 16:52 UTC  (17+ messages)

[PATCH 0/2] Loop distribution for memset zero
 2010-08-02 16:22 UTC  (19+ messages)
    ` [PATCH 1/3] Add pass_loop_distribute_memset_zero
    ` [PATCH 3/3] Add -ftree-loop-distribute-patterns
            ` [PATCH] Add -ftree-loop-distribute-patterns enabled at -O3
    ` [PATCH 2/3] Enable flag_tree_loop_distribute_memset_zero "

ifcvt/crossjump patch: Fix PR 42496, 21803
 2010-08-02 16:15 UTC  (9+ messages)

[trans-mem] optimize exception object memory
 2010-08-02 15:54 UTC  (6+ messages)

[PATCH] Let completely_scalarize_record creates access expressions on its own
 2010-08-02 15:49 UTC 

Followup for reg_equiv_invariant patch: Fix PR39871
 2010-08-02 15:39 UTC  (13+ messages)

[patch, fortran] PR fortran/45151 : NULL changed_syms assert regressions
 2010-08-02 15:33 UTC  (2+ messages)

[Ada] Don't generate RTL in gigi
 2010-08-02 13:40 UTC 

[patch, fortran] PR fortran/45151 : NULL changed_syms assert regressions
 2010-08-02 13:32 UTC 

ARM patch: New cbranchqi, cbranchhi patterns for Thumb-1
 2010-08-02 10:44 UTC  (4+ messages)
    ` Ping: "

ARM ldm/stm peepholes
 2010-08-02 10:09 UTC  (3+ messages)
` Resubmit/Ping^n "

Handle attribute enabled in reload_cse_regs
 2010-08-02  9:44 UTC 

[Patch ARM] committed - Remove superfluous definition of COSTS_N_INSNS in the ARM backend
 2010-08-02  8:52 UTC 

New attempt: subword-based DCE, PR42575
 2010-08-02  8:10 UTC  (4+ messages)

[Patch, libfortran] Don't update position flag for non-seekable files
 2010-08-02  6:23 UTC 

[PATCH, ARM] Fix PR45094
 2010-08-02  0:38 UTC  (4+ messages)

[patch, fortran] Follow references in dependency checking
 2010-08-01 22:10 UTC 

[Patch, Fortran, OOP] PR 44912: Segmentation fault on TBP
 2010-08-01 19:25 UTC  (11+ messages)

[Fwd: [patch, fortran] Follow references in dependency checking]
 2010-08-01 14:45 UTC 

[gccgo] Fixes for gccgo RTEMS tests
 2010-08-01 14:25 UTC 

[gccgo] Use __go_assert, avoid printf
 2010-08-01 13:06 UTC 

[gccgo] Compile libgo with -minline-all-stringops
 2010-08-01 12:54 UTC 

[gccgo] Check TARGET_CAN_SPLIT_STACK
 2010-08-01 12:29 UTC 

[gccgo] s/TARGET_SUPPORTS_SPLIT_STACK/TARGET_CAN_SPLIT_STACK/
 2010-08-01 12:25 UTC 

[PATCH, i386]: Fix PR target/45142, split for *vec_set<mode>_0_sse2 incomplete
 2010-08-01 10:41 UTC 

[gccgo] Register all global variables explicitly
 2010-08-01 10:28 UTC 

[gccgo] Use __go_thread_ids_lock to lock mcache alloc and free
 2010-08-01 10:20 UTC 

[PATCH] [4.5 regression] C++ ignores some aligned attributes
 2010-07-31 19:38 UTC  (3+ messages)

RFC: [GUPC] UPC-related front-end changes
 2010-07-31 19:26 UTC  (3+ messages)

[patch, fortran] PR42051 take 2
 2010-07-31 16:43 UTC  (2+ messages)

[PATCH] Fix libgfortran inquire.c for AIX
 2010-07-31 15:28 UTC  (3+ messages)

ARM patch: Reduce code duplication for Thumb2 move patterns
 2010-07-31 15:00 UTC  (5+ messages)

[PATCH, ARM]: Remove superfluous test in arm_function_arg
 2010-07-31 14:46 UTC  (4+ messages)
` [PATCH, ARM, PING]: "
  ` [PATCH, ARM, PING^2]: "

ARM patch: Keep track of condition codes in Thumb-1 mode
 2010-07-31 14:23 UTC  (2+ messages)

ARM patch: Fix an if statement in arm_rtx_costs_1
 2010-07-31 13:28 UTC  (2+ messages)

A problem simplifying subregs of the hard frame pointer
 2010-07-31 13:16 UTC  (6+ messages)
` Ping: "
  ` Ping^2: "

Extend widening_mul pass to handle fixed-point types
 2010-07-31 13:03 UTC  (10+ messages)

page:  |  | latest

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 read-only IMAP folder(s) and NNTP newsgroup(s).