aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/alpha
AgeCommit message (Expand)AuthorFilesLines
2014-01-02Update copyright years in gcc/Richard Sandiford22-22/+22
2013-12-07Rename functions relating to libc support on Linux targets.Maxim Kuvyrkov1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+10
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-1/+2
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+4
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-1/+1
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-1/+1
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-1/+1
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-1/+1
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-10-18tree-cfg.h: Rename from tree-flow.h.Andrew Macleod1-2/+1
2013-10-10alpha.c: Add gimple-ssa.h to include list.Andrew MacLeod1-0/+1
2013-10-02x-i386 (driver-i386.o): Remove header dependencies.Uros Bizjak1-3/+3
2013-09-23rtl.texi (REG_NOTES): Say that int_list can also be used.Richard Sandiford1-2/+2
2013-09-16alpha.c: Include tree-ssanames.h.Jan-Benedict Glaw1-1/+1
2013-09-16alpha.c: Include tree-ssa.h.Jan-Benedict Glaw1-0/+1
2013-09-05linux64.h: Define OPTION_BIONIC and OPTION_UCLIBC.Alexander Ivchenko1-0/+4
2013-08-31alpha.c (alpha_emit_conditional_move): Update "cmp" RTX before signed_compari...Uros Bizjak1-0/+1
2013-08-19target.def (TARGET_LIBC_HAS_FUNCTION): New target hook.Alexander Ivchenko1-6/+4
2013-06-10alpha.c (alpha_emit_xfloating_compare): Also use cmp_code to construct REG_EQ...Uros Bizjak1-1/+2
2013-06-05alpha.c (alpha_emit_conditional_move): Swap all GE, GT, GEU and GTU compares,...Uros Bizjak1-6/+6
2013-05-23re PR target/57379 (Segfault in invalidate_any_buried_refs (x=0x0) at ../../g...Uros Bizjak2-6/+3
2013-04-22re PR rtl-optimization/57032 (internal compiler error: Max. number of generat...Uros Bizjak1-3/+0
2013-03-30cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER.Steven Bosscher1-1/+0
2013-03-17alpha.c (TARGET_LRA_P): New define.Uros Bizjak1-0/+3
2013-02-01alpha: widening multiply patternRichard Henderson1-0/+15
2013-01-10Update copyright years in gcc/Richard Sandiford22-40/+22
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek6-7/+8
2012-12-19target.def: Define canonicalize_comparison hook.Andreas Krebbel2-20/+27
2012-12-13alpha: Consider barriers when placing nops after sibcallsRichard Henderson1-9/+12
2012-12-05tm.texi.in (TARGET_CLASS_LIKELY_SPILLED_P): Update documentation.Steven Bosscher1-1/+2
2012-11-21t-linux: New file; define MULTIARCH_DIRNAME.Matthias Klose1-0/+1
2012-11-21alpha: Update to new extv/insv patternsRichard Henderson1-50/+35
2012-10-14alpha.md: Remove empty predicates and/or constraints.Uros Bizjak2-661/+627
2012-10-13alpha.md (I24MODE): New mode iterator.Uros Bizjak1-134/+23
2012-10-13alpha.md (FMODE): New mode iterator.Uros Bizjak1-413/+250
2012-10-12alpha.md (vecmodesuffix): New mode attribute.Uros Bizjak1-123/+22
2012-10-11alpha.md (IMODE): New mode iterator.Uros Bizjak1-271/+55
2012-10-11alpha.md (DWI): New mode attribute.Uros Bizjak1-174/+76
2012-10-11builtins.c (expand_builtin_thread_pointer): New.Chung-Lin Tang2-18/+4
2012-09-26re PR middle-end/54635 (Add addr_space_t argument to TARGET_MODE_DEPENDENT_AD...Georg-Johann Lay1-1/+2
2012-09-19Integrate lexical block into source_location.Dehao Chen1-1/+0
2012-09-10* config/alpha/predicates.md (small_symbolic_operand): Disallow large offsets.Richard Henderson1-8/+32
2012-09-05hooks.c (hook_int_rtx_mode_as_bool_0): New function.Oleg Endo1-1/+1
2012-08-11alpha.c (alpha_stdarg_optimize_hook): Shift DECL_UID in the va_list_vars bitm...Uros Bizjak1-1/+1
2012-08-09alpha.c (alpha_pad_noreturn): Rename to ...Uros Bizjak1-7/+28
2012-07-31defaults.h (GO_IF_MODE_DEPENDENT_ADDRESS): Delete.Nathan Froyd2-7/+12
2012-06-27alpha: Cleaup builtins and foldingRichard Henderson1-68/+31
2012-06-20emit-rtl.c (need_atomic_barrier_p): New function.Maxim Kuvyrkov1-28/+4