summaryrefslogtreecommitdiff
path: root/gcc/cfgexpand.c
Commit message (Expand)AuthorAgeFilesLines
* re PR rtl-optimization/42084 (Wrong result with -Os -fno-delete-null-pointer-...Michael Matz2009-11-271-6/+6
* cfgexpand (n_stack_vars_conflict): New static variable.Bernd Schmidt2009-11-261-2/+12
* Remove trailing white spaces.H.J. Lu2009-11-251-10/+10
* tree.h (union tree_ann_d): Don't declare.Michael Matz2009-11-241-10/+7
* re PR middle-end/41440 (SEG FAULT in CSE.C caused by bad RTL expansion)Andy Hutchinson2009-11-121-0/+12
* re PR debug/41893 (ICE with -combine and debug)Jakub Jelinek2009-11-021-1/+2
* Optimize -mstackrealign.H.J. Lu2009-10-301-20/+16
* tm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.Ben Elliston2009-10-261-5/+12
* extend.texi (Named Address Spaces): New section.Ben Elliston2009-10-261-0/+10
* re PR middle-end/41805 (possible LTO termination bug)Richard Guenther2009-10-231-2/+2
* rtl.h (simplify_replace_fn_rtx): Declare.Richard Sandiford2009-10-201-42/+0
* cfgexpand.c (expand_debug_expr): Fail if bitpos < 0 for non-MEM op0.Jakub Jelinek2009-10-191-0/+3
* re PR debug/41717 (internal compiler error: in expand_debug_expr)Jakub Jelinek2009-10-161-0/+40
* tree-parloops.c (separate_decls_in_region_debug_bind): Drop debug stmts setti...Jakub Jelinek2009-10-141-1/+8
* re PR target/41693 (RTL Check Failure in expand_debug_expr, at cfgexpand.c:2371)Jakub Jelinek2009-10-131-1/+1
* re PR debug/41343 (sysdeps/ieee754/dbl-64/dosincos.c from glibc causes excess...Alexandre Oliva2009-10-121-0/+12
* re PR bootstrap/41404 (expr.c undefined reference while linking jc1)Jakub Jelinek2009-10-021-3/+20
* re PR debug/41248 (VTA: Assertion at 2910 of cfgexpand.c (expand_debug_locati...Alexandre Oliva2009-09-231-2/+57
* Squash commit of EH in gimpleRichard Henderson2009-09-141-21/+6
* re PR middle-end/41268 (bootstrap is broken after r151350 (expand from tuples))Michael Matz2009-09-091-4/+4
* expr.h (emit_storent_insn, [...]): Declare.Michael Matz2009-09-021-342/+301
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-3/+870
* expr.c (store_constructor): Use promote_decl_mode.Paolo Bonzini2009-08-011-3/+1
* Add source_location support to PHI arguments.Andrew MacLeod2009-07-301-0/+3
* re PR middle-end/40745 (Revision 149624 caused x86-64 failures)Richard Guenther2009-07-141-1/+2
* tree-ssa-alias.h (refs_may_alias_p_1): Declare.Richard Guenther2009-07-141-0/+129
* re PR target/40667 (stack frames are generated even with -fomit-frame-pointer)Jakub Jelinek2009-07-111-2/+4
* java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez2009-06-121-1/+2
* re PR target/39146 (Unnecessary stack alignment)Joey Ye2009-06-121-2/+2
* re PR debug/40012 (Revision 146817 generated bad debug info for local variables)Michael Matz2009-06-081-3/+34
* cfgexpand.c (discover_nonconstant_array_refs_r): Make only non-BLKmode arrays...Richard Guenther2009-06-031-1/+2
* cfgexpand.c (gimple_expand_cfg): Discard the source location only for builtin...Alexandre Oliva2009-06-021-1/+1
* re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)Richard Guenther2009-05-221-1/+1
* re PR middle-end/40021 (Revision 146817 miscompiled DAXPY in BLAS)Michael Matz2009-05-061-15/+48
* ssaexpand.h (struct ssaexpand): Member 'values' is a bitmap.Michael Matz2009-04-271-3/+4
* Expand from SSA.Michael Matz2009-04-261-71/+245
* re PR middle-end/39315 (Unaligned move used on aligned stack variable)H.J. Lu2009-03-271-2/+5
* re PR target/39137 (-mpreferred-stack-boundary=2 causes lots of dynamic realign)Jakub Jelinek2009-03-111-2/+1
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+2
* re PR middle-end/38503 (warnings from -isystem headers strikes back.)Richard Guenther2009-01-271-1/+1
* re PR middle-end/37843 (unaligned stack in main due to tail call optimization)H.J. Lu2009-01-151-13/+19
* re PR middle-end/38584 (Inline heuristics run even at -O0)Steven Bosscher2009-01-041-18/+15
* cfgexpand.c (expand_gimple_cond): Convert also goto_block and goto_locus of t...Jakub Jelinek2008-10-081-0/+8
* re PR middle-end/29609 (Even with -O0 -g gcc optimizes a goto away and I can...Jakub Jelinek2008-10-071-16/+32
* re PR debug/34037 (Bounds for VLAs not emitted into debuginfo)Jakub Jelinek2008-09-181-4/+24
* function.h (struct function): Add function_start_locus.Aldy Hernandez2008-09-091-1/+8
* gimple.c (gimple_build_call_1): Deal with FUNCTION_DECL fn.Richard Guenther2008-08-091-14/+4
* builtins.c (expand_builtin_profile_func): Avoid C++ keywords.Kaveh R. Ghazi2008-08-061-5/+5
* re PR middle-end/37009 (No need to align stack when incoming stack is aligned)H.J. Lu2008-08-061-2/+9
* cfgexpand.c (expand_stack_alignment): Assert that stack_realign_drap and drap...H.J. Lu2008-08-011-0/+3