llvm-6502/utils/TableGen
John Criswell 96b4beda5c Added an option to TableGen that allows users to specify a directory in which
to find include files.  TableGen will load include files from this directory if
it cannot find them in the current directory.
This feature was needed for building code inside the object tree (a la autoconf
style).
TODO: Allow for multiple -I options to specify a list of directories to search.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8159 91177308-0d34-0410-b5e6-96231b3b80d8
2003-08-27 13:41:57 +00:00
..
CodeEmitterGen.cpp Added asserts to prevent negative shift amounts from being generated. 2003-08-06 16:28:49 +00:00
CodeEmitterGen.h convert over to using TableGen backends 2003-08-06 04:36:35 +00:00
CodeGenTarget.cpp Add new function 2003-08-10 19:50:32 +00:00
CodeGenTarget.h Using std::string requires `#include <string>', says gcc-2.95.3. 2003-08-13 22:27:15 +00:00
CodeGenWrappers.cpp Add new function 2003-08-10 19:50:32 +00:00
CodeGenWrappers.h Using std::string requires `#include <string>', says gcc-2.95.3. 2003-08-13 22:27:15 +00:00
FileLexer.l Added an option to TableGen that allows users to specify a directory in which 2003-08-27 13:41:57 +00:00
FileParser.y Spell `necessary' correctly. 2003-08-18 14:43:39 +00:00
InstrInfoEmitter.cpp Start using the CodeGeneratorWrappers 2003-08-07 05:39:09 +00:00
InstrInfoEmitter.h Switch code over to being a TableGenBackend 2003-08-06 04:32:07 +00:00
InstrSelectorEmitter.cpp Fix warning on sparc build 2003-08-21 15:59:16 +00:00
InstrSelectorEmitter.h Added #include <cassert>. In GCC 3.3, we don't get assert() through the other 2003-08-20 22:07:45 +00:00
Makefile X86.td has been moved out of this directory; these are outdated targets. 2003-08-19 16:11:38 +00:00
Record.cpp Implement correct parsing, representation, and printing of DAG argument names 2003-08-10 22:14:13 +00:00
Record.h Implement autopromotion of leaf trees from arguments to nodes of their own, 2003-08-10 22:38:36 +00:00
RegisterInfoEmitter.cpp Ignore dummy register classes 2003-08-15 04:36:19 +00:00
RegisterInfoEmitter.h convert over to using TableGen backends 2003-08-06 04:36:35 +00:00
TableGen.cpp Added an option to TableGen that allows users to specify a directory in which 2003-08-27 13:41:57 +00:00
TableGenBackend.cpp Eliminate now-dead method 2003-08-07 05:39:37 +00:00
TableGenBackend.h Eliminate now-dead method 2003-08-07 05:39:37 +00:00