aboutsummaryrefslogtreecommitdiff
path: root/support
AgeCommit message (Expand)Author
2003-08-21Only use :: rules for #included filesChris Lattner
2003-08-21Fix warning on sparc buildChris Lattner
2003-08-20Added #include <cassert>. In GCC 3.3, we don't get assert() through the otherJohn Criswell
2003-08-19X86.td has been moved out of this directory; these are outdated targets.Misha Brukman
2003-08-18Spell `necessary' correctly.Misha Brukman
2003-08-15lib/Support/CommandLine.cpp:Brian Gaeke
2003-08-15Ignore dummy register classesChris Lattner
2003-08-15Add support for nodes with void arguments, like chain nodesChris Lattner
2003-08-14Add support for reading command line arguments from an environment variable.Brian Gaeke
2003-08-14Using `std::remove' requires `cstdio.h'.Misha Brukman
2003-08-13Using std::string requires `#include <string>', says gcc-2.95.3.Misha Brukman
2003-08-13This file uses stable_sortChris Lattner
2003-08-12Reenable optimized buildChris Lattner
2003-08-12Fix emission of instructions that directly reference MBBsChris Lattner
2003-08-12Add support for the Any type. Minor fixes and enhancements for BasicBlock op...Chris Lattner
2003-08-12Rename DNVT_bool to DNVT_i1 to be consistent with type systemChris Lattner
2003-08-12Add support for a bool argtyChris Lattner
2003-08-11It is not an error if a rule does not match, it's just a failed match!Chris Lattner
2003-08-11Add support for frameidx and literal immediates for instructionsChris Lattner
2003-08-11Add support for naming the destination of a "set" in a patternChris Lattner
2003-08-11Add support for the Arg1 argument typeChris Lattner
2003-08-11Add support to the mangler for targets which require _'s on global symbolsChris Lattner
2003-08-11Don't forget to initializer result field to 0!Chris Lattner
2003-08-11Put printouts of acquired patterns under the DEBUG() guard, fixed spelling.Misha Brukman
2003-08-10Add full support for code generating expanders!Chris Lattner
2003-08-10Implement autopromotion of leaf trees from arguments to nodes of their own,Chris Lattner
2003-08-10Implement correct parsing, representation, and printing of DAG argument namesChris Lattner
2003-08-10Recognize $foo as a variableChris Lattner
2003-08-10Implement real code emission, at least for Instruction patterns,Chris Lattner
2003-08-10First cut at emitting the reducer. This reducer just prints out the patternsChris Lattner
2003-08-10Finish the matcher!Chris Lattner
2003-08-10Add new functionChris Lattner
2003-08-08This implements a large amount of the matcher, in fact, all of it except for ...Chris Lattner
2003-08-08Emit the first half of the instruction selector.Chris Lattner
2003-08-07Finish implementation of nonterminal instantiation.Chris Lattner
2003-08-07Add new method to get a value type as a stringChris Lattner
2003-08-07close() requires "unistd.h" .Misha Brukman
2003-08-07Doxygen-ify the comments by using '///' instead of '//'.Misha Brukman
2003-08-07Remove references to `bugpoint' from the now-generic system utilities.Misha Brukman
2003-08-07Moved removeFile() and getUniqueFilename() into FileUtilities.Misha Brukman
2003-08-07Implement type-inference/checking for non-terminal referencesChris Lattner
2003-08-07Rename all of the "Process" methods to be "read" methods, start the Instantia...Chris Lattner
2003-08-07Add support for "cast" nodes, which are required when there is not enough inf...Chris Lattner
2003-08-07Use the new version of isSubClassOfChris Lattner
2003-08-07Add and use a new methodChris Lattner
2003-08-07Cleanup and reorganize code, no functional changesChris Lattner
2003-08-07Read in expanders tooChris Lattner
2003-08-07Continued evolution of the selector emitter: Represent instruction patternsChris Lattner
2003-08-07Finish implementation of the type inference engine.Chris Lattner
2003-08-07Allow clients to get at the pointer typeChris Lattner