aboutsummaryrefslogtreecommitdiff
path: root/support/lib/Support
AgeCommit message (Expand)Author
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-29Moved code from llvm/lib/Support to llvm/support/lib/Support.John Criswell
2003-09-17In ExecWait(), made the child process exit if it can't execve() the newJohn Criswell
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-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-24Mangle ALL letters that we do not allow, not just a few.Chris Lattner
2003-08-23Initial checkin of ValueHolder helperChris Lattner
2003-08-15lib/Support/CommandLine.cpp:Brian Gaeke
2003-08-14Add support for reading command line arguments from an environment variable.Brian Gaeke
2003-08-13This file uses stable_sortChris Lattner
2003-08-12Reenable optimized buildChris Lattner
2003-08-11Add support to the mangler for targets which require _'s on global symbolsChris 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-01Move debug functionality to Debug.cpp/Debug.hChris Lattner
2003-08-01Describe the value nameChris Lattner
2003-08-01Check in the implementation of the FileUtilities!Chris Lattner
2003-08-01Use the C++, more portable, deleterChris Lattner
2003-08-01Move #include from a header to hereChris Lattner
2003-07-31Fix the JIT in the Nightly tester. This was not a fun bug to track down.Chris Lattner
2003-07-31Trivial cleanups: no need to include header twice. Global variable is local ...Chris Lattner
2003-07-30Add support for "named positional arguments"Chris Lattner
2003-07-28The RTLD_GLOBAL flag allows symbols to be globally accessible, which makesMisha Brukman
2003-07-25Include llvm/Support/Mangler.h first. Don't include <iostream>, <set>,Brian Gaeke
2003-07-24Cleanups:Brian Gaeke
2003-07-24Factor out name-mangling from X86/Printer, which is derived from CWriter,Brian Gaeke
2003-07-23Simplify code by using ConstantInt::getRawValue instead of checking to seeChris Lattner
2003-07-14The word `separate' only has one `e'.Misha Brukman
2003-07-10Fixed grammatical error.Misha Brukman
2003-07-10Lowercase versions of `occurrence' need to be spelled correctly, too.Misha Brukman
2003-07-10`Occurrence' has no `a' and the `r' is doubled.Misha Brukman
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2003-06-28Add support for 'unsigned' command line argumentsChris Lattner
2003-06-19Remove usage of sys/unistd.hChris Lattner
2003-06-17Put ifdefs around use of malloc.h/mallinfo, which isn't available on FreeBSD.Brian Gaeke
2003-06-16Actually, change it to use explicit new/delete, which is more likely to beChris Lattner
2003-06-16Remove usage of allocaChris Lattner
2003-06-16Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h",Brian Gaeke
2003-06-06Fix compilation problem with some versions of G++Chris Lattner
2003-06-06Fix problem with perrorChris Lattner
2003-05-27Make _sure_ we don't go into an infinite loop if a signal happens!Chris Lattner
2003-05-22Remove long dead codeChris Lattner