Age | Commit message (Expand) | Author | Files | Lines |
2004-10-24 | Daily bump. | GCC Administrator | 2 | -2/+2 |
2004-10-23 | dbxout.c (dbxout_function_decl): Don't use DBX_OUTPUT_FUNCTION_END. | Kazu Hirata | 4 | -12/+8 |
2004-10-23 | configure.in: Use an absolute path to install-sh. | Daniel Jacobowitz | 3 | -62/+81 |
2004-10-23 | DocFlavor.java, [...]: Added missing constants. | Michael Koch | 4 | -4/+78 |
2004-10-23 | deallocate_global-2.c: s/value_t/value_type/. | Andrew Pinski | 9 | -47/+61 |
2004-10-23 | re PR middle-end/17967 (Expand is considered slower? (remove_useless_stmts is... | Andrew Pinski | 2 | -1/+5 |
2004-10-23 | tree-ssa-dom.c (record_equality): Use loop depth to determine which way to re... | Daniel Berlin | 2 | -2/+38 |
2004-10-23 | loop-1.c: Add -static for *-*-darwin*. | Andrew Pinski | 2 | -0/+9 |
2004-10-23 | re PR middle-end/17793 (Ada bootstrap failure) | Eric Botcazou | 2 | -0/+13 |
2004-10-23 | Ignore autom4te.cache | R. Kelley Cook | 1 | -0/+1 |
2004-10-23 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-10-23 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-10-23 | cfg.c (remove_edge): Use VEC_unordered_remove. | Ben Elliston | 3 | -5/+12 |
2004-10-23 | * gcc.c-torture/execute/loop-2e.x: Remove. | Ben Elliston | 2 | -14/+4 |
2004-10-22 | Connection.java (sendRequest): Fix typo. | Tom Tromey | 2 | -1/+6 |
2004-10-22 | re PR libgcj/14009 (libgcj HttpURLConnection does not handle situation where ... | Michael Koch | 2 | -2/+10 |
2004-10-22 | sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Don't access PTR beyond its end. | Kazu Hirata | 2 | -8/+20 |
2004-10-22 | rs6000.c (setup_incoming_varargs): Align DFmode saves. | Eric Christopher | 2 | -9/+15 |
2004-10-22 | spe.md (spe_extendsfdf2): New. | Aldy Hernandez | 3 | -10/+204 |
2004-10-22 | c-semantics.c (re_push_stmt_list): Remove. | Kazu Hirata | 3 | -24/+5 |
2004-10-22 | stmt.c (asm_op_is_mem_input): Remove. | Kazu Hirata | 3 | -28/+5 |
2004-10-22 | tree-gimple.c (is_gimple_constructor_elt): Remove. | Kazu Hirata | 3 | -13/+5 |
2004-10-22 | varasm.c (get_pool_mode_for_function, [...]): Remove. | Kazu Hirata | 3 | -16/+6 |
2004-10-22 | tree-cfg.c (thread_jumps_from_bb): Speed up by extracting edge information wh... | Kazu Hirata | 2 | -3/+8 |
2004-10-22 | tree-cfg.c (thread_jumps): Speed up by putting basic blocks into worklist ins... | Kazu Hirata | 2 | -16/+14 |
2004-10-22 | Fixed ChangeLog entry of my last commit. | Michael Koch | 1 | -38/+39 |
2004-10-22 | 2004-10-22 Michael Koch <konqueror@gmx.de> | Michael Koch | 39 | -180/+201 |
2004-10-22 | alias.c, [...]: Fix comment formatting. | Kazu Hirata | 32 | -93/+105 |
2004-10-22 | * gnu/java/net/natPlainSocketImplPosix.cc | Ulrich Weigand | 2 | -1/+7 |
2004-10-22 | dwarf.h, [...]: Update copyright. | Kazu Hirata | 10 | -9/+14 |
2004-10-22 | re PR java/17265 (Libjava doesn't build) | Eric Botcazou | 2 | -44/+7 |
2004-10-22 | ptx4.h, [...]: Update copyright. | Kazu Hirata | 5 | -4/+11 |
2004-10-22 | m68k.h (HARD_REGNO_RENAME_OK): New macro. | Peter Barada | 4 | -0/+32 |
2004-10-22 | re PR c++/18095 (ICE in cp_lexer_consume_token on missing ";") | Nathan Sidwell | 5 | -64/+85 |
2004-10-22 | tree-ssa-loop-niter.c (inverse): Count in HOST_WIDE_INT if possible. | Zdenek Dvorak | 2 | -25/+84 |
2004-10-22 | array (array): Make safe for zero-sized arrays. | Benjamin Kosnik | 19 | -24/+812 |
2004-10-21 | dllimport1.C: Move dg-warnings. | Aaron W. LaFramboise | 4 | -10/+16 |
2004-10-22 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-10-22 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-10-21 | config.gcc: Add support for --enable-e500_double. | Aldy Hernandez | 9 | -37/+280 |
2004-10-21 | basic_string.h (_M_set_length_and_sharable): New. | Paolo Carlini | 3 | -20/+24 |
2004-10-21 | lib1funcs.asm (___umulsidi3): Fix typo. | Giovanni Bajo | 1 | -1/+1 |
2004-10-21 | * config/arc/lib1funcs.asm (___umulsidi3): Fix typo. | Giovanni Bajo | 2 | -1/+5 |
2004-10-21 | re PR c++/18073 (mmintrin.h rejected by C++ frontend) | Mark Mitchell | 9 | -61/+154 |
2004-10-21 | NetworkInterface.java, [...]: Import cleanup. | Michael Koch | 8 | -10/+23 |
2004-10-21 | HandshakeCompletedEvent.java, [...]: Import cleanup. | Michael Koch | 8 | -13/+21 |
2004-10-21 | BasicAttribute.java, [...]: Import cleanup. | Michael Koch | 18 | -35/+66 |
2004-10-21 | Cipher.java, [...]: Import cleanup. | Michael Koch | 10 | -24/+30 |
2004-10-21 | AlgorithmParameterGenerator.java, [...]: Import cleanup. | Michael Koch | 30 | -453/+500 |
2004-10-21 | MarshalledObject.java, [...]: Import cleanup. | Michael Koch | 22 | -68/+110 |