* Fix spelling of `volatile'
[oota-llvm.git] / lib / Support /
2005-02-09 Chris LattnerDon't print a 'Total Execution Time' line for the ...
2005-01-29 Tanya LattnerMake this work on systems where size_t == unsigned...
2005-01-29 Tanya LattnerMake this work on systems where size_t is not the same...
2005-01-29 Chris LattnerThis file was schizophrenic when it came to representin...
2005-01-29 Chris LattnerAfter reading in a bc file, trim the resultant buffer...
2005-01-29 Chris LattnerFinegrainify namespacification
2005-01-29 Chris LattnerMemory used is a delta between memuse at the start...
2005-01-23 Chris LattnerFix crash comparing empty file against nonempty file.
2005-01-23 Chris LattnerMake DiffFilesWithTolerance take sys::Path's instead...
2005-01-23 Chris LattnerFix a bug in previous checkin
2005-01-23 Chris LattnerAdd a new method, refactored out of fpcmp
2005-01-22 Jeff CohenUse binary mode for reading/writing bytecode files
2005-01-08 Jeff CohenUse size_t instead of long to represent memory usage...
2005-01-08 Chris LattnerDo not throw away bits for no reason
2005-01-08 Chris LattnerSilence a VS warning.
2005-01-02 Reid SpencerMake printing a warning message optional in CheckByteco...
2005-01-01 Reid SpencerImplement a function to print a warning if bytecode...
2004-12-27 Reid SpencerFix a bug that made the nightly tester *really* slow...
2004-12-22 Reid SpencerFor PR351:
2004-12-20 Reid SpencerFix a bug where system time always equals user time
2004-12-20 Reid SpencerPut some header files back that Win32 needs.
2004-12-20 Reid SpencerFor PR351:
2004-12-19 Reid SpencerFor PR351:
2004-12-19 Reid SpencerFor PR351:
2004-12-16 Reid SpencerFor PR351:
2004-12-16 Reid SpencerFor PR351:
2004-12-15 Reid SpencerFor PR351:
2004-12-15 Reid SpencerFor PR351:
2004-12-14 Reid SpencerFor PR351:
2004-12-14 Reid SpencerRevert the last patch as it causes a static destruction...
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351: \
2004-12-13 Reid SpencerGet rid of some leaks found by VC leak detector.
2004-12-13 Reid SpencerFor PR351:Remove the file type checking methods (now...
2004-12-04 Reid SpencerDistribute headers and license files too
2004-11-30 Reid SpencerUp the compression threshold to 64K so we avoid it...
2004-11-29 Reid SpencerFunctionality moved to portable lib/System/DynamicLibra...
2004-11-29 Reid SpencerUse System/DynamicLibrary instead of Support/DynamicLin...
2004-11-29 Reid SpencerShared library extension is now in LTDL_SHLIB_EXT
2004-11-25 Reid SpencerAdd bzip2 subdirectory
2004-11-25 Reid SpencerRemove zlib support in favor of our own bzip2 library
2004-11-25 Reid SpencerRevise to LLVM makefile standards.
2004-11-25 Reid SpencerInitial Version from bzip2 Release 1.0.2.
2004-11-24 Reid SpencerImplement and document prefix options with arbitrary...
2004-11-20 Tanya LattnerFixed assertion from triggering. We need to check if...
2004-11-19 Chris LattnerPatches to avoid "leaking" memory on process exit....
2004-11-19 Reid SpencerAllow this to compile even on machines that HAVE the...
2004-11-19 Reid SpencerUndo last change as its unnecessary.
2004-11-19 Reid SpencerMake a cast explicit.
2004-11-16 Reid SpencerAdd a comment to some code that at first glance just...
2004-11-16 Reid SpencerPer code review:
2004-11-14 Reid SpencerImplement the high level interface to make (de)compress...
2004-11-14 Reid SpencerImplement the MoreHelp utility that calls a function...
2004-11-09 Reid SpencerTune compression:
2004-11-09 Misha Brukman* Convert tabs to spaces
2004-11-09 Nate BegemanAllow hbd to be bugpointable on darwin by fixing common...
2004-11-08 Misha BrukmanHandle headers for compressed bytecode files
2004-11-07 Misha BrukmanReplace uses of llvm.org with llvm.cs.uiuc.edu
2004-10-29 Misha Brukman* Fix compilation on AIX: GCC's fixincludes eliminates...
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-25 Chris LattnerPatch to support MSVC, contributed by Morten Ofstad
2004-10-25 Chris LattnerPatch to support MSVC, contributed by Morten Ofstad
2004-10-22 Reid SpencerWe won't use automake
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-17 Nate BegemanPass -single_module option to gcc when linking dynamic...
2004-10-13 Reid SpencerUpdate to reflect changes in Makefile rules.
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-10-04 Reid SpencerExcise the ill-advised RLCOMP compression algorithm...
2004-10-04 Reid SpencerAdd a context for the callback so different compression...
2004-10-04 Chris LattnerFix build if not HAVE_BZIP2
2004-10-04 Reid SpencerFirst version of a support utility to provide generaliz...
2004-09-28 Alkis EvlogimenosAdd includes and use std:: for standard library calls...
2004-09-20 Reid SpencerPut in a #error in the event that we don't have an...
2004-09-01 Reid SpencerChanges For Bug 352
2004-09-01 Reid SpencerMake CommandLine prefix error output with the name...
2004-08-29 Reid SpencerSignals support has been moved to lib/System
2004-08-16 Misha BrukmanMove these files (which are dependent on VMCore) into...
2004-08-13 Reid SpencerAllow any cl::opt to use the method getPosition() to...
2004-08-04 Chris LattnerIt is not possible to catch SIGKILL, don't bother trying.
2004-08-04 Reid SpencerAdd a --version option for every tool that prints out:
2004-07-25 Chris LattnerRemove linux/solaris specific stuff.
2004-07-24 Chris LattnerGet rid of the printout from the low-level system interface
2004-07-24 Chris LattnerPass timeouts into the low level "execute program with...
2004-07-24 Chris LattnerAdd support for killing the program if it executes...
2004-07-21 Brian GaekeThese files don't need to include <iostream> since...
2004-07-21 Brian GaekeSolaris hack for isinf()
2004-07-21 Brian GaekeAdd platform-independent wrapper function for isinf().
2004-07-19 Chris LattnerErr, fix last checkin
2004-07-19 Chris LattnerFix bugpoint miscompilation support on OS/X
2004-07-18 Chris LattnerAdd a workaround for a GCC 3.3.2 bug
2004-07-16 Misha BrukmanCorrectly build shared objects on MacOS X for debugging...
2004-07-15 Chris LattnerBug fixes for PR341
2004-07-11 Chris LattnerImplicitly getting a new option by linking to support...
2004-07-08 Chris LattnerDo not call Type::getUniqueID
2004-07-06 Brian GaekeWork around apparent Apple compiler bug which was makin...
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
next