llvm-6502/utils
Bob Wilson cdfa01bf0f PR4795: Remove EEVT::isFP, isInt and isVec types used by TableGen's type
inferencing.  As far as I can tell, these are equivalent to the existing
MVT::fAny, iAny and vAny types, and having both of them makes it harder
to reason about and modify the type inferencing code.

The specific problem in PR4795 occurs when updating a vAny type to be fAny
or iAny, or vice versa.  Both iAny and fAny include vector types -- they
intersect with the set of types represented by vAny.  When merging them,
choose fAny/iAny to represent the intersection.  This is not perfect, since
fAny/iAny also include scalar types, but it is good enough for TableGen's
type inferencing.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80423 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-29 05:53:25 +00:00
..
bugpoint
buildit Disable optional bindings for Apple-style builds. 2009-08-28 00:21:13 +00:00
crosstool * Use "svn export" instead of "svn co" and avoid cleaning up .svn dirs 2009-08-04 15:47:18 +00:00
emacs Tweak LLVM emacs style to make default namespace indentation closer to style 2009-07-28 17:34:57 +00:00
FileCheck Don't install FileCheck or FileUpdate 2009-08-23 04:39:38 +00:00
FileUpdate Make LLVM command-line tools overwrite their output files without -f. 2009-08-25 15:34:52 +00:00
fpcmp
jedit
lint
PerfectShuffle Add lowering of ARM 4-element shuffles to multiple instructios via perfectshuffle-generated table. 2009-08-21 12:41:24 +00:00
TableGen PR4795: Remove EEVT::isFP, isInt and isVec types used by TableGen's type 2009-08-29 05:53:25 +00:00
unittest The attached patches attempt to fix cross builds. For example, if you 2009-08-18 00:40:33 +00:00
vim Add an 'inline hint' attribute to represent source 2009-08-26 01:08:21 +00:00
cgiplotNLT.pl
check-each-file
codegen-diff
countloc.sh
DSAclean.py
DSAextract.py
findmisopt
findoptdiff
findsym.pl
GenLibDeps.pl
getsrcs.sh
importNLT.pl
llvm-native-gcc
llvm-native-gxx
llvm.grm Add an 'inline hint' attribute to represent source 2009-08-26 01:08:21 +00:00
llvmdo
llvmgrep search unittests. 2009-08-24 03:44:02 +00:00
Makefile Add FileUpdate tool, conditionally updates its output based on its input. 2009-08-03 05:12:16 +00:00
makellvm
mkpatch
NewNightlyTest.pl
NightlyTest.gnuplot
NightlyTestTemplate.html
NLT.schema
OldenDataRecover.pl
parseNLT.pl
plotNLT.pl
profile.pl
RegressionFinder.pl
UpdateCMakeLists.pl
userloc.pl
webNLT.pl