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
/
emit-rtl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-20
emit-rtl.c (set_mem_attributes_minus_bitpos): Restore setting memory address ...
Ulrich Weigand
1
-0
/
+1
2011-07-19
rtl.h (mem_attrs): Turn offset and size fields into HOST_WIDE_INTs.
Richard Sandiford
1
-49
/
+78
2011-07-19
rtl.texi (MEM_OFFSET_KNOWN_P): Document.
Richard Sandiford
1
-12
/
+21
2011-07-19
rtl.texi (MEM_SIZE_KNOWN_P): Document.
Richard Sandiford
1
-2
/
+14
2011-07-19
emit-rtl.c (mem_attrs_eq_p): New function, split out from...
Richard Sandiford
1
-186
/
+193
2011-07-19
gcc/
Richard Sandiford
1
-40
/
+57
2011-07-12
cse.c (insert_with_costs): Put semi-colon after empty loop body on the next l...
Eric Botcazou
1
-1
/
+2
2011-07-06
emit-rtl.c (paradoxical_subreg_p): New function.
Bernd Schmidt
1
-0
/
+10
2011-06-14
dumping cleanup phase 1 -- Removing TODO_dump_func
David Li
1
-1
/
+1
2011-05-29
emit-rtl.c (try_split): Use a loop to search for NOTE_INSN_CALL_ARG_LOCATIONs.
Richard Sandiford
1
-6
/
+5
2011-05-23
re PR rtl-optimization/48826 (ICE in dwarf2out_var_location, at dwarf2out.c:2...
Richard Sandiford
1
-2
/
+25
2011-05-03
gengenrtl.c (special_rtx): PC, CC0 and RETURN are special.
Bernd Schmidt
1
-2
/
+4
2011-04-01
emit-rtl.c (emit_pattern_after_setloc): New function.
Nathan Froyd
1
-167
/
+102
2011-03-25
dwarf2asm.c (dw2_asm_output_encoded_addr_rtx): Add missing va_end.
Jeff Law
1
-1
/
+4
2011-03-23
refactor emit_*_{after,before}_noloc using common functions
Nathan Froyd
1
-207
/
+34
2011-03-16
emit-rtl.c (try_split): Don't call copy_call_info debug hook.
Jakub Jelinek
1
-5
/
+1
2011-01-24
emit-rtl.c (reg_attrs_htab_hash): Replace long by intptr_t.
Kai Tietz
1
-1
/
+1
2011-01-18
re PR rtl-optimization/47216 (gcc.dg/torture/pr43360.c FAILs with -O -fPIC -f...
Richard Guenther
1
-27
/
+5
2011-01-11
re PR rtl-optimization/45235 (const volatile read moved out of order)
Richard Guenther
1
-1
/
+2
2010-12-30
emit-rtl.c (set_mem_attributes_minus_bitpos): Explicitly derive default value...
Ulrich Weigand
1
-5
/
+33
2010-11-30
diagnostic-core.h: Include bversion.h.
Joseph Myers
1
-1
/
+0
2010-11-17
timevar.def (TV_IPA_OPT, [...]): New.
Michael Matz
1
-0
/
+4
2010-11-12
re PR debug/46375 (-fcompare-debug failure (length) with -O -fgcse -fno-tree-...
Eric Botcazou
1
-1
/
+1
2010-11-04
re PR middle-end/44765 (gen_rtx_REG can make out-of-bounds access for INVALID...
Joern Rennecke
1
-0
/
+1
2010-10-31
emit-rtl.c (mark_used_flags): New function.
Nathan Froyd
1
-65
/
+16
2010-10-21
basic-block.h (single_succ_edge): Use gcc_checking_assert.
Nathan Froyd
1
-3
/
+1
2010-10-11
tree.h (TREE_THIS_NOTRAP): Use TREE_CHECK5.
Ian Lance Taylor
1
-2
/
+5
2010-09-29
optc-gen.awk: Generate global_options initializer instead of individual varia...
Joseph Myers
1
-2
/
+2
2010-09-27
emit-rtl.c (reorder_insns_nobb): Sanity-check that AFTER is not in the range ...
Hans-Peter Nilsson
1
-0
/
+7
2010-09-24
re PR middle-end/45234 (ICE in expand_call, at calls.c:2845 when passing alig...
Jakub Jelinek
1
-0
/
+4
2010-09-06
tree.def (MISALIGNED_INDIRECT_REF): Remove.
Richard Guenther
1
-13
/
+2
2010-08-25
re PR middle-end/45379 (~10% slowdown on test_fpu at revision 163278)
Richard Guenther
1
-0
/
+5
2010-08-24
re PR middle-end/45379 (~10% slowdown on test_fpu at revision 163278)
Richard Guenther
1
-0
/
+1
2010-08-10
tree.h (get_object_alignment): Adjust prototype.
Richard Guenther
1
-3
/
+3
2010-08-09
re PR target/45212 (FAIL: gcc.target/alpha/pr24178.c scan-assembler ldl.*,18\...
Richard Guenther
1
-15
/
+17
2010-07-30
re PR debug/45055 (another -fcompare-debug failure with uninitialised read in...
Jakub Jelinek
1
-0
/
+32
2010-07-15
tree.h (DECL_CHAIN): Define.
Nathan Froyd
1
-2
/
+2
2010-07-12
Makefile.in (target-globals.o): Depend on $(RTL_H).
Richard Sandiford
1
-39
/
+9
2010-07-08
re PR middle-end/44843 (All 32-bit fortran execution tests generate unaligned...
Eric Botcazou
1
-4
/
+3
2010-07-08
* emit-rtl.c (set_mem_attributes_minus_bitpos): Fix formatting issues.
Eric Botcazou
1
-21
/
+20
2010-07-08
toplev.h: Do not include diagnostic-core.h.
Manuel López-Ibáñez
1
-0
/
+1
2010-07-05
tree-ssa-loop-im.c (for_each_index): Do not handle ALIGN_INDIRECT_REF.
Richard Guenther
1
-9
/
+0
2010-07-01
emit-rtl.c (set_mem_attributes_minus_bitpos): Use unsigned types for offsets.
Richard Guenther
1
-2
/
+2
2010-07-01
re PR middle-end/42834 (memcpy folding overeager)
Richard Guenther
1
-2
/
+34
2010-06-10
emit-rtl.c (set_mem_attributes_minus_bitpos): Remove TYPE_NEEDS_CONSTRUCTING ...
Jan Hubicka
1
-6
/
+1
2010-06-08
utils.c (init_gnat_to_gnu): Use typed GC allocation.
Laurynas Biveinis
1
-5
/
+4
2010-06-01
* emit-rtl.c (remove_insn): Fix thinko in prevoius patch.
Jan Hubicka
1
-1
/
+2
2010-06-01
fwprop.c: Make emit-rtl.h include last.
Jan Hubicka
1
-93
/
+52
2010-05-29
tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.
Jan Hubicka
1
-1
/
+1
2010-05-21
tree.h: Include real.h and fixed-value.h as basic datatypes.
Steven Bosscher
1
-2
/
+0
[next]