aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
* Don't print a 'Total Execution Time' line for the 'Miscellaneous UngroupedChris Lattner2005-02-091-6/+14
* Make this work on systems where size_t == unsigned and where they are notTanya Lattner2005-01-291-6/+6
* Make this work on systems where size_t is not the same as unsigned.Tanya Lattner2005-01-291-0/+8
* This file was schizophrenic when it came to representing sizes. In someChris Lattner2005-01-291-44/+45
* After reading in a bc file, trim the resultant buffer down to what weChris Lattner2005-01-291-2/+12
* Finegrainify namespacificationChris Lattner2005-01-291-12/+14
* Memory used is a delta between memuse at the start of the time and theChris Lattner2005-01-291-3/+2
* Fix crash comparing empty file against nonempty file.Chris Lattner2005-01-231-1/+2
* Make DiffFilesWithTolerance take sys::Path's instead of std::stringsChris Lattner2005-01-231-55/+9
* Fix a bug in previous checkinChris Lattner2005-01-231-2/+2
* Add a new method, refactored out of fpcmpChris Lattner2005-01-231-0/+184
* Use binary mode for reading/writing bytecode filesJeff Cohen2005-01-221-2/+3
* Use size_t instead of long to represent memory usage. long is 32 bitsJeff Cohen2005-01-081-5/+5
* Do not throw away bits for no reasonChris Lattner2005-01-081-1/+1
* Silence a VS warning.Chris Lattner2005-01-081-1/+1
* Make printing a warning message optional in CheckBytecodeOutputToConsole.Reid Spencer2005-01-021-5/+8
* Implement a function to print a warning if bytecode output is to be sent toReid Spencer2005-01-011-8/+10
* Fix a bug that made the nightly tester *really* slow. During changes forReid Spencer2004-12-271-3/+9
* For PR351:Reid Spencer2004-12-221-14/+0
* Fix a bug where system time always equals user timeReid Spencer2004-12-201-5/+12
* Put some header files back that Win32 needs.Reid Spencer2004-12-201-0/+2
* For PR351:Reid Spencer2004-12-201-59/+13
* For PR351:Reid Spencer2004-12-191-24/+27
* For PR351:Reid Spencer2004-12-191-115/+5
* For PR351:Reid Spencer2004-12-161-15/+14
* For PR351:Reid Spencer2004-12-161-7/+0
* For PR351:Reid Spencer2004-12-151-8/+17
* For PR351:Reid Spencer2004-12-151-88/+1
* For PR351:Reid Spencer2004-12-141-78/+3
* Revert the last patch as it causes a static destruction ordering problem.Reid Spencer2004-12-141-3/+5
* For PR351:Reid Spencer2004-12-131-5/+5
* For PR351:Reid Spencer2004-12-131-64/+13
* For PR351:Reid Spencer2004-12-131-61/+0
* For PR351:Reid Spencer2004-12-131-39/+0
* For PR351:Reid Spencer2004-12-131-46/+0
* For PR351: \Reid Spencer2004-12-131-21/+3
* Get rid of some leaks found by VC leak detector.Reid Spencer2004-12-131-5/+3
* For PR351:Remove the file type checking methods (now in sys::Path)Reid Spencer2004-12-131-54/+0
* Distribute headers and license files tooReid Spencer2004-12-041-3/+5
* Up the compression threshold to 64K so we avoid it for all but the largestReid Spencer2004-11-301-1/+1
* Functionality moved to portable lib/System/DynamicLibrary.cppReid Spencer2004-11-291-96/+0
* Use System/DynamicLibrary instead of Support/DynamicLinker to implement.Reid Spencer2004-11-291-2/+12
* Shared library extension is now in LTDL_SHLIB_EXTReid Spencer2004-11-291-1/+1
* Add bzip2 subdirectoryReid Spencer2004-11-251-0/+1
* Remove zlib support in favor of our own bzip2 libraryReid Spencer2004-11-251-177/+77
* Revise to LLVM makefile standards.Reid Spencer2004-11-251-192/+16
* Initial Version from bzip2 Release 1.0.2.Reid Spencer2004-11-2515-0/+6297
* Implement and document prefix options with arbitrary values including anReid Spencer2004-11-241-1/+1
* Fixed assertion from triggering. We need to check if the commandline map is e...Tanya Lattner2004-11-201-0/+2
* Patches to avoid "leaking" memory on process exit. Patch contributed byChris Lattner2004-11-191-39/+25