aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Support
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Allow this to compile even on machines that HAVE the bzlib library but doReid Spencer2004-11-191-5/+11
* Undo last change as its unnecessary.Reid Spencer2004-11-191-1/+1
* Make a cast explicit.Reid Spencer2004-11-191-1/+1
* Add a comment to some code that at first glance just doesn't look right.Reid Spencer2004-11-161-0/+6
* Per code review:Reid Spencer2004-11-161-5/+24
* Implement the high level interface to make (de)compression easier.Reid Spencer2004-11-141-9/+181
* Implement the MoreHelp utility that calls a function to printmore help inform...Reid Spencer2004-11-141-0/+10
* Tune compression:Reid Spencer2004-11-091-2/+2
* * Convert tabs to spacesMisha Brukman2004-11-091-10/+6
* Allow hbd to be bugpointable on darwin by fixing common and linkonce codegenNate Begeman2004-11-091-1/+0
* Handle headers for compressed bytecode filesMisha Brukman2004-11-081-1/+1
* Replace uses of llvm.org with llvm.cs.uiuc.eduMisha Brukman2004-11-071-1/+1
* * Fix compilation on AIX: GCC's fixincludes eliminates isinf() declarationMisha Brukman2004-10-291-5/+7
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-271-1/+1
* Patch to support MSVC, contributed by Morten OfstadChris Lattner2004-10-251-0/+3
* Patch to support MSVC, contributed by Morten OfstadChris Lattner2004-10-251-0/+3
* We won't use automakeReid Spencer2004-10-222-721/+0
* Initial automake generated Makefile templateReid Spencer2004-10-181-0/+692