Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
llvm-epi-0.8
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Roger Ferrer
llvm-epi-0.8
Commits
d21e3d02
Commit
d21e3d02
authored
20 years ago
by
Chris Lattner
Browse files
Options
Downloads
Patches
Plain Diff
More prominantly mention ppc support, more accurately describe its status
llvm-svn: 15533
parent
467ea6be
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
llvm/docs/ReleaseNotes.html
+5
-2
5 additions, 2 deletions
llvm/docs/ReleaseNotes.html
with
5 additions
and
2 deletions
llvm/docs/ReleaseNotes.html
+
5
−
2
View file @
d21e3d02
...
@@ -73,7 +73,8 @@ href="http://llvm.cs.uiuc.edu/releases/">releases page</a>.</p>
...
@@ -73,7 +73,8 @@ href="http://llvm.cs.uiuc.edu/releases/">releases page</a>.</p>
release primarily improves the
<a
href=
"#codequality"
>
performance of the
release primarily improves the
<a
href=
"#codequality"
>
performance of the
code
</a>
produced by all aspects of the LLVM compiler, adds many
<a
code
</a>
produced by all aspects of the LLVM compiler, adds many
<a
href=
"#newfeatures"
>
new features
</a>
,
<a
href=
"#bugfix"
>
fixes a few
href=
"#newfeatures"
>
new features
</a>
,
<a
href=
"#bugfix"
>
fixes a few
bugs
</a>
, and speeds up the compiler.
</p>
bugs
</a>
, speeds up the compiler, and introduces a new (experimental)
PowerPC code generator.
</p>
<p>
At this time, LLVM is known to correctly compile and run all C
&
C++
<p>
At this time, LLVM is known to correctly compile and run all C
&
C++
SPEC CPU95
&
2000 benchmarks, the Olden benchmarks, and the Ptrdist
SPEC CPU95
&
2000 benchmarks, the Olden benchmarks, and the Ptrdist
...
@@ -349,8 +350,10 @@ initialized unsigned bitfields</a></li>
...
@@ -349,8 +350,10 @@ initialized unsigned bitfields</a></li>
<li>
Intel and AMD machines running Red Hat Linux and FreeBSD (and probably
<li>
Intel and AMD machines running Red Hat Linux and FreeBSD (and probably
other unix-like systems).
</li>
other unix-like systems).
</li>
<li>
Sun UltraSPARC workstations running Solaris 8.
</li>
<li>
Sun UltraSPARC workstations running Solaris 8.
</li>
<li>
PowerPC-based Mac OS X boxes, running 10.2 and above.
</li>
<li>
Intel and AMD machines running on Win32 with the Cygwin libraries.
</li>
<li>
Intel and AMD machines running on Win32 with the Cygwin libraries.
</li>
<li>
PowerPC-based Mac OS X boxes, running 10.2 and above. Note that no JIT
support is available yet, and LLC support is beta. The C backend can be used
to produce stable code for this platform.
</li>
</ul>
</ul>
<p>
The core LLVM infrastructure uses
<p>
The core LLVM infrastructure uses
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment