[www] r190553 - Add 16-bit x86 assembly project.
Bill Wendling
isanbard at gmail.com
Wed Sep 11 15:21:28 PDT 2013
Author: void
Date: Wed Sep 11 17:21:28 2013
New Revision: 190553
URL: http://llvm.org/viewvc/llvm-project?rev=190553&view=rev
Log:
Add 16-bit x86 assembly project.
Modified:
www/trunk/OpenProjects.html
Modified: www/trunk/OpenProjects.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/OpenProjects.html?rev=190553&r1=190552&r2=190553&view=diff
==============================================================================
--- www/trunk/OpenProjects.html (original)
+++ www/trunk/OpenProjects.html Wed Sep 11 17:21:28 2013
@@ -469,6 +469,11 @@ link-time optimizations for code size op
used to implement a bottom-up analysis that will determine the *actual*
registers clobbered by a function. Use the pass to fine tune register usage
in callers based on *actual* registers used by the callee.</li>
+<li>Add support for 16-bit x86 assembly and real mode to the assembler and
+ disassembler, for use by BIOS code. This includes both 16-bit instruction
+ encodings as well as privileged instructions (lgdt, lldt, ltr, lmsw, clts,
+ invd, invlpg, wbinvd, hlt, rdmsr, wrmsr, rdpmc, rdtsc) and the control and
+ debug registers.
</ol>
</div>
More information about the llvm-commits
mailing list