aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Where do these tabs keep coming from???Jeff Cohen2004-12-312-2/+2
* Mostly cleanup, but also some bug fixes, for win32/Path.cppJeff Cohen2004-12-312-76/+162
* Fix a compilation error for the case where mallinfo() is not available.Reid Spencer2004-12-312-2/+2
* Get rid of those nasty tabs...Jeff Cohen2004-12-312-36/+36
* Bring win32/Path.cpp up to date with respect to Unix/Path.cppJeff Cohen2004-12-312-18/+208
* Fix MINGW compilation errorsJeff Cohen2004-12-302-4/+4
* Fix PR491 and testcase Transforms/DeadStoreElimination/2004-12-28-PartialStor...Chris Lattner2004-12-291-1/+2
* Fix PR490Chris Lattner2004-12-292-0/+12
* Remove potential platform portability issue with size of "int".Reid Spencer2004-12-292-2/+6
* Fix a bug that made the nightly tester *really* slow. During changes forReid Spencer2004-12-271-3/+9
* For PR351:Reid Spencer2004-12-271-4/+58
* For PR351:Reid Spencer2004-12-272-8/+0
* For PR351:Reid Spencer2004-12-274-0/+42
* For PR351:Reid Spencer2004-12-272-2/+50
* For PR351:Reid Spencer2004-12-272-0/+100
* For PR351:Reid Spencer2004-12-276-12/+40
* For PR351:Reid Spencer2004-12-278-192/+8
* For PR351:Reid Spencer2004-12-278-155/+7
* For PR351:Reid Spencer2004-12-278-190/+7
* For PR351:Reid Spencer2004-12-278-407/+7
* For PR351:Reid Spencer2004-12-278-130/+7
* For PR351:Reid Spencer2004-12-278-155/+7
* For PR351:Reid Spencer2004-12-2710-278/+0
* mingw doesn't support the official debug API.Jeff Cohen2004-12-252-18/+56
* Get VC++ building againJeff Cohen2004-12-241-2/+3
* Eliminate use of ltdl.c when doing a VC++ build. Because libtool isn't used,Jeff Cohen2004-12-243-34/+158
* For PR351:Reid Spencer2004-12-242-0/+178
* For PR351:Reid Spencer2004-12-247-355/+0
* For PR351:Reid Spencer2004-12-241-1/+7
* Resurrect this file.Reid Spencer2004-12-242-0/+106
* Remove these files as they are not being included any more. DynamicLibraryReid Spencer2004-12-2410-351/+0
* Fix VC++ compilation errorJeff Cohen2004-12-242-4/+14
* Put CopyFile in the sys namespace.Reid Spencer2004-12-232-2/+2
* Wrap at 80 colsMisha Brukman2004-12-231-1/+2
* Correct the comments and file header.Reid Spencer2004-12-231-3/+2
* Try to speed up gccld hot spot in BasicVN::getEqualNumberNodes by makingReid Spencer2004-12-231-3/+2
* Patch to fix mingw compilation problem contributed by Henrik.Jeff Cohen2004-12-232-0/+10
* For PR351:Reid Spencer2004-12-221-0/+1
* For PR351:Reid Spencer2004-12-222-0/+96
* For PR351:Reid Spencer2004-12-221-14/+0
* For PR351:Reid Spencer2004-12-211-10/+7
* Put the CopyFile function explicitly in the sys namespace.Reid Spencer2004-12-212-2/+2
* Include <cassert> for Cygwin.Reid Spencer2004-12-211-0/+2
* Cygwin doesn't like .. through a link, so drop the ..Reid Spencer2004-12-209-9/+9
* Fix a bug where system time always equals user timeReid Spencer2004-12-201-5/+12
* Implement GetTimeUsage correctly.Reid Spencer2004-12-202-8/+16
* Provide a getrusage based implementation of GetTotalMemoryUsage and useReid Spencer2004-12-202-0/+8
* Consistently use the same #if style. Also, fix a bug testing for sbrk(3)Reid Spencer2004-12-202-8/+8
* Remove unnecessary #includes.Reid Spencer2004-12-201-6/+0
* Be double sure about including sys/stat.h by wrapping the inclusion inReid Spencer2004-12-201-0/+3