summaryrefslogtreecommitdiff
path: root/gcc/config
Commit message (Expand)AuthorAgeFilesLines
* i386.md (sse5 cmov pattern): Update call of ix86_sse5_valid_op_pJan Hubicka2008-07-144-76/+81
* config.gcc (arm*-*-eabi*): Include arm/eabi.h and use additional option file ...Doug Kwan2008-07-145-5/+164
* re PR target/36745 (ICE in gen_reg_rtx, at emit-rtl.c:868)Andreas Krebbel2008-07-142-3/+30
* cpplib.h (NODE_CONDITIONAL): New.Ben Elliston2008-07-141-0/+157
* re PR target/35492 (ICE building kernel sk_stream_wait_connect output_operand...Hans-Peter Nilsson2008-07-143-47/+58
* driver-native.c (host_detect_local_cpu): Handle sb1 and r5000 cpus.David Daney2008-07-121-0/+4
* md.texi: Document the MIPS "v" constraint.Richard Sandiford2008-07-123-1/+10
* * config/h8300/h8300.md (length): Fix branch offset limit.DJ Delorie2008-07-111-1/+1
* avr-protos.h (avr_peep2_scratch_safe): Remove prototype.Anatoly Sokolov2008-07-113-36/+23
* revert: arm.opt (mandroid): New option.Doug Kwan2008-07-092-45/+0
* re PR target/35802 (MIPS64: Unable to find a register to spill in class &#821...Richard Sandiford2008-07-094-40/+60
* driver-native.c: Include coretypes.h and tm.h.David Daney2008-07-091-0/+2
* sh.c (sh_canonical_va_list_type): New.Kaz Kojima2008-07-091-0/+11
* arm.opt (mandroid): New option.Doug Kwan2008-07-092-0/+45
* arm.c (arm_init_neon_builtins): Register built-in types immediately after cre...Joseph Myers2008-07-071-38/+38
* * config/arm/aout.h (DOLLARS_IN_IDENTIFIERS): Remove.Joseph Myers2008-07-071-3/+0
* i386.c (is_va_list_char_pointer): New.Kai Tietz2008-07-071-4/+17
* * config/m68k/m68k.c (m68k_return_in_memory): Fix arguments types.Maxim Kuvyrkov2008-07-071-2/+2
* * config/m68k/lb1sf68.asm: Add PIC macros for Linux targets.Mark Shinwell2008-07-071-5/+31
* config.gcc (m68k-*-linux*): Add with_arch.Nathan Sidwell2008-07-071-0/+11
* t-cf (MULTILIB_EXTRA_OPTS): Add no-mac.Nathan Sidwell2008-07-072-13/+20
* re PR target/36720 (ia64_split_tmode_move doesn't work on little endian)H.J. Lu2008-07-061-2/+2
* mips.h (TARGET_CPU_CPP_BUILTINS): Check mips_base_mips16 instead of TARGET_MI...Richard Sandiford2008-07-062-18/+25
* configure.ac: Check for caddr_t, define to char * if not defined.Andreas Tobler2008-07-061-4/+4
* config.gcc (extra_headers): Add cross-stdarg.h for target x86_64-*-* and i?86...Kai Tietz2008-07-064-14/+379
* host-darwin.c (darwin_rs6000_extra_siganls): Cast the "void*" result of xmall...Roger Sayle2008-07-051-2/+3
* re PR target/36684 (spill failure for class 'R0_REGS' on sh4 with -fPIC -O2)Kaz Kojima2008-07-041-3/+3
* Revert 137452.Kai Tietz2008-07-041-76/+0
* Revert 137452.Kai Tietz2008-07-043-260/+13
* config.gcc (extra_headers): Add cross-stdarg.h for target x86_64-*-* and i?86...Kai Tietz2008-07-044-13/+336
* re PR target/36634 (-msecure-plt combine gives invalid call insn)Alan Modra2008-07-041-64/+85
* Makefile.in (libgcc.mvars): Add LIBGCC_SYNC and LIBGCC_SYNC_CFLAGS.Richard Sandiford2008-07-032-0/+188
* re PR target/36710 (FAIL: gcc.dg/torture/fp-int-convert-float128.c -Os (int...Uros Bizjak2008-07-031-1/+29
* i386.c (contains_aligned_value_p): Return true for TCmode.H.J. Lu2008-07-031-3/+6
* vms_tramp.asm, [...]: Remove .file directives.Joseph Myers2008-07-0249-69/+0
* rtlanal.c (add_reg_note): New function.Ian Lance Taylor2008-07-022-9/+4
* re PR target/36669 (Wrong versioning for __float128)H.J. Lu2008-07-0215-164/+191
* alpha.c (alpha_need_linkage, [...]): Fix -Wc++-compat and/or -Wcast-qual warn...Kaveh R. Ghazi2008-07-022-4/+4
* mingw32.h (TARGET_USE_JCR_SECTION): Undef to let defaults.h definition apply.Danny Smith2008-07-021-2/+1
* c-typeck.c (convert_for_assignment): Use vector_targets_convertible_p.Daniel Jacobowitz2008-07-011-1/+0
* ia64.c (ia64_cannot_force_const_mem): Do not allow RFmode constants.Steve Ellcey2008-07-011-0/+2
* i386.c (ix86_build_signbit_mask): Generate TImode and TFmode constants via tw...Uros Bizjak2008-07-011-16/+37
* darwin-driver.c (darwin_default_min_version): Fix -Wc++-compat warnings.Kaveh R. Ghazi2008-07-011-2/+2
* i386.md (*movti_rex64): Add "!" to "r" constraint of operand 0.Uros Bizjak2008-06-301-1/+1
* i386.c (contains_aligned_value_p): Return true for __float128.H.J. Lu2008-06-303-154/+145
* m68k.c (print_operand): Always print a float constant in hex.Andreas Schwab2008-06-292-39/+11
* * config/rs6000/x-linux64: Remove never used file.Andreas Schwab2008-06-291-2/+0
* predicates.md (easy_fp_constant): Reject TFmode constants for E500 double.Joseph Myers2008-06-281-0/+3
* i386.md (addti3, [...]): Remove FLAGS_REG clobber from expander pattern.Uros Bizjak2008-06-281-109/+65
* re PR target/34856 (ICE with some constant vectors)Ulrich Weigand2008-06-281-13/+13