summaryrefslogtreecommitdiff
path: root/gcc/java/builtins.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* builtins.c, [...]: Update copyright.Kazu Hirata2005-02-121-1/+1
* builtins.c (DEF_BUILTIN): Add COND argument.Richard Henderson2005-02-091-0/+2
* boehm.c, [...]: Update copyright.Kazu Hirata2004-10-151-1/+1
* re PR c/14516 (-fleading-underscore does not work correctly for file static v...Geoffrey Keating2004-08-051-1/+1
* builtins.c (max_builtin, [...]): Replace calls to build with buildN.Roger Sayle2004-07-181-8/+8
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-1/+1
* builtins.c (java_builtins): Add acos, asin, ceil and floor.Roger Sayle2004-04-301-0/+12
* gengtype.c (create_option): New function.Zack Weinberg2004-03-301-1/+1
* * builtins.c, jcf.h, jvspec.c: Remove PARAMS macros.Kelley Cook2003-10-051-1/+1
* builtins.c (enum builtin_type): Delete unused enumeration.Roger Sayle2003-09-031-27/+0
* builtins.c (define_builtin_type, [...]): Delete.Roger Sayle2003-06-081-101/+42
* builtins.c (cos_builtin, [...]): Delete.Roger Sayle2003-05-291-53/+34
* re PR c++/9367 (error: nonnull argument with extern "C" snprintf prototype)Roger Sayle2003-03-021-2/+6
* builtins.c (DEF_BUILTIN): Accept 10 arguments.Jan Hubicka2003-01-241-4/+7
* builtins.c (java_build_function_call_expr): Renamed from build_function_call_...Kaveh R. Ghazi2003-01-171-5/+5
* * All Files: Convert to ISO C style function definitions.Kaveh R. Ghazi2003-01-121-24/+14
* * All Files: Remove PARAMS macro.Kaveh R. Ghazi2003-01-091-13/+11
* Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher2003-01-011-5/+5
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* builtins.def: Make the argument types of abort and exit independent of the fr...Roger Sayle2002-07-111-2/+0
* re PR c++/7099 (G++ doesn't set the noreturn attribute on std::exit and std::...Roger Sayle2002-07-061-1/+3
* Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating2002-06-041-10/+10
* Makefile.in (convert.o, [...]): Update.Neil Booth2002-03-291-1/+1
* re PR java/5876 (jc1 crashes when targeting mingw32)Alexandre Petit-Bianco2002-03-181-1/+1
* builtins.c (cos_builtin): method_return_type ATTRIBUTE_UNUSEDDavid Billinghurst2002-03-051-3/+3
* c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg2002-02-271-3/+0
* builtins.c (check_for_builtin): New function.Per Bothner2002-02-201-22/+10
* builtins.c (sqrt_builtin): Use BUILT_IN_SQRT, not BUILT_IN_SQRTF.Andreas Tobler2002-01-271-1/+1
* decl.c (java_init_decl_processing): Use add_predefined_file.Tom Tromey2002-01-221-0/+365