- 14 Feb, 2000 6 commits
-
-
* gnu/gcj/math/MPN.java(findLowestBit): Made methods public. * java/math/BigInteger.java(BigInteger(int,int,java.util.Random): New constructor. (min): Implemented. (max): Implemented. (modPow): Rewritten to not use the naive, slow, brute force approach. (isProbablePrime): Implemented. (testBit): Implemented. (flipBit): Implemented. (getLowestSetBit): Implemented. From-SVN: r31966
Warren Levy committed -
From-SVN: r31965
Jeff Law committed -
* cpplib.c (do_define): Only free the old definition if it actually had one. From-SVN: r31964
Zack Weinberg committed -
2000-02-13 Neil Booth <NeilB@earthling.net> * cppfiles.c (read_and_prescan): When emitting deferred newlines, test speccase[] again instead of checking each possible whitespace character in turn. When we encounter \r, look behind for \n first, then ahead. From-SVN: r31963
Neil Booth committed -
2000-02-13 Zack Weinberg <zack@wolery.cumb.org> * cse.c (cse_altered): New internal flag. (cse_insn): Set it if we changed an insn. (cse_main): Clear cse_altered before each basic block. Only garbage collect if cse_altered is true afterward. From-SVN: r31962
Zack Weinberg committed -
From-SVN: r31961
Zack Weinberg committed
-
- 13 Feb, 2000 8 commits
-
-
From-SVN: r31960
Rainer Orth committed -
From-SVN: r31959
Jeffrey A Law committed -
* prefix.c (concat, lookup_key): Use xmalloc and xrealloc consistently. From-SVN: r31958
Neil Booth committed -
* parse.y (frob_specs): Split out... (parse_decl): From here. (fn.def2): Call initial_deferred_type_access_control. (after_type_component_declarator0): Call frob_specs. (notype_component_declarator0): Likewise. * search.c (friend_accessible_p): Nested classes are friends of their enclosing classes. From-SVN: r31957
Jason Merrill committed -
From-SVN: r31956
Jason Merrill committed -
From-SVN: r31955
Jason Merrill committed -
i386 and i486 should configure the same as i586 and i686. From-SVN: r31954
Anthony Green committed -
From-SVN: r31953
Jeff Law committed
-
- 12 Feb, 2000 12 commits
-
-
From-SVN: r31952
Anthony Green committed -
From-SVN: r31951
Anthony Green committed -
From-SVN: r31950
Anthony Green committed -
From-SVN: r31949
Anthony Green committed -
flow.c (flow_loop_tree_node_add): Use better algorithm by passing previously inserted node instead of root node. * flow.c (flow_loop_tree_node_add): Use better algorithm by passing previously inserted node instead of root node. Caller changed. From-SVN: r31948
Michael Hayes committed -
From-SVN: r31947
Michael Hayes committed -
* java/io/File.java (createTempFile): Use low bits from counter, not high bits. From-SVN: r31946
Tom Tromey committed -
* crtstuff.c (__do_global_ctors_aux, __reg_frame_ctor, __dereg_frame_dtor): Add prototype argument. * gthr-dce.h (__gthread_active_p, __gthread_once): Likewise. * gthr-posix.h (__gthread_active_p, __gthread_once): Likewise. * gthr-solaris.h (__gthread_active_p, __gthread_once): Likewise. * gthr-vxworks.h (__gthread_once): Likewise. * gthr-win32.h (__gthread_active_p, __gthread_once): Likewise. From-SVN: r31945
Kaveh R. Ghazi committed -
2000-02-12 Alexandre Petit-Bianco <apbianco@cygnus.com> * libjava.lang/inner_interface.out: New file. * libjava.lang/inner_interface.java: New file. * libjava.lang/final_int.out: New file. * libjava.lang/final_int.java: New file. * libjava.lang/final_static_and_friend.out: New file. * libjava.lang/final_static_and_friend.java: New file. From-SVN: r31944
Alexandre Petit-Bianco committed -
From-SVN: r31943
Jeff Law committed -
From-SVN: r31942
Anthony Green committed -
* i386.c (ix86_emit_restore_regs_using_mov): Break out from ... (ix86_expand_epilogue): ... here. Use mov instead of add to restore stack pointer in functions w/o saved registers, output LEAVE more often on TARGET_USE_LEAVE machines. From-SVN: r31941
Jan Hubicka committed
-
- 11 Feb, 2000 14 commits
-
-
* interpret.cc (continue1): Use STOREA, not STOREI, to implement astore instruction. From Hans Boehm. From-SVN: r31939
Tom Tromey committed -
From-SVN: r31938
Nick Clifton committed -
From-SVN: r31937
Nick Clifton committed -
From-SVN: r31936
Dmitri Makarov committed -
* README.AVR: New file with information about the avr ports. * config/avr: New directory with avr port files. From-SVN: r31935
Denis Chertykov committed -
From-SVN: r31934
Robert Lipe committed -
From-SVN: r31933
Martin Buchholz committed -
From-SVN: r31932
Andreas Jaeger committed -
* cpphash.c: Fix formatting, update commentary. (dump_definition): Take three separate arguments instead of a MACRODEF structure argument. * cpphash.h: Update prototype of dump_definition. * cppinit.c (cpp_finish): Update call of dump_definition. * cpplib.c (do_define): Always create new hash entry with T_MACRO type. Remove redundant check for redefinition of poisoned identifier. Update call of dump_definition. (do_undef): Don't call check_macro_name. Rename sym_length to len. (do_error, do_warning): Don't use copy_rest_of_line or SKIP_WHITE_SPACE. (do_warning): Don't use pedwarn for the actual warning, only the notice about its not being in the standard. (Fixes bug with #warning in system headers.) (do_ident): Stricter argument checking - accept only a single string after #ident. Also, macro-expand the line. (do_xifdef): Use cpp_defined. De-obfuscate. (do_pragma): Split out specific pragma handling to separate functions. Use get_directive_token. Update commentary. Do not pass on #pragma once or #pragma poison to the front end. (do_pragma_once, do_pragma_implementation, do_pragma_poison, do_pragma_default): New. From-SVN: r31931
Zack Weinberg committed -
From-SVN: r31930
Jeffrey A Law committed -
* jump.c (jump_optimize_1): The first operand in a relational can be a CONST_INT. * optabs.c (emit_conditional_move): Handle relationals which have a known true/false result. From-SVN: r31929
Jeffrey A Law committed -
function.c (thread_prologue_and_epilogue_insns): Don't insert a RETURN insn into a block which already ends with a jump. * function.c (thread_prologue_and_epilogue_insns): Don't insert a RETURN insn into a block which already ends with a jump. From-SVN: r31928
Geoff Keating committed -
From-SVN: r31927
Geoffrey Keating committed -
* java/math/BigInteger.java(BigInteger(String, int)): New constructor. (BigInteger(String)): New constructor. (not): Rewritten using version from Kawa's BitOps class. (valueOf): New private methods from Kawa's BitOps class. (swappedOp): ditto. (bitOp): ditto. (setBitOp): ditto. (and): Implemented. (or): Implemented. (xor): Implemented. (andNot): Implemented. (clearBit): Implemented. (setBit): Implemented. (bitCount): Implemented. (toByteArray): Implemented. From-SVN: r31926
Warren Levy committed
-