llvm-6502/utils
Joey Gouly 715d98d657 Add an instruction deprecation feature to TableGen.
The 'Deprecated' class allows you to specify a SubtargetFeature that the
instruction is deprecated on.

The 'ComplexDeprecationPredicate' class allows you to define a custom
predicate that is called to check for deprecation.
For example:
  ComplexDeprecationPredicate<"MCR">

would mean you would have to define the following function:
  bool getMCRDeprecationInfo(MCInst &MI, MCSubtargetInfo &STI,
                             std::string &Info)

Which returns 'false' for not deprecated, and 'true' for deprecated
and store the warning message in 'Info'.

The MCTargetAsmParser constructor was chaned to take an extra argument of
the MCInstrInfo class, so out-of-tree targets will need to be changed.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190598 91177308-0d34-0410-b5e6-96231b3b80d8
2013-09-12 10:28:05 +00:00
..
bugpoint
buildit
count
crosstool
emacs
FileCheck FileCheck: Fix stray quote in CHECK-LABEL error message. 2013-08-16 17:29:01 +00:00
FileUpdate Add a wrapper for open. 2013-07-16 19:44:17 +00:00
fpcmp
git
git-svn
jedit
kate Add function attribute 'optnone'. 2013-08-23 11:53:55 +00:00
KillTheDoctor
lint
lit [lit] Add support for attach arbitrary metrics to test results. 2013-09-11 17:45:11 +00:00
llvm-build [llvm-build] Make Py3 compatible. 2013-08-14 23:15:39 +00:00
llvm-lit Remove llvm-lit from the cmake install target. 2013-08-22 01:34:09 +00:00
Misc
not Add a --crash option to not. 2013-07-05 02:50:03 +00:00
PerfectShuffle
release Correct comment. 2013-07-10 00:52:41 +00:00
TableGen Add an instruction deprecation feature to TableGen. 2013-09-12 10:28:05 +00:00
Target/ARM
testgen
textmate
unittest
valgrind
vim Add function attribute 'optnone'. 2013-08-23 11:53:55 +00:00
yaml-bench
check-each-file
clang-parse-diagnostics-file
codegen-diff
countloc.sh
DSAclean.py
DSAextract.py
findmisopt
findoptdiff
findsym.pl
GenLibDeps.pl
GetRepositoryPath
GetSourceVersion
getsrcs.sh
lldbDataFormatters.py
llvm-compilers-check
llvm-native-gcc
llvm-native-gxx
llvm.grm
llvm.natvis
LLVMBuild.txt
llvmdo
llvmgrep
Makefile
makellvm
profile.pl
sort_includes.py
test_debuginfo.pl debuginfo-tests: Add support for an lldb wrapper script 2013-09-06 18:12:01 +00:00
UpdateCMakeLists.pl
wciia.py