aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2009-01-04sync.md (*mb_barrier): Rename to...Richard Sandiford1-1/+1
2009-01-04s390.md (UNSPEC_MB): Rename from UNSPECV_MB.Uros Bizjak8-38/+52
2009-01-02fp-bit.h (pack_d): Constify argument.Ben Elliston2-20/+18
2008-12-23re PR target/38488 (x86_64 generates much larger and slightly slower code for...Jakub Jelinek1-28/+228
2008-12-22re PR target/34571 (Segfault in alpha_expand_mov at -O3)Uros Bizjak2-1/+12
2008-12-21mips-dsp.md (mips_lbux): Turn into a define_expand, changing operand 1 to a p...Richard Sandiford2-20/+64
2008-12-21i376.md (UNSPEC_MS_TO_SYSV_CALL): New constant.Jan Hubicka2-3/+67
2008-12-21alpha.c (alpha_pad_noreturn): New static function.Uros Bizjak1-0/+54
2008-12-21* config/avr/avr.md ("andsi3"): Fix wrong cc attribute.Denis Chertykov1-1/+1
2008-12-19re PR target/38548 (bootstrap broken on arm-linux-gnu (not gnueabi))Richard Earnshaw2-2/+3
2008-12-19re PR bootstrap/38578 (fatal warning during bootstrap on arm.c for output_mov...Richard Earnshaw1-4/+8
2008-12-19re PR bootstrap/37739 (bootstrap broken with core gcc > gcc-4.2.x)Jakub Jelinek2-0/+7
2008-12-18rs6000.c (rs6000_generate_compare): Condition choice of e500 comparison instr...Joseph Myers3-33/+45
2008-12-18i386.h (CONDITIONAL_REGISTER_USAGE): Initialize for current function ABI.Jan Hubicka2-22/+18
2008-12-17avr.c (avr_mcu_t): Add attiny87...Anatoly Sokolov3-8/+47
2008-12-16re PR preprocessor/38842 (Problem with SystemC compilation using GCC 4.3.2)Hariharan Sandanagobalane1-4/+2
2008-12-16re PR target/37436 (arm-cross-g++. internal compiler error: in extract_insn, ...Richard Earnshaw3-5/+11
2008-12-15mips.c (mips_output_conditional_branch): Assert that openrands[1] is a CODE_L...Adam Nemet1-0/+2
2008-12-15mips.c (mips_expand_builtin_direct): Set TARGET to the result of mips_prepare...Richard Sandiford1-1/+2
2008-12-15mips.h (TARGET_CPU_CPP_BUILTINS): Define __mips_abicalls if TARGET_ABICALLS i...Richard Sandiford1-0/+5
2008-12-15mips.md (move_doubleword_fpr<mode>): Use TARGET_FLOAT64 && !TARGET_64BIT to d...Richard Sandiford1-3/+3
2008-12-15picochip.c (picochip_override_options): Disable CFI asm and change the signat...Hariharan Sandanagobalane2-7/+13
2008-12-15s390.c (s390_swap_cmp): New function.Wolfgang Gellerich2-0/+109
2008-12-13re PR bootstrap/38383 (fails to build cross gcc for target hppa64-hp-hpux11.00)Rainer Emrich1-1/+1
2008-12-12re PR target/24779 (Python miscompilation - TOC reload)Andrew Pinski1-28/+109
2008-12-12x86intrin.h: New header file to support all x86 intrinsicsDwarakanath Rajagopal1-0/+73
2008-12-12sync.md (memory_barrier): Remove mem:BLK from operands.Uros Bizjak1-4/+4
2008-12-12fp-bit.c (nan): Rename from this ..Ben Elliston1-5/+5
2008-12-11* config/mips/mips.md (*branch_bit<bbv><mode>,Adam Nemet1-8/+8
2008-12-10Martin Guy <martinwguy@yahoo.it> PR target/37668Martin Guy1-1/+5
2008-12-10sync.md (sync_<optab>_12): Replace MIPS_SYNC_OP_12_NOT_NOP with MIPS_SYNC_OP_...David Daney2-49/+45
2008-12-09tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.Vladimir Makarov1-1/+4
2008-12-10* config/rs6000/linux-unwind.h (get_regs): Constify casts.Ben Elliston1-5/+5
2008-12-09function.c (aggregate_value_p): Get fntype from CALL_EXPR in any case.Kai Tietz1-8/+7
2008-12-092008-12-09 Andreas Krebbel <krebbel1@de.ibm.com>Andreas Krebbel1-105/+68
2008-12-09alpha.c (alpha_set_memflags): Process memory references in full insn sequence.Uros Bizjak1-10/+9
2008-12-09* config/dfp-bit.c (DFP_TO_INT): Remove unnecessary cast.Ben Elliston1-1/+1
2008-12-09* config/rs6000/darwin-ldouble.c (fmsub): Remove unused variable, v.Ben Elliston1-1/+1
2008-12-08ia64.md (UNSPECV_GOTO_RECEIVER): New constant.Steve Ellcey1-0/+12
2008-12-08re PR middle-end/38240 (Vector type definitions not compatible with attribute...Richard Henderson1-0/+1
2008-12-06i386.c (override_options): Use CPU_AMDFAM10 instead of PROCESSOR_AMDFAM10 for...Jakub Jelinek1-1/+1
2008-12-05rs6000.md (move_from_CR_gt_bit): Enable for TARGET_HARD_FLOAT && !TARGET_FPRS...Joseph Myers2-2/+2
2008-12-05* Remove unintended commits.Uros Bizjak1-16/+3
2008-12-05alpha.c (alpha_fold_vector_minmax): Create VIEW_CONVERT_EXPR to convert outpu...Uros Bizjak2-5/+18
2008-12-05linux-unwind.h (frob_update_context): Check for NULL lr.Andreas Schwab1-1/+1
2008-12-04stormy16.md: Remove extraneous spaces and quotes.Nick Clifton2-320/+329
2008-12-02Sorry, committed the wrong version of the last patch.Richard Sandiford1-6/+5
2008-12-02mips.c (mips_expand_builtin): Fix the mode of the error return value.Richard Sandiford2-26/+39
2008-12-02lb1sf68.asm (PICCALL, PICJUMP): Use GOT instead of PC-relative addressing whe...Nathan Sidwell1-26/+56
2008-12-02t-darwin64: Add m32 multilib support.Andreas Tobler1-0/+6