aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove the #include of llvm/Config/unistd.h as it is no longer needed.Reid Spencer2004-12-201-1/+0
* Remove un-needed #includes.Reid Spencer2004-12-201-3/+1
* Put some header files back that Win32 needs.Reid Spencer2004-12-201-0/+2
* Keep up with lib/System changesJeff Cohen2004-12-204-62/+94
* Fix problems uncovered by VC++ (first time compiled by VC++)Jeff Cohen2004-12-205-5/+4
* For PR351:Reid Spencer2004-12-204-12/+242
* For PR351:Reid Spencer2004-12-201-1/+1
* For PR351:Reid Spencer2004-12-201-59/+13
* * Use "" for LLVM include files, not <>Misha Brukman2004-12-202-10/+6
* Use <> for system #include filesMisha Brukman2004-12-191-1/+1
* Make references to 'struct sigaction' compile under Solaris.Brian Gaeke2004-12-192-0/+2
* For PR351:Reid Spencer2004-12-192-44/+198
* For PR351:Reid Spencer2004-12-191-0/+1
* For PR351:Reid Spencer2004-12-191-24/+27
* For PR351:Reid Spencer2004-12-191-115/+5
* Fix win32 breakageJeff Cohen2004-12-182-0/+2
* Remove unused enum valueChris Lattner2004-12-171-2/+2
* Move the #include of sys/stat.h inside the linux "hack" for the statReid Spencer2004-12-171-3/+1
* Remove unused #includeChris Lattner2004-12-172-2/+2
* Only #include sys/stat.h if we're on linux where we have the PR274 problem.Reid Spencer2004-12-171-0/+2
* Actually overload the virtual method. This fixesChris Lattner2004-12-171-1/+2
* Change the sentinalChris Lattner2004-12-171-2/+2
* Create a stack slot for the return address lazily instead of eagerly. ThisChris Lattner2004-12-171-4/+8
* Chris is a pain ;) Removing reassociate.Tanya Lattner2004-12-161-6/+0
* Removing commented out lines.Tanya Lattner2004-12-161-8/+3
* Removed LICM and GCSE.Tanya Lattner2004-12-161-3/+3
* For PR351:Reid Spencer2004-12-161-15/+14
* For PR351:Reid Spencer2004-12-161-7/+0
* Remove dead #includeChris Lattner2004-12-161-1/+0
* Fix a compile error. config.h is now needed because DataTypes.h doesn'tReid Spencer2004-12-161-0/+1
* Adjust to changes in asmwriter filenamesChris Lattner2004-12-162-4/+4
* Specify all of the targets built.Chris Lattner2004-12-161-1/+1
* Use the rules in Makefile.rules to build SparcV9GenCodeEmitter.inc insteadChris Lattner2004-12-162-14/+11
* Fix headerChris Lattner2004-12-161-1/+1
* Factor out common .td file chunks.Chris Lattner2004-12-164-27/+8
* Expository comment submitted by Henrik BachJeff Cohen2004-12-162-0/+6
* Fix PR485, instead of emitting zero sized arrays, emit arrays of size 1.Chris Lattner2004-12-152-0/+2
* Change the signatures of the destroyFile and destroyDirectory methods toReid Spencer2004-12-154-8/+8
* Remove the CFE's lib directory from the bytecode path because LLVM shouldReid Spencer2004-12-152-14/+0
* Remove automatic insertion of CFE's lib directory into the bytecode pathReid Spencer2004-12-152-14/+0
* Add a verifier assertionChris Lattner2004-12-151-1/+12
* Eliminate a virtual method callChris Lattner2004-12-151-2/+5
* Fix a bug in -no-aa that caused two DSGraph tests to XPASS.Chris Lattner2004-12-151-1/+2
* Fix a file overwrite bug in llvm-ar introduced by changes toReid Spencer2004-12-154-12/+32