llvm-6502/lib
Chris Lattner 966cdfb600 Implement READPORT/WRITEPORT, implementing the last X86 regression tests
that were failing with the pattern selector.  Note that the support that
existed in the simple selector was clearly broken in several ways though
(which has also been fixed).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21831 91177308-0d34-0410-b5e6-96231b3b80d8
2005-05-09 21:17:38 +00:00
..
Analysis By definition, 'tail' calls cannot access the stack frame of their caller. 2005-05-08 23:58:12 +00:00
Archive Remove vim settings from source code; people should use llvm/utils/vim/vimrc 2005-05-05 22:33:09 +00:00
AsmParser parse new calling conv specifiers 2005-05-06 20:27:19 +00:00
Bytecode Silence VC++ warnings about unsafe mixing of ints and bools with the | operator. 2005-05-07 02:44:04 +00:00
CodeGen legalize readio/writeio into a load/store if requested 2005-05-09 20:36:57 +00:00
Debugger Remove trailing whitespace 2005-04-21 22:36:52 +00:00
ExecutionEngine Make the stub functions be tail calls 2005-05-06 06:48:54 +00:00
Linker Preserve CC's when linking modules 2005-05-09 01:09:39 +00:00
Support * Order #includes as per style guide 2005-04-22 19:13:22 +00:00
System Remove vim settings from source code; people should use llvm/utils/vim/vimrc 2005-05-05 22:33:09 +00:00
Target Implement READPORT/WRITEPORT, implementing the last X86 regression tests 2005-05-09 21:17:38 +00:00
Transforms implement and.ll:test33 2005-05-09 04:58:36 +00:00
VMCore Verify that varargs functions all have ccc 2005-05-08 22:27:09 +00:00
Makefile Add the Linker library 2004-11-14 21:54:41 +00:00