Collected papers/sites on standards, compilers, optimization, etc.

- Massively Scalar Compiler Project

	ftp://cs.rice.edu/public/preston/optimizer

- http://www.lpac.ac.uk/SEL-HPC/Articles/CompilersArchive.html

- David M Keaton's site

	http://www.dmk.com, ftp://ftp.dmk.com
	c9x stuff is in ftp://ftp.dmk.com/DMK/sc22wg14/c9x

- Some information about optimizing for x86 processors, links to
  x86 manuals and documentation.

	http://www.goof.com/pcg/docs.html


- AMD site with optimization guide for x86

	http://www.amd.com/K6/k6docs/pdf/21828a.pdf

- Links related to many compiler topics

	http://www.nullstone.com/htmls/connections.htm

- HPPA information:

	http://www.hp.com/computing/framed/technology/micropro

- New compiler book.  Online appendix includes some compiler links

	http://www.mkp.com/books_catalog/1-55860-320-4.asp

- Various MIPS stuff:

        http://www.sgi.com/MIPS/arch/mips4docs/mipsiv_3_2.pdf  (*)
        http://www.sgi.com/MIPS/arch/MIPS16/MIPS16.whitepaper.pdf
        http://www.sgi.com/MIPS/arch/MIPS16/mips16.pdf
        http://www.sgi.com/MIPS/arch/ISA5/isa5_tech_brf.pdf
        http://www.sgi.com/MIPS/arch/ISA5/MDMXspec.pdf
        http://www.sgi.com/MIPS/arch/ISA5/MIPSVspec.pdf


- IBM Journal of Research and Development

  	http://www.almaden.ibm.com/journal/


- System V PowerPC ABI 

	http://www.esofta.com/softspecs.html

- C9X draft

	http://www.dkuug.dk/JTC1/SC22/WG14/www/docs/n794.htm

