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
2012-11-06
[multiple changes]
Arnaud Charlet
1
-31
/
+23
2012-10-22
trans.c (Loop_Statement_to_gnu): Use gnat_type_for_size directly to obtain an...
Eric Botcazou
1
-1
/
+2
2012-10-02
[multiple changes]
Arnaud Charlet
1
-1
/
+1
2012-10-02
decl.c (elaborate_expression_1): Use the variable for bounds of loop iterarat...
Eric Botcazou
1
-1
/
+2
2012-10-02
par_sco.adb, [...]: Change name Conditional_Expression to If_Expression.
Robert Dewar
1
-1
/
+1
2012-10-01
trans.c (gigi): Adjust previous change to avoid a typecast that discards a co...
Arnaud Charlet
1
-2
/
+4
2012-10-01
[multiple changes]
Arnaud Charlet
1
-1
/
+7
2012-09-07
trans.c (Loop_Statement_to_gnu): Revert to using size_type_node instead of si...
Eric Botcazou
1
-3
/
+4
2012-08-14
backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...
Diego Novillo
1
-3
/
+3
2012-07-23
[multiple changes]
Arnaud Charlet
1
-1
/
+9
2012-07-23
trans.c: (Handled_Sequence_Of_Statements_to_gnu): Set location on TRY_CATCH_E...
Tristan Gingold
1
-0
/
+1
2012-07-18
trans.c (stmt_group_may_fallthru): New function.
Eric Botcazou
1
-6
/
+24
2012-07-03
trans.c (Call_to_gnu): Robustify test for function case if the CICO mechanism...
Eric Botcazou
1
-3
/
+2
2012-07-03
exp_disp.adb (Expand_Dispatching_Call): Propagate the convention on the desig...
Eric Botcazou
1
-0
/
+9
2012-06-19
target.def (output_ident): New hook.
Steven Bosscher
1
-5
/
+3
2012-06-15
re PR ada/53592 (ICE on assignment to component of vector_type)
Eric Botcazou
1
-1
/
+6
2012-06-11
trans.c (Identifier_to_gnu): Test Is_Elementary_Type instead of Is_Scalar_Typ...
Eric Botcazou
1
-3
/
+6
2012-05-15
fe.h (Get_RT_Exception_Name): Define.
Tristan Gingold
1
-4
/
+11
2012-05-06
* gcc-interface/trans.c (gigi): Decorate reraise_zcx_decl.
Tristan Gingold
1
-0
/
+6
2012-05-06
trans.c (Loop_Statement_to_gnu): Also handle invariant conditions with only o...
Eric Botcazou
1
-110
/
+149
2012-05-06
gigi.h (make_packable_type): Declare.
Eric Botcazou
1
-39
/
+23
2012-04-30
gigi.h (mark_out_of_scope): Delete.
Eric Botcazou
1
-82
/
+82
2012-04-14
cgraph.h: Update copyrights;
Jan Hubicka
1
-1
/
+1
2012-03-12
gigi.h (shift_unc_components_for_thin_pointers): Kill.
Eric Botcazou
1
-7
/
+11
2012-03-09
ada-tree.h (TYPE_VAX_FLOATING_POINT_P): Move around.
Eric Botcazou
1
-40
/
+36
2012-03-07
trans.c (Identifier_to_gnu): Don't unshare initializer.
Eric Botcazou
1
-8
/
+6
2012-02-27
ada-tree.h (TYPE_PACKED_ARRAY_TYPE_P): Add checking.
Eric Botcazou
1
-32
/
+14
2012-02-15
trans.c (Identifier_to_gnu): Move block retrieving the type of the result to ...
Eric Botcazou
1
-11
/
+18
2012-02-15
trans.c (gnat_to_gnu): If the type is tagged, mark it as used for debugging p...
Eric Botcazou
1
-6
/
+14
2012-02-15
volatile10.adb: New case.
Eric Botcazou
1
-17
/
+27
2012-02-01
trans.c (Loop_Statement_to_gnu): Use sizetype instead of size_type_node.
Tristan Gingold
1
-4
/
+3
2012-01-27
trans.c (gnat_to_gnu): Avoid making a SAVE_EXPR for a call to a function that...
Eric Botcazou
1
-5
/
+25
2012-01-27
gigi.h (get_minimal_subprog_decl): Declare.
Eric Botcazou
1
-3
/
+16
2012-01-27
gigi.h (create_label_decl): Adjust.
Eric Botcazou
1
-1
/
+2
2012-01-09
trans.c (call_to_gnu): Create the temporary for the return value in the varia...
Eric Botcazou
1
-7
/
+14
2012-01-09
* gcc-interface/trans.c (addressable_p) <COMPONENT_REF>: Fix thinko.
Eric Botcazou
1
-2
/
+2
2011-12-18
decl.c (gnat_to_gnu_param): Add comment about double reference and DECL_POINT...
Eric Botcazou
1
-2
/
+3
2011-12-11
* gcc-interface/trans.c (gigi): Initialize the linemap earlier.
Eric Botcazou
1
-7
/
+7
2011-11-20
trans.c (struct language_function): Add GNAT_RET.
Eric Botcazou
1
-9
/
+202
2011-11-20
trans.c (Subprogram_Body_to_gnu): Add comment.
Eric Botcazou
1
-8
/
+7
2011-11-10
fe.h (Serious_Errors_Detected): New macro.
Eric Botcazou
1
-17
/
+137
2011-10-26
decl.c (gnat_to_gnu_entity): Try to make a packable type for fields of union ...
Eric Botcazou
1
-4
/
+2
2011-10-20
trans.c (lhs_or_actual_p): New predicate.
Eric Botcazou
1
-17
/
+31
2011-10-20
back_end.adb (Call_Back_End): Pass the maximum logical line number instead of...
Eric Botcazou
1
-0
/
+4
2011-10-17
Linemap infrastructure for virtual locations
Tom Tromey
1
-6
/
+4
2011-10-12
trans.c (Attribute_to_gnu): Use remove_conversions.
Eric Botcazou
1
-12
/
+5
2011-10-12
ada-tree.h (DECL_LOOP_PARM_P): New flag.
Eric Botcazou
1
-58
/
+209
2011-10-11
Convert standard builtin functions from being arrays to using a functional in...
Michael Meissner
1
-2
/
+2
2011-10-07
gigi.h (gnat_useless_type_conversion): Declare.
Eric Botcazou
1
-6
/
+337
2011-09-26
gigi.h (create_subprog_decl): Replace TREE_CHAIN with DECL_CHAIN in comment.
Eric Botcazou
1
-6
/
+6
[prev]
[next]