aboutsummaryrefslogtreecommitdiffstats
path: root/support
Commit message (Expand)AuthorAgeFilesLines
* Squelch warningChris Lattner2003-09-221-0/+1
* In ExecWait(), made the child process exit if it can't execve() the newJohn Criswell2003-09-171-13/+23
* Do not put DEBUG() guard around error condition; this must *always* be printed.Misha Brukman2003-09-171-1/+1
* Fix the flag on `rm' to properly do a recursive deletion.Misha Brukman2003-09-171-1/+1
* Added the ExecWait() function. It executes a program with the specifiedJohn Criswell2003-09-171-0/+98
* Add missing apostrophe. It's been bugging me for years.Brian Gaeke2003-09-161-1/+1
* Fixed spelling & grammar.Misha Brukman2003-09-164-4/+4
* Updated to find source files using VPATH. This makes writing build rulesJohn Criswell2003-09-091-7/+5
* Updated the log of changes (as required by the Burg copyright) to give anJohn Criswell2003-09-091-0/+8
* Modified the code so that we exit() with a non-zero value instead of callingJohn Criswell2003-09-091-1/+1
* Fixed spelling of `intentionally'.Misha Brukman2003-09-071-3/+3
* Remove unneeded #includeChris Lattner2003-09-071-1/+0
* Checkin of autoconf-style object root.John Criswell2003-09-061-4/+6
* Added the MakeFileReadable() method.John Criswell2003-09-021-0/+54
* Added a description of the algorithm.John Criswell2003-09-021-7/+14
* Added the MakeFileExecutable() method. This method takes a filename andJohn Criswell2003-09-021-0/+50
* Added an option to TableGen that allows users to specify a directory in whichJohn Criswell2003-08-272-5/+42
* Mangle ALL letters that we do not allow, not just a few.Chris Lattner2003-08-241-14/+26
* Ignore moreChris Lattner2003-08-231-0/+2
* Initial checkin of ValueHolder helperChris Lattner2003-08-231-0/+16
* Only use :: rules for #included filesChris Lattner2003-08-211-1/+1
* Fix warning on sparc buildChris Lattner2003-08-211-0/+1
* Added #include <cassert>. In GCC 3.3, we don't get assert() through the otherJohn Criswell2003-08-201-0/+2
* X86.td has been moved out of this directory; these are outdated targets.Misha Brukman2003-08-191-18/+0
* Spell `necessary' correctly.Misha Brukman2003-08-181-1/+1
* lib/Support/CommandLine.cpp:Brian Gaeke2003-08-151-46/+51
* Ignore dummy register classesChris Lattner2003-08-151-1/+9
* Add support for nodes with void arguments, like chain nodesChris Lattner2003-08-151-2/+3
* Add support for reading command line arguments from an environment variable.Brian Gaeke2003-08-141-0/+74
* Using `std::remove' requires `cstdio.h'.Misha Brukman2003-08-141-0/+1
* Using std::string requires `#include <string>', says gcc-2.95.3.Misha Brukman2003-08-131-0/+1
* This file uses stable_sortChris Lattner2003-08-131-0/+1
* Reenable optimized buildChris Lattner2003-08-121-0/+4
* Fix emission of instructions that directly reference MBBsChris Lattner2003-08-121-4/+10
* Add support for the Any type. Minor fixes and enhancements for BasicBlock op...Chris Lattner2003-08-122-7/+18
* Rename DNVT_bool to DNVT_i1 to be consistent with type systemChris Lattner2003-08-122-4/+4
* Add support for a bool argtyChris Lattner2003-08-122-2/+8
* It is not an error if a rule does not match, it's just a failed match!Chris Lattner2003-08-111-2/+3
* Add support for frameidx and literal immediates for instructionsChris Lattner2003-08-112-11/+42
* Add support for naming the destination of a "set" in a patternChris Lattner2003-08-112-0/+6
* Add support for the Arg1 argument typeChris Lattner2003-08-112-3/+15
* Add support to the mangler for targets which require _'s on global symbolsChris Lattner2003-08-111-3/+5
* Don't forget to initializer result field to 0!Chris Lattner2003-08-111-1/+1
* Put printouts of acquired patterns under the DEBUG() guard, fixed spelling.Misha Brukman2003-08-111-2/+2
* Add full support for code generating expanders!Chris Lattner2003-08-102-35/+177
* Implement autopromotion of leaf trees from arguments to nodes of their own,Chris Lattner2003-08-102-13/+34
* Implement correct parsing, representation, and printing of DAG argument namesChris Lattner2003-08-104-17/+45
* Recognize $foo as a variableChris Lattner2003-08-102-1/+3
* Implement real code emission, at least for Instruction patterns,Chris Lattner2003-08-101-8/+81
* First cut at emitting the reducer. This reducer just prints out the patternsChris Lattner2003-08-101-1/+69