Age | Commit message (Expand) | Author |
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 |
2006-11-06 | Move back to softfloat for now. | Dale Rahn |
2006-11-03 | Use __start (the symbol we provide) not start. ok miod@ | Dale Rahn |
2006-10-31 | Fix infinite loop when passing object with 3+ base classes by value: | Peter Stromberg |
2006-10-28 | Make stack executable when doing trampolines on macppc | Pedro Martelletto |
2006-10-18 | Under OpenBSD, do not force -msmall-data if -fpic and -mlarge-data if -fPIC. | Miod Vallat |
2006-10-11 | Default to -m4. | Miod Vallat |
2006-10-08 | Define superH obsd-specific emulations for ld, and use it by default. | Miod Vallat |
2006-10-06 | Disable stack protector in OVERRIDE_OPTIONS regardless of the commandline | Miod Vallat |