|
7 | 7 | </head>
|
8 | 8 | <body>
|
9 | 9 |
|
10 |
| -<div class="doc_title"> |
11 |
| - LLVM 1.1 Release Notes |
12 |
| -</div> |
| 10 | +<div class="doc_title">LLVM 1.1 Release Notes</div> |
13 | 11 |
|
14 | 12 | <ol>
|
15 | 13 | <li><a href="#intro">Introduction</a></li>
|
|
18 | 16 | <li><a href="#install-instructions">Installation Instructions</a></li>
|
19 | 17 | <li><a href="#knownproblems">Known Problems</a>
|
20 | 18 | <ul>
|
21 |
| -<!-- <li><a href="#portabilityprobs">Portability Problems</a> --> |
22 | 19 | <li><a href="#core">Known problems with the LLVM Core</a>
|
23 | 20 | <li><a href="#c-fe">Known problems with the C Front-end</a>
|
24 | 21 | <li><a href="#c++-fe">Known problems with the C++ Front-end</a>
|
|
30 | 27 | </ol>
|
31 | 28 |
|
32 | 29 | <div class="doc_text">
|
33 |
| - <p><b>Written by <a href=" mailto:[email protected]">Chris Lattner</a></b><p> |
| 30 | + <p><b>Written by the <a href="http://llvm.cs.uiuc.edu">LLVM team</a></b><p> |
34 | 31 | </div>
|
35 | 32 |
|
36 | 33 | <!-- *********************************************************************** -->
|
|
75 | 72 | front-end, and improving support for C++ in the LLVM core. This release also
|
76 | 73 | includes a few new features, such as a simple profiler, support for Mac OS X,
|
77 | 74 | better interoperability with external source bases, a new example language
|
78 |
| -front-end, and improvements in a few optimizations.</p> |
| 75 | +front-end, and improvements in a few optimizations. The performance of several |
| 76 | +LLVM components has been improved, and several gratuitous type-safety issues in |
| 77 | +the C front-end have been fixed.</p> |
79 | 78 |
|
80 | 79 | <p>At this time, LLVM is known to correctly compile and run all non-unwinding C
|
81 | 80 | & C++ SPEC CPU2000 benchmarks, the Olden benchmarks, and the Ptrdist
|
|
0 commit comments