aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2015-05-02type reg_equiv_init as rtx_insn_listTrevor Saunders4-10/+20
2015-05-02make fp_setter_insn take a rtx_insn *Trevor Saunders3-2/+7
2015-05-02make validate_replace_src_group take a rtx_insn *Trevor Saunders3-3/+10
2015-05-02make several functions in the scheduler take rtx_insn *Trevor Saunders6-32/+40
2015-05-02make some functions in config/ take a rtx_insn *Trevor Saunders3-9/+16
2015-05-02make some functions in lra-constraints.c take rtx_insn *Trevor Saunders2-2/+6
2015-05-02kill_autoinc_value can take a rtx_insn *Trevor Saunders2-1/+6
2015-05-02recog_data::insn can be a rtx_insn *Trevor Saunders4-3/+10
2015-05-02add_cfi_insn can be a rtx_insn *Trevor Saunders2-1/+5
2015-05-02df_set_note can take a rtx_insn *Trevor Saunders2-1/+6
2015-05-02change local vars to rtx_insn *Trevor Saunders19-37/+74
2015-05-02re PR fortran/65976 (gfortran man-page lists the -fno-fixed-form flag but doe...Steven G. Kargl2-2/+7
2015-05-01extend.texi (Variable Attributes): Add menu and proper @nodes to subsections.Sandra Loosemore2-191/+248
2015-05-02Daily bump.GCC Administrator1-1/+1
2015-05-01Wnarrowing4.C: Rename to Wnarrowing3.C.Paolo Carlini2-1/+1
2015-05-01re PR c++/65858 (ICE in varpool_node::get_constructor during chromium build o...Paolo Carlini4-3/+23
2015-05-01match.pd: New simplification patterns.Rasmus Villemoes6-0/+142
2015-05-01* gcc.dg/debug/pr65771.c: Add "dg-add-options tls".David Edelsohn2-0/+5
2015-05-01* de.po: Update.Joseph Myers2-156/+121
2015-05-01[doc] Update definition location of attribute_spec in documentationKyrylo Tkachov3-2/+8
2015-05-01[PATCH] add sync_int_long target selector to gcc.dg/pr65345-2.cRenlin Li2-0/+5
2015-05-01genrecog.c (test): Rename to rtx_test.Richard Sandiford2-222/+230
2015-05-01Summary: Mark help string in DEFPARAM as no-c-formatAndreas Schwab2-1/+6
2015-05-01Allow bound simplification of array subreferences.Mikael Morin4-9/+45
2015-05-01[AArch64] Make aarch64_min_divisions_for_recip_mul configurableWilco Dijkstra3-7/+33
2015-05-01[AArch64] Fix Cortex-A53 shift costsWilco Dijkstra2-4/+9
2015-05-01[AArch64] Handle FLOAT and UNSIGNED_FLOAT in rtx costsKyrylo Tkachov2-0/+11
2015-05-01[AArch64] Fix aarch64_rtx_costs of PLUS/MINUSWilco Dijkstra2-7/+10
2015-05-01[AArch64] Remember to cost operand 0 in FP compare-with-0.0 caseKyrylo Tkachov2-0/+6
2015-05-01Daily bump.GCC Administrator1-1/+1
2015-04-30crypto-builtin-2.c: Replace powerpc_vsx_ok with powerpc_p8vector_ok.Bill Schmidt2-1/+6
2015-04-30re PR fortran/37131 (inline matmul for small matrix sizes)Thomas Koenig5-1/+118
2015-04-30Fix spurious semicolonsDavid Malcolm11-9/+29
2015-04-30compiler: Use backend interface for stack allocation.Chris Manghane5-27/+29
2015-04-30devirt-28a.C: Require LTO effective target.Uros Bizjak7-0/+18
2015-04-30tm.texi: Regenerate.Caroline Tice2-0/+29
2015-04-30re PR tree-optimization/63551 (wrong code (segfaults) at -Os on x86_64-linux-...Marek Polacek2-0/+28
2015-04-30Correct ChangeLog entry date.Joseph Myers1-1/+1
2015-04-30be.po, [...]: Update.Joseph Myers19-101668/+106910
2015-04-30Define & use special macros to record the name & size of cold partitions.Caroline Tice7-10/+84
2015-04-30escape: Analyze function values and conversions.Ian Lance Taylor1-7/+12
2015-04-30* varasm.c (handle_cache_entry): Fix logic.Marek Polacek2-11/+14
2015-04-30compiler: Mark non-escaping variables that aren't addressed.Ian Lance Taylor1-5/+1
2015-04-30[AArch64] Add alternative 'extr' pattern, calculate rtx cost properlyKyrylo Tkachov3-0/+91
2015-04-30[AArch64] Properly cost FABD patternKyrylo Tkachov2-1/+18
2015-04-30[AArch64] Properly handle mvn-register and add EON+shift pattern and cost app...Kyrylo Tkachov3-3/+69
2015-04-30[PATCH][AARCH64]Define vec_shr as an unspec, use shl for big-endian.Renlin Li5-3/+48
2015-04-30re PR ipa/65873 (Failure to inline always_inline memcpy)Jan Hubicka2-3/+6
2015-04-30Add missing PR middle-end/64729 reference.Rainer Orth1-0/+1
2015-04-30[AArch64] Properly cost MNEG/[SU]MNEGL patternsKyrylo Tkachov2-3/+17