aboutsummaryrefslogtreecommitdiff
path: root/runtime
AgeCommit message (Expand)Author
2002-07-18Fixes to be LP64 correctChris Lattner
2002-05-20Allow libraries to specify other libraries to link toChris Lattner
2002-05-20Tracelib is now an LLVM library just like all other libraries in thisChris Lattner
2002-05-20* If hashing a pointer, cast it to a 64 bit number so gcc doesn't warnChris Lattner
2002-05-20Implement the printf function, used by assertChris Lattner
2002-05-19Runtime routines to support tracing.Vikram S. Adve
2002-03-22Remove compilation of __main because we now link -lgcc into programsChris Lattner
2002-03-18Need rule for runtime.o. This is just temporary to provideVikram S. Adve
2002-03-11Add strcat functionChris Lattner
2002-03-08Checkin library infrastructure for building stuff to be linked withChris Lattner
2002-02-26Add a clean target stubChris Lattner
2002-01-23Initial checkin of Makefile, just a dummy file for now.Chris Lattner