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
/
ada
/
gcc-interface
/
trans.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2011-09-26
trans.c (assoc_to_constructor): Minor tweaks.
Eric Botcazou
1
-17
/
+10
2011-09-26
ada-tree.h (TYPE_NULL_BOUNDS): New macro.
Eric Botcazou
1
-0
/
+1
2011-09-25
ada-tree.h (TREE_THIS_NOTRAP): Redefine.
Eric Botcazou
1
-28
/
+38
2011-09-25
trans.c (Loop_Statement_to_gnu): In the case of an iteration scheme...
Eric Botcazou
1
-60
/
+99
2011-09-25
decl.c (gnat_to_gnu_entity): Use XNEW instead of xmalloc.
Eric Botcazou
1
-52
/
+44
2011-09-11
decl.c (maybe_pad_type): Do not try to change the form of an addressable type.
Eric Botcazou
1
-0
/
+22
2011-09-11
trans.c (call_to_gnu): Use local variable.
Eric Botcazou
1
-15
/
+10
2011-09-11
gigi.h (build_call_0_expr): Delete.
Eric Botcazou
1
-22
/
+23
2011-09-11
trans.c (build_return_expr): Use void_type_node for MODIFY_EXPR.
Eric Botcazou
1
-1
/
+1
2011-09-06
[multiple changes]
Arnaud Charlet
1
-0
/
+14
2011-08-29
[multiple changes]
Arnaud Charlet
1
-3
/
+35
2011-08-07
gigi.h (enumerate_modes): Fix formatting.
Eric Botcazou
1
-6
/
+0
2011-08-02
[multiple changes]
Arnaud Charlet
1
-0
/
+6
2011-07-24
gigi.h (build_function_stub): Remove.
Eric Botcazou
1
-31
/
+133
2011-06-18
trans.c (Identifier_to_gnu): Don't set TREE_THIS_NOTRAP on a dereference buil...
Eric Botcazou
1
-1
/
+2
2011-06-18
einfo.ads (Address_Taken): Document use for the second argument of Asm_Input ...
Eric Botcazou
1
-6
/
+20
2011-06-06
trans.c (Identifier_to_gnu): Also handle deferred constants whose full view h...
Eric Botcazou
1
-3
/
+5
2011-05-18
trans.c (Exception_Handler_to_gnu_sjlj): Use boolean_false_node instead of in...
Kai Tietz
1
-3
/
+3
2011-05-12
trans.c (call_to_gnu): In the by-reference case...
Eric Botcazou
1
-4
/
+10
2011-05-06
generalize build_case_label to the rest of the compiler
Nathan Froyd
1
-3
/
+2
2011-05-04
tree.h (int_const_binop): Remove notrunc argument.
Richard Guenther
1
-3
/
+2
2011-05-03
trans.c (gigi): Call build_function_type_list instead of build_function_type.
Nathan Froyd
1
-87
/
+64
2011-04-22
gigi.h (create_subprog_decl): Add ARTIFICIAL_FLAG parameter.
Eric Botcazou
1
-22
/
+20
2011-04-08
trans.c (Identifier_to_gnu): Do not return initializers of aggregate types th...
Eric Botcazou
1
-2
/
+6
2011-04-02
ada-tree.h (DECL_TAFT_TYPE_P): New flag.
Eric Botcazou
1
-9
/
+25
2011-04-02
gigi.h (record_builtin_type): Add ARTIFICIAL_P param.
Eric Botcazou
1
-7
/
+8
2011-03-26
gigi.h (finalize_from_with_types): Adjust comment.
Eric Botcazou
1
-11
/
+7
2011-03-26
inline.adb (Back_End_Cannot_Inline): Lift restriction on calls to subprograms...
Eric Botcazou
1
-14
/
+14
2011-03-24
trans.c (gnat_to_gnu): Remove obsolete case of non-conversion to the nominal ...
Eric Botcazou
1
-15
/
+7
2011-03-23
trans.c (create_temporary): New function taken from...
Eric Botcazou
1
-71
/
+110
2011-03-17
gigi.h (smaller_form_type_p): Declare.
Eric Botcazou
1
-25
/
+0
2011-02-03
gigi.h (fill_vms_descriptor): Take GNU_TYPE instead of GNAT_FORMAL.
Eric Botcazou
1
-3
/
+3
2011-01-04
trans.c (Case_Statement_to_gnu): Put the SLOC of the end-of-case on the end l...
Eric Botcazou
1
-2
/
+8
2011-01-04
trans.c (Subprogram_Body_to_gnu): Evaluate the expressions of the parameter c...
Eric Botcazou
1
-25
/
+25
2011-01-04
trans.c (BLOCK_SOURCE_END_LOCATION): Provide default.
Olivier Hainque
1
-11
/
+74
2011-01-04
re PR ada/47131 (internal error for ACATS C34011B on SJLJ targets)
Eric Botcazou
1
-22
/
+1
2010-12-20
Fix typos in gcc/ada.
Ralf Wildenhues
1
-2
/
+2
2010-12-13
trans.c (can_be_lower_p): New predicate.
Eric Botcazou
1
-7
/
+30
[next]