aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2010-10-26stor-layout.c (layout_decl): Use the field's type to determine the mode and k...Jie Zhang1-0/+4
2010-10-25pdp11.md: Add define_constants for register numbers, branch offset limits.Paul Koning3-59/+62
2010-10-24* config/sparc/sparc.c (sparc_type_code) <NULLPTR_TYPE>: New case.Eric Botcazou1-1/+2
2010-10-24pdp11.md: Change length attribute to be in bytes.Paul Koning2-93/+106
2010-10-24i386.c (ix86_va_start): Remove extraneous blank line.Ian Lance Taylor1-1/+0
2010-10-23re PR target/46144 (gfortran.dg/vect/fast-math-vect-8.f90)Richard Henderson1-10/+35
2010-10-23cppbuiltin.c (define_builtin_macros_for_type_sizes): Define __BYTE_ORDER__...Nathan Froyd17-109/+3
2010-10-23re PR rtl-optimization/37360 (ICE in haifa-sched.c when compiling __popcounts...Jie Zhang1-5/+28
2010-10-22m32c-pragma.c (m32c_register_pragmas): Register the __far address space.DJ Delorie5-14/+337
2010-10-22* config.pdp11/pdp11.h (DBX_DEBUGGING_INFO): Define.Paul Koning1-1/+1
2010-10-22* config/m32c/m32c-lib1.S (m32c_jsri16): Make reentrant.DJ Delorie1-12/+20
2010-10-22* config/pdp11/pdp11.h (IRA_COVER_CLASSES): Define.Paul Koning1-0/+10
2010-10-22Add __builtin_fma vector transform for i386.Richard Henderson1-1/+21
2010-10-22Use ABS/NEG+USE for vector modes as well.Richard Henderson2-17/+35
2010-10-22Implementation of the pipeline description for Bulldozer (bdver1)Changpeng Fang3-30/+894
2010-10-22Update processsor_costs table for bdver1Changpeng Fang1-26/+26
2010-10-22re PR target/46098 (ICE: in extract_insn, at recog.c:2100 with -msse3 -ffloat...Uros Bizjak1-4/+47
2010-10-22target.h (enum opt_levels, [...]): New.Joseph Myers61-349/+364
2010-10-22CFStrings for Darwin.Iain Sandoe10-3/+378
2010-10-22alpha.c (alpha_build_builtin_va_list): Use TYPE_STUB_DECL instead of TREE_CHAIN.Nathan Froyd8-8/+8
2010-10-21* config/spu/spu.c (spu_function_arg): Dereference CUM parameter.Nathan Froyd1-4/+4
2010-10-21re PR target/45946 (ICE: in extract_insn, at recog.c:2127 when using _Decimal...Uros Bizjak1-6/+14
2010-10-21pdp11-protos.md (arith_operand, [...]): DeletePaul Koning6-97/+125
2010-10-21mn10300.c: Fold code to 80-character width.Nick Clifton4-375/+395
2010-10-21Add V8SI and V4DI to ssescalarmodesuffix.H.J. Lu1-2/+2
2010-10-21s390.md (*xordi3_cc): Mark xgrk as z196 only.Andreas Krebbel1-0/+1
2010-10-21vms-crtl.h (CRTL_NAMES): Add new translations.Tristan Gingold2-0/+10
2010-10-21vms-unwind.h (alpha_vms_fallback_frame_state): Set signal_frame.Tristan Gingold2-1/+3
2010-10-21vms64.h (TARGET_DEFAULT): Add MASK_FUSED_MADD.Tristan Gingold2-2/+2
2010-10-20pdp11.md (various): Fix conditions on a number of insn to check for target 11...Paul Koning1-12/+12
2010-10-20m32c.c (m32c_option_override): Always disable function-cse in 16-bit mode.DJ Delorie1-0/+15
2010-10-20ia64.h (PREFERRED_RELOAD_CLASS): Remove macros.Anatoly Sokolov3-13/+9
2010-10-20Fix several build errors for pdp11 target.Paul Koning2-12/+12
2010-10-20Correct reduc_splus_v8sf and reduc_splus_v4df.H.J. Lu1-3/+6
2010-10-20rs6000.c (rs6000_reg_live_or_pic_offset_p): If the current function calls eh_...Olivier Hainque1-1/+6
2010-10-19Add patterns for FMA3.Richard Henderson2-72/+249
2010-10-19Add FMA patterns for ia64.Richard Henderson1-0/+90
2010-10-19Use sjlj unwind.Michael Eager1-0/+3
2010-10-19rx.c (rx_function_value): Small integer types are promotes to SImode.Nick Clifton1-1/+29
2010-10-19mep.c (mep_print_operand): Use targetm.strip_name_encoding.Nick Clifton1-2/+2
2010-10-18Simplify FMA4 patterns with FMA rtx code.Richard Henderson4-723/+216
2010-10-18re PR target/36898 (Insufficient qp-mutex declarations)Steve Ellcey1-11/+7
2010-10-18i386.c (ix86_option_override_internal): Define and use USE_X86_64_FRAME_POINT...Joseph Myers2-8/+7
2010-10-18neon.md (neon_move_hi_quad_<mode>): Fix the order of operands to vec_concat.Tejas Belagod1-2/+3
2010-10-17re PR target/46051 (ICE: in extract_insn, at recog.c:2110 with -mavx -ftree-v...Uros Bizjak1-28/+24
2010-10-17target.def (preferred_output_reload_class): New hook.Anatoly Sokolov3-9/+4
2010-10-16avr.h (PREFERRED_RELOAD_CLASS): Remove.Anatoly Sokolov18-107/+1
2010-10-16arm.c (arm_option_optimization): Set flag_section_anchors to 1 not 2.Joseph Myers5-29/+10
2010-10-15i386.md (*movdfcc_1_rex64): Correct mode attribute.Uros Bizjak1-33/+33
2010-10-15target.def (target_option.init_struct): New hook.Joseph Myers6-32/+70