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-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
2014-08-21
find_first_parameter_load returns an rtx_insn
David Malcolm
1
-1
/
+1
2014-08-19
Return types of unlink_insn_chain and duplicate_insn_chain
David Malcolm
1
-2
/
+2
2014-08-19
next_cc0_user and prev_cc0_setter scaffolding
David Malcolm
1
-2
/
+2
2014-08-19
emit_* functions return rtx_insn
David Malcolm
1
-39
/
+39
2014-08-19
emit_jump_table_data returns an rtx_jump_table_data *
David Malcolm
1
-1
/
+1
2014-08-19
Convert various rtx to rtx_note *
David Malcolm
1
-4
/
+4
2014-08-19
make_insn_raw returns an rtx_insn
David Malcolm
1
-1
/
+1
2014-08-19
last_call_insn returns an rtx_call_insn *
David Malcolm
1
-1
/
+9
2014-08-19
delete_trivially_dead_insns works on insns
David Malcolm
1
-1
/
+1
2014-08-19
Make tablejump_p accept a rtx_jump_table_data **
David Malcolm
1
-1
/
+1
2014-08-19
entry_of_function returns an insn
David Malcolm
1
-1
/
+1
2014-08-19
Strengthen return type of gen_label_rtx
David Malcolm
1
-1
/
+1
2014-08-19
Strengthen return types of various {next|prev}_*insn from rtx to rtx_insn *
David Malcolm
1
-14
/
+14
2014-08-19
Add subclasses for the various kinds of instruction
David Malcolm
1
-0
/
+181
2014-08-19
Replace PREV_INSN et al macros with functions
David Malcolm
1
-4
/
+22
2014-08-19
Split NEXT_INSN/PREV_INSN into lvalue and rvalue forms
David Malcolm
1
-2
/
+9
2014-08-18
New function: for_each_rtx_in_insn
David Malcolm
1
-0
/
+1
2014-08-18
Introduce rtx_insn subclass of rtx_def
David Malcolm
1
-1
/
+59
2014-08-08
calls.c (precompute_arguments): Use new SUBREG_PROMOTED_SET instead of SUBREG...
Kugan Vivekanandarajah
1
-17
/
+63
2014-08-01
RTL & dwarf2out changes
Andi Kleen
1
-1
/
+0
2014-07-26
rtl.h (tls_referenced_p): Declare.
Richard Sandiford
1
-0
/
+1
2014-07-24
rtl.h (target_rtl): Remove lang_dependent_initialized.
Richard Sandiford
1
-1
/
+0
2014-06-26
toplev.c (backend_init_target): Move init_emit_regs and init_regs to...
Jan Hubicka
1
-0
/
+4
2014-06-06
rtl.h (insn_location): Declare.
Eric Botcazou
1
-0
/
+1
2014-05-29
Fix rtl-check build
Tom de Vries
1
-1
/
+1
2014-05-28
rtl.h (set_for_reg_notes): Declare.
Richard Sandiford
1
-0
/
+1
2014-05-19
reg-notes.def (CROSSING_JUMP): Likewise.
Richard Sandiford
1
-0
/
+5
2014-05-17
use templates instead of gengtype for typed allocation functions
Trevor Saunders
1
-2
/
+2
2014-05-17
emit-rtl.h (replace_equiv_address, [...]): Add an inplace argument.
Richard Sandiford
1
-1
/
+1
2014-05-13
rtl.def (SYMBOL_REF): Remove middle "0" field.
Richard Sandiford
1
-7
/
+12
[prev]
[next]