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/existing-fp8
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
1999-04-06
emit-rtl.c (gen_rtx_CONST_DOUBLE): Use XWINT not XINT.
Richard Henderson
1
-2
/
+9
1999-04-01
Move over patch from Bernd Schmidt from GC branch:
Richard Henderson
1
-8
/
+42
1999-03-25
rtl.texi (RTX_FRAME_RELATED_P): Add documentation.
Andrew Macleod
1
-0
/
+18
1999-02-25
Flow rewrite to use basic block structures and edge lists.
Richard Henderson
1
-1
/
+18
1999-02-10
Fix 64b-x-32b cross compiler breakage. Make alpha-x-m32r work again.
Jim Wilson
1
-0
/
+12
1999-01-29
emit-rtl.c (remove_insn): New function.
Dave Brolley
1
-0
/
+58
1999-01-21
* emit-rtl.c (try_split): Don't try to split non-instructions.
Richard Henderson
1
-4
/
+3
1999-01-21
varasm.c (output_constant_pool): Use floor_log2 instead of exact_log2 for ASM...
Vladimir N. Makarov
1
-3
/
+7
1999-01-19
Update copyrights
Mark Mitchell
1
-1
/
+1
1999-01-19
rtl.h (rtx_def): Update documentation.
Mark Mitchell
1
-4
/
+2
1998-12-15
Cope with inlining functions which return a multiword CONCAT value
Nick Clifton
1
-1
/
+1
1998-12-07
* emit-rtl.c: Fix typo.
Mike Stump
1
-1
/
+1
1998-11-25
emit-rtl.c (gen_lowpart_common): Remove earlier change.
Stephen L Moshier
1
-5
/
+0
1998-11-25
toplev.c (no_new_pseudos): Define.
Jeff Law
1
-5
/
+3
1998-11-08
gansidecl.h: Prepend a "G" to the macro wrapping this file (to distinguish it...
Kaveh R. Ghazi
1
-4
/
+4
1998-11-04
* emit-rtl.c (try_split): Fixed error in Oct 10 patch.
Herman A.J. ten Brugge
1
-1
/
+1
1998-10-28
emit-rtl.c (try_split): Do not try to split a BARRIER.
Herman A.J. ten Brugge
1
-2
/
+4
1998-10-13
Warning fixes:
Kaveh R. Ghazi
1
-11
/
+19
1998-10-08
emit-rtl.c (init_emit_once): Call INIT_EXPANDERS.
Jeff Law
1
-0
/
+8
1998-09-23
rtl.h (init_virtual_regs): New function.
Mark Mitchell
1
-5
/
+13
1998-09-15
tree.h (BUILT_IN_CALLER_RETURN_ADDRESS): Unused.
Richard Henderson
1
-0
/
+6
1998-09-09
emit-rtl.c (gen_lowpart_common): Disable optimization of initialized float-in...
Stephen L Moshier
1
-0
/
+5
1998-08-26
system.h: Include stdarg.h/varargs.h...
Kaveh R. Ghazi
1
-5
/
+0
1998-06-29
* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 for
Jeff Law
1
-4
/
+19
1998-06-29
rtl.h: Update comment about special gen_rtx variants.
Mark Mitchell
1
-0
/
+2
1998-06-25
invoke.texi (-fstrict-aliasing): Document.
Mark Mitchell
1
-0
/
+14
1998-05-13
Makefile.in (HOST_RTL): Add $(HOST_PREFIX)bitmap.o.
Michael Meissner
1
-0
/
+9
1998-04-22
emit-rtl.c (gen_highpart): The high part of a CONST_INT is not zero if...
John Carr
1
-5
/
+8
1998-04-17
* emit-rtl.c (gen_highpart): initialize `word' properly for pseudo.
Greg McGary
1
-3
/
+9
1998-04-17
Patch from John Carr to fix sparc v9 failure.
John Carr
1
-1
/
+8
1998-04-14
emit-rtl.c (operand_subword): Rework slightly to avoid bogus warning from pre...
Jeff Law
1
-5
/
+6
1998-04-10
emit-rtl.c (operand_subword): Properly handle CONST_INTs for 64x32 cross builds.
Jeffrey A Law
1
-4
/
+23
1998-04-01
emit-rtl.c (gen_lowpart_common): Skip count by HARD_REGNO_NREGS.
Richard Henderson
1
-11
/
+21
1998-04-01
c-lex.c (yylex): Initialize traditional_type, ansi_type and type.
Jeffrey A Law
1
-2
/
+2
1998-03-20
Major cutover to using system.h:
Kaveh R. Ghazi
1
-1
/
+1
1998-02-18
emit-rtl.c (gen_lowpart_common): Suppress last change if __complex__.
Jeffrey A Law
1
-0
/
+9
1998-02-17
rtl.h (force_line_numbers, [...]): Declare.
Joern Rennecke
1
-0
/
+22
1998-02-13
Rats. Forgot to change copyrights on the first commit.
Robert Lipe
1
-1
/
+1
1998-02-13
c-lang.c (finish_file): Bracket declaration of static_ctors, static_dtors.
Robert Lipe
1
-1
/
+0
1998-01-26
emit-rtl.c (gen_lowpart_common): Handle more case where converting a CONST_IN...
Jeffrey A Law
1
-7
/
+3
1998-01-23
Remove rest of bytecode stuff, except for the VMS *.com files.
Jim Wilson
1
-2
/
+0
1998-01-20
Makefile.in: Remove all bytecode support.
Jeffrey A Law
1
-28
/
+2
1998-01-17
emit_rtl.c (init_emit_once): Ensure that potential aliasing between frame_poi...
Jeff Law
1
-2
/
+6
1998-01-08
Makefile.in (OBJ, GEN, RTL_H): Add genrtl.[oh] bits.
Richard Henderson
1
-102
/
+101
1998-01-01
emit-rtl.c (operand_subword): Correctly handle extracting a word from a CONST...
Jeffrey A Law
1
-1
/
+8
1997-12-20
bitmap.c (bitmap_clear): Ensure `inline' is at the beginning of the declaration.
Kaveh R. Ghazi
1
-1
/
+1
1997-12-11
rtl.h (global_rtl): New variable, replacing separate variables for commonly u...
John F. Carr
1
-69
/
+53
1997-12-06
Merge from gcc-2.8
Jeff Law
1
-0
/
+4
1997-11-02
Update mainline egcs to gcc2 snapshot 971021.
Jeff Law
1
-4
/
+15
1997-09-22
combine.c (try_combine): Use NULL_RTX instead of '0' where appropriate in cal...
David S. Miller
1
-1
/
+2
[next]