aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2012-03-14Remove obsolete IRIX 6.5 supportRainer Orth1-0/+55
2012-03-14expr.c (expand_assignment): Use expand_expr with EXPAND_WRITE when expanding ...Martin Jambor1-0/+8
2012-03-14re PR middle-end/52584 (Fails to constant fold vector upper/lower half BIT_FI...Richard Guenther1-0/+8
2012-03-14re PR c++/52582 (g++ ICE when compiling qt-4.8.0 with -O2 on PPC (32bit))Richard Guenther1-0/+8
2012-03-14re PR tree-optimization/52571 (vectorizer changes alignment of common symbols)Richard Guenther1-0/+8
2012-03-14re PR target/52080 (Stores to bitfields introduce a store-data-race on adjace...Richard Guenther1-0/+20
2012-03-14re PR middle-end/52578 (Fails to fold another size difference)Richard Guenther1-0/+11
2012-03-14Revert:Uros Bizjak1-0/+8
2012-03-13re PR c/52577 (__builtin_shuffle -Wunused-but-set-* false positives)Jakub Jelinek1-0/+4
2012-03-13smmintrin.h: Avoid /* within a comment.Jakub Jelinek1-0/+5
2012-03-13i386.md (xbegin): Remove constraint from expander.Uros Bizjak1-0/+4
2012-03-13predicates.md (constant_call_address_operand): Declare as special predicate.Uros Bizjak1-0/+9
2012-03-13i386.c (ix86_decompose_address): Handle subregs of AND zero extended address ...Uros Bizjak1-0/+5
2012-03-13predicates.md (tls_symbolic_operand): Declare as special predicate.Uros Bizjak1-0/+8
2012-03-13expr.c (expand_assignment): Handle misaligned scalar writes to memory through...Martin Jambor1-0/+5
2012-03-13re PR middle-end/52134 (Does not fold (x * 4) & -4)Richard Guenther1-0/+6
2012-03-13re PR target/52488 (avr-*: internal compiler error: in extract_insn, at reco...Georg-Johann Lay1-0/+7
2012-03-13neon.ml (ops): Fixup expected instructions for unsigned vector compares.Matthew Gretton-Dann1-0/+5
2012-03-13i386.c (ix86_decompose_address): Prevent %fs:(%reg) addresses only when %reg ...Uros Bizjak1-0/+5
2012-03-13Fix sgi typosRainer Orth1-0/+6
2012-03-13Remove extra_passesRainer Orth1-0/+11
2012-03-13i386.h (TARGET_TLS_INDIRECT_SEG_REFS): New.Uros Bizjak1-0/+8
2012-03-12Remove :P on tls_symbolic_operandH.J. Lu1-0/+6
2012-03-12re PR other/52545 (output.h: SECTION_EXCLUDE flag clobbers SECTION_MACH_DEP)Georg-Johann Lay1-0/+6
2012-03-12re PR target/52499 (avr MODE_CODE_BASE_REG_CLASS enum conversion problem)Georg-Johann Lay1-0/+7
2012-03-12tree-ssa-phiopt.c (single_non_singleton_phi_for_edges): New function.Andrew Pinski1-0/+7
2012-03-12re PR rtl-optimization/52148 (ICE: in spill_failure, at reload1.c:2120)Georg-Johann Lay1-0/+7
2012-03-12Add ix86_gen_tls_global_dynamic_64 and ix86_gen_tls_local_dynamic_base_64H.J. Lu1-0/+18
2012-03-12Properly set ix86_gen_xxx function pointersH.J. Lu1-0/+12
2012-03-12ia64.c (ia64_function_arg_1): Move code around.Tristan Gingold1-0/+5
2012-03-12Remove obsolete OpenBSD/MIPS supportRainer Orth1-0/+12
2012-03-12Fix ChangeLog typo.Rainer Orth1-1/+1
2012-03-12GCC 4.7 Solaris updates to install.texiRainer Orth1-0/+12
2012-03-12Remove obsolete Tru64 UNIX V5.1B supportRainer Orth1-0/+38
2012-03-12arm.c (neon_dereference_pointer): Do not call covert during RTL expansion.Richard Guenther1-0/+5
2012-03-12invoke.texi (VMS Options): Merge Alpha/VMS and IA-64/VMS Options.Tristan Gingold1-0/+5
2012-03-12lto-lang.c (builtin_type_for_size): Use lto_type_for_size.Richard Guenther1-0/+5
2012-03-12tree.c (signed_or_unsigned_type_for): Use build_nonstandard_integer_type.Richard Guenther1-0/+9
2012-03-12vms.opt: Add vms-opts.h header.Tristan Gingold1-0/+31
2012-03-12re PR tree-optimization/51721 (-Warray-bounds false positives and inconsisten...Jakub Jelinek1-0/+6
2012-03-12tree-sra.c (create_access_replacement): Only rename the replacement if we can...Richard Guenther1-0/+9
2012-03-12re PR tree-optimization/52533 (ice in remove_range_assertions)Jakub Jelinek1-0/+8
2012-03-12ChangeLog entry:Kirill Yukhin1-0/+41
2012-03-12stddef.h: Adjust previous patch.Tristan Gingold1-0/+5
2012-03-12i386.md (setcc + movzbl to xor + setcc peephole2): Also convert sequences wit...Uros Bizjak1-0/+5
2012-03-11invoke.texi (Option Summary): Move -no-integrated-cpp from C Language Options...Sandra Loosemore1-0/+10
2012-03-11Use word_mode instead of Pmode in loop expandH.J. Lu1-0/+6
2012-03-11i386.c (ix86_zero_extend_to_Pmode): Rewrite using convert_to_mode.Uros Bizjak1-2/+6
2012-03-11Check ptr_mode and use Pmode in ix86_trampoline_initH.J. Lu1-0/+5
2012-03-11Use Pmode on x86_64 this parameterH.J. Lu1-0/+5