aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/trans.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-29Moved to gcc-interface.Arnaud Charlet1-7091/+0
2008-07-29trans.c (process_inlined_subprograms): Remove tree_really_inline check.Jan Hubicka1-2/+2
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-32/+17
2008-06-27ada-tree.h (SET_TYPE_LANG_SPECIFIC, [...]): Fix -Wc++-compat warnings.Kaveh R. Ghazi1-4/+4
2008-06-06ada-tree.h (DECL_PARALLEL_TYPE): New language specific attribute...Nicolas Setton1-0/+46
2008-05-26gigi.h (gigi): Remove bogus ATTRIBUTE_UNUSED marker.Eric Botcazou1-2/+2
2008-05-25tree-nested.c (convert_tramp_reference): Do not build a trampoline if we don'...Eric Botcazou1-1/+1
2008-05-24trans.c (gnat_to_gnu): Do not set source location info on NOP_EXPRs.Eric Botcazou1-2/+6
2008-05-23gigi.h (mark_visited): Declare.Eric Botcazou1-11/+17
2008-05-17trans.c (gnat_to_gnu): Account for dummy types pointed to by the converted po...Eric Botcazou1-29/+55
2008-05-15trans.c (add_decl_expr): At toplevel, mark the TYPE_ADA_SIZE field of records...Eric Botcazou1-27/+34
2008-05-12* utils2.c (known_alignment, contains_save_expr_p)Tomas Bily1-7/+4
2008-05-03decl.c (maybe_pad_type): Try to get a form of the type with integral mode eve...Eric Botcazou1-22/+28
2008-05-01decl.c (make_packable_type): Resize the last component to its RM size only if...Eric Botcazou1-2/+2
2008-04-24trans.c (Attribute_to_gnu): LengthOlivier Hainque1-11/+10
2008-04-23tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini1-3/+0
2008-04-20decl.c (gnat_to_gnu_entity): Also promote the alignment of constant objects, ...Eric Botcazou1-1/+1
2008-04-15ada-tree.h (DECL_BY_COMPONENT_PTR_P): Use DECL_LANG_FLAG_3.Eric Botcazou1-3/+2
2008-04-13sfn_scan.adb, [...]: Fix comment typos.Ralf Wildenhues1-7/+7
2008-04-08gigi.h (standard_datatypes): Add ADT_fdesc_type and ADT_null_fdesc.Eric Botcazou1-1/+60
2008-04-08decl.c (prepend_attributes): Fix typo.Eric Botcazou1-2/+1
2008-04-08ada-tree.h (TYPE_PACKED_ARRAY_TYPE_P): Only set it when bit-packed.Eric Botcazou1-6/+5
2008-04-08decl.c (gnat_to_gnu_entity): If -gnatd.a and not optimizing alignment for spa...Eric Botcazou1-33/+38
2008-04-07Removal of Return with Depressed Stack Pointer supportEric Botcazou1-20/+7
2008-03-26tbuild.ads, [...] (N_Pragma): Chars field removed, use Chars (Pragma_Identifi...Robert Dewar1-2/+3
2008-03-21trans.c (Attribute_to_gnu): Compute as (hb < lb) ? 0 : hb - lb + 1 instead of...Olivier Hainque1-21/+30
2008-03-21trans.c (addressable_p): Add notes on addressability issues.Eric Botcazou1-2/+55
2008-03-21trans.c (addressable_p): Accept COND_EXPR when both arms are addressable.Olivier Hainque1-1/+14
2008-03-10trans.c (emit_range_check): Do not emit the check if the base type of the exp...Eric Botcazou1-0/+5
2008-03-08lang.opt (nostdlib): Move around.Eric Botcazou1-27/+25
2008-03-08trans.c (Loop_Statement_to_gnu): Set the SLOC of the loop label from that of ...Eric Botcazou1-3/+7
2008-03-07decl.c (MAX_FIXED_MODE_SIZE): Define if not already defined.Eric Botcazou1-29/+64
2008-02-26system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey1-19/+0
2008-01-22decl.c (components_to_record): Do not reuse the empty union type if there is ...Eric Botcazou1-0/+1
2008-01-21trans.c (gnat_to_gnu): Use POINTER_PLUS_EXPR in pointer arithmetics.Eric Botcazou1-3/+2
2008-01-14decl.c (gnat_to_gnu_entity): Process renamings before converting the expressi...Eric Botcazou1-0/+22
2008-01-13* trans.c (call_to_gnu):Invoke the addressable_p predicate onlyEric Botcazou1-58/+73
2007-12-22trans.c (call_to_gnu): Make the temporary for non-addressable In parameters p...Eric Botcazou1-88/+70
2007-12-13(Attribute_to_gnu): Check for violations of the No_Implicit_Dynamic_Code rest...Bob Duff1-5/+28
2007-12-05trans.c (lvalue_required_p): Take base node directly instead of its parent.Eric Botcazou1-51/+60
2007-11-26PR 34081/C++Andreas Krebbel1-2/+2
2007-11-22trans.c (gnat_to_gnu): Reformat lines to fit in 80 columns.Olivier Hainque1-10/+14
2007-11-19re PR ada/34098 (xgcc: Internal error: Segmentation fault (program gnat1))Eric Botcazou1-15/+19
2007-11-16utils2.c (build_call_alloc_dealloc): Move the code retrieving an allocator re...Olivier Hainque1-1/+32
2007-11-14trans.c (call_to_gnu): Always set the source location on the call expression.Eric Botcazou1-4/+3
2007-10-15trans.c (gnat_to_gnu): Remove the padding structure more often.Tristan Gingold1-7/+8
2007-09-27Mapped location supportEric Botcazou1-31/+80
2007-09-26a-tags.adb:Javier Miranda1-1/+1
2007-09-25trans.c: Fix misplaced #define.Eric Botcazou1-5/+5
2007-09-08decl.c (gnat_to_gnu_entity): Simplify the condition under which a constant re...Eric Botcazou1-6/+14