aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/builtins.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-3/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-0/+14
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-4/+4
2014-07-09java: Use build_qualified_type instead of build_type_variant.Mark Wielaard1-3/+5
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-07invoke.texi (-fisolate-erroneous-paths): Document.Jeff Law1-1/+3
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-14builtins.c (define_builtin): Accept ECF flags and use set_call_expr_flags.Jan Hubicka1-26/+21
2011-11-07Allow libcalls to be installed for legacy __sync optabs.Richard Henderson1-15/+9
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-14/+12
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther1-4/+1
2011-06-21cosmetic. Add sync_ to all the expand_builtin defines which do not match the ...Andrew MacLeod1-11/+13
2010-11-29system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.Joseph Myers1-1/+0
2010-10-11decl.c (java_init_decl_processing): Use build_function_type_list instead of b...Nathan Froyd1-12/+13
2010-07-04gcc/Richard Sandiford1-4/+8
2010-05-27Makefile.in (ALL_CFLAGS): Add file-specific CFLAGS.Steven Bosscher1-0/+3
2010-05-23java-gimplify.c: Do not include tm.h, toplev.h.Steven Bosscher1-1/+3
2010-04-07tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not used count var...Jakub Jelinek1-2/+5
2009-11-28jvspec.c (lang_specific_driver): Remove unused saw_verbose_flag variable.Jakub Jelinek1-2/+1
2009-09-28except.h (struct eh_region_d): Add use_cxa_end_cleanup.Richard Henderson1-1/+1
2009-09-14Squash commit of EH in gimpleRichard Henderson1-1/+1
2009-08-12builtins.c (compareAndSwapInt_builtin): Use flag_use_atomic_builtins.Andrew Haley1-3/+10
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-2/+3
2009-04-27collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor1-28/+44
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-4/+2
2009-04-09i386.md (cmpcc): New.Paolo Bonzini1-8/+4
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-01-16re PR tree-optimization/38835 (field-insensitive PTA causes libstdc++ miscomp...Richard Guenther1-3/+4
2007-07-31java-gimplify.c: Change copyright header to refer to version 3 of the GNU Gen...Nick Clifton1-5/+4
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-110/+89
2007-01-24[multiple changes]Andrew Haley1-2/+17
2007-01-11typeck.c (convert): Don't use flag_emit_class_files.Tom Tromey1-2/+2
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey1-2/+309
2006-07-13builtins.c (check_for_builtin): If a builtin could result in a direct call be...Bryce McKinlay1-0/+5
2006-06-13re PR java/1305 ([JSR133] GCJ ignores volatile modifier)Andrew Haley1-0/+4
2006-02-08re PR java/22578 (should inline floatToIntBits et al)Tom Tromey1-0/+12
2006-02-04re PR java/25676 (Use of MIN_EXPR/MAX_EXPR is wrong for java)Tom Tromey1-4/+14
2005-12-11Fixes java/PR9861Terry Laurenzo1-13/+13
2005-09-18builtins.c (max_builtin, [...]): Use fold_buildN.James A. Morrison1-11/+9
2005-06-25builtins.c (define_builtin): Accept new flags parameter.Jan Hubicka1-19/+38
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-05-24builtins.c (define_builtin): Don't call make_decl_rtl.Richard Henderson1-1/+0
2005-04-29re PR java/19285 (Interfaces not initialized by static field access)Andrew Haley1-1/+9