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/gfortran-test
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-15
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-15
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-09-06
Merge in gcc2-ss-010999
Jeff Law
1
-9
/
+24
1999-09-05
Makefile.in (ggc-simple.o): Depend on varray.h.
Richard Henderson
1
-34
/
+24
1999-09-05
Makefile.in (stor-layout.o): Depend on ggc.h.
Richard Henderson
1
-0
/
+9
1999-09-05
Makefile.in (tree.o): Depend on ggc.h.
Richard Henderson
1
-0
/
+37
1999-09-05
c-decl.c (struct language_function): Renamed from struct c_function.
Bernd Schmidt
1
-9
/
+21
1999-09-04
Makefile.in (GGC, GGC_LIB): New.
Richard Henderson
1
-11
/
+11
1999-09-01
emit-rtl.c (init_emit_once): Don't use GET_MODE_WIDER_MODE to step through CC...
Richard Henderson
1
-4
/
+3
1999-08-31
rtl.h (RTL_CHECK1, RTL_CHECK2): New macros which type- and bounds- check RTL ...
Zack Weinberg
1
-1
/
+1
1999-08-31
Fix thinko in last change.
Jeff Law
1
-10
/
+0
1999-08-31
emit-rtl.c (copy_rtx_if_shared): A MEM which references virtual_stack_vars_rt...
Jeffrey A Law
1
-7
/
+9
1999-08-24
Fix more problems from GC diffs
Bernd Schmidt
1
-2
/
+0
1999-08-20
rtl.h (rtx_format): Constify a char*.
Kaveh R. Ghazi
1
-3
/
+3
1999-08-19
rtl.def (NOTE): Change format to "iuu0n".
Zack Weinberg
1
-20
/
+2
1999-08-11
emit-rtl.c (mark_reg_pointer): Don't increase the alignment of a register tha...
Richard Earnshaw
1
-2
/
+8
1999-08-09
Include function.h in most files.
Bernd Schmidt
1
-206
/
+86
1999-08-04
Warning fixes:
Kaveh R. Ghazi
1
-1
/
+0
1999-08-01
Backport of GC branch patches part 2: kill stmt status saving.
Bernd Schmidt
1
-2
/
+1
1999-07-31
Backport of GC branch patches part 1: kill eh status saving.
Bernd Schmidt
1
-1
/
+0
1999-07-25
builtins.c (expand_builtin_saveregs): Remove static, remove exp and ignore ar...
Richard Henderson
1
-0
/
+2
1999-07-22
explow.c (trunc_int_for_mode): New function.
Richard Henderson
1
-20
/
+1
1999-07-14
emit-rtl.c (gen_realpart): Issue an error for cases GCC can not handle at thi...
Jeffrey A Law
1
-0
/
+10
1999-06-21
Jakub Jelinek <jj@ultra.linux.cz>
Jakub Jelinek
1
-0
/
+16
1999-06-16
emit-rtl.c (operand_subword): Tighten checks for when it is safe to safe to e...
Jeffrey A Law
1
-3
/
+26
1999-04-29
emit-rtl.c (start_sequence): Expand comments.
Mark Mitchell
1
-7
/
+23
1999-04-29
emit-rtl.c (operand_subword): Religiously mask and sign-extend from 32-bits t...
Richard Henderson
1
-28
/
+38
1999-04-17
c-aux-info.c, [...]: Include toplev.h for real declaration of trim_filename.
Zack Weinberg
1
-0
/
+1
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
[next]