summaryrefslogtreecommitdiff
path: root/runtime
AgeCommit message (Expand)AuthorFilesLines
2003-08-12Minor fix so that the program exits upon a poolfree failureSumant Kowshik1-0/+1
2003-08-07Change implementation so that variable sized slabs are used to allow arbitrar...Sumant Kowshik1-70/+196
2003-07-301. Make table size prime -- improves hashing performance vastly.Vikram S. Adve1-24/+43
2003-07-29Bug fix: after reallocating the hash table, we have to re-insert each valueVikram S. Adve1-33/+25
2003-07-21Remove unneccesary #ifdefsChris Lattner1-12/+6
2003-07-21Fix warningsChris Lattner1-1/+1
2003-07-11Use uint32_t for table index and size: table will never be > 4GB.Vikram S. Adve1-8/+12
2003-07-08Pointer hash table reallocation code seems never to have been tested!Vikram S. Adve1-21/+38
2003-07-08Native libraries (libinstr*.a) should not have been taken out whenVikram S. Adve1-0/+17
2003-07-03Added support for poolallocarray and poolmakeunfreeable. The latter is used b...Sumant Kowshik1-25/+193
2003-06-26Don't register the destructors if the list is emptyChris Lattner1-2/+6
2003-06-24Prevented inclusion of (non-existent) stdint.h on Sparc.Joel Stanley1-0/+2
2003-05-29Prevent lines from wrapping.Misha Brukman1-13/+13
2003-05-29Initial checkinChris Lattner1-0/+251
2003-05-29Run more post-link xformsChris Lattner1-1/+4
2003-05-27Update to match the reality that is now.Chris Lattner2-6/+1
2003-05-22add support for an explicit EXPORTED_SYMBOL_LISTChris Lattner1-2/+11
2003-05-22Specify a list of symbols that should be exported by the libraryChris Lattner1-0/+2
2003-05-22Update to match typename produced by the C frontendChris Lattner1-9/+9
2003-05-14Dead fileChris Lattner1-5/+0
2003-05-14Minor updatesChris Lattner1-4/+3
2003-05-14Initial checkin of crtend.o implementationChris Lattner3-2/+84
2003-05-14New fileChris Lattner1-0/+5
2003-02-18Remove support for memsetChris Lattner1-1/+2
2003-02-18Add lots of functionsChris Lattner1-1/+14
2003-02-11Implement more functionsChris Lattner1-1/+6
2003-02-03Implement feof and xmallocChris Lattner1-0/+2
2003-02-01Add a bunch more stubsChris Lattner1-0/+35
2003-01-29Initial checkin of pool allocator libraryChris Lattner2-0/+170
2003-01-17Initial checkin of dummylibChris Lattner2-0/+91
2002-11-08fix pathChris Lattner1-1/+1
2002-11-06Add note about what this isChris Lattner1-0/+25
2002-07-30Pass renamedChris Lattner1-2/+2
2002-07-18Fixes to be LP64 correctChris Lattner2-6/+6
2002-05-20Allow libraries to specify other libraries to link toChris Lattner1-1/+1
2002-05-20Tracelib is now an LLVM library just like all other libraries in thisChris Lattner1-21/+6
2002-05-20* If hashing a pointer, cast it to a 64 bit number so gcc doesn't warnChris Lattner2-3/+2
2002-05-20Implement the printf function, used by assertChris Lattner1-0/+13
2002-05-19Runtime routines to support tracing.Vikram S. Adve3-0/+431
2002-03-22Remove compilation of __main because we now link -lgcc into programsChris Lattner1-5/+0
2002-03-18Need rule for runtime.o. This is just temporary to provideVikram S. Adve1-0/+5
2002-03-11Add strcat functionChris Lattner1-0/+5
2002-03-08Checkin library infrastructure for building stuff to be linked withChris Lattner16-1/+362
2002-02-26Add a clean target stubChris Lattner1-0/+2
2002-01-23Initial checkin of Makefile, just a dummy file for now.Chris Lattner1-0/+2