aboutsummaryrefslogtreecommitdiff
path: root/gcc/recog.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-11-18Makefile.in (recog.o): Add insn-codes.h.Richard Sandiford1-10/+19
2012-11-11re PR rtl-optimization/55247 (internal compiler error: Max. number of generat...Eric Botcazou1-0/+12
2012-11-09rtl.h (CONST_SCALAR_INT_P): New macro.Kenneth Zadeck1-6/+5
2012-11-06* recog.c (extract_insn): Enabled alternative defaults to 1.Joern Rennecke1-1/+1
2012-11-05md.texi (Defining Attributes): Document that we are defining HAVE_ATTR_name m...Joern Rennecke1-11/+4
2012-11-01This patch normalizes more bitmap function names.Lawrence Crowl1-1/+1
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+6
2012-10-30This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl1-1/+1
2012-10-23dbxout.c (dbxout_symbol_location): Pass new argument to alter_subreg.Vladimir Makarov1-1/+13
2012-09-26re PR middle-end/54635 (Add addr_space_t argument to TARGET_MODE_DEPENDENT_AD...Georg-Johann Lay1-4/+7
2012-09-19Integrate lexical block into source_location.Dehao Chen1-1/+1
2012-08-02cfgexpand.c (expand_debug_locations): Encapsulate test for CONST_DOUBLE in ma...Kenneth Zadeck1-19/+11
2012-08-02recog.c (split_insn): Copy the original SET_SRC before using it as a note.Richard Sandiford1-1/+2
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-06-04output.h (merge_weak, [...]): Move protos from here...Steven Bosscher1-1/+0
2012-05-24recog.c (reg_fits_class_p): Check both regno and regno + offset are hard regi...Jim MacArthur1-3/+5
2012-05-05rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford1-3/+4
2012-05-04re PR target/48496 ('asm' operand requires impossible reload)Eric Botcazou1-0/+10
2012-04-24recog.c (insn_invalid_p): Add IN_GROUP parameter and use validate_change to a...Andreas Krebbel1-4/+11
2012-01-15re PR rtl-optimization/51821 (64bit > 32bit conversion produces incorrect res...Uros Bizjak1-4/+7
2011-11-27hard-reg-set.h (target_hard_regs): Add x_accessible_reg_set and x_operand_reg...Richard Sandiford1-21/+7
2011-11-08tm.texi.in (MODE_CODE_BASE_REG_CLASS): Add address space argument.Ulrich Weigand1-3/+4
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-0/+1
2011-09-06recog.c (asm_labels_ok): New function.Tom de Vries1-0/+22
2011-08-02re PR debug/49864 (ICE: in maybe_record_trace_start, at dwarf2cfi.c:2439)Richard Henderson1-7/+25
2011-07-08optabs.c (expand_binop): Tighten conditions for doubleword expansions.Bernd Schmidt1-0/+2
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-7/+6
2011-04-21target.def (legitimate_constant_p): New hook.Richard Sandiford1-2/+6
2011-03-22recog.c (canonicalize_change_group): Use validate_unshare_change.Andreas Krebbel1-2/+2
2010-11-30hwint.c: New.Joseph Myers1-1/+0
2010-11-18re PR middle-end/46515 (Many libjava failures)Richard Henderson1-0/+4
2010-11-16re PR target/46470 ("add $0x8,%rsp" no longer optimized to pop)Richard Henderson1-18/+92
2010-10-28recog.c (split_all_insns): Remove dead code.Paolo Bonzini1-8/+1
2010-10-17target.def (preferred_output_reload_class): New hook.Anatoly Sokolov1-5/+5
2010-10-11recog.c (nonmemory_operand): Call immediate_operand for CONSTANT_P operands.Nathan Froyd1-18/+1
2010-07-13re PR testsuite/44701 (PR44492 fix broke gcc.target/powerpc/asm-es-2.c)Jakub Jelinek1-1/+1
2010-07-01reload.c: Include toplev.h.Manuel López-Ibáñez1-0/+1
2010-06-30toplev.h (_fatal_insn_not_found, [...]): Move declarations to rtl.h.Manuel López-Ibáñez1-2/+1
2010-06-29recog.c (peep2_do_rebuild_jump_labels, [...]): New static variables.Bernd Schmidt1-217/+280
2010-06-24re PR middle-end/44492 (auto-inc-dec pushes PRE_MODIFY/PRE_INC into inline as...Jakub Jelinek1-1/+53
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2010-05-12target.h (struct gcc_target): Add mode_dependent_address_p field.Anatoly Sokolov1-7/+3
2010-04-16recog.h (struct recog_data): New field is_operator.Bernd Schmidt1-0/+2
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-03-22re PR middle-end/43475 (ICE in form_sum, at reload.c:5348)Michael Matz1-1/+7
2009-11-28matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek1-4/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-12/+12
2009-10-27target.h (have_conditional_execution): Add a new target hook function.Wei Guozhi1-30/+34
2009-10-26extend.texi (Named Address Spaces): New section.Ben Elliston1-17/+29