aboutsummaryrefslogtreecommitdiffstats
path: root/runtime
Commit message (Expand)AuthorAgeFilesLines
* This really isn't the gcc library!Chris Lattner2003-08-171-1/+1
* Adjust level, build things in parallelChris Lattner2003-08-151-3/+3
* initial checkin, adjust LEVELChris Lattner2003-08-154-2/+6
* Initial checkin of READMEChris Lattner2003-08-151-0/+7
* Initial checkin of runtime/GCCLibraries makefileChris Lattner2003-08-151-0/+13
* Update readmeChris Lattner2003-08-151-25/+4
* Convert libraries into the BYTECODE_LIBRARY styleChris Lattner2003-08-1510-93/+40
* Disable this library for nowChris Lattner2003-08-151-0/+2
* Disable this support stuff, it doesn't work under linux anywayChris Lattner2003-08-141-0/+2
* Removing the pool allocator from the main CVS tree.John Criswell2003-08-132-465/+0
* Minor fix so that the program exits upon a poolfree failureSumant Kowshik2003-08-121-0/+1
* Change implementation so that variable sized slabs are used to allow arbitrar...Sumant Kowshik2003-08-071-70/+196
* 1. Make table size prime -- improves hashing performance vastly.Vikram S. Adve2003-07-301-24/+43
* Bug fix: after reallocating the hash table, we have to re-insert each valueVikram S. Adve2003-07-291-33/+25
* Remove unneccesary #ifdefsChris Lattner2003-07-211-12/+6
* Fix warningsChris Lattner2003-07-211-1/+1
* Use uint32_t for table index and size: table will never be > 4GB.Vikram S. Adve2003-07-111-8/+12
* Pointer hash table reallocation code seems never to have been tested!Vikram S. Adve2003-07-081-21/+38
* Native libraries (libinstr*.a) should not have been taken out whenVikram S. Adve2003-07-081-0/+17
* Added support for poolallocarray and poolmakeunfreeable. The latter is used b...Sumant Kowshik2003-07-031-25/+193
* Don't register the destructors if the list is emptyChris Lattner2003-06-261-2/+6
* Prevented inclusion of (non-existent) stdint.h on Sparc.Joel Stanley2003-06-241-0/+2
* Prevent lines from wrapping.Misha Brukman2003-05-291-13/+13
* Initial checkinChris Lattner2003-05-291-0/+251
* Run more post-link xformsChris Lattner2003-05-291-1/+4
* Update to match the reality that is now.Chris Lattner2003-05-272-6/+1
* add support for an explicit EXPORTED_SYMBOL_LISTChris Lattner2003-05-221-2/+11
* Specify a list of symbols that should be exported by the libraryChris Lattner2003-05-221-0/+2
* Update to match typename produced by the C frontendChris Lattner2003-05-221-9/+9
* Dead fileChris Lattner2003-05-141-5/+0
* Minor updatesChris Lattner2003-05-141-4/+3
* Initial checkin of crtend.o implementationChris Lattner2003-05-143-2/+84
* New fileChris Lattner2003-05-141-0/+5
* Remove support for memsetChris Lattner2003-02-181-1/+2
* Add lots of functionsChris Lattner2003-02-181-1/+14
* Implement more functionsChris Lattner2003-02-111-1/+6
* Implement feof and xmallocChris Lattner2003-02-031-0/+2
* Add a bunch more stubsChris Lattner2003-02-011-0/+35
* Initial checkin of pool allocator libraryChris Lattner2003-01-292-0/+170
* Initial checkin of dummylibChris Lattner2003-01-172-0/+91
* fix pathChris Lattner2002-11-081-1/+1
* Add note about what this isChris Lattner2002-11-061-0/+25
* Pass renamedChris Lattner2002-07-301-2/+2
* Fixes to be LP64 correctChris Lattner2002-07-182-6/+6
* Allow libraries to specify other libraries to link toChris Lattner2002-05-201-1/+1
* Tracelib is now an LLVM library just like all other libraries in thisChris Lattner2002-05-201-21/+6
* * If hashing a pointer, cast it to a 64 bit number so gcc doesn't warnChris Lattner2002-05-202-3/+2
* Implement the printf function, used by assertChris Lattner2002-05-201-0/+13
* Runtime routines to support tracing.Vikram S. Adve2002-05-193-0/+431
* Remove compilation of __main because we now link -lgcc into programsChris Lattner2002-03-221-5/+0