Age | Commit message (Expand) | Author |
2010-03-27 | Use prev_nonnote_insn() in push_frame_in_operand(); ok miod@ | Otto Moerbeek |
2010-03-18 | Make C++ exception handling work on mips64. | Mark Kettenis |
2010-02-21 | Backport a small fragment of a gcc 3.4 fix preventing too much recursion in | Miod Vallat |
2010-01-30 | Make sure the previous node is not a NOTE; prevents ICE on loongson. | Otto Moerbeek |
2010-01-10 | Fix use of `enumeral_type' in template type unification error as seen | Federico G. Schwindt |
2009-10-16 | bring in proper lookup_name prototype so that its pointer return | Martynas Venckus |
2009-08-21 | Enable one only declarations on hppa/hppa64 which corrects | Kurt Miller |
2009-08-01 | Revert previous change which enabled symbol visibility support; appears to | Miod Vallat |
2009-07-26 | - revert thread model posix since it broke the build for hppa. will revist | Kurt Miller |
2009-07-25 | - enable thread model posix for gcc 3 which makes dwarf2 exception | Kurt Miller |
2009-07-22 | Fix the configure test for symbol visibility support; the current test | Miod Vallat |
2009-06-24 | Correct the prototype of ffecom_gfrt_basictype() to match the | Jonathan Gray |
2009-06-06 | INTMAX_TYPE / UINTMAX_TYPE are always in terms of long long. | Martynas Venckus |
2009-05-18 | INTMAX_TYPE / UINTMAX_TYPE are always in terms of long long. | Martynas Venckus |
2009-04-17 | - enable libstdc++ pthread regresses | Kurt Miller |
2009-02-11 | fix gcc bug that broke double -> unsigned long conversions on sparc64 | Martynas Venckus |
2008-11-11 | Add support for position independent executables. This adds compile flags | Kurt Miller |
2008-10-28 | Avoid infinite recursion in search_string_def() and search_pointer_def(), | Miod Vallat |
2008-09-29 | Add a -mno-ieee option to disable ieee mode; ok millert@ | Miod Vallat |
2008-08-27 | exposed too much, only expose prototype outside ifdef | Martynas Venckus |
2008-08-27 | fix 128-bit division. gcc mangled arguments when passing to the | Martynas Venckus |
2008-06-09 | Make gcc on alpha use -mieee by default. This fixes many FPE problems | Michael Erdely |
2008-05-29 | Revert 1.6 and reenable -fno-regmove for now -- it stroke back in sha1(1). | Miod Vallat |
2008-05-08 | Due to the recent changes, it is no longer necessary to disable -fregmove | Miod Vallat |
2008-05-03 | add stmp-dirs to dependancy list, fixes a make -j issue seen on macppc | Dale Rahn |
2008-04-25 | Prevent user asm statements from being put in delay slots, this avoids | Miod Vallat |
2008-04-25 | * PR rtl-optimization/13260 | Miod Vallat |
2008-04-25 | * PR target/11901 | Miod Vallat |
2008-04-25 | typo | Miod Vallat |
2008-04-25 | reg_renumber[] values are valid if >= 0, not > 0. | Miod Vallat |
2008-04-22 | I am so glad I'm a BSD developer. | Miod Vallat |
2008-04-05 | don't force recreating directories in mklibgcc, this causes rebuilds during | Marc Espie |
2008-03-28 | Enable shared libraries on landisk. | Dale Rahn |
2008-02-10 | give method name of covariant return issue. | Marc Espie |
2008-01-01 | In the alpha allocate_stack builtin, only trigger stack probes if not running | Miod Vallat |
2007-11-28 | add dependencies for protector.o, preventing it from being built too early. | Marc Espie |
2007-11-26 | Add a new warning to gcc, -Wvariable-decl, which causes it to warn for | Miod Vallat |
2007-11-20 | the extra stuff also needs stmp-dirs, as found out by naddy@ | Marc Espie |
2007-10-29 | add missing dependency. Taken from upstream gcc. | Marc Espie |
2007-10-25 | fix dependency. ok millert@, \_o< miod@ | Marc Espie |
2007-09-03 | Add __cxa_atexit() support for gcc3. This provides support for shared object... | Todd C. Miller |
2007-07-05 | On OpenBSD/hppa, not all space registers are equivalent, so don't set | Mark Kettenis |
2007-06-16 | INTMAX_TYPE and UINTMAX_TYPE are always in terms of long long on | Todd C. Miller |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-04-05 | Make sure all public declarations are declared .globl; remove code to | Mark Kettenis |
2007-03-18 | Disable stack frame checking in the prologue under OpenBSD, unless you compile | Miod Vallat |
2007-03-03 | Add new FUNC/ENDFUNC macros to generate size/type (function) for ELF | Dale Rahn |
2007-03-02 | Move landisk to hardware floating point. At the moment the FPU context is | Miod Vallat |
2007-01-20 | -Wstack-larger-than support, copied from gcc2. | Miod Vallat |
2007-01-17 | Remove references to xm files that no longer exist. Taken from GCC 3.4. | Marc Aurele La France |