aboutsummaryrefslogtreecommitdiff
path: root/lib/Support
AgeCommit message (Expand)Author
2004-11-19Patches to avoid "leaking" memory on process exit. Patch contributed byChris Lattner
2004-11-19Allow this to compile even on machines that HAVE the bzlib library but doReid Spencer
2004-11-19Undo last change as its unnecessary.Reid Spencer
2004-11-19Make a cast explicit.Reid Spencer
2004-11-16Add a comment to some code that at first glance just doesn't look right.Reid Spencer
2004-11-16Per code review:Reid Spencer
2004-11-14Implement the high level interface to make (de)compression easier.Reid Spencer
2004-11-14Implement the MoreHelp utility that calls a function to printmore help inform...Reid Spencer
2004-11-09Tune compression:Reid Spencer
2004-11-09* Convert tabs to spacesMisha Brukman
2004-11-09Allow hbd to be bugpointable on darwin by fixing common and linkonce codegenNate Begeman
2004-11-08Handle headers for compressed bytecode filesMisha Brukman
2004-11-07Replace uses of llvm.org with llvm.cs.uiuc.eduMisha Brukman
2004-10-29* Fix compilation on AIX: GCC's fixincludes eliminates isinf() declarationMisha Brukman
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer
2004-10-25Patch to support MSVC, contributed by Morten OfstadChris Lattner
2004-10-25Patch to support MSVC, contributed by Morten OfstadChris Lattner
2004-10-22We won't use automakeReid Spencer
2004-10-18Initial automake generated Makefile templateReid Spencer
2004-10-17Pass -single_module option to gcc when linking dynamic libraries for use with...Nate Begeman
2004-10-13Update to reflect changes in Makefile rules.Reid Spencer
2004-10-10Initial version of automake Makefile.am file.Reid Spencer
2004-10-04Excise the ill-advised RLCOMP compression algorithm and simply leave theReid Spencer
2004-10-04Add a context for the callback so different compression scenarios can beReid Spencer
2004-10-04Fix build if not HAVE_BZIP2Chris Lattner
2004-10-04First version of a support utility to provide generalized compression inReid Spencer
2004-09-28Add includes and use std:: for standard library calls to make codeAlkis Evlogimenos
2004-09-20Put in a #error in the event that we don't have an mmap that can map a fileReid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-09-01Make CommandLine prefix error output with the name of the program.Reid Spencer
2004-08-29Signals support has been moved to lib/SystemReid Spencer
2004-08-16Move these files (which are dependent on VMCore) into VMCoreMisha Brukman
2004-08-13Allow any cl::opt to use the method getPosition() to retrieve the option'sReid Spencer
2004-08-04It is not possible to catch SIGKILL, don't bother trying.Chris Lattner
2004-08-04Add a --version option for every tool that prints out:Reid Spencer
2004-07-25Remove linux/solaris specific stuff.Chris Lattner
2004-07-24Get rid of the printout from the low-level system interfaceChris Lattner
2004-07-24Pass timeouts into the low level "execute program with timeout" functionChris Lattner
2004-07-24Add support for killing the program if it executes for too long.Chris Lattner
2004-07-21These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke
2004-07-21Solaris hack for isinf()Brian Gaeke
2004-07-21Add platform-independent wrapper function for isinf().Brian Gaeke
2004-07-19Err, fix last checkinChris Lattner
2004-07-19Fix bugpoint miscompilation support on OS/XChris Lattner
2004-07-18Add a workaround for a GCC 3.3.2 bugChris Lattner
2004-07-16Correctly build shared objects on MacOS X for debugging code generatorsMisha Brukman
2004-07-15Bug fixes for PR341Chris Lattner
2004-07-11Implicitly getting a new option by linking to support.o instead of support.aChris Lattner
2004-07-08Do not call Type::getUniqueIDChris Lattner
2004-07-06Work around apparent Apple compiler bug which was making all mangledBrian Gaeke