aboutsummaryrefslogtreecommitdiff
path: root/lib/Support
AgeCommit message (Expand)Author
2005-02-13Move helper function here.Chris Lattner
2005-02-09Don't print a 'Total Execution Time' line for the 'Miscellaneous UngroupedChris Lattner
2005-01-29Make this work on systems where size_t == unsigned and where they are notTanya Lattner
2005-01-29Make this work on systems where size_t is not the same as unsigned.Tanya Lattner
2005-01-29This file was schizophrenic when it came to representing sizes. In someChris Lattner
2005-01-29After reading in a bc file, trim the resultant buffer down to what weChris Lattner
2005-01-29Finegrainify namespacificationChris Lattner
2005-01-29Memory used is a delta between memuse at the start of the time and theChris Lattner
2005-01-23Fix crash comparing empty file against nonempty file.Chris Lattner
2005-01-23Make DiffFilesWithTolerance take sys::Path's instead of std::stringsChris Lattner
2005-01-23Fix a bug in previous checkinChris Lattner
2005-01-23Add a new method, refactored out of fpcmpChris Lattner
2005-01-22Use binary mode for reading/writing bytecode filesJeff Cohen
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