aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Add bzip2 subdirectoryReid Spencer2004-11-251-0/+1
* Remove zlib support in favor of our own bzip2 libraryReid Spencer2004-11-251-177/+77
* Revise to LLVM makefile standards.Reid Spencer2004-11-251-192/+16
* Initial Version from bzip2 Release 1.0.2.Reid Spencer2004-11-2515-0/+6297
* Implement and document prefix options with arbitrary values including anReid Spencer2004-11-241-1/+1
* Fixed assertion from triggering. We need to check if the commandline map is e...Tanya Lattner2004-11-201-0/+2
* Patches to avoid "leaking" memory on process exit. Patch contributed byChris Lattner2004-11-191-39/+25
* Allow this to compile even on machines that HAVE the bzlib library but doReid Spencer2004-11-191-5/+11
* Undo last change as its unnecessary.Reid Spencer2004-11-191-1/+1
* Make a cast explicit.Reid Spencer2004-11-191-1/+1
* Add a comment to some code that at first glance just doesn't look right.Reid Spencer2004-11-161-0/+6
* Per code review:Reid Spencer2004-11-161-5/+24
* Implement the high level interface to make (de)compression easier.Reid Spencer2004-11-141-9/+181
* Implement the MoreHelp utility that calls a function to printmore help inform...Reid Spencer2004-11-141-0/+10
* Tune compression:Reid Spencer2004-11-091-2/+2
* * Convert tabs to spacesMisha Brukman2004-11-091-10/+6
* Allow hbd to be bugpointable on darwin by fixing common and linkonce codegenNate Begeman2004-11-091-1/+0
* Handle headers for compressed bytecode filesMisha Brukman2004-11-081-1/+1
* Replace uses of llvm.org with llvm.cs.uiuc.eduMisha Brukman2004-11-071-1/+1
* * Fix compilation on AIX: GCC's fixincludes eliminates isinf() declarationMisha Brukman2004-10-291-5/+7
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-271-1/+1
* Patch to support MSVC, contributed by Morten OfstadChris Lattner2004-10-251-0/+3
* Patch to support MSVC, contributed by Morten OfstadChris Lattner2004-10-251-0/+3
* We won't use automakeReid Spencer2004-10-222-721/+0
* Initial automake generated Makefile templateReid Spencer2004-10-181-0/+692
* Pass -single_module option to gcc when linking dynamic libraries for use with...Nate Begeman2004-10-171-0/+1
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-131-1/+1
* Initial version of automake Makefile.am file.Reid Spencer2004-10-101-0/+29
* Excise the ill-advised RLCOMP compression algorithm and simply leave theReid Spencer2004-10-041-159/+20
* Add a context for the callback so different compression scenarios can beReid Spencer2004-10-041-18/+18
* Fix build if not HAVE_BZIP2Chris Lattner2004-10-041-1/+1
* First version of a support utility to provide generalized compression inReid Spencer2004-10-041-0/+526
* Add includes and use std:: for standard library calls to make codeAlkis Evlogimenos2004-09-281-1/+2
* Put in a #error in the event that we don't have an mmap that can map a fileReid Spencer2004-09-201-0/+1
* Changes For Bug 352Reid Spencer2004-09-0114-44/+44
* Make CommandLine prefix error output with the name of the program.Reid Spencer2004-09-011-13/+20
* Signals support has been moved to lib/SystemReid Spencer2004-08-291-138/+0
* Move these files (which are dependent on VMCore) into VMCoreMisha Brukman2004-08-162-252/+0
* Allow any cl::opt to use the method getPosition() to retrieve the option'sReid Spencer2004-08-131-19/+32
* It is not possible to catch SIGKILL, don't bother trying.Chris Lattner2004-08-041-1/+1
* Add a --version option for every tool that prints out:Reid Spencer2004-08-041-1/+18
* Remove linux/solaris specific stuff.Chris Lattner2004-07-251-1/+3
* Get rid of the printout from the low-level system interfaceChris Lattner2004-07-241-24/+13
* Pass timeouts into the low level "execute program with timeout" functionChris Lattner2004-07-241-12/+18
* Add support for killing the program if it executes for too long.Chris Lattner2004-07-241-12/+42
* These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke2004-07-211-1/+0
* Solaris hack for isinf()Brian Gaeke2004-07-211-0/+5
* Add platform-independent wrapper function for isinf().Brian Gaeke2004-07-211-0/+31
* Err, fix last checkinChris Lattner2004-07-191-1/+1
* Fix bugpoint miscompilation support on OS/XChris Lattner2004-07-191-1/+3