aboutsummaryrefslogtreecommitdiff
path: root/runtime
AgeCommit message (Expand)Author
2003-07-21Remove unneccesary #ifdefsChris Lattner
2003-07-21Fix warningsChris Lattner
2003-07-11Use uint32_t for table index and size: table will never be > 4GB.Vikram S. Adve
2003-07-08Pointer hash table reallocation code seems never to have been tested!Vikram S. Adve
2003-07-08Native libraries (libinstr*.a) should not have been taken out whenVikram S. Adve
2003-07-03Added support for poolallocarray and poolmakeunfreeable. The latter is used b...Sumant Kowshik
2003-06-26Don't register the destructors if the list is emptyChris Lattner
2003-06-24Prevented inclusion of (non-existent) stdint.h on Sparc.Joel Stanley
2003-05-29Prevent lines from wrapping.Misha Brukman
2003-05-29Initial checkinChris Lattner
2003-05-29Run more post-link xformsChris Lattner
2003-05-27Update to match the reality that is now.Chris Lattner
2003-05-22add support for an explicit EXPORTED_SYMBOL_LISTChris Lattner
2003-05-22Specify a list of symbols that should be exported by the libraryChris Lattner
2003-05-22Update to match typename produced by the C frontendChris Lattner
2003-05-14Dead fileChris Lattner
2003-05-14Minor updatesChris Lattner
2003-05-14Initial checkin of crtend.o implementationChris Lattner
2003-05-14New fileChris Lattner
2003-02-18Remove support for memsetChris Lattner
2003-02-18Add lots of functionsChris Lattner
2003-02-11Implement more functionsChris Lattner
2003-02-03Implement feof and xmallocChris Lattner
2003-02-01Add a bunch more stubsChris Lattner
2003-01-29Initial checkin of pool allocator libraryChris Lattner
2003-01-17Initial checkin of dummylibChris Lattner
2002-11-08fix pathChris Lattner
2002-11-06Add note about what this isChris Lattner
2002-07-30Pass renamedChris Lattner
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