public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
Combiner fixes
 2010-08-04  8:36 UTC  (20+ messages)

[PATCH][RFC] Bit CCP and pointer alignment propagation
 2010-08-04  8:18 UTC  (2+ messages)

[Patch,Fortran] PR 44857 [4.6 Regression] ICE in output_constructor_regular_field, at varasm.c:4996
 2010-08-04  7:26 UTC 

[PATCH, i386]: Add tabs around .globl directive
 2010-08-04  7:05 UTC 

[Ada] Don't generate RTL in gigi
 2010-08-04  6:49 UTC  (2+ messages)

[PATCH, ARM] Misaligned access support for ARM Neon
 2010-08-04  6:38 UTC  (10+ messages)

[PATCH, ARM] Fix PR45094
 2010-08-04  4:18 UTC  (7+ messages)

[gimplefe] Add description for gimple-front-end branch in wwwdocs
 2010-08-04  2:50 UTC 

A problem simplifying subregs of the hard frame pointer
 2010-08-04  1:10 UTC  (8+ messages)
` Ping: "
  ` Ping^2: "

[PATCH 0/9] Cleanups to i386 prologue/epilogue generation
 2010-08-03 23:59 UTC  (11+ messages)
` [PATCH 2/9] Simplify logic saving the int registers in the prologue
` [PATCH 9/9] Force the use of stack_pointer_offset in computing the frame size
` [PATCH 3/9] Consolidate red-zone logic into ix86_using_red_zone
` [PATCH 5/9] Remove duplicate definition of TARGET_64BIT_MS_ABI
` [PATCH 1/9] Eliminate most of the conditional compilation from dwarf2out.c
` [PATCH 8/9] Remove code duplication in ix86_expand_epilogue
` [PATCH 7/9] Describe unwinding for realigned frames explicitly
` [PATCH 4/9] Cleanup 32-bit ms_hook code
` [PATCH 6/9] Emit the prologue/epilogue using frame offsets

[patch, Fortran] Fix dependency checking regression for 64-bit
 2010-08-03 22:05 UTC  (4+ messages)

[Patch, doc] -x cpp-output
 2010-08-03 20:27 UTC 

IRA improvements 1/4
 2010-08-03 20:01 UTC  (5+ messages)

PATCH: Turn on -fomit-frame-pointer by default for 32bit Linux/x86
 2010-08-03 18:18 UTC  (19+ messages)

[commit, spu] Fix ICE due to use of uninitialized value in spu.c
 2010-08-03 18:07 UTC 

ifcvt/crossjump patch: Fix PR 42496, 21803
 2010-08-03 17:13 UTC  (13+ messages)

Fix target/45063, caller-save.c problem induced by IRA multiword changes
 2010-08-03 15:04 UTC  (2+ messages)

[C++0x patch] implement range-based for loops
 2010-08-03 14:13 UTC  (3+ messages)

PR tree-optimize/45085 (-fpartial-inlining miscompile)
 2010-08-03 13:52 UTC  (2+ messages)

[PATCH] Prepare CCP for bit-CCP
 2010-08-03 13:02 UTC 

[PATCH] Add double_int_ctz
 2010-08-03 12:59 UTC 

[PATCH, i386]: Remove ix86_compare_op0 and ix86_compare_op1 global variables
 2010-08-03 12:41 UTC  (2+ messages)

[Patch, Fortran] PR 44584: [4.6 Regression] Invalid memory access with gfortran.dg/typebound_proc_15.f03
 2010-08-03 11:11 UTC  (3+ messages)

PING: implement range-based for loops
 2010-08-03 10:48 UTC 

[RFC PATCH] Remove call to build_ref_for_offset in IPA-SRA
 2010-08-03 10:03 UTC  (2+ messages)

[RFC] Don't completely scalarize a record if it contains bit-field (PR tree-optimization/45144)
 2010-08-03  9:59 UTC  (7+ messages)

[PATCH] Let completely_scalarize_record creates access expressions on its own
 2010-08-03  9:39 UTC  (2+ messages)

Miscellaneous options fixes
 2010-08-03  9:28 UTC  (4+ messages)

[PATCH, 4.5] Fix PR 44914
 2010-08-03  8:45 UTC  (2+ messages)

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

[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)

More ARM pattern merging
 2010-08-02 20:38 UTC  (5+ 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, libfortran] Use access(2) instead of stat(2) to test file existence
 2010-08-02 17:04 UTC  (2+ messages)

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

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

[PATCH 0/2] Loop distribution for memset zero
 2010-08-02 16:22 UTC  (6+ messages)
` [PATCH 3/3] Add -ftree-loop-distribute-patterns

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

Followup for reg_equiv_invariant patch: Fix PR39871
 2010-08-02 15:39 UTC  (11+ 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).