aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2012-01-23Interix resurrectionDouglas Rupp6-409/+256
2012-01-21kfreebsd-gnu.h (GNU_USER_DYNAMIC_LINKERX32): New macro.Robert Millan1-2/+3
2012-01-20i386.c: Fix checks for !TARGET_MACHO.Tijl Coosemans2-6/+6
2012-01-20re PR target/51915 (ICE in output_move_double)Jakub Jelinek1-1/+6
2012-01-20re PR target/51819 (Neon wrong code generation, Error: unsupported alignment ...Ramana Radhakrishnan1-2/+2
2012-01-20re PR target/50313 (ARM: PIC code references a non-existant label)Ramana Radhakrishnan2-23/+41
2012-01-19re PR target/51876 (Recent extra neon related testsuite regressions on arm-li...Jakub Jelinek1-1/+1
2012-01-19re PR bootstrap/50237 (bootstrap comparison failure for libcpp/lex.o)Jakub Jelinek1-1/+5
2012-01-17re PR target/51872 (Shrink-wrapping with -mminimal-toc causes bootstrap failure)Jakub Jelinek1-0/+17
2012-01-17rx.c (rx_can_use_simple_return): New function.Nick Clifton3-6/+34
2012-01-16re PR bootstrap/51860 (s390 esa mode bootstrap comparison failure since trans...Jakub Jelinek1-15/+33
2012-01-15mips.c (mips16_build_call_stub): Don't use a stub for calls to locally-bindin...Richard Sandiford1-0/+7
2012-01-15mips-protos.h (SYMBOL_FORCE_TO_MEM): Delete.Richard Sandiford5-97/+219
2012-01-14re PR other/50925 ([avr] ICE at spill_failure, at reload1.c:2118)Denis Chertykov3-98/+107
2012-01-12re PR other/50925 ([avr] ICE at spill_failure, at reload1.c:2118)Richard Henderson3-107/+98
2012-01-12re PR target/51756 (wrong warning: uninitialized variable put into program me...Georg-Johann Lay1-0/+1
2012-01-12i386.md (*zero_extendsidi2_rex64): Correct movl template.Uros Bizjak1-2/+2
2012-01-11arm.md (mov_notscc): Use MVN for false condition.Matthew Gretton-Dann1-1/+1
2012-01-11* config/rx/rx.md (return): Define pattern.Nick Clifton1-0/+6
2012-01-10sync.md ("atomic_compare_and_swap<mode>_1"): Fix operand number.Andreas Schwab1-2/+2
2012-01-10re PR target/49868 (Implement named address space to place/access data in fla...Georg-Johann Lay2-244/+166
2012-01-10constraints.md ("L"): Return true for 0xffffffff.Uros Bizjak2-16/+22
2012-01-09arm: Implement vec_perm and vec_perm_const for NEON.Richard Henderson4-43/+700
2012-01-09arm: Convert to atomic optabs.Richard Henderson7-971/+603
2012-01-10Fix bugs in -mvsx-scalar-memory and -mvsx-scalar-doubleMichael Meissner2-5/+16
2012-01-09arm-cores.def (cortex-a15): Use cortex_a15_tune for tuning parameters.Matthew Gretton-Dann2-1/+12
2012-01-05re PR target/51681 (ICE in gcc.dg/torture/vshuf-v2si.c on ia64)Uros Bizjak1-6/+12
2012-01-05avr.c (avr_replace_prefix): Remove.Georg-Johann Lay1-35/+9
2012-01-04mips.md (size): Add SI and DI.Andrew Pinski5-38/+87
2012-01-04xm-vms.h (HOST_LONG_FORMAT, [...]): Define when long pointers are used.Tristan Gingold2-23/+8
2012-01-04Fix clearing ZERO_REGGeorg-Johann Lay2-16/+39
2012-01-03s390.md ("*cmp<mode>_ccs"): Fix comment mentioning the instructions emitted b...Andreas Krebbel1-1/+2
2012-01-03ia64.c (expand_vec_perm_broadcast): Use correct operands for extzv pattern.Uros Bizjak1-1/+1
2012-01-02mips.md (loadgp_newabi_<mode>): Add missing earlyclobber.Richard Sandiford1-1/+1
2012-01-02sse.md (*avx2_gatherdi<mode>_3, [...]): New patterns.Jakub Jelinek1-1/+47
2012-01-02expr.h (move_by_pieces_ninsns): Declare.Richard Sandiford3-27/+92
2012-01-02avr.opt (-mbranch-cost): Fix double definition of this option introduced in r...Georg-Johann Lay1-4/+0
2012-01-02re PR target/51345 ([avr] Devices with 8-bit SP need their own multilib(s))Georg-Johann Lay7-153/+597
2012-01-02avr.c (avr_out_ashrpsi3): Fix "case 31" to "case 23".Georg-Johann Lay1-1/+1
2012-01-02Implement light-weight DImode support.Georg-Johann Lay4-29/+361
2011-12-30Fix thinko in setting target optionsMichael Meissner1-1/+1
2011-12-30bfin.h (REGISTER_MOVE_COST, [...]): Remove.Anatoly Sokolov3-36/+13
2011-12-29Update PR 51623, to eliminate checks against being in the text section.Michael Meissner1-4/+5
2011-12-29microblaze.md: Add expander for simple_return...Michael Eager1-8/+26
2011-12-29sh.h (BRANCH_COST): Use sh_branch_cost variable.Oleg Endo2-8/+11
2011-12-28Fix PR 51623Michael Meissner1-1/+1
2011-12-26sync.md: Add soft atomics ABI description.Oleg Endo1-67/+122
2011-12-24score.h (REGISTER_MOVE_COST, [...]): Remove.Anatoly Sokolov3-13/+8
2011-12-23Delete VEC_INTERLEAVE_*_EXPR.Jakub Jelinek1-4/+22
2011-12-23mips: Improved vectorization support for Loongson and mips3d-ps.Richard Henderson7-195/+1393