llvm-6502/tools
Chandler Carruth 4039313b4c Move the registered target printing in version strings completely out of
the Support library. Now its part of the TargetRegistry, and the three
commands that care about this explicitly register this extra bit of
version information.

The set of commands which care was computed by intersecting those which
use the Support library's version string printing and those that
initialize all the registered targets in a way that produces
a meaningful list. The only odd ball out is that 'clang -cc1as -version'
no longer prints the registered targets. I don't think anyone is really
interested in that (especially as the fact that llvm-mc does so is under
a FIXME), but if someone really does want this back I'll happily apply
the same patch there.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135757 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-22 07:50:48 +00:00
..
bugpoint Convert ConstantExpr::getGetElementPtr and 2011-07-21 14:31:17 +00:00
bugpoint-passes
edis
gold
llc Move the registered target printing in version strings completely out of 2011-07-22 07:50:48 +00:00
lli - Move CodeModel from a TargetMachine global option to MCCodeGenInfo. 2011-07-20 07:51:56 +00:00
llvm-ar
llvm-as
llvm-bcanalyzer Land the long talked about "type system rewrite" patch. This 2011-07-09 17:41:24 +00:00
llvm-config
llvm-diff
llvm-dis eliminate the Type::getDescription() method, using "<<" instead. This 2011-06-18 21:18:23 +00:00
llvm-extract Land the long talked about "type system rewrite" patch. This 2011-07-09 17:41:24 +00:00
llvm-ld
llvm-link
llvm-mc Move the registered target printing in version strings completely out of 2011-07-22 07:50:48 +00:00
llvm-nm Object: Add proper error handling. 2011-06-25 17:55:23 +00:00
llvm-objdump Move the registered target printing in version strings completely out of 2011-07-22 07:50:48 +00:00
llvm-prof
llvm-ranlib
llvm-rtdyld
llvm-shlib
llvm-stub
llvmc Remove unused constant. 2011-07-02 13:05:02 +00:00
lto Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc. 2011-07-20 19:50:42 +00:00
macho-dump
opt We only do always-inlining at -O1; make opt reflect that. 2011-06-06 22:13:27 +00:00
CMakeLists.txt CMake: Add a new configuration option LLVM_BUILD_CLANG that's 2011-07-14 23:49:55 +00:00
Makefile