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
/
misc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Backport from mainline
ebotcazou
2014-05-17
1
-11
/
+11
*
PR ada/51483
ebotcazou
2014-03-13
1
-14
/
+13
*
2014-01-24 Eric Botcazou <ebotcazou@adacore.com>
charlet
2014-01-24
1
-5
/
+10
*
2014-01-24 Tristan Gingold <gingold@adacore.com>
charlet
2014-01-24
1
-0
/
+8
*
Factor unrelated declarations out of tree.h.
dnovillo
2013-11-19
1
-0
/
+2
*
gcc/ada/
rsandifo
2013-11-18
1
-2
/
+2
*
* gcc-interface/decl.c (gnat_to_gnu_entity): Replace True with true.
ebotcazou
2013-08-13
1
-2
/
+2
*
* gcc-interface/gigi.h (gnat_init_gcc_fp): Declare.
ebotcazou
2013-05-24
1
-4
/
+24
*
2013-01-02 Thomas Quinot <quinot@adacore.com>
charlet
2013-01-02
1
-17
/
+0
*
2013-01-02 Hristian Kirtchev <kirtchev@adacore.com>
charlet
2013-01-02
1
-1
/
+20
*
* stor-layout.c (layout_type) <ARRAY_TYPE>: Do not clear TREE_OVERFLOW
ebotcazou
2012-11-28
1
-7
/
+7
*
PR middle-end/53590
ebotcazou
2012-06-15
1
-0
/
+3
*
* gcc-interface/decl.c (Has_Thiscall_Convention): New macro.
ebotcazou
2012-05-19
1
-4
/
+4
*
2012-05-14 Manuel López-Ibáñez <manu@gcc.gnu.org>
manu
2012-05-14
1
-2
/
+6
*
2012-05-11 Manuel López-Ibáñez <manu@gcc.gnu.org>
manu
2012-05-11
1
-9
/
+12
*
* gcc-interface/misc.c (gnat_post_options): Disable caret by default.
ebotcazou
2012-05-06
1
-0
/
+4
*
* gcc-interface/ada-tree.h (TYPE_PACKED_ARRAY_TYPE_P): Add checking.
ebotcazou
2012-02-27
1
-2
/
+2
*
* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Record_Subtype>: Try to
ebotcazou
2011-10-26
1
-3
/
+2
*
gnattools/
ebotcazou
2011-10-12
1
-11
/
+0
*
* gcc-interface/ada-tree.h (DECL_LOOP_PARM_P): New flag.
ebotcazou
2011-10-12
1
-2
/
+6
*
2011-08-03 Eric Botcazou <ebotcazou@adacore.com>
charlet
2011-08-03
1
-0
/
+4
*
Refine previous change.
charlet
2011-08-02
1
-9
/
+0
*
Fix bootstrap with g++
charlet
2011-08-02
1
-0
/
+9
*
2011-08-02 Geert Bosch <bosch@adacore.com>
charlet
2011-08-02
1
-0
/
+119
*
* prefix.h: Wrap up in extern "C" block.
ebotcazou
2011-07-12
1
-0
/
+8
*
dwarf2: Extract cfi creation to a new pass.
rth
2011-07-08
1
-10
/
+0
*
* gcc-interface/misc.c (gnat_init): Tweak previous change.
ebotcazou
2011-07-07
1
-2
/
+2
*
2011-07-06 Richard Guenther <rguenther@suse.de>
rguenth
2011-07-06
1
-2
/
+2
*
2011-06-07 Richard Guenther <rguenther@suse.de>
rguenth
2011-06-07
1
-11
/
+0
*
ada/
matz
2011-04-29
1
-0
/
+1
*
gcc/ada/
froydnj
2011-04-13
1
-0
/
+19
*
* gcc-interface/lang.opt (feliminate-unused-debug-types): Delete.
ebotcazou
2011-04-02
1
-18
/
+1
*
* dwarf2out.c (dwarf_attr_name): Map DW_AT_GNAT_descriptive_type.
ebotcazou
2011-04-01
1
-1
/
+14
*
* gcc-interface/misc.c (gnat_init_options): Do not concatenate -I and
ebotcazou
2011-02-14
1
-7
/
+6
*
* common.opt (flag_stack_check): New Variable entry.
jsm28
2010-12-01
1
-0
/
+6
*
* doc/invoke.texi (-dy): Remove.
jsm28
2010-11-17
1
-1
/
+1
*
* Makefile.in (OPTS_H): Define.
jsm28
2010-11-12
1
-1
/
+1
*
Centralize knowledge of eh personality routines.
rth
2010-10-13
1
-5
/
+1
*
* gcc-interface/lang.opt (gdwarf+): Remove.
ebotcazou
2010-10-10
1
-15
/
+0
*
* gcc-interface/ada-tree.h (DECL_BY_DOUBLE_REF_P): New macro.
ebotcazou
2010-10-10
1
-5
/
+5
*
* gcc-interface/misc.c: Delete prototypes.
ebotcazou
2010-10-09
1
-102
/
+81
*
* Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h.
jsm28
2010-10-08
1
-3
/
+12
*
* gcc-interface/misc.c (optimize, optimize_size): Undefine as
jsm28
2010-09-30
1
-0
/
+10
*
Hookize TARGET_UNWIND_INFO et al.
rth
2010-09-28
1
-1
/
+1
*
* langhooks.h (struct lang_hooks_for_types): Remove hash_types field.
ebotcazou
2010-09-20
1
-3
/
+18
*
PR ada/45499
jsm28
2010-09-03
1
-6
/
+17
*
* config/darwin-driver.c (SWITCH_TAKES_ARG,
jsm28
2010-07-28
1
-1
/
+6
*
* coretypes.h (struct cl_option_handlers): Declare.
jsm28
2010-07-27
1
-14
/
+8
*
* langhooks-def.h (lhd_init_options, LANG_HOOKS_OPTION_LANG_MASK,
jsm28
2010-07-27
1
-10
/
+35
*
* gcc-interface/misc.c (gnat_handle_option): Do not populate gnat_argv.
ebotcazou
2010-07-02
1
-47
/
+9
[next]