aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/objc-act.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-10make ObjC do LTO.Iain Sandoe1-166/+180
2010-07-03re PR objc/24867 (many N^2 loops in objc frontend)Nathan Froyd1-235/+147
2010-06-28system.h: Poison GCC_EXCEPT_H for front-end files.Steven Bosscher1-1/+0
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-10/+8
2010-06-05c-common.c: Move to c-family/.Steven Bosscher1-2/+2
2010-06-01objc-act.c (build_next_objc_exception_stuff): Give setjmp a varargs type inst...Nathan Froyd1-1/+1
2010-05-31objc-act.c (synth_module_prologue): Use build_function_type_list instead of b...Nathan Froyd1-61/+51
2010-05-27diagnostic-core.h: New.Joseph Myers1-1/+1
2010-05-25Makefile.in (EXCEPT_H): Fix typo.Steven Bosscher1-5/+4
2010-05-25objc-act.c (objc_build_constructor): Adjust OBJCPLUS impedance mismatch code ...Nathan Froyd1-1/+1
2010-05-25objc-act.c (objc_build_constructor): Take a VEC instead of a tree.Nathan Froyd1-203/+195
2010-05-01[multiple changes]Iain Sandoe1-4/+10
2010-04-30toplev.c: Include varray.h for statistics dumping.Steven Bosscher1-1/+0
2010-04-07re PR c/18624 (GCC does not detect local variable set but never used)Jakub Jelinek1-1/+8
2010-04-07re PR objc/35996 (ICE while building simple ObjC code with -fobjc-gc)Iain Sandoe1-0/+7
2010-04-07re PR objc++/23716 (obj-c++.dg/comp-types-10.mm ICE with the GNU runtime)Iain Sandoe1-1/+7
2010-02-19re PR objc/43061 (47 new GCC HEAD@156527 regressions)Mike Stump1-5/+0
2010-02-18objc-act.c (finish_var_decl): Set the generated symbols as "used".Iain Sandoe1-0/+8
2009-12-17objc-act.c (objc_substitute_decl, [...]): Update build_indirect_ref calls.Shujing Zhao1-3/+4
2009-11-28matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek1-16/+2
2009-11-28re PR objc++/42156 (Hundreds of objc++ testsuite regressions)Jakub Jelinek1-3/+10
2009-11-13* objc-act.c (objc_add_static_instance): Do not set DECL_COMMON.Jan Hubicka1-1/+0
2009-09-14Squash commit of EH in gimpleRichard Henderson1-5/+10
2009-09-13langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.Richard Guenther1-33/+29
2009-08-20c-objc-common.h (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Do not define.Richard Guenther1-0/+1
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-7/+6
2009-07-07tree.c (set_expr_locus): Remove.Manuel López-Ibáñez1-1/+1
2009-07-07cgraphunit.c: Replace %J by an explicit location.Manuel López-Ibáñez1-15/+19
2009-07-07c-lex.c: Replace %H by an explicit location.Manuel López-Ibáñez1-7/+7
2009-06-22re PR objc++/28050 (ICE on invalid initializer)Matthias Klose1-1/+1
2009-06-19dse.c (struct store_info): Rename bitmap field to bmap.Ian Lance Taylor1-5/+3
2009-06-16df-problems.c (df_simulate_one_insn_forwards): Fix braces in switch.Ian Lance Taylor1-13/+0
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-97/+156
2009-06-09targhooks.c (default_builtin_vectorized_function): Change fn parameter to uns...Ian Lance Taylor1-1/+1
2009-06-08common.opt (fcompare-debug=, [...]): New.Alexandre Oliva1-1/+1
2009-05-21tree.c (build_tree_list_vec_stat): New function.Ian Lance Taylor1-1/+1
2009-05-11basic-block.h (enum profile_status): Break out of struct control_flow_graph.Ian Lance Taylor1-40/+61
2009-05-10pretty-print.h (struct pretty_print_info): Add translate_identifiers.Joseph Myers1-140/+123
2009-04-27collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor1-2/+2
2009-04-24combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor1-5/+6
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-6/+3
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor1-8/+11
2009-04-09re PR objc/29200 (%s substituted with "methods"/"selectors" can't be properly...David Ayers1-28/+38
2009-03-30re PR bootstrap/39583 (Revision 145255 breaks bootstrap with obj-c++)Dominique d'Humieres1-0/+5
2009-03-29re PR c/456 (constant expressions constraints (gcc.dg/c90-const-expr-1))Joseph Myers1-2/+5
2008-10-06c-decl.c (finish_decl): Pass input_location to build_unary_op.Aldy Hernandez1-42/+69
2008-09-23c-tree.h: Add argument to c_objc_common_truthvalue_conversion, parser_build_b...Aldy Hernandez1-4/+6
2008-09-17re PR objc/37460 (NeXT runtime ICEs)Andrew Pinski1-21/+0
2008-09-17re PR middle-end/18071 (-Winline does not respect -fno-default-inline)Jan Hubicka1-1/+0
2008-09-01tree.c (protected_set_expr_location): New.Aldy Hernandez1-7/+13