2005-11-15 |
Robert Dewar | impunit.adb: Exclude container helper units not intende... |
commit | commitdiff | tree |
2005-11-15 |
Javier Miranda | exp_strm.adb (Build_Stream_Attr_Profile, [...]): Add... |
commit | commitdiff | tree |
2005-11-15 |
Thomas Quinot | exp_intr.adb (Expand_Unc_Deallocation): If GIGI needs... |
commit | commitdiff | tree |
2005-11-15 |
Robert Dewar | exp_fixd.adb: Use Universal_Real instead of Long_Long_F... |
commit | commitdiff | tree |
2005-11-15 |
Pascal Obry | expect.c (__gnat_kill): Fix implementation... |
commit | commitdiff | tree |
2005-11-15 |
Thomas Quinot | exp_dist.adb (Append_Array_Traversal): Modify constrain... |
commit | commitdiff | tree |
2005-11-15 |
Cyrille Comar | exp_ch5.adb (Expand_N_Assignment_Statement, [...])... |
commit | commitdiff | tree |
2005-11-15 |
Javier Miranda | sem_disp.adb: Change name Is_Package to Is_Package_Or_G... |
commit | commitdiff | tree |
2005-11-15 |
Robert Dewar | sem_attr.adb: Implement Machine_Rounding attribute |
commit | commitdiff | tree |
2005-11-15 |
Ed Schonberg | exp_aggr.adb (Build_Record_Aggr_Code): Do not create... |
commit | commitdiff | tree |
2005-11-15 |
Robert Dewar | sem_elab.adb: Change name Is_Package to Is_Package_Or_G... |
commit | commitdiff | tree |
2005-11-15 |
Vincent Celier | clean.adb (Check_Project): Look for Ada code in extendi... |
commit | commitdiff | tree |
2005-11-15 |
Emmanuel Briot | xref_lib.adb (Parse_Identifier_Info): It is possible... |
commit | commitdiff | tree |
2005-11-15 |
Hristian Kirtchev | rtsfind.ads, [...]: Complete support for Ada 2005 inter... |
commit | commitdiff | tree |
2005-11-15 |
Matthew Gingell | tb-gcc.c (trace_callback): Work around problem with... |
commit | commitdiff | tree |
2005-11-15 |
Olivier Hainque | cuintp.c (UI_To_gnu): Use a proper type for intermediat... |
commit | commitdiff | tree |
2005-11-15 |
Matthew Heaney | a-crbtgo.ads, [...]: Compiles against the spec for... |
commit | commitdiff | tree |
2005-11-15 |
Thomas Quinot | decl.c: Factor common code to build a storage type... |
commit | commitdiff | tree |
2005-11-15 |
Jose Ruiz | s-tassta.adb (Create_Task): Move the code in charge... |
commit | commitdiff | tree |
2005-11-15 |
Arnaud Charlet | a-except.adb (Zero_Cost_Exceptions): Removed, no longer... |
commit | commitdiff | tree |
2005-11-15 |
Pascal Obry | gnatdll.adb (Parse_Command_Line): Remove redundant... |
commit | commitdiff | tree |
2005-11-15 |
Arnaud Charlet | adaint.h, adaint.c (__gnat_is_cross_compiler): New... |
commit | commitdiff | tree |
2005-11-15 |
Jose Ruiz | s-taprop-posix.adb (Initialize_Lock): Destroy mutex... |
commit | commitdiff | tree |
2005-11-15 |
Arnaud Charlet | s-traces-default.adb, [...]: Fix compilation errors. |
commit | commitdiff | tree |
2005-11-15 |
Doug Rupp | system-vms.ads, [...]: ADA$GNAT: New exported object... |
commit | commitdiff | tree |
2005-11-15 |
Vincent Celier | mlib-tgt-tru64.adb, [...] (DLL_Prefix): New function |
commit | commitdiff | tree |
2005-11-15 |
Matthew Gingell | system-lynxos-ppc.ads, [...]: Increase default priority... |
commit | commitdiff | tree |
2005-11-15 |
Robert Dewar | exp_vfpt.adb: Handle /= case |
commit | commitdiff | tree |
2005-11-15 |
Robert Dewar | re PR ada/18434 (Ada: cannot build gnattools on Tru64... |
commit | commitdiff | tree |
2005-11-15 |
Thomas Quinot | g-soccon.ads: Minor reformatting. |
commit | commitdiff | tree |
2005-11-15 |
Jan Hubicka | invoke.texi (large-unit-insns): Document. |
commit | commitdiff | tree |
2005-11-15 |
Hans-Peter... | re PR target/24869 (testsuite failure: gfortran.dg... |
commit | commitdiff | tree |
2005-11-15 |
David Edelsohn | invoke.texi (RS/6000 and PowerPC Options): Add -mmfcrf... |
commit | commitdiff | tree |
2005-11-15 |
Geoffrey Keating | acinclude.m4 (GLIBCXX_CHECK_LINKER_FEATURES): Don't... |
commit | commitdiff | tree |
2005-11-15 |
Geoffrey Keating | gcc.c (version_compare_spec_function): Use fatal()... |
commit | commitdiff | tree |
2005-11-15 |
David Edelsohn | * g++.dg/eh/simd-2.C: XFAIL on AIX and SPE. |
commit | commitdiff | tree |
2005-11-15 |
Diego Novillo | re PR tree-optimization/24840 (ICE process_assert_inser... |
commit | commitdiff | tree |
2005-11-15 |
Mike Stump | i386.c (override_options): -masm=intel isn't supported... |
commit | commitdiff | tree |
2005-11-15 |
Joseph Myers | crtstuff.c: Undefine gid_t, pid_t, rlim_t, ssize_t... |
commit | commitdiff | tree |
2005-11-15 |
Janis Johnson | re PR testsuite/24841 (dg-require compilation-test... |
commit | commitdiff | tree |
2005-11-15 |
Alan Modra | re PR rtl-optimization/22002 (internal consistency... |
commit | commitdiff | tree |
2005-11-15 |
Dale Johannesen | 20051113-1.c: New. |
commit | commitdiff | tree |
2005-11-15 |
Dale Johannesen | expmed.c (store_bit_field): Add offset unconditionally... |
commit | commitdiff | tree |
2005-11-15 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2005-11-15 |
Mark Mitchell | re PR c++/24687 (ICE after error) |
commit | commitdiff | tree |
2005-11-15 |
Mark Mitchell | parser.c (cp_lexer_get_preprocessor_token): Initialize... |
commit | commitdiff | tree |
2005-11-14 |
Jason Merrill | re PR c++/24580 (virtual base class cause exception... |
commit | commitdiff | tree |
2005-11-14 |
Janne Blomqvist | re PR libfortran/21468 (vectorizing libfortran) |
commit | commitdiff | tree |
2005-11-14 |
Mohan Embar | natVMNetworkInterfaceWin32.cc: Include java/net/VMNetwo... |
commit | commitdiff | tree |
2005-11-14 |
Mohan Embar | natPlainSocketImplWin32.cc: Updated copyright. |
commit | commitdiff | tree |
2005-11-14 |
Daniel Jacobowitz | arm.c (pic_labelno): New. |
commit | commitdiff | tree |
2005-11-14 |
Daniel Jacobowitz | arm.c (legitimize_tls_address): Use correct rtx for... |
commit | commitdiff | tree |
2005-11-14 |
Gerald Pfeifer | cpplib.h (struct cpp_callbacks): Annotate error with... |
commit | commitdiff | tree |
2005-11-14 |
Daniel Jacobowitz | * gcc.c-torture/unsorted/unsorted.exp: Sort tests befor... |
commit | commitdiff | tree |
2005-11-14 |
Mark Mitchell | * parser.c (eof_token): Add initializer for ambiguous_p. |
commit | commitdiff | tree |
2005-11-14 |
Richard Earnshaw | loop-invariant.c: Include tm_p.h. |
commit | commitdiff | tree |
2005-11-14 |
Richard Earnshaw | loop-invariant.c: Include tm_p.h. |
commit | commitdiff | tree |
2005-11-14 |
Robert Dewar | re PR ada/18434 (Ada: cannot build gnattools on Tru64... |
commit | commitdiff | tree |
2005-11-14 |
Mark Mitchell | re PR c++/24817 (g++ accepts multiple function template... |
commit | commitdiff | tree |
2005-11-14 |
Hans-Peter... | * gcc.dg/pack-test-1.c: Gate on ! default_packed. |
commit | commitdiff | tree |
2005-11-14 |
Mark Mitchell | re PR c++/20293 (Wrong diagnostic for ambiguous access) |
commit | commitdiff | tree |
2005-11-14 |
Hans-Peter... | * gcc.dg/pr19340.c: Skip for mmix-*-* and cris-*-*. |
commit | commitdiff | tree |
2005-11-14 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2005-11-13 |
John David... | pa.c (store_reg): Revise generation of frame notes... |
commit | commitdiff | tree |
2005-11-13 |
Andrew MacLeod | re PR tree-optimization/24709 (4.1.0 HEAD crashes with... |
commit | commitdiff | tree |
2005-11-13 |
Paolo Carlini | [multiple changes] |
commit | commitdiff | tree |
2005-11-13 |
Paolo Carlini | [multiple changes] |
commit | commitdiff | tree |
2005-11-13 |
Eric Botcazou | gthr-posix95.h: Remove declaration of pthread_mutexattr... |
commit | commitdiff | tree |
2005-11-13 |
Eric Botcazou | re PR middle-end/24003 (17 ACATS regressions (fixed... |
commit | commitdiff | tree |
2005-11-13 |
Francois-Xavier... | fget.c: New file. |
commit | commitdiff | tree |
2005-11-13 |
Razya Ladelsky | ipa-prop.c (ipa_callsite_compute_param ): Removed obsol... |
commit | commitdiff | tree |
2005-11-13 |
Andreas Jaeger | check.tpl: Handle CVS additionally. |
commit | commitdiff | tree |
2005-11-13 |
Jason Merrill | re PR c++/22489 (ICE in dwarf2out_finish with using... |
commit | commitdiff | tree |
2005-11-13 |
Andrew Pinski | re PR middle-end/24820 (SEGV in integer_valued_real_p... |
commit | commitdiff | tree |
2005-11-13 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2005-11-12 |
Zdenek Dvorak | tree-ssa-loop-ivopts.c (get_address_cost): Prevent... |
commit | commitdiff | tree |
2005-11-12 |
Eric Botcazou | function.c (assign_stack_local_1): Restrict sanity... |
commit | commitdiff | tree |
2005-11-12 |
John David... | nested-func-4.c: Add dg-options for hppa*-*-hpux*. |
commit | commitdiff | tree |
2005-11-12 |
Hans-Peter... | cris.exp: New file. |
commit | commitdiff | tree |
2005-11-12 |
Hans-Peter... | cris.h (LEGITIMIZE_RELOAD_ADDRESS): Define. |
commit | commitdiff | tree |
2005-11-12 |
Jakub Jelinek | re PR c++/24780 (ICE set_mem_attributes_minus_bitpos) |
commit | commitdiff | tree |
2005-11-12 |
Jakub Jelinek | re PR c++/24761 (templates and inline-asm and "+") |
commit | commitdiff | tree |
2005-11-12 |
Richard Guenther | gcse.c (find_rtx_in_ldst): Handle NULL pre_ldst_table. |
commit | commitdiff | tree |
2005-11-12 |
Steven G. Kargl | re PR libfortran/24787 ([libfortran] SCAN is broken) |
commit | commitdiff | tree |
2005-11-12 |
Jan Hubicka | expr.c (expand_expr_real_1): <MAX_EXPR, MIN_EXPR>:... |
commit | commitdiff | tree |
2005-11-12 |
Jie Zhang | bfin.h (REGISTER_NAMES, [...]): Rearrange I/B/L registers. |
commit | commitdiff | tree |
2005-11-12 |
Kaz Kojima | pr24445.c: Fix for 64-bit targets. |
commit | commitdiff | tree |
2005-11-12 |
Hans-Peter... | recog.c (constrain_operands): For a match, require... |
commit | commitdiff | tree |
2005-11-12 |
Paolo Carlini | re PR libstdc++/24808 (is_object fails to compile with... |
commit | commitdiff | tree |
2005-11-12 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2005-11-12 |
Steven Bosscher | loop-invariant.c (move_loop_invariants): Fix a thinko... |
commit | commitdiff | tree |
2005-11-11 |
Daniel Jacobowitz | gcc/ |
commit | commitdiff | tree |
2005-11-11 |
Hans-Peter... | re PR middle-end/24750 (global-alloc (reload) trips... |
commit | commitdiff | tree |
2005-11-11 |
Hans-Peter... | re PR middle-end/24750 (global-alloc (reload) trips... |
commit | commitdiff | tree |
2005-11-11 |
Daniel Jacobowitz | * longlong.h (__clz_tab): Always provide. |
commit | commitdiff | tree |
2005-11-11 |
Andreas Tobler | target-libpath.exp (get_shlib_extension): New proc. |
commit | commitdiff | tree |
2005-11-11 |
Daniel Jacobowitz | Makefile.def: Remove gdb dependencies for gdbtk. |
commit | commitdiff | tree |
2005-11-11 |
Andreas Tobler | static_linking_1.f: Fix static_libgfortran processing. |
commit | commitdiff | tree |
2005-11-11 |
Jerry DeLisle | Update ChangeLog. |
commit | commitdiff | tree |
2005-11-11 |
Jerry DeLisle | re PR libfortran/24719 (Nonadvancing read does not... |
commit | commitdiff | tree |
next |