aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2008-07-12driver-native.c (host_detect_local_cpu): Handle sb1 and r5000 cpus.David Daney1-0/+4
2008-07-12md.texi: Document the MIPS "v" constraint.Richard Sandiford3-1/+10
2008-07-11* config/h8300/h8300.md (length): Fix branch offset limit.DJ Delorie1-1/+1
2008-07-11avr-protos.h (avr_peep2_scratch_safe): Remove prototype.Anatoly Sokolov3-36/+23
2008-07-09revert: arm.opt (mandroid): New option.Doug Kwan2-45/+0
2008-07-09re PR target/35802 (MIPS64: Unable to find a register to spill in class &#821...Richard Sandiford4-40/+60
2008-07-09driver-native.c: Include coretypes.h and tm.h.David Daney1-0/+2
2008-07-09sh.c (sh_canonical_va_list_type): New.Kaz Kojima1-0/+11
2008-07-09arm.opt (mandroid): New option.Doug Kwan2-0/+45
2008-07-07arm.c (arm_init_neon_builtins): Register built-in types immediately after cre...Joseph Myers1-38/+38
2008-07-07* config/arm/aout.h (DOLLARS_IN_IDENTIFIERS): Remove.Joseph Myers1-3/+0
2008-07-07i386.c (is_va_list_char_pointer): New.Kai Tietz1-4/+17
2008-07-07* config/m68k/m68k.c (m68k_return_in_memory): Fix arguments types.Maxim Kuvyrkov1-2/+2
2008-07-07* config/m68k/lb1sf68.asm: Add PIC macros for Linux targets.Mark Shinwell1-5/+31
2008-07-07config.gcc (m68k-*-linux*): Add with_arch.Nathan Sidwell1-0/+11
2008-07-07t-cf (MULTILIB_EXTRA_OPTS): Add no-mac.Nathan Sidwell2-13/+20
2008-07-06re PR target/36720 (ia64_split_tmode_move doesn't work on little endian)H.J. Lu1-2/+2
2008-07-06mips.h (TARGET_CPU_CPP_BUILTINS): Check mips_base_mips16 instead of TARGET_MI...Richard Sandiford2-18/+25
2008-07-06configure.ac: Check for caddr_t, define to char * if not defined.Andreas Tobler1-4/+4
2008-07-06config.gcc (extra_headers): Add cross-stdarg.h for target x86_64-*-* and i?86...Kai Tietz4-14/+379
2008-07-05host-darwin.c (darwin_rs6000_extra_siganls): Cast the "void*" result of xmall...Roger Sayle1-2/+3
2008-07-04re PR target/36684 (spill failure for class 'R0_REGS' on sh4 with -fPIC -O2)Kaz Kojima1-3/+3
2008-07-04Revert 137452.Kai Tietz1-76/+0
2008-07-04Revert 137452.Kai Tietz3-260/+13
2008-07-04config.gcc (extra_headers): Add cross-stdarg.h for target x86_64-*-* and i?86...Kai Tietz4-13/+336
2008-07-04re PR target/36634 (-msecure-plt combine gives invalid call insn)Alan Modra1-64/+85
2008-07-03Makefile.in (libgcc.mvars): Add LIBGCC_SYNC and LIBGCC_SYNC_CFLAGS.Richard Sandiford2-0/+188
2008-07-03re PR target/36710 (FAIL: gcc.dg/torture/fp-int-convert-float128.c -Os (int...Uros Bizjak1-1/+29
2008-07-03i386.c (contains_aligned_value_p): Return true for TCmode.H.J. Lu1-3/+6
2008-07-02vms_tramp.asm, [...]: Remove .file directives.Joseph Myers49-69/+0
2008-07-02rtlanal.c (add_reg_note): New function.Ian Lance Taylor2-9/+4
2008-07-02re PR target/36669 (Wrong versioning for __float128)H.J. Lu15-164/+191
2008-07-02alpha.c (alpha_need_linkage, [...]): Fix -Wc++-compat and/or -Wcast-qual warn...Kaveh R. Ghazi2-4/+4
2008-07-02mingw32.h (TARGET_USE_JCR_SECTION): Undef to let defaults.h definition apply.Danny Smith1-2/+1
2008-07-01c-typeck.c (convert_for_assignment): Use vector_targets_convertible_p.Daniel Jacobowitz1-1/+0
2008-07-01ia64.c (ia64_cannot_force_const_mem): Do not allow RFmode constants.Steve Ellcey1-0/+2
2008-07-01i386.c (ix86_build_signbit_mask): Generate TImode and TFmode constants via tw...Uros Bizjak1-16/+37
2008-07-01darwin-driver.c (darwin_default_min_version): Fix -Wc++-compat warnings.Kaveh R. Ghazi1-2/+2
2008-06-30i386.md (*movti_rex64): Add "!" to "r" constraint of operand 0.Uros Bizjak1-1/+1
2008-06-30i386.c (contains_aligned_value_p): Return true for __float128.H.J. Lu3-154/+145
2008-06-29m68k.c (print_operand): Always print a float constant in hex.Andreas Schwab2-39/+11
2008-06-29* config/rs6000/x-linux64: Remove never used file.Andreas Schwab1-2/+0
2008-06-28predicates.md (easy_fp_constant): Reject TFmode constants for E500 double.Joseph Myers1-0/+3
2008-06-28i386.md (addti3, [...]): Remove FLAGS_REG clobber from expander pattern.Uros Bizjak1-109/+65
2008-06-28re PR target/34856 (ICE with some constant vectors)Ulrich Weigand1-13/+13
2008-06-27* config/i386/i386.md (lshrti splitter): Fix splitter predicate.Uros Bizjak1-2/+2
2008-06-27i386.md (ashlti3, [...]): Expand using ix86_expand_binary_operator directly.Uros Bizjak3-147/+94
2008-06-27mips-protos.h (mips_split_const_insns): Declare.Richard Sandiford5-258/+254
2008-06-27c-format.c (handle_format_attribute): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi26-79/+84
2008-06-27[multiple changes]David Edelsohn6-9/+239