aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/utils2.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-29gigi.h (gnat_build_constructor): Take a VEC instead of a TREE_LIST.Nathan Froyd1-43/+23
2010-06-23[multiple changes]Arnaud Charlet1-6/+5
2010-05-25utils.c: Do not include function.h, pointer-set.h, and gimple.h.Steven Bosscher1-1/+0
2010-05-08gigi.h (build_unc_object_type): Add DEBUG_INFO_P param.Eric Botcazou1-1/+1
2010-04-17utils2.c (build_unary_op): Do not issue warning.Eric Botcazou1-8/+2
2010-04-17uintp.h (UI_Lt): Declare.Eric Botcazou1-6/+18
2010-04-17back-end.adb (Call_Back_End): Pass Standard_Character to gigi.Eric Botcazou1-3/+4
2010-04-17gigi.h (enum standard_datatypes): Add new values ADT_sbitsize_one_node and AD...Eric Botcazou1-39/+37
2010-04-16decl.c (gnat_to_gnu_entity): Use boolean_type_node in lieu of integer_type_no...Eric Botcazou1-33/+39
2010-04-15cuintp.c (UI_To_gnu): Fix long line.Eric Botcazou1-4/+8
2010-04-15trans.c (gigi): Set DECL_IGNORED_P on EH functions.Eric Botcazou1-15/+32
2010-04-15trans.c (call_to_gnu): Open a nesting level if this is a statement.Eric Botcazou1-1/+28
2010-04-13gimple.c (walk_gimple_op): Do not request a pure rvalue on the RHS if the LHS...Eric Botcazou1-11/+3
2010-04-11trans.c (lvalue_required_for_attribute_p): New static function.Eric Botcazou1-2/+2
2010-04-11utils2.c (build_cond_expr): Take the address and dereference if the result ty...Eric Botcazou1-3/+5
2010-04-09gigi.h (maybe_variable): Delete.Eric Botcazou1-7/+297
2010-04-09gigi.h (gnat_mark_addressable): Rename parameter.Eric Botcazou1-131/+47
2010-04-08tree.h (TREE_ADDRESSABLE): Document its effect for function types.Eric Botcazou1-25/+21
2010-02-27re PR ada/42253 (run time crash on null for thin pointers)Eric Botcazou1-29/+31
2009-10-17utils2.c (build_binary_op): Make sure the element type is consistent.Eric Botcazou1-0/+6
2009-10-16ada-tree.h (TYPE_FAT_POINTER_P): Swap with...Eric Botcazou1-26/+18
2009-09-24ada.h: Fix outdated comment.Eric Botcazou1-67/+1
2009-09-01boehm.c (mark_reference_fields): Compute % in HOST_WIDE_INT type.Jakub Jelinek1-2/+3
2009-06-30utils2.c (build_binary_op): Do not use the type of the left operand if...Eric Botcazou1-6/+9
2009-06-30cgraphunit.c (cgraph_finalize_compilation_unit): Call finalize_size_functions...Eric Botcazou1-0/+10
2009-06-09utils2.c (build_call_alloc_dealloc_proc): New helper for build_call_alloc_dea...Olivier Hainque1-149/+208
2009-06-01tree.h (CONSTRUCTOR_BITFIELD_P): True if NODE...Olivier Hainque1-11/+12
2009-05-15dbxout.c (dbxout_range_type): Add LOW and HIGH parameters.Eric Botcazou1-4/+3
2009-04-24Fix nitsEric Botcazou1-0/+1
2009-04-24utils2.c (build_cond_expr): Move SAVE_EXPR ahead of the conditional expressio...Eric Botcazou1-19/+15
2009-04-24gigi.h (build_call_alloc_dealloc): Update comment.Eric Botcazou1-51/+29
2009-04-23gigi.h (create_index_type): Adjust head comment.Eric Botcazou1-3/+2
2009-04-23cuintp.c: Clean up include directives.Eric Botcazou1-5/+4
2009-04-23ada-tree.h (union lang_tree_node): Use standard idiom.Eric Botcazou1-7/+4
2009-04-22utils2.c (build_binary_op): If operation's type is an enumeral or a boolean t...Eric Botcazou1-7/+11
2008-11-09ada-tree.def (PLUS_NOMOD_EXPR): New tree code.Eric Botcazou1-16/+14
2008-08-16re PR middle-end/20548 (ACATS c52103x c52104x c52104y segfault)Eric Botcazou1-4/+3
2008-08-06decl.c (gnat_to_gnu_param): Force 32bit descriptor if TARGET_MALLOC64 clear.Doug Rupp1-9/+5
2008-08-062008-08-06 Doug Rupp <rupp@adacore.com>Doug Rupp1-1/+10
2008-08-04gigi.h (fill_vms_descriptor): Add third parameter gnat_actualArnaud Charlet1-13/+17
2008-08-04utils2.c (fill_vms_descriptor): Use long_integer for comparison.Doug Rupp1-4/+5
2008-08-042008-08-04 Doug Rupp <rupp@adacore.com>Arnaud Charlet1-8/+26
2008-08-02utils2.c (build_binary_op): New case.Eric Botcazou1-1/+9
2008-08-01gnat_rm.texi: Document new mechanism Short_Descriptor.Doug Rupp1-25/+1
2008-07-30gigi.h (build_vms_descriptor64): New function prototype.Doug Rupp1-3/+31
2008-07-29gcc-interface: New directory.Arnaud Charlet1-0/+2219