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
/
ada
/
gcc-interface
/
trans.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-22
ada-tree.def: Fix formatting nits.
Eric Botcazou
1
-27
/
+24
2009-04-21
c-common.c (c_common_truthvalue_conversion): Use LOCATION to build NE_EXPR op...
Eric Botcazou
1
-1
/
+2
2009-04-21
ada-tree.h (TYPE_RM_SIZE_NUM): Delete.
Eric Botcazou
1
-2
/
+2
2009-04-20
trans.c (unchecked_conversion_lhs_nop): New predicate.
Eric Botcazou
1
-1
/
+49
2009-04-20
trans.c (check_for_eliminated_entity): Remove.
Eric Botcazou
1
-23
/
+0
2009-04-20
trans.c (gigi): Declare the name of the compilation unit as the first global ...
Eric Botcazou
1
-7
/
+7
2009-04-20
trans.c (call_to_gnu): When creating the copy for a non-addressable parameter...
Eric Botcazou
1
-7
/
+14
2009-04-19
trans.c (gigi): Make the special IA-64 descriptor type a builtin type and giv...
Eric Botcazou
1
-18
/
+19
2009-04-09
Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.
Jakub Jelinek
1
-4
/
+3
2009-04-07
decl.c (gnat_to_gnu_entity): Test the underlying type.
Eric Botcazou
1
-1
/
+2
2009-04-07
trans.c (Attribute_to_gnu): Do not convert the result.
Eric Botcazou
1
-9
/
+2
2009-04-07
trans.c (establish_gnat_vms_condition_handler): Clear DECL_CONTEXT.
Eric Botcazou
1
-1
/
+5
2009-04-07
gigi.h (standard_datatypes): Remove ADT_void_type_decl.
Eric Botcazou
1
-79
/
+331
2009-04-07
decl.c (gnat_to_gnu_entity): Reorder local variables.
Eric Botcazou
1
-205
/
+192
2009-04-07
trans.c (check_for_eliminated_entity): New function.
Eric Botcazou
1
-9
/
+23
2009-03-11
trans.c (gnat_to_gnu): In range check processing...
Olivier Hainque
1
-1
/
+1
2009-02-20
Update Copyright years for files modified in 2008 and/or 2009.
Jakub Jelinek
1
-1
/
+1
2009-02-10
alias.h (record_alias_subset): Declare.
Eric Botcazou
1
-4
/
+6
2008-11-15
trans.c (emit_check): Put back a final save_expr to prevent exponential expan...
Geert Bosch
1
-1
/
+4
2008-11-09
ada-tree.def (PLUS_NOMOD_EXPR): New tree code.
Eric Botcazou
1
-11
/
+27
2008-11-07
Fix typo.
Eric Botcazou
1
-1
/
+1
2008-11-07
trans.c (Attribute_to_gnu, [...]): Check for empty range in original base typ...
Thomas Quinot
1
-2
/
+7
2008-11-07
trans.c (build_binary_op_trapv): Convert arguments and result for call to __g...
Geert Bosch
1
-1
/
+7
2008-11-07
* gcc-interface/trans.c: Fix formatting nits.
Eric Botcazou
1
-40
/
+33
2008-11-07
trans.c (build_binary_op_trapv): Avoid emitting overflow check for constant r...
Geert Bosch
1
-0
/
+4
2008-11-07
trans.c (build_binary_op_trapv): Use more efficient overflow check for additi...
Geert Bosch
1
-30
/
+69
2008-11-06
re PR ada/19419 (Overlapping memcpy with array slices)
Eric Botcazou
1
-1
/
+22
2008-10-17
trans.c (gnat_to_gnu): Simplify expansion to use only a single check instead ...
Geert Bosch
1
-47
/
+40
2008-10-06
decl.c (gnat_to_gnu_entity): Minor tweaks.
Eric Botcazou
1
-2
/
+2
2008-09-20
exp_dbug.ads: Document new convention for the XVZ variable.
Eric Botcazou
1
-12
/
+15
2008-09-15
trans.c (gigi): Declare the name of the compilation unit as the first global ...
Eric Botcazou
1
-1
/
+8
2008-09-14
a-crbtgk.adb, [...]: Fix typos in comments.
Ralf Wildenhues
1
-1
/
+1
2008-08-22
trans.c: Define FP_ARITH_MAY_WIDEN
Geert Bosch
1
-4
/
+16
2008-08-16
trans.c (call_to_gnu): Use the Sloc of the call for back-copy statements in l...
Eric Botcazou
1
-2
/
+2
2008-08-04
gigi.h (fill_vms_descriptor): Add third parameter gnat_actual
Arnaud Charlet
1
-1
/
+2
2008-08-01
decl.c (gnat_to_gnu_entity): Remove dead code.
Eric Botcazou
1
-11
/
+21
2008-08-01
gnat_rm.texi: Document new mechanism Short_Descriptor.
Doug Rupp
1
-5
/
+4
2008-07-31
arit64.c: New file implementing __gnat_mulv64 signed integer multiplication w...
Geert Bosch
1
-3
/
+179
2008-07-30
re PR ada/36554 (verify_flow_info ICE can not throw but has EH edges)
Eric Botcazou
1
-3
/
+25
2008-07-30
gigi.h (build_vms_descriptor64): New function prototype.
Doug Rupp
1
-1
/
+2
2008-07-29
trans.c (process_inlined_subprograms): Remove tree_really_inline check.
Arnaud Charlet
1
-2
/
+2
2008-07-29
gcc-interface: New directory.
Arnaud Charlet
1
-0
/
+7091