aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2011-07-23dwarf2cfi: Introduce dw_trace_info.Richard Henderson2-174/+281
2011-07-23dwarf2cfi: Allocate reg_saved_in_data in the heap.Richard Henderson2-9/+16
2011-07-23dwarf2cfi: Convert queued_reg_save to a VEC.Richard Henderson2-25/+36
2011-07-23dwarf2cfi: Remove dw_cfi_row_ref typedef.Richard Henderson2-12/+15
2011-07-23dwarf2cfi: Implement change_cfi_row.Richard Henderson4-248/+309
2011-07-23dwarf2cfi: Populate CUR_ROW->REG_SAVE.Richard Henderson2-2/+32
2011-07-23dwarf2cfi: Rename cfi_insn to add_cfi_insn.Richard Henderson2-9/+15
2011-07-23dwarf2cfi: Introduce a dw_cfi_row state.Richard Henderson3-75/+152
2011-07-23bb-reorder: Split EH edges crossing partitions.Richard Henderson9-174/+276
2011-07-23re PR target/49816 (arm.c:3999:12: error: converting 'false' to pointer type ...Richard Earnshaw2-1/+6
2011-07-23re PR ada/49819 (bogus reference to g-trasym-dwarf.adb in Makefile)Arnaud Charlet2-1/+6
2011-07-22* doc/invoke.texi (C++ Dialect Options): Document -Wno-narrowing.Jason Merrill3-0/+21
2011-07-23Daily bump.GCC Administrator1-1/+1
2011-07-22re PR c++/49793 ([C++0x] Narrowing conversion from int/short/char to double)Jason Merrill10-8/+26
2011-07-22* bb-reorder.c (gate_handle_partition_blocks): Honor optimize.Richard Henderson2-0/+5
2011-07-22Fix mark_all_labels vs cfglayout mode.Richard Henderson2-67/+89
2011-07-23re PR libfortran/49791 (Formatted namelist reads fails with: Cannot match nam...Tobias Burnus2-0/+38
2011-07-23resolve.c (resolve_symbol): Fix coarray var decl check.Tobias Burnus5-6/+30
2011-07-22Warn about the use of final/override in non-c++0x mode, and add __final for n...Ville Voutilainen7-3/+59
2011-07-22dwarf2.h (DW_AT_GNU_macros): New.Jakub Jelinek2-31/+402
2011-07-22re PR other/32998 (-frecord-gcc-switches issues)Jakub Jelinek5-18/+169
2011-07-22re PR c++/30112 (pragma redefine_extname fails when namespaces are involved)Jason Merrill10-33/+153
2011-07-22re PR debug/49815 (ICE in cselib_record_set, at cselib.c:2241 compiling 64-bi...Eric Botcazou2-1/+7
2011-07-22re PR c++/49813 ([C++0x] sinh vs asinh vs constexpr)Jason Merrill6-8/+38
2011-07-22Disallow MS ABI in x32 mode.H.J. Lu9-8/+32
2011-07-22Fix up ChangeLog dateMichael Meissner1-1/+1
2011-07-22Allow linux ppc to bootstrap againMichael Meissner2-5/+11
2011-07-22re PR lto/49796 (483.xalancbmk/447.dealII in SPEC CPU 2006 failed to build)Martin Jambor2-9/+22
2011-07-22* ChangeLog: Fix my last entry.Uros Bizjak1-1/+1
2011-07-22config.gcc (i[34567]86-*-linux*): Set default_gnu_indirect_function to yes.Uros Bizjak2-10/+29
2011-07-22re PR middle-end/45819 (unexpected unaligned access to volatile int)Richard Guenther4-2/+37
2011-07-22* lib/target-supports.exp (check_ifunc_available): Improve comment.Uros Bizjak1-1/+1
2011-07-22re PR bootstrap/49794 (Solaris 10/x86 bootstrap broken by C++ build)Rainer Orth7-8/+205
2011-07-22init.c [sgi] (__gnat_error_handler): Update sigaction(2) citation.Rainer Orth2-8/+30
2011-07-22re PR bootstrap/49797 (CLooG use of LANGUAGE_C conflicts with MIPS compilers)Rainer Orth2-2/+12
2011-07-22re PR c++/49756 (g++ ICE)Jakub Jelinek3-0/+14
2011-07-22target-supports.exp (check_ifunc_available): Rewrite.Uros Bizjak2-37/+12
2011-07-21Call copy_to_mode_reg instead of force_reg.H.J. Lu2-1/+6
2011-07-21Convert to Pmode if needed and use force_reg after convert.H.J. Lu2-10/+44
2011-07-22Daily bump.GCC Administrator1-1/+1
2011-07-21trans.c (gfc_allocate_with_status): Split into two functions gfc_allocate_usi...Daniel Carrera7-151/+224
2011-07-21Infer types based on lb and ub.Sebastian Pop5-37/+204
2011-07-21Generate signed types whenever possible.Sebastian Pop2-2/+16
2011-07-21Compute once and cache the LB and UB for each clast_name.Sebastian Pop2-42/+121
2011-07-21Remove max_signed_precision_type.Sebastian Pop2-29/+30
2011-07-21Rename gcc_type_for_clast_* into type_for_clast_*Sebastian Pop2-35/+46
2011-07-21Add fixme comment.Sebastian Pop2-1/+23
2011-07-21Cleanup function params using a struct.Sebastian Pop2-206/+155
2011-07-21Record the loop level that defines a clast_name.Sebastian Pop2-20/+54
2011-07-21Do not compute twice type, lb, and ub.Sebastian Pop2-31/+39