summaryrefslogtreecommitdiff
path: root/gcc/recog.c
Commit message (Expand)AuthorAgeFilesLines
* lra.c (lra): Set lra_in_progress before check_rtl call.Robert Suchanek2013-11-201-1/+3
* gcse.c (pre_delete): Remove references to regmove from comments.Steven Bosscher2013-11-021-1/+2
* recog.c (search_ofs): New static variable moved from...Eric Botcazou2013-10-251-1/+4
* Re-factor inclusion of tree.h.Diego Novillo2013-10-211-0/+1
* basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford2013-09-301-2/+2
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-12/+12
* recog.c (verify_changes): Verify that changes[i].old is non-zero before apply...Joern Rennecke2013-08-301-1/+4
* coretypes.h (rtl_opt_pass): Add.David Malcolm2013-08-071-0/+6
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-109/+216
* re PR rtl-optimization/57708 (function clobbers callee saved register on ARM)Richard Earnshaw2013-08-051-21/+43
* Fix typos.Ondřej Bílka2013-07-211-1/+1
* recog.c (offsettable_address_addr_space_p): Fix calculation of address mode.Richard Sandiford2013-05-221-8/+12
* recog.h (Recog_data): Rename to...Richard Sandiford2013-05-181-1/+1
* recog.h: Rename struct recog_data to Recog_data.Mike Stump2013-05-141-1/+1
* rtl.h (struct rtx_def): Add comment for field jump.Vladimir Makarov2013-04-261-1/+5
* revert: rtl.h (struct rtx_def): ...Vladimir Makarov2013-04-241-5/+1
* rtl.h (struct rtx_def): Add comment for field jump.Vladimir Makarov2013-04-241-1/+5
* Update copyright years in gcc/Richard Sandiford2013-01-101-3/+1
* Makefile.in (recog.o): Add insn-codes.h.Richard Sandiford2012-11-181-10/+19
* re PR rtl-optimization/55247 (internal compiler error: Max. number of generat...Eric Botcazou2012-11-111-0/+12
* rtl.h (CONST_SCALAR_INT_P): New macro.Kenneth Zadeck2012-11-091-6/+5
* * recog.c (extract_insn): Enabled alternative defaults to 1.Joern Rennecke2012-11-061-1/+1
* md.texi (Defining Attributes): Document that we are defining HAVE_ATTR_name m...Joern Rennecke2012-11-051-11/+4
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-1/+1
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+6
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-1/+1
* dbxout.c (dbxout_symbol_location): Pass new argument to alter_subreg.Vladimir Makarov2012-10-231-1/+13
* re PR middle-end/54635 (Add addr_space_t argument to TARGET_MODE_DEPENDENT_AD...Georg-Johann Lay2012-09-261-4/+7
* Integrate lexical block into source_location.Dehao Chen2012-09-191-1/+1
* cfgexpand.c (expand_debug_locations): Encapsulate test for CONST_DOUBLE in ma...Kenneth Zadeck2012-08-021-19/+11
* recog.c (split_insn): Copy the original SET_SRC before using it as a note.Richard Sandiford2012-08-021-1/+2
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+0
* output.h (merge_weak, [...]): Move protos from here...Steven Bosscher2012-06-041-1/+0
* recog.c (reg_fits_class_p): Check both regno and regno + offset are hard regi...Jim MacArthur2012-05-241-3/+5
* rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford2012-05-051-3/+4
* re PR target/48496 ('asm' operand requires impossible reload)Eric Botcazou2012-05-041-0/+10
* recog.c (insn_invalid_p): Add IN_GROUP parameter and use validate_change to a...Andreas Krebbel2012-04-241-4/+11
* re PR rtl-optimization/51821 (64bit > 32bit conversion produces incorrect res...Uros Bizjak2012-01-151-4/+7
* hard-reg-set.h (target_hard_regs): Add x_accessible_reg_set and x_operand_reg...Richard Sandiford2011-11-271-21/+7
* tm.texi.in (MODE_CODE_BASE_REG_CLASS): Add address space argument.Ulrich Weigand2011-11-081-3/+4
* Merge from transactional-memory branch.Aldy Hernandez2011-11-081-0/+1
* recog.c (asm_labels_ok): New function.Tom de Vries2011-09-061-0/+22
* re PR debug/49864 (ICE: in maybe_record_trace_start, at dwarf2cfi.c:2439)Richard Henderson2011-08-021-7/+25
* optabs.c (expand_binop): Tighten conditions for doubleword expansions.Bernd Schmidt2011-07-081-0/+2
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-7/+6
* target.def (legitimate_constant_p): New hook.Richard Sandiford2011-04-211-2/+6
* recog.c (canonicalize_change_group): Use validate_unshare_change.Andreas Krebbel2011-03-221-2/+2
* hwint.c: New.Joseph Myers2010-11-301-1/+0
* re PR middle-end/46515 (Many libjava failures)Richard Henderson2010-11-181-0/+4
* re PR target/46470 ("add $0x8,%rsp" no longer optimized to pop)Richard Henderson2010-11-161-18/+92