aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2002-05-09sbitmap.c: Fix formatting.Kazu Hirata17-253/+272
2002-05-09sol2.h (ASM_CPU_SPEC): Handle -mcpu=v9.David S. Miller2-0/+8
2002-05-09sparc.h (TARGET_BUGGY_QP_LIB): Define to zero.David S. Miller4-20/+29
2002-05-09expr.c (ffeexpr_reduced_ugly2log_): Allow logicals-as-integers under -fugly-l...Hassan Aurag2-0/+23
2002-05-09Daily bump.GCC Administrator2-2/+2
2002-05-09netbsd.h (CPP_SPEC): Remove.Jason Thorpe8-11/+30
2002-05-09read-rtl.c: Fix formatting.Kazu Hirata13-201/+216
2002-05-08pa-64.h (MAX_WCHAR_TYPE_SIZE): Delete.John David Anglin3-2/+5
2002-05-08Define __SSE2__ if -msse2 instead of __SSE2_BUILTINS__Bernd Schmidt3-2/+8
2002-05-08rtl.h (RTL_FLAG_CHECK*): Add an argument for the macro name, and use it in al...Janis Johnson4-130/+182
2002-05-08New tests for rotating.Tom Rix4-0/+314
2002-05-08re PR preprocessor/6521 (-MG creates dependency with wrong path)Robert Spier3-28/+17
2002-05-08cpplex.c (cpp_interpret_charconst): Truncate as well as sign-extend.Neil Booth5-19/+84
2002-05-08* doc/invoke.texi: Document -mwindiss option.Mark Mitchell2-1/+9
2002-05-08jcf-write.c (write_classfile): Write the file to a temporary file and then re...Mark Mitchell2-3/+20
2002-05-08re PR c++/6381 (Missing assembler label)Jason Merrill3-5/+36
2002-05-08Do not allow big-endian/little-endian multilibs to override arm/thumb multilibs.Nick Clifton2-2/+11
2002-05-08re PR target/6569 (sparc-sun-solaris2.7 C testsuite regression in compile/200...Mark Mitchell5-23/+78
2002-05-08Fix merge typos.Jan Hubicka2-3/+2
2002-05-08cse.c (dead_libcall_p): Update counts.Jan Hubicka2-3/+15
2002-05-08cfglayout.c (function_tail_eff_head): Rename to ...Jan Hubicka19-97/+861
2002-05-08mips.md: Name the unspecs with define_constant.Richard Sandiford2-55/+72
2002-05-08Daily bump.GCC Administrator2-2/+2
2002-05-08* gjavah.c (throwable_p): Use xstrdup, not strdup.Tom Tromey2-2/+4
2002-05-08* toplev.c: Fix formatting.Kazu Hirata2-77/+81
2002-05-08re PR java/1200 (gcjh -jni doesn't respect class hierarchy)Tom Tromey2-11/+119
2002-05-07Add forgotten changelog entry.David S. Miller1-0/+6
2002-05-07config.in (ENABLE_RTL_FLAG_CHECKING): New.Janis Johnson5-316/+346
2002-05-07c-common.c (c_common_init): Set options->unsigned_wchar.Neil Booth26-72/+47
2002-05-07inclhack.def (windiss_math1): New fix.Mark Mitchell3-2/+144
2002-05-07genautomata.c (output_internal_min_issue_delay_func): Add ATTRIBUTE_UNUSED to...Andreas Jaeger2-12/+18
2002-05-07* parse.y (finish_for_loop): Fix if statement.Andreas Jaeger2-4/+8
2002-05-07pa.c (hppa_profile_hook): Use force_reg to get the address of the profile hoo...Jeff Law2-18/+6
2002-05-07* target.h (FFETARGET_32bit_longs): Undefine for x86-64.Jan Hubicka2-4/+8
2002-05-07sysv4.h (SUBTARGET_SWITCHES): Add -mwindiss.Mark Mitchell3-17/+132
2002-05-07rs6000.c (bdesc_2arg): Fix vmax typos.Aldy Hernandez2-5/+9
2002-05-07Daily bump.GCC Administrator2-2/+2
2002-05-06re PR c++/6212 (g++ testsuite EH regressions for irix6 -mabi=64)Richard Henderson2-6/+29
2002-05-07re PR java/5941 (incorrect "Unreachable statement" error)Tom Tromey3-2/+42
2002-05-07rs6000.md ("altivec_mtvscr"): Change to unspec_volatile.Aldy Hernandez2-2/+8
2002-05-07rtl.h (struct rtx_def): Update comments.Janis Johnson5-71/+211
2002-05-06* doc/rtl.texi (Flags): Update to reflect current usage.Janis Johnson2-38/+53
2002-05-06re PR rtl-optimization/3995 (i386 optimisation: joining tests)Roger Sayle4-3/+416
2002-05-06c-common.c (warn_multichar): New.Neil Booth17-43/+97
2002-05-06Added Tim Josling to MAINTAINERS file.Tim Josling8-3/+112
2002-05-06sparc.md (shift insns): Do not mask off second operand...David S. Miller1-24/+0
2002-05-06genautomata.c (form_the_same_automaton_unit_lists_from_regexp): Fix typo in u...Vladimir Makarov2-1/+6
2002-05-06recog.c (if_test_bypass_p): Accept multiple set insns for OUT, and any jump o...Richard Henderson2-11/+46
2002-05-06Fix problems compiling xmmintrin.h with only -msse.Bernd Schmidt3-2/+9
2002-05-06fold-const.c (lshift-double): Cast the high word to an unsigned HOST_WIDE_INT...Roger Sayle2-13/+11