aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-05-14libgfortran.h (gfc_char4_t): New type.Francois-Xavier Coudert5-367/+493
2008-05-14sparc.h (NO_PROFILE_COUNTERS): Define as 0.Andreas Tobler2-1/+8
2008-05-14sse.md (*sse4_1_pinsrq): Make it 64bit only.H.J. Lu2-1/+5
2008-05-14re PR fortran/36059 (-frepack-arrays: symbols w/ TARGET should not be repacked)Francois-Xavier Coudert4-1/+39
2008-05-14re PR fortran/36186 (Wrong handling of BOZ in CMPLX)François-Xavier Coudert5-14/+98
2008-05-14re PR fortran/36233 (Array valued actual procedure argument rejected)Paul Thomas4-1/+86
2008-05-14re PR fortran/35682 (assignment to run-time zero-sized complex section stores...Francois-Xavier Coudert5-1/+79
2008-05-14re PR fortran/35685 (UBOUND incorrect for run-time zero-sized section)Francois-Xavier Coudert4-0/+33
2008-05-14Add SSE5 vector shift/rotate; Update SSE5 vector multiplyMichael Meissner29-307/+1449
2008-05-14Fix pr36224Michael Meissner4-38/+262
2008-05-14config-ml.in: don't handle --enable-shared and --enable-static.Rafael Avila de Espindola2-1/+10
2008-05-14optabs.c (prepare_cmp_insn): Changed LCT_PURE_MAKE_BLOCK to LCT_PURE and LCT_...Kenneth Zadeck6-175/+33
2008-05-14tree-ssa-dse.c (dse_possible_dead_store_p): Remove dead code.Richard Guenther2-23/+13
2008-05-14inclhack.def (AAB_fd_zero_asm_posix_types_h): Bypass on posix_types_64.Joseph Myers3-5/+15
2008-05-14expr.c (expand_expr_real_1): Force op0 to memory if the component is to be re...Olivier Hainque4-4/+66
2008-05-14calls.c (emit_library_call_value_1): Restore code clearing ECF_LIBCALL_BLOCK ...Adam Nemet2-0/+7
2008-05-14re PR fortran/36215 (Fortran bootstrap fails on _abs_c4.F90)Francois-Xavier Coudert4-1/+38
2008-05-14configure.ac: Add support for a "gcc_subdir" variable in config-lang.in...Olivier Hainque3-22/+72
2008-05-14sstream: Adjust braces.Benjamin Kosnik6-22/+35
2008-05-14re PR tree-optimization/36098 (435.gromacs miscompares at -O3)Ira Rosen5-11/+58
2008-05-14rtl.texi: Removed reference to REG_NO_CONFLICT notes.Kenneth Zadeck16-373/+70
2008-05-14sparc.c (sparc_profile_hook): If NO_PROFILE_COUNTERS, don't generate and pass...David S. Miller4-4/+24
2008-05-14sem_attr.adb (Analyze_Attribute, [...]): Add restrictions to the prefix of 'Old.Samuel Tardieu8-1/+152
2008-05-14cse.c (cse_cc_succs): Invoke delete_insn_and_edges.Andreas Krebbel4-1/+25
2008-05-14Daily bump.GCC Administrator1-1/+1
2008-05-13re PR target/36222 (x86 fails to optimize out __v4si -> __m128i move)Uros Bizjak4-17/+36
2008-05-13i386.c (ix86_expand_vector_init_one_nonzero): Use ix86_expand_vector_set if s...H.J. Lu13-0/+737
2008-05-13tree.h (init_phinodes, [...]): Move ...Diego Novillo9-55/+93
2008-05-13re PR testsuite/35127 (Ineffective dg-options in gcc.c-torture/compile)Janis Johnson12-19/+20
2008-05-13atomicity.h: Remove file.David Daney3-95/+6
2008-05-13re PR preprocessor/22168 (#if #A == #B should have a diagnostic in ISO C mode)Tom Tromey28-94/+192
2008-05-13Fix a typo.H.J. Lu1-2/+3
2008-05-13re PR middle-end/36227 (POINTER_PLUS folding introduces undefined overflow)Richard Guenther4-1/+25
2008-05-13re PR ada/24880 (infinite loop on conversion of integer type with size clause)Eric Botcazou5-1/+77
2008-05-12jcf-dump.c (print_constant): Use HOST_LONG_LONG_FORMAT.Aaron W. LaFramboise2-2/+9
2008-05-13Daily bump.GCC Administrator1-1/+1
2008-05-13re PR ada/31808 (cross-built gnattools installs vxaddr2line regardless of tar...Arnaud Charlet2-5/+5
2008-05-12pr11832.c: XFAIL for mips and powerpc-linux, then ignore ICE message to avoid...Janis Johnson4-6/+16
2008-05-12sh.c (sh_expand_prologue): Don't clear RTX_FRAME_RELATED_P for push insns.Kaz Kojima2-1/+6
2008-05-12pr34457-1.c: Skip for target without trampolines.Andy Hutchinson6-0/+13
2008-05-12* config/avr/avr.h (MAX_OFILE_ALIGNMENT): Define.Andy Hutchinson2-0/+6
2008-05-13avr.h (machine_function): Add 'is_leaf' field.Anatoly Sokolov3-2/+13
2008-05-12sem_ch3.adb (Build_Derived_Record_Type): Accept statically matching constrain...Samuel Tardieu4-12/+38
2008-05-12sse.md (*sse_concatv4sf): Renamed to ...H.J. Lu7-5/+215
2008-05-12re PR rtl-optimization/36111 (GCC 4.4.0-20080501 failed to compile openmpi's ...Uros Bizjak4-20/+49
2008-05-12re PR ada/36001 ($(GNATMAKE) not defined with 'cd gcc && make')Samuel Tardieu6-17/+236
2008-05-12re PR fortran/36176 (TRANSFER of constant substrings)François-Xavier Coudert4-8/+70
2008-05-12re PR c++/35331 (ICE with invalid specialization of variadic template)Paolo Carlini10-16/+40
2008-05-12* utils2.c (known_alignment, contains_save_expr_p)Tomas Bily5-20/+23
2008-05-12typeck2.c (digest_init): Use CONVERT_EXPR_P.Tomas Bily5-8/+12