aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2013-12-09Eliminate last_basic_block macro.David Malcolm4-7/+7
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm3-3/+3
2013-12-09re PR rtl-optimization/54300 (regcprop incorrectly looks through parallel reg...Richard Earnshaw1-13/+22
2013-12-09arm.md (generic_sched): Add cortexa12.Kyrylo Tkachov6-3/+125
2013-12-08re PR target/52898 (SH Target: Inefficient DImode comparisons)Oleg Endo2-2/+7
2013-12-07* config/linux.h: Fix typo in a comment.Maxim Kuvyrkov1-1/+1
2013-12-07Cleanup definitions of libc-related target hooks.Maxim Kuvyrkov7-17/+34
2013-12-07Robustify check for IFUNC support.Maxim Kuvyrkov1-1/+1
2013-12-07Rename functions relating to libc support on Linux targets.Maxim Kuvyrkov7-9/+9
2013-12-07Rename files for libc selection on Linux targets.Maxim Kuvyrkov2-1/+1
2013-12-07rs6000.md (bswapdi2_32bit): Remove ?? from r->r alternative.Alan Modra1-1/+1
2013-12-06rs600.md (*bswapdi2_64bit): Remove ?? from the constraint.Vladimir Makarov1-1/+1
2013-12-06re PR target/59092 (__builtin_trap calls abort for aarch64-linux-gnu)Andrew Pinski1-0/+6
2013-12-06Change -mtune=ia to -mtune=intelH.J. Lu2-5/+5
2013-12-06re PR target/59405 (Incorrect FP<->MMX transition during call/ret)Uros Bizjak1-4/+16
2013-12-06[ARM] Add __builtin_trap support for A32Ian Bolton2-0/+19
2013-12-06re PR target/59316 (gcc.dg/atomic/c11-atomic-exec-5.c FAILs on Solaris/SPARC)Eric Botcazou4-229/+520
2013-12-06score.c (score_force_temporary): Delete function.Jan-Benedict Glaw2-31/+9
2013-12-05Add -march=ia to x86 backendH.J. Lu2-0/+8
2013-12-05i386.c (ix86_expand_builtin): Generate reg for readflags built-in when optimi...Kirill Yukhin2-8/+9
2013-12-05i386.c (IX86_BUILTIN_READ_FLAGS): New.Kirill Yukhin3-0/+87
2013-12-05ia64.md (prologue_allocate_stack): Block auto- generation of predicated version.Kirill Yukhin2-2/+41
2013-12-04Implement -fsanitize=signed-integer-overflow.Marek Polacek1-2/+154
2013-12-04re PR target/59163 (program compiled with g++ -O3 segfaults)Jakub Jelinek1-2/+2
2013-12-04re PR target/59163 (program compiled with g++ -O3 segfaults)Jakub Jelinek3-4/+107
2013-12-03htmintrin.h (_TEXASR_INSTRUCTION_FETCH_CONFLICT): Fix typo in macro name.Peter Bergner1-2/+2
2013-12-03aarch64.c (aarch64_frame_pointer_required): Check LR_REGNUM.Vladimir Makarov1-2/+2
2013-12-03avr.c (avr_option_override): Warn if asked to generate position independent c...Senthil Kumar Selvaraj2-1/+11
2013-12-03Adjust destination address after gen_strsetH.J. Lu1-0/+7
2013-12-03This patch fixes PR 58944Sriraman Tallam2-6/+150
2013-12-02epiphany.h: Wrap rtl_opt_pass declarations in #ifndef IN_LIBGCC2 / #endif.Joern Rennecke1-0/+2
2013-12-02arm.c (arm_preferred_reload_class): Only return LO_REGS when rclass is GENERA...Yvan Roux1-4/+1
2013-12-01winnt.c (i386_pe_asm_named_section): Be prepared for an identifier node.Eric Botcazou1-2/+3
2013-11-29re PR target/59289 ([ARM] regression on unsigned-extend-2.c)Kyrylo Tkachov1-57/+57
2013-11-29arm.h (THUMB_SECONDARY_INPUT_RELOAD_CLASS): Return NO_REGS for LRA.Yvan Roux1-5/+6
2013-11-29arm.md (store_minmaxsi): Use only when optimize_function_for_size_p.Yvan Roux1-1/+1
2013-11-29re PR sanitizer/59063 (ASAN: segfault in __interceptor_clock_gettime)Jakub Jelinek1-16/+0
2013-11-29revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich9-410/+66
2013-11-28iterators.md (vrint_conds): New int attribute.Kyrylo Tkachov2-3/+10
2013-11-28arm.c (v7m_extra_costs): New table.Terry Guo1-1/+101
2013-11-28Add -lrt on SolarisRainer Orth1-0/+3
2013-11-28nds32.c (nds32_rtx_costs): Adjust MULT cost if it is not optimized for size.Chung-Ju Wu1-1/+1
2013-11-27* config/score/score.h (REG_CLASS_FROM_LETTER): Delete.Chen Liqin1-3/+0
2013-11-272013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>Bernd Edlinger1-1/+1
2013-11-27winnt.c (i386_pe_section_type_flags): Use const pointer cast.Kai Tietz1-1/+1
2013-11-27cgraph.h (enum cgraph_simd_clone_arg_type): New.Aldy Hernandez1-0/+190
2013-11-27hpux.h (TARGET_LIBC_HAS_FUNCTION): Fix typo.Alexander Ivchenko1-1/+1
2013-11-26re PR target/59229 (ICE in ix86_expand_set_or_movmem)Jakub Jelinek1-14/+13
2013-11-26Remove parameter keep_aligning from get_inner_reference.Bernd Edlinger1-1/+1
2013-11-26arm.c (arm_legitimize_address): Check xop1 is not a constant immediate before...Yufeng Zhang1-1/+2