Age | Commit message (Expand) | Author | Files | Lines |
2007-12-13 | Fogot to commit ipa-struct-reorg.c | Olga Golovanevsky | 1 | -15/+77 |
2007-12-13 | re PR target/34435 (SSE2 intrinsics - emmintrin with optimisations off and ty... | Uros Bizjak | 10 | -113/+208 |
2007-12-13 | Restore part of patch lost for PR ada/15805: | Arnaud Charlet | 1 | -0/+14 |
2007-12-13 | re PR ada/34360 (typo gcc/ada/Makefile.in for GNU/kFreeBSD) | Samuel Tardieu | 2 | -2/+8 |
2007-12-13 | re PR middle-end/34450 (compile takes up 1.8 GB RAM at -O1) | Richard Guenther | 7 | -8/+74 |
2007-12-13 | ipa-struct-reorg.c (is_candidate): Print information to dump file when the ty... | Olga Golovanevsky | 1 | -0/+15 |
2007-12-13 | struct: New directory with tests for struct-reorg optimizaion. | Olga Golovanevsky | 26 | -0/+963 |
2007-12-13 | (Attribute_to_gnu): Check for violations of the No_Implicit_Dynamic_Code rest... | Bob Duff | 2 | -5/+34 |
2007-12-13 | Resync | Arnaud Charlet | 1 | -0/+1136 |
2007-12-13 | invoke.texi (Optimiza Options): Document new -fipa-struct-reorg option and st... | Golovanevsky Olga | 2 | -1/+29 |
2007-12-13 | re PR libfortran/34427 (Revision 130708 breaks namelist input) | Tobias Burnus | 2 | -0/+39 |
2007-12-13 | Update comments. | Arnaud Charlet | 3 | -10/+18 |
2007-12-13 | (Nkind_In): New functions. | Arnaud Charlet | 1 | -21/+175 |
2007-12-13 | Removed, no longer used | Arnaud Charlet | 1 | -158/+0 |
2007-12-13 | New file. | Arnaud Charlet | 1 | -0/+62 |
2007-12-13 | New file. | Arnaud Charlet | 1 | -0/+47 |
2007-12-13 | sem_ch3.ads, [...] (Check_Abstract_Overriding): Avoid generation of spurious ... | Javier Miranda | 2 | -194/+245 |
2007-12-13 | i-vxwork.ads: Kill new warning on Convention C, since changing the spec would... | Arnaud Charlet | 1 | -1/+6 |
2007-12-13 | s-parame-vxworks.adb: Update comments to reflect usage of this package by Nuc... | Geert Bosch | 1 | -1/+1 |
2007-12-13 | symbols-processing-vms-ia64.adb (Process.Skip_Half): New procedure | Vincent Celier | 1 | -7/+28 |
2007-12-13 | make.adb (Scan_Make_Arg): Add test for -aamp_target switch... | Gary Dismukes | 1 | -98/+121 |
2007-12-13 | itypes.ads, itypes.adb (Create_Itype): For access-to-subprogram types... | Bob Duff | 2 | -30/+39 |
2007-12-13 | impunit.adb: Add entries for missing units | Robert Dewar | 3 | -640/+650 |
2007-12-13 | g-socthi-vms.ads (Fd_Set_Access): make it 32-bit. | Vasiliy Fofanov | 3 | -3/+7 |
2007-12-13 | s-os_lib.ads, [...] (Normalize_Pathname): Do not compute Reference_Dir unless... | Emmanuel Briot | 2 | -11/+15 |
2007-12-13 | tb-gcc.c (uw_data_t, [...]): Only define if not GCC-SJLJ eh. | Olivier Hainque | 1 | -5/+16 |
2007-12-13 | a-cohase.ads, [...]: Document which generic formal operations are called for ... | Matthew Heaney | 4 | -32/+626 |
2007-12-13 | gnat_ugn.texi: Dcoument new rules for style check comment alignment Document ... | Robert Dewar | 3 | -137/+483 |
2007-12-13 | a-direct.adb (Create_Path): Always take '/' as a directory separator, even on... | Vincent Celier | 1 | -2/+6 |
2007-12-13 | xeinfo.adb: Remove warnings | Robert Dewar | 30 | -278/+341 |
2007-12-13 | treepr.ads, treepr.adb: (pl): implement use of positive value shorthands | Robert Dewar | 2 | -7/+37 |
2007-12-13 | tbuild.ads, tbuild.adb: Fix location of flag for unrecognized pragma message | Robert Dewar | 2 | -10/+37 |
2007-12-13 | tb-alvms.c (struct tb_entry_t, [...]): Revert back to use of Procedure Value ... | Olivier Hainque | 4 | -15/+15 |
2007-12-13 | styleg.adb (Check_Comment): More liberal rules for comment placement | Robert Dewar | 1 | -3/+42 |
2007-12-13 | s-tassta.adb (Create_Task): Take into account tasks created by foreign threads. | Arnaud Charlet | 1 | -3/+14 |
2007-12-13 | s-stoele.adb ("mod"): mod negative value raises Constraint_Error | Robert Dewar | 1 | -6/+13 |
2007-12-13 | s-stausa.ads (Stack_Analyzer): Remove First_Is_Topmost, redundant with Stack_... | Olivier Hainque | 2 | -107/+193 |
2007-12-13 | s-soflin.ads: Apply new pragma Favor_Top_Level to all access-to-subprogram ty... | Bob Duff | 1 | -3/+21 |
2007-12-13 | sinput-l.adb (Load_File): Disable style checks when preprocessing. | Thomas Quinot | 1 | -31/+40 |
2007-12-13 | sinput.adb (Get_Source_File_Index): Add assertion to guard against an invalid... | Thomas Quinot | 1 | -8/+8 |
2007-12-13 | sem_util.ads, [...] (Is_Concurrent_Interface): New routine. | Bob Duff | 2 | -172/+287 |
2007-12-13 | sem_type.adb (Function_Interp_Has_Abstract_Op): Add guard to check whether fo... | Hristian Kirtchev | 1 | -8/+12 |
2007-12-13 | sem_eval.adb (Eval_Real_Literal): N_Constant_Declaration is a static context,... | Geert Bosch | 1 | -4/+6 |
2007-12-13 | sem_disp.adb (Check_Dispatching_Call): If an actual in a call to an inherited... | Ed Schonberg | 1 | -1/+44 |
2007-12-13 | sem_ch9.adb (Analyze_Requeue): Add a local flag to capture whether a requeue ... | Hristian Kirtchev | 1 | -69/+216 |
2007-12-13 | sem_ch8.adb (Analyze_Subprogram_Renaming): Special error message for renaming... | Robert Dewar | 1 | -72/+276 |
2007-12-13 | sem_ch4.adb (Analyze_Selected_Component): Include the requeue statement to th... | Hristian Kirtchev | 1 | -191/+397 |
2007-12-13 | s-imenne.adb, [...]: New files. | Robert Dewar | 23 | -232/+576 |
2007-12-13 | sem_ch12.adb (Instantiate_Formal_Subprogram): In the subprogram renaming decl... | Ed Schonberg | 1 | -26/+59 |
2007-12-13 | sem_ch10.adb (Check_Private_Child_Unit): A non-private library level subprogr... | Thomas Quinot | 1 | -63/+79 |