aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-29function.c (current_function_name): If there is no current function just retu...Nick Clifton1-0/+2
2009-09-23re PR debug/41065 (DW_TAG_enumeration_type+DW_TAG_enumerator is sometimes mis...Dodji Seketeli1-1/+80
2009-09-22re PR target/41246 (should "sorry" when regparm=3 and nested functions are en...Richard Henderson1-3/+11
2009-09-03re PR debug/41238 (VTA: bootstrap failure, ICE in loc_cmp, at var-tracking.c:...Jakub Jelinek1-12/+17
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-2/+5
2009-08-12tm.texi (TARGET_PROMOTE_FUNCTION_MODE): Add documentation for for_return == 2.Paolo Bonzini1-6/+5
2009-08-01expr.c (store_constructor): Use promote_decl_mode.Paolo Bonzini1-13/+10
2009-07-11re PR target/40667 (stack frames are generated even with -fomit-frame-pointer)Jakub Jelinek1-1/+5
2009-07-11re PR target/40668 (64-bit sparc miscompiles memcpy of argument inside switch)Jakub Jelinek1-3/+11
2009-07-07cgraphunit.c: Replace %J by an explicit location.Manuel López-Ibáñez1-1/+2
2009-07-01re PR bootstrap/40347 (i386-darwin ICEs while building libgcc during stage2)Richard Henderson1-15/+23
2009-06-22alias.c: Use REG_P...Shujing Zhao1-4/+4
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-2/+4
2009-06-12re PR target/39146 (Unnecessary stack alignment)Joey Ye1-4/+2
2009-05-29cfgcleanup.c (try_crossjump_to_edge): Only skip past NOTE_INSN_BASIC_BLOCK.Richard Henderson1-103/+145
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-4/+2
2009-04-22function.c (expand_function_end): Do not emit a jump to the "naked" return la...Ulrich Weigand1-2/+2
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor1-1/+1
2009-04-17df.h: Include "timevar.h".Ian Lance Taylor1-4/+4
2009-04-16function.c (current_function_assembler_name): Remove.Kazu Hirata1-7/+0
2009-03-18re PR debug/39485 (-O0 -g still puts whole object to a register)Jakub Jelinek1-1/+22
2009-03-18dse.c (struct group_info): Reorder fields for 64-bit hosts.Jakub Jelinek1-2/+2
2009-03-07re PR middle-end/38028 (eh failures on spu-elf)Ulrich Weigand1-3/+8
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-02-03re PR target/35318 (ICE with inline asm in reload)Jakub Jelinek1-0/+3
2009-01-16function.c (aggregate_value_p): Correctly extract the function type from CALL...Richard Earnshaw1-1/+1
2009-01-04re PR middle-end/38586 (quadratic behaviour in find_temp_slot_from_address.)Steven Bosscher1-105/+186
2008-12-09function.c (aggregate_value_p): Get fntype from CALL_EXPR in any case.Kai Tietz1-1/+3
2008-12-08re PR middle-end/38240 (Vector type definitions not compatible with attribute...Richard Henderson1-2/+2
2008-12-05re PR debug/38367 (Wrong debug information for big endian function parameters)Jakub Jelinek1-1/+11
2008-11-22re PR middle-end/37316 (Small structs are not passed correctly on hppa64-*-*)Jakub Jelinek1-1/+1
2008-11-14re PR middle-end/36125 (FAIL: 26_numerics/complex/13450.cc: ICE in verify_gim...Jakub Jelinek1-0/+8
2008-10-24PR target/37841: Fix SPU abiMichael Meissner1-0/+4
2008-09-18re PR debug/34037 (Bounds for VLAs not emitted into debuginfo)Jakub Jelinek1-1/+12
2008-09-11cgraph.c (cgraph_release_function_body): Plug memory leak on ipa_transforms_t...Jan Hubicka1-27/+8
2008-09-11function.c (free_after_compilation): Call insn_locators_free.Jan Hubicka1-0/+1
2008-09-09re PR rtl-optimization/37408 (Invalid insn scheduling)Jakub Jelinek1-0/+5
2008-09-05mips.h (enum reg_class): Add FRAME_REGS.Joseph Myers1-0/+1
2008-08-16re PR middle-end/20548 (ACATS c52103x c52104x c52104y segfault)Eric Botcazou1-6/+9
2008-08-08recog.c (split_all_insns): Set RTL profileJan Hubicka1-0/+3
2008-08-06builtins.c (expand_builtin_profile_func): Avoid C++ keywords.Kaveh R. Ghazi1-65/+66
2008-08-06re PR middle-end/37009 (No need to align stack when incoming stack is aligned)H.J. Lu1-0/+5
2008-08-01cfgexpand.c (expand_stack_alignment): Assert that stack_realign_drap and drap...H.J. Lu1-3/+3
2008-07-30[multiple changes]H.J. Lu1-9/+131
2008-07-29predict.c (always_optimize_for_size_p): New function.Jan Hubicka1-0/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-11/+10
2008-07-23Add ability to set target options (ix86 only) and optimization options on a f...Michael Meissner1-2/+19
2008-07-21Makefile.in: Replace toplev.h with TOPLEV_H.Rafael Avila de Espindola1-16/+0
2008-07-18re PR middle-end/36858 (Incorrect alignment attribute on stack parameter)H.J. Lu1-2/+2
2008-07-07function.c (assign_parm_remove_parallels): Check mode of entry_parm.Daniel Jacobowitz1-2/+3