aboutsummaryrefslogtreecommitdiff
path: root/lib/Support
AgeCommit message (Expand)Author
2005-01-08Use size_t instead of long to represent memory usage. long is 32 bitsJeff Cohen
2005-01-08Do not throw away bits for no reasonChris Lattner
2005-01-08Silence a VS warning.Chris Lattner
2005-01-02Make printing a warning message optional in CheckBytecodeOutputToConsole.Reid Spencer
2005-01-01Implement a function to print a warning if bytecode output is to be sent toReid Spencer
2004-12-27Fix a bug that made the nightly tester *really* slow. During changes forReid Spencer
2004-12-22For PR351:Reid Spencer
2004-12-20Fix a bug where system time always equals user timeReid Spencer
2004-12-20Put some header files back that Win32 needs.Reid Spencer
2004-12-20For PR351:Reid Spencer
2004-12-19For PR351:Reid Spencer
2004-12-19For PR351:Reid Spencer
2004-12-16For PR351:Reid Spencer
2004-12-16For PR351:Reid Spencer
2004-12-15For PR351:Reid Spencer
2004-12-15For PR351:Reid Spencer
2004-12-14For PR351:Reid Spencer
2004-12-14Revert the last patch as it causes a static destruction ordering problem.Reid Spencer
2004-12-13For PR351:Reid Spencer
2004-12-13For PR351:Reid Spencer
2004-12-13For PR351:Reid Spencer
2004-12-13For PR351:Reid Spencer
2004-12-13For PR351:Reid Spencer
2004-12-13For PR351: \Reid Spencer
2004-12-13Get rid of some leaks found by VC leak detector.Reid Spencer
2004-12-13For PR351:Remove the file type checking methods (now in sys::Path)Reid Spencer
2004-12-04Distribute headers and license files tooReid Spencer
2004-11-30Up the compression threshold to 64K so we avoid it for all but the largestReid Spencer
2004-11-29Functionality moved to portable lib/System/DynamicLibrary.cppReid Spencer
2004-11-29Use System/DynamicLibrary instead of Support/DynamicLinker to implement.Reid Spencer
2004-11-29Shared library extension is now in LTDL_SHLIB_EXTReid Spencer
2004-11-25Add bzip2 subdirectoryReid Spencer
2004-11-25Remove zlib support in favor of our own bzip2 libraryReid Spencer
2004-11-25Revise to LLVM makefile standards.Reid Spencer
2004-11-25Initial Version from bzip2 Release 1.0.2.Reid Spencer
2004-11-24Implement and document prefix options with arbitrary values including anReid Spencer
2004-11-20Fixed assertion from triggering. We need to check if the commandline map is e...Tanya Lattner
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