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