summaryrefslogtreecommitdiff
path: root/lib/Support
Commit message (Expand)AuthorAge
* Use size_t instead of long to represent memory usage. long is 32 bitsJeff Cohen2005-01-08
* Do not throw away bits for no reasonChris Lattner2005-01-08
* Silence a VS warning.Chris Lattner2005-01-08
* Make printing a warning message optional in CheckBytecodeOutputToConsole.Reid Spencer2005-01-02
* Implement a function to print a warning if bytecode output is to be sent toReid Spencer2005-01-01
* Fix a bug that made the nightly tester *really* slow. During changes forReid Spencer2004-12-27
* For PR351:Reid Spencer2004-12-22
* Fix a bug where system time always equals user timeReid Spencer2004-12-20
* Put some header files back that Win32 needs.Reid Spencer2004-12-20
* For PR351:Reid Spencer2004-12-20
* For PR351:Reid Spencer2004-12-19
* For PR351:Reid Spencer2004-12-19
* For PR351:Reid Spencer2004-12-16
* For PR351:Reid Spencer2004-12-16
* For PR351:Reid Spencer2004-12-15
* For PR351:Reid Spencer2004-12-15
* For PR351:Reid Spencer2004-12-14
* Revert the last patch as it causes a static destruction ordering problem.Reid Spencer2004-12-14
* For PR351:Reid Spencer2004-12-13
* For PR351:Reid Spencer2004-12-13
* For PR351:Reid Spencer2004-12-13
* For PR351:Reid Spencer2004-12-13
* For PR351:Reid Spencer2004-12-13
* For PR351: \Reid Spencer2004-12-13
* Get rid of some leaks found by VC leak detector.Reid Spencer2004-12-13
* For PR351:Remove the file type checking methods (now in sys::Path)Reid Spencer2004-12-13
* Distribute headers and license files tooReid Spencer2004-12-04
* Up the compression threshold to 64K so we avoid it for all but the largestReid Spencer2004-11-30
* Functionality moved to portable lib/System/DynamicLibrary.cppReid Spencer2004-11-29
* Use System/DynamicLibrary instead of Support/DynamicLinker to implement.Reid Spencer2004-11-29
* Shared library extension is now in LTDL_SHLIB_EXTReid Spencer2004-11-29
* Add bzip2 subdirectoryReid Spencer2004-11-25
* Remove zlib support in favor of our own bzip2 libraryReid Spencer2004-11-25
* Revise to LLVM makefile standards.Reid Spencer2004-11-25
* Initial Version from bzip2 Release 1.0.2.Reid Spencer2004-11-25
* Implement and document prefix options with arbitrary values including anReid Spencer2004-11-24
* Fixed assertion from triggering. We need to check if the commandline map is e...Tanya Lattner2004-11-20
* Patches to avoid "leaking" memory on process exit. Patch contributed byChris Lattner2004-11-19
* Allow this to compile even on machines that HAVE the bzlib library but doReid Spencer2004-11-19
* Undo last change as its unnecessary.Reid Spencer2004-11-19
* Make a cast explicit.Reid Spencer2004-11-19
* Add a comment to some code that at first glance just doesn't look right.Reid Spencer2004-11-16
* Per code review:Reid Spencer2004-11-16
* Implement the high level interface to make (de)compression easier.Reid Spencer2004-11-14
* Implement the MoreHelp utility that calls a function to printmore help inform...Reid Spencer2004-11-14
* Tune compression:Reid Spencer2004-11-09
* * Convert tabs to spacesMisha Brukman2004-11-09
* Allow hbd to be bugpointable on darwin by fixing common and linkonce codegenNate Begeman2004-11-09
* Handle headers for compressed bytecode filesMisha Brukman2004-11-08
* Replace uses of llvm.org with llvm.cs.uiuc.eduMisha Brukman2004-11-07