index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
rtl.h
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-09
INSN_LOCATION takes an rtx_insn
David Malcolm
1
-7
/
+8
2014-09-09
Handcode gen_rtx_INSN
David Malcolm
1
-0
/
+4
2014-09-05
Use rtx_insn for various jump-handling functions and predicates
David Malcolm
1
-13
/
+13
2014-09-05
Convert set_block_for_insn from a macro to an inline function
David Malcolm
1
-0
/
+5
2014-09-05
make several emit functions take an rtx_insn *
Trevor Saunders
1
-9
/
+9
2014-09-05
Params to modified_between_p
David Malcolm
1
-1
/
+1
2014-09-05
fixup_args_size_notes takes a pair of rtx_insn
David Malcolm
1
-1
/
+1
2014-09-04
Change the types of arguments and return values for several functions from rt...
Trevor Saunders
1
-4
/
+4
2014-09-04
eh_returnjump_p takes an rtx_insn
David Malcolm
1
-1
/
+1
2014-08-29
Make next_insn and previous_insn require an rtx_insn *
David Malcolm
1
-2
/
+2
2014-08-29
Make INSN_HAS_LOCATION require an rtx_insn
David Malcolm
1
-1
/
+1
2014-08-28
NEXT_INSN and PREV_INSN take a const rtx_insn
David Malcolm
1
-8
/
+8
2014-08-28
tablejump_p takes an rtx_insn
David Malcolm
1
-2
/
+2
2014-08-28
find_first_parameter_load params and return type
David Malcolm
1
-1
/
+1
2014-08-28
Delete find_last_value
David Malcolm
1
-1
/
+0
2014-08-28
Work towards NEXT_INSN/PREV_INSN requiring insns as their params
David Malcolm
1
-4
/
+5
2014-08-28
Convert nonlocal_goto_handler_labels from an EXPR_LIST to an INSN_LIST
David Malcolm
1
-0
/
+1
2014-08-28
Make SET_NEXT_INSN/SET_PREV_INSN require an rtx_insn
David Malcolm
1
-2
/
+3
2014-08-28
rtl.h (tls_referenced_p): Take a const_rtx rather than an rtx.
Richard Sandiford
1
-1
/
+1
2014-08-28
rtl.h (for_each_inc_dec_fn): Remove special case for -1.
Richard Sandiford
1
-4
/
+3
2014-08-28
rtl.h (find_all_hard_regs): Declare.
Richard Sandiford
1
-0
/
+1
2014-08-28
rtl.h (replace_label_data): Delete.
Richard Sandiford
1
-9
/
+2
2014-08-28
rtl.h (get_pool_constant, [...]): Replace rtx parameters with const_rtx param...
Richard Sandiford
1
-2
/
+2
2014-08-27
Add JUMP_LABEL_AS_INSN
David Malcolm
1
-0
/
+5
2014-08-27
Use rtx_expr_list in various places
David Malcolm
1
-3
/
+3
2014-08-27
rtl_data.x_nonlocal_goto_handler_labels becomes an rtx_expr_list
David Malcolm
1
-1
/
+1
2014-08-27
Introduce rtx_expr_list subclass of rtx_def
David Malcolm
1
-0
/
+36
2014-08-27
Introduce rtx_sequence subclass of rtx_def
David Malcolm
1
-0
/
+52
2014-08-27
Use rtx_insn_list in various places
David Malcolm
1
-6
/
+6
2014-08-27
Introduce rtx_insn_list subclass of rtx_def
David Malcolm
1
-0
/
+45
2014-08-27
Convert various INSN accessors in rtl.h to inline functions
David Malcolm
1
-6
/
+32
2014-08-27
Convert PATTERN from a macro to a pair of inline functions
David Malcolm
1
-1
/
+9
2014-08-26
Remove DF_REF_INSN scaffolding
David Malcolm
1
-2
/
+2
2014-08-26
duplicate_insn_chain accepts rtx_insn
David Malcolm
1
-1
/
+1
2014-08-26
Various condition-handling calls
David Malcolm
1
-2
/
+3
2014-08-26
Strengthen various insn emission functions
David Malcolm
1
-5
/
+5
2014-08-26
get_last_insn_anywhere returns an rtx_insn
David Malcolm
1
-1
/
+1
2014-08-26
Params of add_insn and unlink_insn_chain
David Malcolm
1
-2
/
+2
2014-08-26
cselib and incdec
David Malcolm
1
-2
/
+2
2014-08-25
Add rtx_jump_table_data::get_labels method
David Malcolm
1
-0
/
+24
2014-08-25
unshare_all_rtl_again takes an rtx_insn *
David Malcolm
1
-1
/
+1
2014-08-25
delete_insn_and_edges takes an rtx_insn *
David Malcolm
1
-1
/
+1
2014-08-25
reorder_insns requires rtx_insn *
David Malcolm
1
-1
/
+1
2014-08-22
reginfo.c: Use rtx_insn (also touches rtl.h)
David Malcolm
1
-1
/
+1
2014-08-22
print-rtl.c: Use rtx_insn for various debug_ functions
David Malcolm
1
-3
/
+3
2014-08-22
postreload.c: Use rtx_insn (also touches rtl.h and cprop.c)
David Malcolm
1
-1
/
+1
2014-08-22
jump.c: Use rtx_insn in a few places (also touches rtl.h and cfgexpand.c)
David Malcolm
1
-2
/
+2
2014-08-21
delete_related_insns returns an rtx_insn
David Malcolm
1
-1
/
+1
2014-08-21
peephole returns an rtx_insn
David Malcolm
1
-1
/
+1
2014-08-21
try_split returns an rtx_insn
David Malcolm
1
-1
/
+1
[prev]
[next]