summaryrefslogtreecommitdiff
path: root/gcc/java/builtins.c
Commit message (Expand)AuthorAgeFilesLines
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-3/+1
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-6/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-0/+14
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+11
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-4/+4
* java: Use build_qualified_type instead of build_type_variant.Mark Wielaard2014-07-091-3/+5
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+2
* invoke.texi (-fisolate-erroneous-paths): Document.Jeff Law2013-11-071-1/+3
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* builtins.c (define_builtin): Accept ECF flags and use set_call_expr_flags.Jan Hubicka2012-11-141-26/+21
* Allow libcalls to be installed for legacy __sync optabs.Richard Henderson2011-11-071-15/+9
* Convert standard builtin functions from being arrays to using a functional in...Michael Meissner2011-10-111-14/+12
* tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther2011-07-191-4/+1
* cosmetic. Add sync_ to all the expand_builtin defines which do not match the ...Andrew MacLeod2011-06-211-11/+13
* system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.Joseph Myers2010-11-291-1/+0
* decl.c (java_init_decl_processing): Use build_function_type_list instead of b...Nathan Froyd2010-10-111-12/+13
* gcc/Richard Sandiford2010-07-041-4/+8
* Makefile.in (ALL_CFLAGS): Add file-specific CFLAGS.Steven Bosscher2010-05-271-0/+3
* java-gimplify.c: Do not include tm.h, toplev.h.Steven Bosscher2010-05-231-1/+3
* tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not used count var...Jakub Jelinek2010-04-071-2/+5
* jvspec.c (lang_specific_driver): Remove unused saw_verbose_flag variable.Jakub Jelinek2009-11-281-2/+1
* except.h (struct eh_region_d): Add use_cxa_end_cleanup.Richard Henderson2009-09-281-1/+1
* Squash commit of EH in gimpleRichard Henderson2009-09-141-1/+1
* builtins.c (compareAndSwapInt_builtin): Use flag_use_atomic_builtins.Andrew Haley2009-08-121-3/+10
* java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez2009-06-121-2/+3
* collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind.Ian Lance Taylor2009-04-271-28/+44
* hashtab.h: Update GTY annotations to new syntaxTaras Glek2009-04-221-4/+2
* i386.md (cmpcc): New.Paolo Bonzini2009-04-091-8/+4
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+1
* re PR tree-optimization/38835 (field-insensitive PTA causes libstdc++ miscomp...Richard Guenther2009-01-161-3/+4
* java-gimplify.c: Change copyright header to refer to version 3 of the GNU Gen...Nick Clifton2007-07-311-5/+4
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-110/+89
* [multiple changes]Andrew Haley2007-01-241-2/+17
* typeck.c (convert): Don't use flag_emit_class_files.Tom Tromey2007-01-111-2/+2
* Merged gcj-eclipse branch to trunk.Tom Tromey2007-01-091-2/+309
* builtins.c (check_for_builtin): If a builtin could result in a direct call be...Bryce McKinlay2006-07-131-0/+5
* re PR java/1305 ([JSR133] GCJ ignores volatile modifier)Andrew Haley2006-06-131-0/+4
* re PR java/22578 (should inline floatToIntBits et al)Tom Tromey2006-02-081-0/+12
* re PR java/25676 (Use of MIN_EXPR/MAX_EXPR is wrong for java)Tom Tromey2006-02-041-4/+14
* Fixes java/PR9861Terry Laurenzo2005-12-111-13/+13
* builtins.c (max_builtin, [...]): Use fold_buildN.James A. Morrison2005-09-181-11/+9
* builtins.c (define_builtin): Accept new flags parameter.Jan Hubicka2005-06-251-19/+38
* Update FSF address.Kelley Cook2005-06-251-2/+2
* builtins.c (define_builtin): Don't call make_decl_rtl.Richard Henderson2005-05-241-1/+0
* re PR java/19285 (Interfaces not initialized by static field access)Andrew Haley2005-04-291-1/+9