Next | Query returned 151 messages, browsing 91 to 100 | Previous

History of commit frequency

CVS Commit History:


   2004-08-04 13:39:44 by David Brownlee | Files touched by this commit (4)
Log message:
Update cpuflags to 0.75
  - all:
    Implement 'cpuflags -v' which indicates the values used to determine flags
    Sync the latest fixup options for older gccs
  - cpuflags.NetBSD:
    Use -march=pentium3m and -march=pentium4m for gcc 3.4.x
    Set -mcpu=hypersparc for RT620/625 and -mcpu=cypress for L64811
  - cpuflags.Linux:
    Handle two different Celeron cases (thanks to Marc Recht & Jeremy C. Reed)
   2004-07-28 18:54:03 by David Brownlee | Files touched by this commit (3)
Log message:
Update cpuflags to 0.74:
    NetBSD/Linux:
	athlon-4, athlon-mp, athlon-tbird, and athlon-xp should fall back to
	athlon in gcc3, and only pentiumpro in 2.95
    Linux:
	Identify "AMD Athlon(tm) XP "* - thanks to Sebastian Prause
   2004-07-27 21:25:44 by David Brownlee | Files touched by this commit (3)
Log message:
Update cpuflags to 0.73:
	sync cpuflags.Linux with cpuflags.NetBSD, at least optimise for
	Duron in cpuflags.Linux
   2004-07-07 01:00:10 by David Brownlee | Files touched by this commit (2)
Log message:
Update cpuflags to 0.72:
    Handle c3 as 'c3' or '586', not '686'. From Dick Davies
Rationale: \ 
http://www3.sympatico.ca/howlettfamily/epia/epia_howto/x881.html#pentium_compatible
   2004-06-07 00:59:30 by David Brownlee | Files touched by this commit (2)
Log message:
Update cpuflags to 0.70
    Correctly 'downgrade' -march=pentium3 -mno-sse to -march=pentiumpro
    for older compilers. Should address PR pkg/25759
   2004-05-10 19:39:39 by David Brownlee | Files touched by this commit (2)
Log message:
Update cpuflags to 0.68
    Exclude -fomit-frame-pointer for {firefox,thunderbird}{,-gtk2}
   2004-04-22 14:00:05 by David Brownlee | Files touched by this commit (3)
Log message:
Update cpuflags to 0.67:
	- Add 'Intel Mobile Pentium 4' from Benedikt Meurer
	- Fix exclusion of -fomit-frame-pointer mozilla-gtk2 in optimize_gcc.mk
   2004-04-20 22:11:34 by David Brownlee | Files touched by this commit (2) | Package updated
Log message:
iupdate cpuflags to 0.66:
	Avoid -fomit-frame-pointer for mozilla-gtk2 & galeon-devel
   2004-04-01 21:44:59 by David Brownlee | Files touched by this commit (2)
Log message:
Update cpuflags to 0.65.
	Use -dumpversion with gcc rather than mangling -v output. Suggested
	by mrg. Located copy of egcs to confirm output still correctly
	mangled in that case :)
   2004-04-01 21:37:59 by David Brownlee | Files touched by this commit (2) | Package updated
Log message:
Update cpuflags to 0.64:
	- Do nothing on x86_64 (for now). Thanks to Wolfgang S. Rupprecht
	- Digital AlphaPC 164SX. Thanks to HATANO Hiromichi.
	- Intel Pentium/MMX & Unrecognised Athlon XP. Thanks to Kimmo Suominen
	- Mips update for gcc 3.1 and later. Thanks to Andreas Yankopolus
	- Handle converting flags for old gcc versions recursively. Most
	  excessive case would be using cpuflags on a k6-3 win gcc 2.89 which
	  would map -march=k6-3 -> -march=k6 -> -march=pentium -> -march=i486

Next | Query returned 151 messages, browsing 91 to 100 | Previous