aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2002-01-12diagnostic.c (warn_deprecated_use): Rework to lower indentation.Richard Kenner5-58/+67
2002-01-12Fix indentationRichard Kenner1-1/+1
2002-01-12attribs.c (handle_deprecated_attribute): constify WHAT.Graham Stott4-38/+48
2002-01-12Use MODE_BASE_REG_CLASS in legitimize macros.Nick Clifton2-3/+9
2002-01-12i386.c (override_options): If SSE, enable sse prefetch.Richard Henderson6-558/+335
2002-01-12Daily bump.GCC Administrator2-2/+2
2002-01-11mmintrin.h: New file.Richard Henderson13-4/+1722
2002-01-12conflict.c (conflict_graph_compute): Free regsets when finished.Michael Hayes3-11/+24
2002-01-12global.c (find_reg): Check for HARD_REGNO_CALL_PART_CLOBBERED every where we ...Herman A.J. ten Brugge2-0/+14
2002-01-12gcse.c (compute_pre_data, pre_gcse): Use sbitmap_free.Michael Hayes3-6/+11
2002-01-12jcf-parse.c (get_constant): Don't swap lo/hi for big endian targets when HOST...Jeff Sturm2-1/+15
2002-01-11* expr.c (expand_assignment): Fix misuse of MEM_KEEP_ALIAS_SET.Janis Johnson2-1/+5
2002-01-11* doc/rtl.texi (Insns): Fix 2 typos.Janis Johnson2-2/+6
2002-01-11invoke.texi: Avoid overfull hboxes.Joseph Myers2-4/+35
2002-01-11re PR other/5299 (then -> than fixes)Craig Rodrigues4-3/+10
2002-01-11re PR other/5299 (then -> than fixes)Craig Rodrigues3-2/+8
2002-01-11Correct test of 'remainder' and 'subtargets'.Nick Clifton2-4/+9
2002-01-11i386.h (CPP_CPUCOMMON_SPEC): Remove wrong mcpu.Andreas Jaeger2-2/+8
2002-01-11vms.h: (MD_FALLBACK_FRAME_STATE_FOR): Fix errors.Douglas B Rupp2-6/+12
2002-01-11Minor tidyup in c-tree.hNicola Pero1-0/+7
2002-01-11Tidy up - removed declarations of some unused functions, moved other declsNicola Pero1-17/+14
2002-01-11Fixed objc test failing on alpha because of missing includeNicola Pero1-0/+4
2002-01-11Added missing includeNicola Pero1-0/+1
2002-01-11Daily bump.GCC Administrator2-2/+2
2002-01-11i386.h (CPP_CPUCOMMON_SPEC): Remove duplicated march.Andreas Jaeger2-1/+6
2002-01-10alpha.c (print_operand): Add 'J'.Richard Henderson3-14/+55
2002-01-11altivec-4.c: Add tests for lvebx, lvehx, lvewx, lvxl, lvx, stvx, stvebx, stve...Aldy Hernandez2-0/+17
2002-01-11rs6000.c (altivec_init_builtins): Add support for lvebx, lvehx, lvewx, lvxl, ...Aldy Hernandez4-9/+251
2002-01-10cfgrtl.c (delete_insn): Assert insn hasn't been deleted yet.Richard Henderson3-28/+41
2002-01-10toplev.c: Don't declare environ (it's not used anywhere).Zack Weinberg6-131/+126
2002-01-10configure.in: Set stage1_cflags for powerpc-*-darwin*.Zack Weinberg23-400/+359
2002-01-10h8300.h: Fix comment typos.Kazu Hirata4-9/+16
2002-01-10specify template depthJason Merrill1-1/+3
2002-01-10re PR rtl-optimization/5269 (loop unroller fails to pull the right number of ...Dale Johannesen2-3/+18
2002-01-10* doc/extend.texi (deprecated): Fix a typo.Kazu Hirata2-1/+5
2002-01-10basic-block.h (update_br_prob_note): Declare.Jan Hubicka8-41/+89
2002-01-10toplev.c: Fix formatting.Kazu Hirata9-51/+72
2002-01-10* doc/invoke.texi: Document PDP-11 options.Joseph Myers2-0/+119
2002-01-10* config/h8300/h8300.h: Fix formatting.Kazu Hirata2-20/+25
2002-01-10C test case for __attribute__((deprecated)).Ira Ruben1-0/+117
2002-01-10C++ test case for __attribute__((deprecated)).Ira Ruben1-0/+117
2002-01-10Added changelog info for __attribute__((deprecated)) patches.Ira Ruben1-0/+41
2002-01-10Added __attribute__((deprecated)) patches.Ira Ruben17-21/+316
2002-01-10* combine.c (expand_field_assignment): Use subreg_lsb().Kazu Hirata2-3/+5
2002-01-10alias.c (find_base_value): Add cases for HIGH...David Edelsohn2-2/+21
2002-01-10no xfailJason Merrill1-1/+1
2002-01-10* config/h8300/h8300.md: Remove constraints from expanders.Kazu Hirata2-13/+17
2002-01-10varasm.c: Fix formatting.Kazu Hirata5-63/+88
2002-01-10cfgcleanup.c (try_forward_edges): Properly initialize nthreaded_edges; update...Jan Hubicka2-4/+37
2002-01-10Makefile.in ($(docdir)/gccint.info, gccint.dvi): Add additional dependencies.Joseph Myers8-47/+1007