llvm/lib
John Criswell 4ffff9e2fa Added the llvm.readport and llvm.writeport intrinsics for x86. These do
I/O port instructions on x86.  The specific code sequence is tailored to
the parameters and return value of the intrinsic call.
Added the ability for implicit defintions to be printed in the Instruction
Printer.
Added the ability for RawFrm instruction to print implict uses and
defintions with correct comma output.  This required adjustment to some
methods so that a leading comma would or would not be printed.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12782 91177308-0d34-0410-b5e6-96231b3b80d8
2004-04-08 20:31:47 +00:00
..
Analysis Fix a bug Brian found. 2004-04-07 16:16:11 +00:00
Archive
AsmParser Support getelementptr instructions which use uint's to index into structure 2004-04-05 01:30:04 +00:00
Bytecode Implement support for a new LLVM 1.3 bytecode format, which uses uint's 2004-04-05 01:27:26 +00:00
CodeGen
Debugger
ExecutionEngine Adjust to new interface 2004-04-04 19:47:06 +00:00
Linker
Support lli no longer takes the -quiet option! 2004-04-05 20:28:41 +00:00
Target Added the llvm.readport and llvm.writeport intrinsics for x86. These do 2004-04-08 20:31:47 +00:00
Transforms Implement ScalarRepl/select_promote.ll 2004-04-08 19:59:34 +00:00
VMCore Added the llvm.readport and llvm.writeport intrinsics. 2004-04-08 20:27:38 +00:00
Makefile