| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Work around apparent Apple compiler bug which was making all mangled | Brian Gaeke | 2004-07-06 | 1 | -2/+2 |
* | Add #include <iostream> since Value.h does not #include it any more. | Reid Spencer | 2004-07-04 | 2 | -0/+3 |
* | Fix compilation on internix | Chris Lattner | 2004-07-03 | 1 | -0/+1 |
* | Wrapper for c99 isnan() | Brian Gaeke | 2004-06-22 | 1 | -0/+31 |
* | * Fix file header and name | Misha Brukman | 2004-06-18 | 1 | -8/+8 |
* | Use the machine-independent method of querying the page size. | Misha Brukman | 2004-06-18 | 1 | -1/+2 |
* | Make all of this functionality work directly on win32. Properly conditionalize | Chris Lattner | 2004-06-07 | 1 | -13/+29 |
* | Implement getTimeRecord natively in Win32, properly conditionalize the | Chris Lattner | 2004-06-07 | 1 | -7/+28 |
* | Include cerrno. | Alkis Evlogimenos | 2004-06-05 | 1 | -1/+2 |
* | Implement the new CopyFile function | Chris Lattner | 2004-06-02 | 1 | -0/+35 |
* | Fix spelling, trim empty space, tighten up function header comment. | Misha Brukman | 2004-06-02 | 1 | -10/+3 |
* | Moved this file to lib/Bytecode/Writer because its used there only. | Reid Spencer | 2004-05-30 | 1 | -116/+0 |
* | Thoroughly rehack the dynamic linking mechanisms on Win32. The Win32 | Chris Lattner | 2004-05-28 | 1 | -16/+41 |
* | Prune #includes | Chris Lattner | 2004-05-28 | 1 | -2/+1 |
* | Add support for getting executable memory on Windows. This is actually | Chris Lattner | 2004-05-28 | 1 | -2/+14 |
* | Add a new function for the JIT. libsupport is now the only library that | Chris Lattner | 2004-05-28 | 1 | -1/+53 |
* | Add support for zero length files | Chris Lattner | 2004-05-28 | 1 | -1/+10 |
* | Add a pair of functions to hide system specific details of mapping a file in ... | Chris Lattner | 2004-05-28 | 1 | -0/+34 |
* | Add DynamicLinker support for systems that provide windows.h | Chris Lattner | 2004-05-27 | 1 | -8/+23 |
* | Signals.h header moved. Eventually this should move into a lib/System library, | Chris Lattner | 2004-05-27 | 1 | -1/+1 |
* | Changes to make libSupport build on systems that don't have the wait syscall. | Chris Lattner | 2004-05-27 | 1 | -30/+12 |
* | Put SlotTable.h inclusion back at front of list to be coding standards | Reid Spencer | 2004-05-25 | 1 | -1/+1 |
* | Make some improvements suggested by Chris. | Reid Spencer | 2004-05-25 | 1 | -8/+9 |