| Commit message (Expand) | Author | Age | Files | Lines |
* | * configure.ac: Check for COMDAT support. Robustify check for | mmitchel | 2004-09-15 | 2 | -2/+3 |
* | * config/darwin-c.c, config/alpha/alpha.c, config/i386/i386.c, | kazu | 2004-09-14 | 2 | -2/+2 |
* | * config/i386/i386.c (output_fp_compare): Add generation | uros | 2004-09-14 | 2 | -34/+26 |
* | * i386.c (x86_schedule): New global variable. | hubicka | 2004-09-12 | 2 | -1/+7 |
* | * config/i386/i386.c (ix86_split_ashldi): Special case op1 as one | rth | 2004-09-12 | 3 | -140/+151 |
* | * i386.h (MODE_NEEDED): Calls need UNINITIALIZED mode; add comment. | hubicka | 2004-09-11 | 2 | -4/+9 |
* | * config/darwin.c, config/alpha/alpha.h, config/arm/arm.c, | kazu | 2004-09-10 | 1 | -1/+1 |
* | * config/i386/i386.c (ix86_expand_ashlsi3_const): New function to | sayle | 2004-09-10 | 1 | -2/+22 |
* | * config/i386/i386.c (ix86_split_long_move): When optimizing for | sayle | 2004-09-10 | 1 | -0/+27 |
* | * defaults.h (MULTIPLE_SYMBOL_SPACES): Provide default. | zack | 2004-09-09 | 3 | -15/+6 |
* | 2004-09-09 Frank Ch. Eigler <fche@redhat.com> | fche | 2004-09-09 | 1 | -5/+5 |
* | * config/i386/i386.c (ix86_prepare_fp_compare_args): Do not | uros | 2004-09-08 | 2 | -37/+86 |
* | * doc/tm.texi (MD_UNWIND_SUPPORT): Document. | amodra | 2004-09-08 | 4 | -195/+168 |
* | 2004-09-04 Uros Bizjak <uros@kss-loka.si> | uros | 2004-09-04 | 4 | -34/+430 |
* | 2004-09-03 H.J. Lu <hongjiu.lu@intel.com> | hjl | 2004-09-04 | 1 | -1/+5 |
* | / | rth | 2004-09-03 | 12 | -1/+772 |
* | * gthr-win32.h (__gthread_recursive_mutex_t): Use 'unsigned long', | dannysmith | 2004-09-01 | 1 | -1/+1 |
* | PR c++/13684 | jason | 2004-08-28 | 1 | -0/+70 |
* | Patch from Richard B Kreckel. | wilson | 2004-08-26 | 1 | -0/+4 |
* | * config/i386/freebsd.h (SUBTARGET_OVERRIDE_OPTIONS): Don't | rth | 2004-08-26 | 1 | -2/+0 |
* | * tree.h (build_int_cst): New, sign extended constant. | nathan | 2004-08-25 | 1 | -10/+10 |
* | PR target/16298 | rth | 2004-08-24 | 1 | -30/+19 |
* | 2004-08-24 Andreas Tobler <a.tobler@schweiz.ch> | andreast | 2004-08-24 | 1 | -1/+1 |
* | 2004-08-23 Eric Christopher <echristo@redhat.com> | echristo | 2004-08-24 | 2 | -26/+45 |
* | * config/i386/ppro.md (ppro_complex_insn): Add missing check | steven | 2004-08-22 | 1 | -1/+2 |
* | PR c++/16030 | dannysmith | 2004-08-21 | 1 | -72/+55 |
* | * config/darwin.c (machopic_indirect_data_reference): Mark | mrs | 2004-08-21 | 1 | -14/+35 |
* | PR 5620 | dannysmith | 2004-08-20 | 1 | -0/+3 |
* | Fix typo: Change "in_unlikely_text_section" to "in_unlikely_executed_text". | ctice | 2004-08-19 | 1 | -1/+1 |
* | * emit-rtl.c (gen_const_mem): New. | rth | 2004-08-18 | 1 | -6/+3 |
* | * rtl.def (NIL): Delete. | zack | 2004-08-18 | 2 | -26/+26 |
* | Hot/cold partitioning update patch. The problems that this patch | ctice | 2004-08-18 | 2 | -2/+1 |
* | * config/i386/i386.h (FIXED_REGISTERS): Update encoding to be | sayle | 2004-08-18 | 1 | -19/+25 |
* | Part of the vectorizer patch that was accidently left out...: | dorit | 2004-08-18 | 1 | -0/+3 |
* | * rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P. | rth | 2004-08-18 | 1 | -4/+4 |
* | 2004-08-17 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-08-17 | 1 | -9/+10 |
* | .: | nathan | 2004-08-15 | 1 | -15/+16 |
* | * config/i386/i386.md (call_1, sibcall_1, call_1_rex64): Use Pmode | rth | 2004-08-14 | 1 | -7/+7 |
* | 2004-08-12 Andrew Pinski <pinskia@physics.uc.edu> | pinskia | 2004-08-13 | 3 | -5/+5 |
* | * config/i386/i386.c (internal_label_prefix): Export. | rth | 2004-08-13 | 5 | -1237/+880 |
* | PR c++/16924 | dannysmith | 2004-08-13 | 1 | -13/+15 |
* | PR c++/16276 | jakub | 2004-08-12 | 2 | -0/+2 |
* | 2004-08-10 H.J. Lu <hongjiu.lu@intel.com> | hjl | 2004-08-10 | 1 | -2/+2 |
* | PR target/3144 | jakub | 2004-08-10 | 1 | -0/+6 |
* | 2004-08-07 H.J. Lu <hongjiu.lu@intel.com> | hjl | 2004-08-07 | 1 | -4/+1 |
* | 2004-08-07 H.J. Lu <hongjiu.lu@intel.com> | hjl | 2004-08-07 | 1 | -1/+4 |
* | * config/i386/i386.c (ix86_expand_clrmem): Move gen_cld down to | jakub | 2004-08-06 | 1 | -11/+55 |
* | * tree.c (handle_dll_attribute): Move here from i383/winnt.c. | mmitchel | 2004-08-06 | 4 | -80/+5 |
* | * config/linux.h, config/i386/linux.h, config/sparc/linux.h: | jsm28 | 2004-08-05 | 1 | -31/+5 |
* | * config/i386/i386.c (ix86_expand_prologue): If the function uses a | rsandifo | 2004-08-05 | 1 | -1/+8 |