llvm-6502/utils
Evan Cheng 2b4ea795a2 Added field noResults to Instruction.
Currently tblgen cannot tell which operands in the operand list are results so
it assumes the first one is a result. This is bad. Ideally we would fix this
by separating results from inputs, e.g. (res R32:$dst),
(ops R32:$src1, R32:$src2). But that's a more distruptive change. Adding
'let noResults = 1' is the workaround to tell tblgen that the instruction does
not produces a result. It works for now since tblgen does not support
instructions which produce multiple results.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25017 91177308-0d34-0410-b5e6-96231b3b80d8
2005-12-26 09:11:45 +00:00
..
Burg
emacs
fpcmp
TableGen Added field noResults to Instruction. 2005-12-26 09:11:45 +00:00
vim
cgiplotNLT.pl
check-each-file
codegen-diff
countloc.sh
cvsupdate Fix patterns to match only one-char words. 2004-10-30 23:11:26 +00:00
DSAclean.py
DSAextract.py Added a break that I meant to include originally, for efficiency. Basically 2005-12-20 02:03:23 +00:00
GenLibDeps.pl
getsrcs.sh
importNLT.pl
llvm-native-gcc
llvm-native-gxx
llvmdo
llvmgrep
Makefile
makellvm
NightlyTest.gnuplot
NightlyTest.pl
NightlyTestTemplate.html
NLT.schema
parseNLT.pl
plotNLT.pl
profile.pl
RegressionFinder.pl
userloc.pl
webNLT.pl