index
:
ppe42-gcc
gcc-4_9_2-ppe42
GCC for the PPE42
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc
/
ada
/
gcc-interface
/
utils2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* gcc-interface/utils2.c (build_simple_component_ref): Fix formatting.
ebotcazou
2014-02-23
1
-22
/
+44
*
* gcc-interface/utils.c (convert_to_fat_pointer): Un-obfuscate the
ebotcazou
2014-01-25
1
-3
/
+7
*
2013-11-27 Bernd Edlinger <bernd.edlinger@hotmail.de>
edlinger
2013-11-27
1
-1
/
+2
*
2013-11-26 Bernd Edlinger <bernd.edlinger@hotmail.de>
edlinger
2013-11-26
1
-2
/
+1
*
Remove macros that implicitly use input_location
dmalcolm
2013-11-22
1
-3
/
+4
*
Factor unrelated declarations out of tree.h.
dnovillo
2013-11-19
1
-0
/
+3
*
gcc/ada/
rsandifo
2013-11-18
1
-1
/
+1
*
* tree.h (CONSTRUCTOR_NO_CLEARING): Define.
ebotcazou
2013-11-11
1
-0
/
+1
*
* gcc-interface/utils2.c (build_atomic_load): Do a mere view-conversion
ebotcazou
2013-08-13
1
-9
/
+23
*
2013-07-21 OndÅej BÃlka <neleai@seznam.cz>
mrs
2013-07-21
1
-3
/
+3
*
* gcc-interface/gigi.h (make_aligning_type): Adjust prototype.
ebotcazou
2013-05-26
1
-2
/
+3
*
* stor-layout.c (layout_type) <ARRAY_TYPE>: Do not clear TREE_OVERFLOW
ebotcazou
2012-11-28
1
-2
/
+2
*
This patch rewrites the old VEC macro-based interface into a new one
dnovillo
2012-11-18
1
-16
/
+13
*
Merge from cxx-conversion branch (http://gcc.gnu.org/wiki/cxx-conversion).
dnovillo
2012-08-15
1
-7
/
+7
*
* expr.c (expand_expr_real_1): Do not expand operand #1 and #2
ebotcazou
2012-07-25
1
-4
/
+1
*
* gcc-interface/utils2.c (build_simple_component_ref): Do not look
ebotcazou
2012-07-03
1
-1
/
+3
*
* gcc-interface/decl.c (gnat_to_gnu_entity) <object>: Convert GNU_SIZE
ebotcazou
2012-06-11
1
-2
/
+2
*
* output.h (merge_weak, assemble_alias,
steven
2012-06-04
1
-1
/
+0
*
* gcc-interface/gigi.h (make_packable_type): Declare.
ebotcazou
2012-05-06
1
-6
/
+18
*
* gcc-interface/gigi.h (shift_unc_components_for_thin_pointers): Kill.
ebotcazou
2012-03-12
1
-3
/
+2
*
* gcc-interface/ada-tree.h (TYPE_VAX_FLOATING_POINT_P): Move around.
ebotcazou
2012-03-09
1
-1
/
+1
*
* gcc-interface/ada-tree.h (TYPE_PACKED_ARRAY_TYPE_P): Add checking.
ebotcazou
2012-02-27
1
-1
/
+2
*
* gcc-interface/decl.c (gnat_to_gnu_entity) <object>: Revert previous
ebotcazou
2012-02-27
1
-9
/
+25
*
2012-02-08 Vincent Celier <celier@adacore.com>
charlet
2012-02-08
1
-4
/
+5
*
* gcc-interface/utils2.c (gnat_build_constructor): Test the TREE_STATIC
ebotcazou
2011-12-11
1
-1
/
+1
*
* gcc-interface/trans.c (Subprogram_Body_to_gnu): Add comment.
ebotcazou
2011-11-20
1
-4
/
+4
*
* fe.h (Serious_Errors_Detected): New macro.
ebotcazou
2011-11-10
1
-0
/
+107
*
* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Record_Subtype>: Try to
ebotcazou
2011-10-26
1
-3
/
+1
*
* gcc-interface/trans.c (Attribute_to_gnu): Use remove_conversions.
ebotcazou
2011-10-12
1
-12
/
+4
*
* gcc-interface/ada-tree.h (DECL_LOOP_PARM_P): New flag.
ebotcazou
2011-10-12
1
-1
/
+86
*
* gcc-interface/utils2.c (build_allocator): Set TREE_THIS_NOTRAP on the
ebotcazou
2011-09-26
1
-42
/
+32
*
* gcc-interface/trans.c (assoc_to_constructor): Minor tweaks.
ebotcazou
2011-09-26
1
-25
/
+28
*
* gcc-interface/ada-tree.h (DECL_CAN_NEVER_BE_NULL_P): New macro.
ebotcazou
2011-09-26
1
-35
/
+57
*
* gcc-interface/ada-tree.h (TYPE_NULL_BOUNDS): New macro.
ebotcazou
2011-09-26
1
-12
/
+85
*
* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Access_Subtype>: Use
ebotcazou
2011-09-25
1
-10
/
+6
*
* gcc-interface/utils.c (maybe_unconstrained_array): In the reference
ebotcazou
2011-09-11
1
-0
/
+10
*
* gcc-interface/gigi.h (build_call_0_expr): Delete.
ebotcazou
2011-09-11
1
-76
/
+41
*
* gcc-interface/trans.c (build_return_expr): Use void_type_node for
ebotcazou
2011-09-11
1
-5
/
+11
*
* gcc-interface/ada-tree.h (TYPE_EXTRA_SUBTYPE_P): Add internal check.
ebotcazou
2011-08-30
1
-2
/
+2
*
2011-08-29 Thomas Quinot <quinot@adacore.com>
charlet
2011-08-29
1
-7
/
+7
*
* gcc-interface/utils2.c (build_binary_op) <ARRAY_REF>: Do not mark the
ebotcazou
2011-07-24
1
-5
/
+0
*
* gcc-interface/gigi.h (build_function_stub): Remove.
ebotcazou
2011-07-24
1
-37
/
+0
*
* gcc-interface/utils2.c (gnat_stabilize_reference): Propagate
ebotcazou
2011-06-06
1
-0
/
+3
*
* gcc-interface/utils2.c (gnat_stabilize_reference) <COMPOUND_EXPR>:
ebotcazou
2011-06-06
1
-2
/
+2
*
PR ada/48844
ebotcazou
2011-05-05
1
-5
/
+11
*
* gcc-interface/utils2.c (build_allocator): In the unconstrained array
ebotcazou
2011-04-02
1
-12
/
+3
*
* einfo.ads (Size_Depends_On_Discriminant): Adjust description.
ebotcazou
2011-03-24
1
-1
/
+10
*
* gcc-interface/gigi.h (fill_vms_descriptor): Take GNU_TYPE instead of
ebotcazou
2011-02-03
1
-53
/
+1
*
Fix typos in gcc/ada.
rwild
2010-12-20
1
-1
/
+1
*
PR ada/46574
ebotcazou
2010-11-27
1
-2
/
+2
[next]