2008-05-20 |
Ed Schonberg | 2008-05-20 Ed Schonberg <schonberg@adacore.com> |
commit | commitdiff | tree |
2008-05-20 |
Kevin Pouget | exp_smem.ads, [...]: Construction of access and assign... |
commit | commitdiff | tree |
2008-05-20 |
Thomas Quinot | 2008-05-20 Thomas Quinot <quinot@adacore.com> |
commit | commitdiff | tree |
2008-05-20 |
Javier Miranda | exp_disp.adb (Make_DT, [...]): Avoid generating dispatc... |
commit | commitdiff | tree |
2008-05-20 |
Hristian Kirtchev | exp_ch6.adb (Expand_Call): Add guard to ensure that... |
commit | commitdiff | tree |
2008-05-20 |
Vincent Celier | prj.adb (Hash (Project_Id)): New function |
commit | commitdiff | tree |
2008-05-20 |
Ed Schonberg | exp_ch5.adb (Expand_Assign_Record): Within an initializ... |
commit | commitdiff | tree |
2008-05-20 |
Gary Dismukes | 2008-05-20 Gary Dismukes <dismukes@adacore.com> |
commit | commitdiff | tree |
2008-05-20 |
Javier Miranda | 2008-05-20 Javier Miranda <miranda@adacore.com> |
commit | commitdiff | tree |
2008-05-20 |
Robert Dewar | re PR ada/30740 (Improper semantics in gnat's compilati... |
commit | commitdiff | tree |
2008-05-20 |
Tristan Gingold | decl.c: Do not emit a variable for a object that has... |
commit | commitdiff | tree |
2008-05-20 |
Vincent Celier | cstand.adb (Print_Standard): Issue the correct Size... |
commit | commitdiff | tree |
2008-05-20 |
Robert Dewar | checks.adb (Apply_Arithmetic_Overflow_Check): Avoid... |
commit | commitdiff | tree |
2008-05-20 |
Robert Dewar | ali.adb: Correct casing of ASCII.NUL |
commit | commitdiff | tree |
2008-05-20 |
Arnaud Charlet | re PR ada/24533 (FAIL: a85013b: *** glibc detected... |
commit | commitdiff | tree |
2008-05-20 |
Santiago Uruena | i-cobol.ads: Interfaces.COBOL should be preelaborate. |
commit | commitdiff | tree |
2008-05-20 |
Thomas Quinot | Makefile.rtl (GNAT.Sockets.Thin_Common): New unit. |
commit | commitdiff | tree |
2008-05-20 |
Richard Guenther | tree-ssa-reassoc.c (fini_reassoc): Use the statistics... |
commit | commitdiff | tree |
2008-05-20 |
Sandra Loosemore | 20061214-1.c: New test. |
commit | commitdiff | tree |
2008-05-20 |
Kai Tietz | Finally reverted parts of my escaped patch. (quilt... |
commit | commitdiff | tree |
2008-05-20 |
Kai Tietz | 2008-05-20 Kai Tietz <kai.tietz@onevision.com> |
commit | commitdiff | tree |
2008-05-20 |
Richard Guenther | tree-vn.c (vn_lookup_with_vuses): Do not use the alias... |
commit | commitdiff | tree |
2008-05-20 |
Kai Tietz | i386-protos.h (ix86_return_in_memory): Removed. |
commit | commitdiff | tree |
2008-05-20 |
Alexandre Oliva | * cselib.c (cselib_record_sets): Use correct mode for... |
commit | commitdiff | tree |
2008-05-20 |
Xinliang David Li | Revert r135493 & r135463 |
commit | commitdiff | tree |
2008-05-20 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2008-05-19 |
Eric Botcazou | tree.c (substitute_placeholder_in_expr) <tcc_vl_exp... |
commit | commitdiff | tree |
2008-05-19 |
H.J. Lu | Fix a typo. |
commit | commitdiff | tree |
2008-05-19 |
Eric Botcazou | tree.c (substitute_in_expr): Fix thinko. |
commit | commitdiff | tree |
2008-05-19 |
H.J. Lu | i386.c (ix86_expand_vector_init_concat): Change sizes... |
commit | commitdiff | tree |
2008-05-19 |
H.J. Lu | i386.c (ix86_expand_vector_init_concat): New. |
commit | commitdiff | tree |
2008-05-19 |
Francois-Xavier... | re PR fortran/36265 (character issue with gfortran) |
commit | commitdiff | tree |
2008-05-19 |
Francois-Xavier... | widechar_intrinsics_5.f90: Add dg-do directive and... |
commit | commitdiff | tree |
2008-05-19 |
Francois-Xavier... | char_cast_2.f90: Adjust count in scanning the tree... |
commit | commitdiff | tree |
2008-05-19 |
Francois-Xavier... | * gfortran.dg/bind_c_module.f90: Adjust expected error... |
commit | commitdiff | tree |
2008-05-19 |
Kenneth Zadeck | forgot to save changelog back when updating the doc... |
commit | commitdiff | tree |
2008-05-19 |
Francois-Xavier... | simplify.c (gfc_simplify_dble, [...]): Initialize resul... |
commit | commitdiff | tree |
2008-05-19 |
Francois-Xavier... | char_cast_1.f90: Adjust count in scanning the tree... |
commit | commitdiff | tree |
2008-05-19 |
Uros Bizjak | i386.c (ix86_secondary_reload): New static function. |
commit | commitdiff | tree |
2008-05-19 |
Kaveh Ghazi | Add file omitted from last checkin. |
commit | commitdiff | tree |
2008-05-19 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2008-05-18 |
Kaveh R. Ghazi | re PR middle-end/35509 (builtin isinf() mismatch to... |
commit | commitdiff | tree |
2008-05-18 |
Francois-Xavier... | intrinsic.c (char_conversions, ncharconv): New static... |
commit | commitdiff | tree |
2008-05-18 |
Eric Botcazou | tree-ssa-dom.c (tree_ssa_dominator_optimize): If some... |
commit | commitdiff | tree |
2008-05-18 |
Tobias Burnus | Update ChangeLog which was forgotten in the check in: |
commit | commitdiff | tree |
2008-05-18 |
Thomas Koenig | in_pack.m4 (internal_pack_'rtype_code`): Destination... |
commit | commitdiff | tree |
2008-05-18 |
Jakub Jelinek | re PR target/36090 (ppc64 cacoshl miscompilation) |
commit | commitdiff | tree |
2008-05-18 |
Francois-Xavier... | stat_1.f90: Skip on mingw. |
commit | commitdiff | tree |
2008-05-18 |
Uros Bizjak | revert: i386.c (ix86_secondary_reload): New static... |
commit | commitdiff | tree |
2008-05-18 |
Richard Guenther | tree-cfg.c (verify_gimple_expr): Allow conversions... |
commit | commitdiff | tree |
2008-05-18 |
Uros Bizjak | i386.c (ix86_secondary_reload): New static function. |
commit | commitdiff | tree |
2008-05-18 |
Francois-Xavier... | select.c: Moved content to select_inc.c. |
commit | commitdiff | tree |
2008-05-18 |
Tobias Burnus | re PR fortran/36251 (PUBLIC and PRIVATE abuse) |
commit | commitdiff | tree |
2008-05-18 |
Xinliang David Li | comment/style fixes |
commit | commitdiff | tree |
2008-05-18 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2008-05-17 |
Kaz Kojima | sh.c (sh_output_mi_thunk): Update the use of init_flow. |
commit | commitdiff | tree |
2008-05-17 |
Tobias Burnus | intrinsic.texi: Correct description of GET_COMMAND_ARGU... |
commit | commitdiff | tree |
2008-05-17 |
Thomas Koenig | list_read.c (list_formatted_read_scalar): Declare type... |
commit | commitdiff | tree |
2008-05-17 |
Tobias Burnus | initialization_19.f90: New test. |
commit | commitdiff | tree |
2008-05-17 |
Kenneth Zadeck | rtl.texi (RTL_CONST_CALL_P, [...]): Fixed typos. |
commit | commitdiff | tree |
2008-05-17 |
Tobias Burnus | Remove bogus lines added in previous (Rev. |
commit | commitdiff | tree |
2008-05-17 |
Tobias Burnus | intrinsic.c (add_functions): Change FLUSH(C) to FLUSH... |
commit | commitdiff | tree |
2008-05-17 |
Eric Botcazou | tree-inline.c (setup_one_parameter): Remove dead code. |
commit | commitdiff | tree |
2008-05-17 |
Eric Botcazou | fold-const.c (fold_unary): Fold the cast into a BIT_AND... |
commit | commitdiff | tree |
2008-05-17 |
Eric Botcazou | trans.c (gnat_to_gnu): Account for dummy types pointed... |
commit | commitdiff | tree |
2008-05-17 |
Xinliang David Li | Check in tree-dce enh to trunk |
commit | commitdiff | tree |
2008-05-17 |
David S. Miller | linux.h (NO_PROFILE_COUNTERS): Undef before overriding. |
commit | commitdiff | tree |
2008-05-17 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2008-05-16 |
Benjamin Kosnik | system_error: Align to current draft specifications. |
commit | commitdiff | tree |
2008-05-16 |
Paul Thomas | re PR fortran/35756 (incorrect WHERE for functions... |
commit | commitdiff | tree |
2008-05-16 |
Tobias Burnus | libgfortran.h: Increase GFC_MAX_DIMENSIONS to 15. |
commit | commitdiff | tree |
2008-05-16 |
Jerry DeLisle | [multiple changes] |
commit | commitdiff | tree |
2008-05-16 |
Daniel Kraft | re PR fortran/27997 (Fortran 2003: Support type-spec... |
commit | commitdiff | tree |
2008-05-16 |
Uros Bizjak | re PR target/36246 (Reload chooses too wide mode for... |
commit | commitdiff | tree |
2008-05-16 |
Janne Blomqvist | Rotate ChangeLog, hopefully restoring svn blame history... |
commit | commitdiff | tree |
2008-05-16 |
Janne Blomqvist | Part 1.1 of PR25561. |
commit | commitdiff | tree |
2008-05-16 |
Janne Blomqvist | Fix fallout from part 1 of PR25561 patch. |
commit | commitdiff | tree |
2008-05-16 |
Jerry DeLisle | re PR fortran/34325 (Wrong error message for syntax... |
commit | commitdiff | tree |
2008-05-16 |
Tobias Burnus | intrinsic.texi: Write Fortran 77/90/95 instead of F77... |
commit | commitdiff | tree |
2008-05-16 |
Sebastian Pop | re PR tree-optimization/36228 (redundant runtime check... |
commit | commitdiff | tree |
2008-05-16 |
Hans-Peter... | f2003_io_4.f03, [...]: Gate test on effective_target... |
commit | commitdiff | tree |
2008-05-16 |
Kenneth Zadeck | ifcvt.c (dead_or_predicable): Rename df_simulate_one_in... |
commit | commitdiff | tree |
2008-05-16 |
Doug Kwan | real.c (real_to_decimal, [...]): Distinguish QNaN ... |
commit | commitdiff | tree |
2008-05-16 |
Diego Novillo | [multiple changes] |
commit | commitdiff | tree |
2008-05-16 |
Kenneth Zadeck | tree-ssa-dse (max_stmt_uid): Removed. |
commit | commitdiff | tree |
2008-05-16 |
Diego Novillo | [multiple changes] |
commit | commitdiff | tree |
2008-05-16 |
Kenneth Zadeck | invoke.text (-fdump-tree-*-verbose): New option. |
commit | commitdiff | tree |
2008-05-16 |
Bernd Schmidt | bfin.c (bfin_discover_loops): Delete empty loops. |
commit | commitdiff | tree |
2008-05-16 |
Bernd Schmidt | From Jie Zhang <jie.zhang@analog.com> |
commit | commitdiff | tree |
2008-05-16 |
Richard Guenther | tree-ssa-propagate.c (substitute_and_fold): Fix stmt... |
commit | commitdiff | tree |
2008-05-16 |
Johannes Singler | parallel_mode.xml: Documented the new choices, factorin... |
commit | commitdiff | tree |
2008-05-16 |
Daniel Kraft | primary.c: New private structure "gfc_structure_ctor_co... |
commit | commitdiff | tree |
2008-05-16 |
H.J. Lu | i386.c (ix86_expand_vector_init_general): Optimize... |
commit | commitdiff | tree |
2008-05-16 |
Steven G. Kargl | [multiple changes] |
commit | commitdiff | tree |
2008-05-16 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2008-05-15 |
Kenneth Zadeck | cgraph.h (compute_inline_parameters): Made public. |
commit | commitdiff | tree |
2008-05-15 |
Bernd Schmidt | configure.ac: Don't check AC_LIBTOOL_DLOPEN if using... |
commit | commitdiff | tree |
2008-05-15 |
Francois-Xavier... | trans-expr.c (gfc_conv_concat_op): Take care of nondefa... |
commit | commitdiff | tree |
2008-05-15 |
Anatoly Sokolov | avr.c (avr_base_arch_macro, [...]): Remove variables. |
commit | commitdiff | tree |
2008-05-15 |
Diego Novillo | arm.c (arm_return_in_memory): Fix return type. |
commit | commitdiff | tree |
next |