aboutsummaryrefslogtreecommitdiff
path: root/support
AgeCommit message (Expand)Author
2003-10-05Oops, missed the . filesChris Lattner
2003-10-05Move support/lib into lib/SupportChris Lattner
2003-09-29Fixed space issues, code alignment, tabs -> spaces.Misha Brukman
2003-09-29Implementation of the abstraction of running our tools + gcc, taken out ofMisha Brukman
2003-09-29Check in missing makefileChris Lattner
2003-09-29Initial checkin of makefile for this directoryChris Lattner
2003-09-29Moved code from llvm/lib/Support to llvm/support/lib/Support.John Criswell
2003-09-29Updating Makefiles for new location in llvm/support.John Criswell
2003-09-29Updated Makefiles to reflect new location in llvm/support/tools.John Criswell
2003-09-22Squelch warningChris Lattner
2003-09-17In ExecWait(), made the child process exit if it can't execve() the newJohn Criswell
2003-09-17Do not put DEBUG() guard around error condition; this must *always* be printed.Misha Brukman
2003-09-17Fix the flag on `rm' to properly do a recursive deletion.Misha Brukman
2003-09-17Added the ExecWait() function. It executes a program with the specifiedJohn Criswell
2003-09-16Add missing apostrophe. It's been bugging me for years.Brian Gaeke
2003-09-16Fixed spelling & grammar.Misha Brukman
2003-09-09Updated to find source files using VPATH. This makes writing build rulesJohn Criswell
2003-09-09Updated the log of changes (as required by the Burg copyright) to give anJohn Criswell
2003-09-09Modified the code so that we exit() with a non-zero value instead of callingJohn Criswell
2003-09-07Fixed spelling of `intentionally'.Misha Brukman
2003-09-07Remove unneeded #includeChris Lattner
2003-09-06Checkin of autoconf-style object root.John Criswell
2003-09-02Added the MakeFileReadable() method.John Criswell
2003-09-02Added a description of the algorithm.John Criswell
2003-09-02Added the MakeFileExecutable() method. This method takes a filename andJohn Criswell
2003-08-27Added an option to TableGen that allows users to specify a directory in whichJohn Criswell
2003-08-24Mangle ALL letters that we do not allow, not just a few.Chris Lattner
2003-08-23Ignore moreChris Lattner
2003-08-23Initial checkin of ValueHolder helperChris Lattner
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