aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2005-07-09Rewrite PIC support to more closely model actual instructions.Hans-Peter Nilsson6-425/+665
2005-07-08darwin.h (TARGET_C99_FUNCTIONS): Define to 1.Andrew Pinski2-1/+5
2005-07-09Daily bump.GCC Administrator1-1/+1
2005-07-08Makefile.in (TREE_H): Add treestruct.def.Daniel Berlin44-762/+1712
2005-07-08cfgexpand.c (tree_expand_cfg): Don't use FINALIZE_PIC.Kazu Hirata4-22/+7
2005-07-08re PR tree-optimization/22329 (VRP produces mis-matched (non compatible) type...Andrew Pinski4-1/+28
2005-07-08re PR regression/20139 (cris-elf testsuite: gcc.c-torture/execute/20020720-1.c)Kazu Hirata6-1/+47
2005-07-08re PR tree-optimization/22360 (upper_bound_in_type and lower_bound_in_type ar...Kazu Hirata2-42/+88
2005-07-08re PR tree-optimization/22356 (mis-match types in cplxlower)Andrew Pinski4-0/+23
2005-07-08bitmap.c (bitmap_and, [...]): Removed "a != b" assert and inserted fastpath c...Kenneth Zadeck2-8/+54
2005-07-08re PR c++/21799 (Spurious ambiguity with pointers to members)Nathan Sidwell5-5/+80
2005-07-08config/m32r/m32r.c (m32r_output_function_epilogue): Care for a large stack #Kazuhiro Inaoka2-2/+21
2005-07-08primary.c (gfc_match_rvalue): Handle ENTRY the same way as FUNCTION.Jakub Jelinek4-4/+39
2005-07-08linux.h (STARTFILE_SPEC): Support PIE.Kazuhiro Inaoka3-2/+14
2005-07-08final.c: Include sdbout.h when required.David Billinghurst2-0/+8
2005-07-08Index: ChangeLogGeoffrey Keating25-50/+319
2005-07-08* config/mips/mips.md (abs<mode>2) [GPR]: Remove.Ian Lance Taylor2-14/+4
2005-07-08objc-act.c (objc_build_struct): Pass in an actual @interface instead of its n...Ziemowit Laski5-9/+75
2005-07-08Daily bump.GCC Administrator1-1/+1
2005-07-07vrp17.c: Simplify.Jeff Law2-12/+10
2005-07-07re PR rtl-optimization/22239 (i-cobol.adb:482: error: unrecognizable insn)John David Anglin2-0/+6
2005-07-07arm.c (thumb_output_function_prologue): Calculate offset in bytes, not words.Khem Raj2-1/+6
2005-07-07re PR fortran/21594 ([4.0 only] FAIL: gfortran.dg/eoshift.f90 -O0 execution...Thomas Koenig2-0/+35
2005-07-07arm.c (arm_pad_arg_upward): Compare return value of DEFAULT_FUNCTION_ARG_PADD...Paul Brook2-2/+9
2005-07-07gnu-runtime-2.mm: Compile, do not run.Ziemowit Laski3-2/+7
2005-07-07function.c (locate_and_pad_parm): Record parameter alignment in stack_alignme...Richard Henderson2-1/+13
2005-07-07scanner.c (load_line): Add pbuflen argument, don't make buflen static.Jakub Jelinek4-13/+36
2005-07-07scanner.c (preprocessor_line): Only set current_file->line when errors have n...Jakub Jelinek4-16/+38
2005-07-07re PR java/18119 (Private inner class is visible when it shouldn't be)Bryce McKinlay2-77/+111
2005-07-07pt.c (type_unification_real): Remove allow_incomplete argument.Nathan Sidwell2-9/+11
2005-07-07re PR java/21045 (Anonymous inner class constructor's exceptions can't be cau...Bryce McKinlay2-46/+76
2005-07-07rs6000.md (UNSPEC_SYNC, [...]): Delete.David Edelsohn18-107/+372
2005-07-07Makefile.in (echo_quoted_to_gtyp): New template for outputing filenames to gt...Kelley Cook2-12/+15
2005-07-07primary.c (match_hollerith_constant): Use int, not unsigned int, for the holl...Steven Bosscher2-3/+8
2005-07-07hooks.c (hook_bool_rtx_int_false): New function.J"orn Rennecke10-13/+60
2005-07-07s390-protos.h (s390_expand_clrmem): Delete.Adrian Straetling4-32/+84
2005-07-07s390.c: (optimization_options): Enable TARGET_MVCLE at -Os.Adrian Straetling4-2/+14
2005-07-07expr.c: (set_storage_via_setmem): Convert opchar to mode defined by back-end.Adrian Straetling2-5/+16
2005-07-07resync.Arnaud Charlet1-0/+145
2005-07-07vms_data.ads: Add VMS qualifiers for new gnatpp switch --no-separate-isSergey Rybin2-0/+13
2005-07-07expect.c: Minor reformattingThomas Quinot1-2/+2
2005-07-07tracebak.c: Refine tracebacks to use Unwind_Backtrace scheme on ia64 platform...Bernard Banner1-1/+1
2005-07-07sem_ch8.adb (Find_Direct_Name): Handle properly the case of a generic package...Ed Schonberg1-30/+63
2005-07-07par-load.adb (Load): If a child unit is loaded through a limited_with clause...Ed Schonberg4-187/+386
2005-07-07re PR ada/22301 (Ada does not build into a clean prefix when unwind.h is not ...Olivier Hainque1-12/+26
2005-07-07freeze.adb (Freeze_Entity): Check wrong uses of tag incomplete types.Javier Miranda9-76/+305
2005-07-07exp_ch3.adb (Build_Record_Init_Proc/Freeze_Record_Type): Reimplementation of ...Javier Miranda5-271/+621
2005-07-07decl.c (gnat_to_gnu_entity): Do not strip the padding type if the parameter i...Eric Botcazou1-2/+6
2005-07-07bindgen.adb (Gen_Output_File_C): When switch -a was specified...Vincent Celier2-5/+12
2005-07-07g-socthi-mingw.adb (C_Inet_Addr): New body used to convert the returned type ...Pascal Obry3-41/+61