OSDN Git Service

* rs6000.c (struct machine_function): Add pic_offset_table_rtx.
[pf3gnuchains/gcc-fork.git] / gcc / LITERATURE
1 Collected papers/sites on standards, compilers, optimization, etc.
2
3 - Massively Scalar Compiler Project
4
5         ftp://cs.rice.edu/public/preston/optimizer
6
7 - http://www.lpac.ac.uk/SEL-HPC/Articles/CompilersArchive.html
8
9 - David M Keaton's site
10
11         http://www.dmk.com, ftp://ftp.dmk.com
12         c9x stuff is in ftp://ftp.dmk.com/DMK/sc22wg14/c9x
13
14 - Some information about optimizing for x86 processors, links to
15   x86 manuals and documentation.
16
17         http://www.goof.com/pcg/docs.html
18
19
20 - Links related to many compiler topics
21
22         http://www.nullstone.com/htmls/connections.htm
23
24 - HPPA information:
25
26         http://www.hp.com/computing/framed/technology/micropro
27
28 - New compiler book.  Online appendix includes some compiler links
29
30         http://www.mkp.com/books_catalog/1-55860-320-4.asp
31
32 - Various MIPS stuff:
33
34         http://www.sgi.com/MIPS/arch/mips4docs/mipsiv_3_2.pdf  (*)
35         http://www.sgi.com/MIPS/arch/MIPS16/MIPS16.whitepaper.pdf
36         http://www.sgi.com/MIPS/arch/MIPS16/mips16.pdf
37         http://www.sgi.com/MIPS/arch/ISA5/isa5_tech_brf.pdf
38         http://www.sgi.com/MIPS/arch/ISA5/MDMXspec.pdf
39         http://www.sgi.com/MIPS/arch/ISA5/MIPSVspec.pdf
40
41