llvm with tablegen backend for capstone disassembler
Go to file
Daniel Dunbar cb8d7e131c ccc: Introduce ToolChains for mapping Actions to Tools which can
perform them.

 - A ToolChain is a coherent set of tools use in a compilation
   process. The idea is that a ToolChain holds roughly the information
   (specs, search paths, etc.) that is in a single gcc binary.

 - The default ToolChain is selected by the host and will generally
   correspond to what the default system compiler would do. However,
   this can be over-riden for a variety of purposes, for example the
   by the driver driver or for testing.

llvm-svn: 62021
2009-01-10 02:07:54 +00:00
clang ccc: Introduce ToolChains for mapping Actions to Tools which can 2009-01-10 02:07:54 +00:00
llvm Duplicated node may produce a non-physical register def. 2009-01-09 22:44:02 +00:00