summaryrefslogtreecommitdiffstats
path: root/llvm/runtime
Commit message (Collapse)AuthorAgeFilesLines
...
* Implement feof and xmallocChris Lattner2003-02-031-0/+2
| | | | llvm-svn: 5478
* Add a bunch more stubsChris Lattner2003-02-011-0/+35
| | | | llvm-svn: 5459
* Initial checkin of pool allocator libraryChris Lattner2003-01-292-0/+170
| | | | llvm-svn: 5429
* Initial checkin of dummylibChris Lattner2003-01-172-0/+91
| | | | llvm-svn: 5357
* fix pathChris Lattner2002-11-081-1/+1
| | | | llvm-svn: 4636
* Add note about what this isChris Lattner2002-11-061-0/+25
| | | | llvm-svn: 4581
* Pass renamedChris Lattner2002-07-301-2/+2
| | | | llvm-svn: 3141
* Fixes to be LP64 correctChris Lattner2002-07-182-6/+6
| | | | llvm-svn: 2950
* Allow libraries to specify other libraries to link toChris Lattner2002-05-201-1/+1
| | | | llvm-svn: 2678
* Tracelib is now an LLVM library just like all other libraries in thisChris Lattner2002-05-201-21/+6
| | | | | | | | | directory. If the test code needs to be resurrected in the future, it should be moved into the test/Programs directory, linking with tracelib. llvm-svn: 2672
* * If hashing a pointer, cast it to a 64 bit number so gcc doesn't warnChris Lattner2002-05-202-3/+2
| | | | | | * Don't put extra stuff after #endif llvm-svn: 2671
* Implement the printf function, used by assertChris Lattner2002-05-201-0/+13
| | | | llvm-svn: 2666
* Runtime routines to support tracing.Vikram S. Adve2002-05-193-0/+431
| | | | | | | | Currently includes code to hash pointers to sequence numbers. The hash table should be separated out into a separate file since that is generic. The rest of this code is pretty small. llvm-svn: 2655
* Remove compilation of __main because we now link -lgcc into programsChris Lattner2002-03-221-5/+0
| | | | llvm-svn: 1947
* Need rule for runtime.o. This is just temporary to provideVikram S. Adve2002-03-181-0/+5
| | | | | | ll__main so that llc output can link. llvm-svn: 1913
* Add strcat functionChris Lattner2002-03-111-0/+5
| | | | llvm-svn: 1847
* Checkin library infrastructure for building stuff to be linked withChris Lattner2002-03-0816-1/+362
| | | | | | gccld llvm-svn: 1842
* Add a clean target stubChris Lattner2002-02-261-0/+2
| | | | llvm-svn: 1818
* Initial checkin of Makefile, just a dummy file for now.Chris Lattner2002-01-231-0/+2
llvm-svn: 1566
OpenPOWER on IntegriCloud