summaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Collapse)AuthorAgeFilesLines
* Pass renamedChris Lattner2002-07-301-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3141 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixes to be LP64 correctChris Lattner2002-07-182-6/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2950 91177308-0d34-0410-b5e6-96231b3b80d8
* Allow libraries to specify other libraries to link toChris Lattner2002-05-201-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2678 91177308-0d34-0410-b5e6-96231b3b80d8
* 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2672 91177308-0d34-0410-b5e6-96231b3b80d8
* * 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2671 91177308-0d34-0410-b5e6-96231b3b80d8
* Implement the printf function, used by assertChris Lattner2002-05-201-0/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2666 91177308-0d34-0410-b5e6-96231b3b80d8
* 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2655 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove compilation of __main because we now link -lgcc into programsChris Lattner2002-03-221-5/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1947 91177308-0d34-0410-b5e6-96231b3b80d8
* 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1913 91177308-0d34-0410-b5e6-96231b3b80d8
* Add strcat functionChris Lattner2002-03-111-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1847 91177308-0d34-0410-b5e6-96231b3b80d8
* Checkin library infrastructure for building stuff to be linked withChris Lattner2002-03-0816-1/+362
| | | | | | | gccld git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1842 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a clean target stubChris Lattner2002-02-261-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1818 91177308-0d34-0410-b5e6-96231b3b80d8
* Initial checkin of Makefile, just a dummy file for now.Chris Lattner2002-01-231-0/+2
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1566 91177308-0d34-0410-b5e6-96231b3b80d8