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
2015-11-30
* gcc-interface/trans.c (gigi): Fix initialization order.
Eric Botcazou
1
-9
/
+10
2015-11-30
gigi.h (create_var_decl): Adjust prototype.
Eric Botcazou
1
-63
/
+56
2015-11-30
gigi.h (is_simple_additive_expression): Declare.
Eric Botcazou
1
-19
/
+61
2015-11-24
decl.c (gnat_to_gnu_entity): In ASIS mode, do a minimal translation for root ...
Eric Botcazou
1
-6
/
+13
2015-11-24
trans.c (gnat_to_gnu): In type_annotate_only mode, do not build a NULL_EXPR f...
Eric Botcazou
1
-0
/
+1
2015-11-23
opt.ads (Exception_Mechanism): Now three values: Front_End_SJLJ, Back_End_SJL...
Olivier Hainque
1
-25
/
+26
2015-11-18
trans.c (elaborate_all_entities_for_package): New function extracted from...
Eric Botcazou
1
-29
/
+73
2015-11-18
ada-tree.h (DECL_INVARIANT_P): New macro.
Eric Botcazou
1
-136
/
+217
2015-11-18
trans.c (fold_constant_decl_in_expr): If the index is not itself constant the...
Eric Botcazou
1
-0
/
+3
2015-11-13
Source range tracking in libcpp and C FE, with bit-packing optimization
David Malcolm
1
-1
/
+2
2015-11-12
trans.c (gnat_to_gnu): Do not materialize renamed subprograms if only annotat...
Eric Botcazou
1
-2
/
+3
2015-11-12
decl.c (gnat_to_gnu_entity): Create IMPORTED_DECL nodes to describe the subpr...
Arnaud Charlet
1
-2
/
+39
2015-11-11
decl.c: Remove unused header files.
Andrew MacLeod
1
-2
/
+0
2015-11-08
Merge of the scalar-storage-order branch.
Eric Botcazou
1
-2
/
+2
2015-10-29
decl.c: Reorder #include's and remove duplicates.
Andrew MacLeod
1
-13
/
+8
2015-10-22
[PATCH 3/9] ENABLE_CHECKING refactoring: Java and Ada
Mikhail Maltsev
1
-5
/
+6
2015-10-05
Remove remaining uses of REAL_ARITHMETIC
Richard Sandiford
1
-2
/
+2
2015-10-05
Replace REAL_VALUES_LESS with real_less
Richard Sandiford
1
-4
/
+4
2015-10-02
trans.c (Pragma_to_gnu): Replace linear search with call to find_opt and issu...
Eric Botcazou
1
-9
/
+16
2015-10-02
ada-tree.h (DECL_RESTRICTED_ALIASING_P): New flag.
Eric Botcazou
1
-0
/
+90
2015-10-02
trans.c (find_loop_for): Use FOR_EACH_VEC_ELT_REVERSE.
Eric Botcazou
1
-7
/
+6
2015-09-17
* gcc-interface/trans.c (emit_check): Do not touch TREE_SIDE_EFFECTS.
Eric Botcazou
1
-17
/
+20
2015-09-14
gigi.h (ref_filename): Delete.
Eric Botcazou
1
-117
/
+81
2015-07-08
tree-core.h: Include symtab.h.
Andrew MacLeod
1
-2
/
+1
2015-06-26
trans.c (Handled_Sequence_Of_Statements_to_gnu): When not optimizing the CFG...
Eric Botcazou
1
-2
/
+8
2015-06-26
trans.c (loop_info_d): Add low_bound...
Eric Botcazou
1
-18
/
+69
2015-06-25
function.h (ipa_opt_pass, [...]): Move forward declarations.
Andrew MacLeod
1
-2
/
+0
2015-06-19
gigi.h (record_builtin_type): Adjust comment.
Eric Botcazou
1
-54
/
+53
2015-06-19
decl.c (gnat_to_gnu_entity): Make sure the size of a padding type built aroun...
Eric Botcazou
1
-1
/
+1
2015-06-17
coretypes.h: Include input.h and as-a.h.
Andrew MacLeod
1
-2
/
+0
2015-06-09
misc.c: Remove duplicate include directives.
Eric Botcazou
1
-1
/
+0
2015-06-08
coretypes.h: Include hash-table.h and hash-set.h for host files.
Andrew MacLeod
1
-1
/
+0
2015-06-04
coretypes.h: Include machmode.h...
Andrew MacLeod
1
-4
/
+0
2015-06-03
trans.c (gnat_to_gnu): Fix typo in latest change.
Eric Botcazou
1
-1
/
+1
2015-06-01
trans.c (lvalue_required_p): Deal with character and enumeration literals as ...
Eric Botcazou
1
-5
/
+8
2015-05-28
gigi.h (gnat_stabilize_reference): Adjust.
Eric Botcazou
1
-25
/
+25
2015-05-27
trans.c (elaborate_all_entities): Do not elaborate an incomplete type coming ...
Eric Botcazou
1
-0
/
+4
2015-05-26
trans.c (Attribute_to_gnu): Do not bother about NaN's if Machine_Overflows is...
Eric Botcazou
1
-1
/
+2
2015-05-26
trans.c (gnat_to_gnu): Really force evaluation of the expression...
Eric Botcazou
1
-22
/
+15
2015-05-26
trans.c (Attribute_to_gnu): Do not apply extra-precision trick to literals.
Eric Botcazou
1
-2
/
+3
2015-05-26
ada-tree.h (DECL_GLOBAL_NONCONSTANT_RENAMING_P): Delete
Eric Botcazou
1
-21
/
+46
2015-05-26
gigi.h (gnat_stabilize_reference): Adjust prototype.
Eric Botcazou
1
-15
/
+6
2015-05-25
targtyps.c (get_float_words_be): Rename into...
Eric Botcazou
1
-7
/
+4
2015-05-25
decl.c (gnat_to_gnu_entity): Minor tweak.
Eric Botcazou
1
-7
/
+8
2015-05-25
gigi.h (build_atomic_load): Adjust prototype.
Eric Botcazou
1
-70
/
+216
2015-05-25
ada-tree.h (DECL_RENAMING_GLOBAL_P): Rename into...
Eric Botcazou
1
-31
/
+35
2015-05-19
Replace line_map union with C++ class hierarchy
David Malcolm
1
-1
/
+1
2015-04-08
decl.c (gnat_to_gnu_entity): Do not make a function returning an unconstraine...
Eric Botcazou
1
-1
/
+2
2015-03-26
* gcc-interface/trans.c (Attribute_to_gnu) <Attr_Deref>: New case.
Eric Botcazou
1
-0
/
+12
2015-03-20
re PR ada/65451 (compiler crash on volatile access type)
Eric Botcazou
1
-28
/
+1
[next]