aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
AgeCommit message (Expand)AuthorFilesLines
2012-08-23alias.c (rtx_equal_for_memref_p): Convert constant cases.Kenneth Zadeck1-0/+18
2012-08-02cfgexpand.c (expand_debug_locations): Encapsulate test for CONST_DOUBLE in ma...Kenneth Zadeck1-0/+8
2012-08-02re PR debug/52983 (internal compiler error: in df_uses_record, at df-scan.c:3...Alexandre Oliva1-0/+1
2012-07-31re PR pch/53880 (compile time regression when generating precompiled headers ...Steven Bosscher1-1/+1
2012-07-24Reduce the size of optabs representationRichard Henderson1-1/+6
2012-07-17dumpfile.h (TDF_COMMENT): New define.Steven Bosscher1-7/+2
2012-07-13emit-rtl.c (make_debug_insn_raw, [...]): Make static.Steven Bosscher1-2/+0
2012-07-11basic-block.h (struct edge_def): Use basic_block instead of basic_block_def *.Steven Bosscher1-6/+6
2012-07-08basic-block.h: Re-group most prototypes per file.Steven Bosscher1-5/+2
2012-06-17output.h (split_double): Move prototype to rtl.h.Steven Bosscher1-0/+1
2012-06-17cfglayout.h: Remove.Steven Bosscher1-2/+3
2012-06-17expmed.c (ceil_log2): Move from here...Steven Bosscher1-3/+0
2012-05-31regs.h (move_table, [...]): Move these definitions and associated target_glob...Richard Sandiford1-2/+0
2012-05-29rtl.h (assign_stack_temp, [...]): Remove 'keep' argument.Michael Matz1-5/+3
2012-05-09re PR bootstrap/53249 (Bootstrap failure)Richard Sandiford1-0/+1
2012-05-05rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford1-2/+1
2012-05-01Makefile.in (lower-subreg.o, [...]): Depend on lower-subreg.h.Kenneth Zadeck1-0/+3
2012-04-21re PR bootstrap/53021 (bootstrap failure on Linux/ia32)Richard Sandiford1-1/+1
2012-04-14cfgcleanup.c (try_optimize_cfg): Replace call to delete_insn_chain by call to...Tom de Vries1-2/+2
2012-04-11re PR target/16458 (PowerPC - redundant compare)Peter Bergner1-1/+2
2012-04-04rtl.texi (const_double): Document as sign-extending.Mike Stump1-0/+1
2012-04-02Partially revert:Uros Bizjak1-0/+1
2012-03-29cgraph.h (cgraph_materialize_all_clones): Remove.Richard Guenther1-2/+0
2012-03-07re PR middle-end/52515 (build fails on cris-elf in unwind-dw2.c, x86_64-unkn...Richard Sandiford1-4/+4
2012-03-06re PR middle-end/52372 (gcc.target/mips/mips16-attributes{,-4}.c SEGV in dwf_...Richard Sandiford1-10/+5
2012-01-24rtl.texi (MEM_IN_STRUCT_P, [...]): Delete.Richard Sandiford1-19/+5
2012-01-24rtl.h (true_dependence, [...]): Remove varies parameter.Richard Sandiford1-3/+3
2011-12-09re PR middle-end/40154 (internal compiler error: in do_SUBST, at combine.c:681)Joern Rennecke1-0/+1
2011-11-06regset.h (fixed_reg_set_regset): Declare.Joern Rennecke1-1/+1
2011-10-30Properly limit backwards label scanning in reorg.David S. Miller1-1/+0
2011-10-21reg-notes.def (DEP_CONTROL): New.Bernd Schmidt1-6/+13
2011-10-19re PR middle-end/49310 (Compile time hog in var-tracking emit)Alexandre Oliva1-6/+15
2011-10-15re PR rtl-optimization/49941 (segmentation fault in redirect_jump_2)Alan Modra1-0/+1
2011-09-27rtl.h (const_tiny_rtx): Change into array of 4 x MAX_MACHINE_MODE from 3 x MA...Jakub Jelinek1-2/+3
2011-08-27rtl.texi (simple_return): Document.Bernd Schmidt1-2/+5
2011-08-25re PR debug/50132 (ICE: in maybe_record_trace_start, at dwarf2cfi.c:2234 with...Richard Henderson1-0/+1
2011-08-21rtl.h (INSN_ANNULLED_BRANCH_P): Only allow JUMP_INSN.Richard Henderson1-2/+2
2011-08-18tm.texi.in (TARGET_RTX_COSTS): Add an opno paramter.Richard Sandiford1-6/+7
2011-08-18rtl.h (set_src_cost, [...]): New functions.Richard Sandiford1-0/+18
2011-08-18rtl.h (set_rtx_cost, [...]): New functions.Richard Sandiford1-0/+18
2011-08-02re PR debug/49864 (ICE: in maybe_record_trace_start, at dwarf2cfi.c:2439)Richard Henderson1-0/+1
2011-07-28rtlanal.c (tablejump_p): False for returns.Bernd Schmidt1-0/+4
2011-07-19rtl.h (mem_attrs): Turn offset and size fields into HOST_WIDE_INTs.Richard Sandiford1-15/+34
2011-07-19rtl.texi (MEM_OFFSET_KNOWN_P): Document.Richard Sandiford1-3/+5
2011-07-19rtl.texi (MEM_SIZE_KNOWN_P): Document.Richard Sandiford1-3/+5
2011-07-19gcc/Richard Sandiford1-13/+29
2011-07-07dwarf2out: Move insn scanning out of final.c.Bernd Schmidt1-0/+5
2011-07-07dwarf2out: Split CFI construction routines into a new file.Richard Henderson1-10/+0
2011-07-06emit-rtl.c (paradoxical_subreg_p): New function.Bernd Schmidt1-0/+1
2011-07-06cse.c (find_comparison_args): Use val_mode_signbit_set_p.Bernd Schmidt1-0/+5