aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2004-12-31Where do these tabs keep coming from???Jeff Cohen
2004-12-31Mostly cleanup, but also some bug fixes, for win32/Path.cppJeff Cohen
2004-12-31Fix a compilation error for the case where mallinfo() is not available.Reid Spencer
2004-12-31Get rid of those nasty tabs...Jeff Cohen
2004-12-31Bring win32/Path.cpp up to date with respect to Unix/Path.cppJeff Cohen
2004-12-30Fix MINGW compilation errorsJeff Cohen
2004-12-29Fix PR491 and testcase Transforms/DeadStoreElimination/2004-12-28-PartialStor...Chris Lattner
2004-12-29Fix PR490Chris Lattner
2004-12-29Remove potential platform portability issue with size of "int".Reid Spencer
2004-12-27Fix a bug that made the nightly tester *really* slow. During changes forReid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-27For PR351:Reid Spencer
2004-12-25mingw doesn't support the official debug API.Jeff Cohen
2004-12-24Get VC++ building againJeff Cohen
2004-12-24Eliminate use of ltdl.c when doing a VC++ build. Because libtool isn't used,Jeff Cohen
2004-12-24For PR351:Reid Spencer
2004-12-24For PR351:Reid Spencer
2004-12-24For PR351:Reid Spencer
2004-12-24Resurrect this file.Reid Spencer
2004-12-24Remove these files as they are not being included any more. DynamicLibraryReid Spencer
2004-12-24Fix VC++ compilation errorJeff Cohen
2004-12-23Put CopyFile in the sys namespace.Reid Spencer
2004-12-23Wrap at 80 colsMisha Brukman
2004-12-23Correct the comments and file header.Reid Spencer
2004-12-23Try to speed up gccld hot spot in BasicVN::getEqualNumberNodes by makingReid Spencer
2004-12-23Patch to fix mingw compilation problem contributed by Henrik.Jeff Cohen
2004-12-22For PR351:Reid Spencer
2004-12-22For PR351:Reid Spencer
2004-12-22For PR351:Reid Spencer
2004-12-21For PR351:Reid Spencer
2004-12-21Put the CopyFile function explicitly in the sys namespace.Reid Spencer
2004-12-21Include <cassert> for Cygwin.Reid Spencer
2004-12-20Cygwin doesn't like .. through a link, so drop the ..Reid Spencer
2004-12-20Fix a bug where system time always equals user timeReid Spencer
2004-12-20Implement GetTimeUsage correctly.Reid Spencer
2004-12-20Provide a getrusage based implementation of GetTotalMemoryUsage and useReid Spencer
2004-12-20Consistently use the same #if style. Also, fix a bug testing for sbrk(3)Reid Spencer
2004-12-20Remove unnecessary #includes.Reid Spencer
2004-12-20Be double sure about including sys/stat.h by wrapping the inclusion inReid Spencer