@@ -14,21 +14,21 @@ Getting Started with LLVM
14
14
-------------------------
15
15
16
16
(1) For license information:
17
- llvm/LICENSE.txt
17
+ llvm/LICENSE.txt
18
18
19
19
(2) Installing and compiling LLVM:
20
- llvm/docs/GettingStarted.html
20
+ llvm/docs/GettingStarted.html
21
21
22
22
(3) Learn about features and limitations of this release:
23
- llvm/docs/ReleaseNotes.html
23
+ llvm/docs/ReleaseNotes.html
24
24
25
25
(4) Learn how to write a pass within the LLVM system:
26
- llvm/docs/WritingAnLLVMPass.html
26
+ llvm/docs/WritingAnLLVMPass.html
27
27
28
28
(5) Learn how to start a new development project using LLVM, where your
29
29
new source code can live anywhere (outside or inside the LLVM tree),
30
30
while using LLVM header files and libraries:
31
- llvm/docs/Projects.html
31
+ llvm/docs/Projects.html
32
32
33
33
34
34
Getting Help with LLVM
@@ -40,65 +40,65 @@ Getting Help with LLVM
40
40
expect prompt first responses.
41
41
42
42
(2) To report a bug, submit a bug report as described in the document:
43
- http://llvm.cs.uiuc.edu/docs/HowToSubmitABug.html
43
+ http://llvm.cs.uiuc.edu/docs/HowToSubmitABug.html
44
44
45
45
(3) We now use Bugzilla to track bugs, so you can check the status of
46
46
previous bugs at:
47
- <FIXME: WHERE DO THEY GO???>
47
+ http://llvm.cs.uiuc.edu/bugs/query.cgi
48
48
49
49
50
50
LLVM Documentation
51
51
------------------
52
52
53
53
All the documents mentioned below except the design overview tech report
54
- are include as part of the LLVM release (in llvm/docs/*):
54
+ are included as part of the LLVM release (in llvm/docs/*):
55
55
56
56
LLVM Design Overview:
57
- LLVM : A Compilation Framework for Lifelong Program Analysis
58
- and Transformation:
59
- http://llvm.cs.uiuc.edu/pubs/2003-09-30-LifelongOptimizationTR.html
57
+ LLVM : A Compilation Framework for Lifelong Program Analysis
58
+ and Transformation:
59
+ http://llvm.cs.uiuc.edu/pubs/2003-09-30-LifelongOptimizationTR.html
60
60
61
61
LLVM User Guides:
62
62
63
- Download and Installation Instructions:
64
- llvm/docs/GettingStarted.html
63
+ Download and Installation Instructions:
64
+ llvm/docs/GettingStarted.html
65
65
66
- LLVM Command Guide:
67
- llvm/docs/CommandGuide/CommandGuide.html
66
+ LLVM Command Guide:
67
+ llvm/docs/CommandGuide/CommandGuide.html
68
68
69
- LLVM Assembly Language:
70
- llvm/docs/LangRef.html
69
+ LLVM Assembly Language:
70
+ llvm/docs/LangRef.html
71
71
72
- LLVM Test Suite Guide:
73
- llvm/docs/TestingGuide.html
72
+ LLVM Test Suite Guide:
73
+ llvm/docs/TestingGuide.html
74
74
75
75
LLVM Programming Documentation:
76
76
77
- LLVM Programmers Manual:
78
- llvm/docs/ProgrammersManual.html
77
+ LLVM Programmers Manual:
78
+ llvm/docs/ProgrammersManual.html
79
79
80
- Writing an LLVM Pass:
81
- llvm/docs/WritingAnLLVMPass.html
80
+ Writing an LLVM Pass:
81
+ llvm/docs/WritingAnLLVMPass.html
82
82
83
- Alias Analysis in LLVM:
84
- llvm/docs/AliasAnalysis.html
83
+ Alias Analysis in LLVM:
84
+ llvm/docs/AliasAnalysis.html
85
85
86
- Command Line Library:
87
- llvm/docs/CommandLine.html
86
+ Command Line Library:
87
+ llvm/docs/CommandLine.html
88
88
89
- Coding Standards:
90
- llvm/docs/CodingStandards.html
89
+ Coding Standards:
90
+ llvm/docs/CodingStandards.html
91
91
92
92
Other LLVM Resources:
93
93
94
- Submitting a Bug:
95
- http://llvm.cs.uiuc.edu/docs/HowToSubmitABug.html
94
+ Submitting a Bug:
95
+ http://llvm.cs.uiuc.edu/docs/HowToSubmitABug.html
96
96
97
- Open Projects:
98
- llvm/docs/OpenProjects.html
97
+ Open Projects:
98
+ llvm/docs/OpenProjects.html
99
99
100
- Creating a new LLVM Project:
101
- llvm/docs/Projects.html
100
+ Creating a new LLVM Project:
101
+ llvm/docs/Projects.html
102
102
103
103
Mailing Lists
104
104
--------------
@@ -122,8 +122,8 @@ There are three mailing lists for providing LLVM users with information:
122
122
(3) LLVM Commits List
123
123
http://mail.cs.uiuc.edu/mailman/listinfo/llvm-commits
124
124
125
- This list contains all commit messages that are made when LLVM developers
126
- commit code changes to the CVS archive. It is useful for those who want to
127
- stay on the bleeding edge of LLVM development. This list is very high
128
- volume.
125
+ This list contains all commit messages that are made when LLVM developers
126
+ commit code changes to the CVS archive. It is useful for those who want to
127
+ stay on the bleeding edge of LLVM development. This list is very high
128
+ volume.
129
129
0 commit comments