Age | Commit message (Expand) | Author |
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 |
2007-01-06 | Make gcc(1) really ignore __attribute__((visibility)) if HAVE_GAS_HIDDEN isn't | Mark Kettenis |
2006-12-26 | Make exception handling work on alpha. | Mark Kettenis |
2006-12-13 | Fix a few unitialized vars, all taken from gcc trunk, except the | Otto Moerbeek |
2006-11-28 | Turn OVERRIDE_OPTIONS macro into a function, so that we can put | Miod Vallat |
2006-11-22 | Improved cross build support for gcc on OpenBSD. allows the cross built | Dale Rahn |
2006-11-16 | hack at build process some more, so that files are not rebuilt under src, | Marc Espie |
2006-11-14 | Do not align jump targets to cache line boundaries at -O2 on OpenBSD. | Miod Vallat |
2006-11-11 | Provide size and type of symbols so that it doesn't confuse ld when building | Dale Rahn |
2006-11-11 | OpenBSD defaults to dynamic linker of /usr/libexec/ld.so | Dale Rahn |
2006-11-10 | Yes, openbsd does not support shared libraries on sh yet, but why make it hard? | Dale Rahn |
2006-11-09 | Dont build all of the extra libgcc.a files, they are not needed for | Dale Rahn |