aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2012-03-12arm.c (neon_dereference_pointer): Do not call covert during RTL expansion.Richard Guenther2-2/+6
2012-03-12invoke.texi (VMS Options): Merge Alpha/VMS and IA-64/VMS Options.Tristan Gingold2-52/+40
2012-03-12lto-lang.c (builtin_type_for_size): Use lto_type_for_size.Richard Guenther8-7/+26
2012-03-12tree.c (signed_or_unsigned_type_for): Use build_nonstandard_integer_type.Richard Guenther3-24/+59
2012-03-12vms.opt: Add vms-opts.h header.Tristan Gingold14-76/+163
2012-03-12Committing forgotten headers from r185218.Kirill Yukhin6-0/+165
2012-03-12re PR tree-optimization/51721 (-Warray-bounds false positives and inconsisten...Jakub Jelinek4-4/+215
2012-03-12tree-sra.c (create_access_replacement): Only rename the replacement if we can...Richard Guenther3-11/+28
2012-03-12re PR tree-optimization/52533 (ice in remove_range_assertions)Jakub Jelinek4-30/+56
2012-03-12ChangeLog entry:Kirill Yukhin20-15/+231
2012-03-12re PR fortran/52542 (Procedure with a Bind (C) named interface does not inher...Tobias Burnus4-0/+34
2012-03-12stddef.h: Adjust previous patch.Tristan Gingold2-1/+6
2012-03-12i386.md (setcc + movzbl to xor + setcc peephole2): Also convert sequences wit...Uros Bizjak2-0/+48
2012-03-11invoke.texi (Option Summary): Move -no-integrated-cpp from C Language Options...Sandra Loosemore2-13/+27
2012-03-12* sv.po: Update.Joseph Myers2-221/+226
2012-03-12Daily bump.GCC Administrator1-1/+1
2012-03-11re PR target/52530 (Many 64-bit execution failures on Solaris 10/11 with Sun as)Uros Bizjak2-0/+35
2012-03-11Use word_mode instead of Pmode in loop expandH.J. Lu2-8/+14
2012-03-11i386.c (ix86_zero_extend_to_Pmode): Rewrite using convert_to_mode.Uros Bizjak2-10/+9
2012-03-11Check ptr_mode and use Pmode in ix86_trampoline_initH.J. Lu2-6/+14
2012-03-11Use Pmode on x86_64 this parameterH.J. Lu2-1/+6
2012-03-11Check Pmode in lwp_slwpcbH.J. Lu2-1/+6
2012-03-11* ChangeLog: Fix last entry.Uros Bizjak1-2/+3
2012-03-11predicates.md (call_insn_operand): Allow constant_call_address_operand in Pmo...Uros Bizjak4-25/+54
2012-03-11re PR target/51244 ([SH] Inefficient conditional branch and code around T bit)Oleg Endo4-26/+90
2012-03-11Daily bump.GCC Administrator1-1/+1
2012-03-10re PR middle-end/52450 (FAIL: gcc.dg/torture/pr52402.c at -O1 and above)John David Anglin2-0/+4
2012-03-10pr52407.c: Add -fno-common option on hppa*-*-hpux*.John David Anglin2-0/+5
2012-03-10Properly generate x32 TLS IE sequenceH.J. Lu3-0/+49
2012-03-10re PR rtl-optimization/52528 (combine bug (powerpc testcase))Chung-Lin Tang2-0/+10
2012-03-10* convert.c (convert): Fold BOOLEAN_TYPE types to the proper variant.Steven Bosscher2-1/+6
2012-03-09invoke.texi: Use correct names/markup for "GCC", "GDB", "ld", and related pro...Sandra Loosemore2-40/+54
2012-03-09invoke.texi: Use correct names for "DWARF", "stabs", and "ELF".Sandra Loosemore2-9/+13
2012-03-10Daily bump.GCC Administrator1-1/+1
2012-03-09Make-lang.in (convert.o): Depend on convert.h.Steven Bosscher4-84/+42
2012-03-09re PR target/52530 (Many 64-bit execution failures on Solaris 10/11 with Sun as)Uros Bizjak3-28/+61
2012-03-09linux64.h (OPTION_TARGET_CPU_DEFAULT): Do not redefine to be NULL if the curr...Michael Meissner3-40/+53
2012-03-09[multiple changes]Arnaud Charlet7-312/+399
2012-03-09[multiple changes]Arnaud Charlet9-33/+140
2012-03-09[multiple changes]Arnaud Charlet12-44/+73
2012-03-09sem_ch6.adb (Check_Body_To_Inline): In AAMP and VM targets use frontend inlin...Javier Miranda4-8/+26
2012-03-09vms-crtlmap.map: Add comments.Tristan Gingold2-5/+82
2012-03-09stddef.h: Do not define __size_t on VMS.Tristan Gingold2-0/+6
2012-03-09c-tree.h (c_default_pointer_mode): New variable.Tristan Gingold4-3/+112
2012-03-09vms-c.c (vms_construct_include_filename): New function.Tristan Gingold2-3/+38
2012-03-09ada-tree.h (TYPE_VAX_FLOATING_POINT_P): Move around.Eric Botcazou5-93/+78
2012-03-09re PR tree-optimization/51988 (value_replacement in PHIOPT should handle even...Andrew Pinski6-35/+139
2012-03-09tree-scalar-evolution (interpret_rhs_expr): generate chrec for array referenc...Jiangning Liu5-9/+114
2012-03-09compiler: Be more careful to follow GENERIC type rules.Ian Lance Taylor3-6/+38
2012-03-09compiler: Correct handling of sink receiver.Ian Lance Taylor1-3/+2