| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed assertion from triggering. We need to check if the commandline map is e... | Tanya Lattner | 2004-11-20 | 1 | -0/+2 |
* | Patches to avoid "leaking" memory on process exit. Patch contributed by | Chris Lattner | 2004-11-19 | 1 | -39/+25 |
* | Allow this to compile even on machines that HAVE the bzlib library but do | Reid Spencer | 2004-11-19 | 1 | -5/+11 |
* | Undo last change as its unnecessary. | Reid Spencer | 2004-11-19 | 1 | -1/+1 |
* | Make a cast explicit. | Reid Spencer | 2004-11-19 | 1 | -1/+1 |
* | Add a comment to some code that at first glance just doesn't look right. | Reid Spencer | 2004-11-16 | 1 | -0/+6 |
* | Per code review: | Reid Spencer | 2004-11-16 | 1 | -5/+24 |
* | Implement the high level interface to make (de)compression easier. | Reid Spencer | 2004-11-14 | 1 | -9/+181 |
* | Implement the MoreHelp utility that calls a function to printmore help inform... | Reid Spencer | 2004-11-14 | 1 | -0/+10 |
* | Tune compression: | Reid Spencer | 2004-11-09 | 1 | -2/+2 |
* | * Convert tabs to spaces | Misha Brukman | 2004-11-09 | 1 | -10/+6 |
* | Allow hbd to be bugpointable on darwin by fixing common and linkonce codegen | Nate Begeman | 2004-11-09 | 1 | -1/+0 |
* | Handle headers for compressed bytecode files | Misha Brukman | 2004-11-08 | 1 | -1/+1 |
* | Replace uses of llvm.org with llvm.cs.uiuc.edu | Misha Brukman | 2004-11-07 | 1 | -1/+1 |
* | * Fix compilation on AIX: GCC's fixincludes eliminates isinf() declaration | Misha Brukman | 2004-10-29 | 1 | -5/+7 |
* | Change Library Names Not To Conflict With Others When Installed | Reid Spencer | 2004-10-27 | 1 | -1/+1 |
* | Patch to support MSVC, contributed by Morten Ofstad | Chris Lattner | 2004-10-25 | 1 | -0/+3 |
* | Patch to support MSVC, contributed by Morten Ofstad | Chris Lattner | 2004-10-25 | 1 | -0/+3 |
* | We won't use automake | Reid Spencer | 2004-10-22 | 2 | -721/+0 |
* | Initial automake generated Makefile template | Reid Spencer | 2004-10-18 | 1 | -0/+692 |
* | Pass -single_module option to gcc when linking dynamic libraries for use with... | Nate Begeman | 2004-10-17 | 1 | -0/+1 |
* | Update to reflect changes in Makefile rules. | Reid Spencer | 2004-10-13 | 1 | -1/+1 |
* | Initial version of automake Makefile.am file. | Reid Spencer | 2004-10-10 | 1 | -0/+29 |
* | Excise the ill-advised RLCOMP compression algorithm and simply leave the | Reid Spencer | 2004-10-04 | 1 | -159/+20 |
* | Add a context for the callback so different compression scenarios can be | Reid Spencer | 2004-10-04 | 1 | -18/+18 |
* | Fix build if not HAVE_BZIP2 | Chris Lattner | 2004-10-04 | 1 | -1/+1 |
* | First version of a support utility to provide generalized compression in | Reid Spencer | 2004-10-04 | 1 | -0/+526 |
* | Add includes and use std:: for standard library calls to make code | Alkis Evlogimenos | 2004-09-28 | 1 | -1/+2 |
* | Put in a #error in the event that we don't have an mmap that can map a file | Reid Spencer | 2004-09-20 | 1 | -0/+1 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 14 | -44/+44 |
* | Make CommandLine prefix error output with the name of the program. | Reid Spencer | 2004-09-01 | 1 | -13/+20 |
* | Signals support has been moved to lib/System | Reid Spencer | 2004-08-29 | 1 | -138/+0 |
* | Move these files (which are dependent on VMCore) into VMCore | Misha Brukman | 2004-08-16 | 2 | -252/+0 |
* | Allow any cl::opt to use the method getPosition() to retrieve the option's | Reid Spencer | 2004-08-13 | 1 | -19/+32 |
* | It is not possible to catch SIGKILL, don't bother trying. | Chris Lattner | 2004-08-04 | 1 | -1/+1 |
* | Add a --version option for every tool that prints out: | Reid Spencer | 2004-08-04 | 1 | -1/+18 |
* | Remove linux/solaris specific stuff. | Chris Lattner | 2004-07-25 | 1 | -1/+3 |
* | Get rid of the printout from the low-level system interface | Chris Lattner | 2004-07-24 | 1 | -24/+13 |
* | Pass timeouts into the low level "execute program with timeout" function | Chris Lattner | 2004-07-24 | 1 | -12/+18 |
* | Add support for killing the program if it executes for too long. | Chris Lattner | 2004-07-24 | 1 | -12/+42 |
* | These files don't need to include <iostream> since they include "Support/Debu... | Brian Gaeke | 2004-07-21 | 1 | -1/+0 |
* | Solaris hack for isinf() | Brian Gaeke | 2004-07-21 | 1 | -0/+5 |
* | Add platform-independent wrapper function for isinf(). | Brian Gaeke | 2004-07-21 | 1 | -0/+31 |
* | Err, fix last checkin | Chris Lattner | 2004-07-19 | 1 | -1/+1 |
* | Fix bugpoint miscompilation support on OS/X | Chris Lattner | 2004-07-19 | 1 | -1/+3 |
* | Add a workaround for a GCC 3.3.2 bug | Chris Lattner | 2004-07-18 | 1 | -1/+6 |
* | Correctly build shared objects on MacOS X for debugging code generators | Misha Brukman | 2004-07-16 | 1 | -1/+5 |
* | Bug fixes for PR341 | Chris Lattner | 2004-07-15 | 2 | -5/+19 |
* | Implicitly getting a new option by linking to support.o instead of support.a | Chris Lattner | 2004-07-11 | 1 | -23/+8 |
* | Do not call Type::getUniqueID | Chris Lattner | 2004-07-08 | 1 | -4/+12 |