summaryrefslogtreecommitdiff
path: root/runtime
Commit message (Expand)AuthorAge
* Added dummy version of the `util' library.Misha Brukman2003-08-20
* Added dummy library `libutempter' for non-privileged access to utmp/wtmp data.Misha Brukman2003-08-20
* This really isn't the gcc library!Chris Lattner2003-08-17
* Adjust level, build things in parallelChris Lattner2003-08-15
* initial checkin, adjust LEVELChris Lattner2003-08-15
* Initial checkin of READMEChris Lattner2003-08-15
* Initial checkin of runtime/GCCLibraries makefileChris Lattner2003-08-15
* Update readmeChris Lattner2003-08-15
* Convert libraries into the BYTECODE_LIBRARY styleChris Lattner2003-08-15
* Disable this library for nowChris Lattner2003-08-15
* Disable this support stuff, it doesn't work under linux anywayChris Lattner2003-08-14
* Removing the pool allocator from the main CVS tree.John Criswell2003-08-13
* Minor fix so that the program exits upon a poolfree failureSumant Kowshik2003-08-12
* Change implementation so that variable sized slabs are used to allow arbitrar...Sumant Kowshik2003-08-07
* 1. Make table size prime -- improves hashing performance vastly.Vikram S. Adve2003-07-30
* Bug fix: after reallocating the hash table, we have to re-insert each valueVikram S. Adve2003-07-29
* Remove unneccesary #ifdefsChris Lattner2003-07-21
* Fix warningsChris Lattner2003-07-21
* Use uint32_t for table index and size: table will never be > 4GB.Vikram S. Adve2003-07-11
* Pointer hash table reallocation code seems never to have been tested!Vikram S. Adve2003-07-08
* Native libraries (libinstr*.a) should not have been taken out whenVikram S. Adve2003-07-08
* Added support for poolallocarray and poolmakeunfreeable. The latter is used b...Sumant Kowshik2003-07-03
* Don't register the destructors if the list is emptyChris Lattner2003-06-26
* Prevented inclusion of (non-existent) stdint.h on Sparc.Joel Stanley2003-06-24
* Prevent lines from wrapping.Misha Brukman2003-05-29
* Initial checkinChris Lattner2003-05-29
* Run more post-link xformsChris Lattner2003-05-29
* Update to match the reality that is now.Chris Lattner2003-05-27
* add support for an explicit EXPORTED_SYMBOL_LISTChris Lattner2003-05-22
* Specify a list of symbols that should be exported by the libraryChris Lattner2003-05-22
* Update to match typename produced by the C frontendChris Lattner2003-05-22
* Dead fileChris Lattner2003-05-14
* Minor updatesChris Lattner2003-05-14
* Initial checkin of crtend.o implementationChris Lattner2003-05-14
* New fileChris Lattner2003-05-14
* Remove support for memsetChris Lattner2003-02-18
* Add lots of functionsChris Lattner2003-02-18
* Implement more functionsChris Lattner2003-02-11
* Implement feof and xmallocChris Lattner2003-02-03
* Add a bunch more stubsChris Lattner2003-02-01
* Initial checkin of pool allocator libraryChris Lattner2003-01-29
* Initial checkin of dummylibChris Lattner2003-01-17
* fix pathChris Lattner2002-11-08
* Add note about what this isChris Lattner2002-11-06
* Pass renamedChris Lattner2002-07-30
* Fixes to be LP64 correctChris Lattner2002-07-18
* Allow libraries to specify other libraries to link toChris Lattner2002-05-20
* Tracelib is now an LLVM library just like all other libraries in thisChris Lattner2002-05-20
* * If hashing a pointer, cast it to a 64 bit number so gcc doesn't warnChris Lattner2002-05-20
* Implement the printf function, used by assertChris Lattner2002-05-20