1. 0f3627e Added dummy version of the `util' library. by Misha Brukman · 21 years ago
  2. 1296747 Added dummy library `libutempter' for non-privileged access to utmp/wtmp data. by Misha Brukman · 21 years ago
  3. 5b007e2 This really isn't the gcc library! by Chris Lattner · 21 years ago
  4. d11df3c Adjust level, build things in parallel by Chris Lattner · 21 years ago
  5. 9d6cb9b initial checkin, adjust LEVEL by Chris Lattner · 21 years ago
  6. 1641df4 Initial checkin of README by Chris Lattner · 21 years ago
  7. 443ea94 Initial checkin of runtime/GCCLibraries makefile by Chris Lattner · 21 years ago
  8. edaca0c Update readme by Chris Lattner · 21 years ago
  9. da86e6c Convert libraries into the BYTECODE_LIBRARY style by Chris Lattner · 21 years ago
  10. 6defc76 Disable this library for now by Chris Lattner · 21 years ago
  11. 1679e82 Disable this support stuff, it doesn't work under linux anyway by Chris Lattner · 21 years ago
  12. 478b3a9 Removing the pool allocator from the main CVS tree. by John Criswell · 21 years ago
  13. 228090c Minor fix so that the program exits upon a poolfree failure by Sumant Kowshik · 21 years ago
  14. d105a87 Change implementation so that variable sized slabs are used to allow arbitrary sized array allocations by Sumant Kowshik · 21 years ago
  15. 6235ea2 1. Make table size prime -- improves hashing performance vastly. by Vikram S. Adve · 21 years ago
  16. b3b0414 Bug fix: after reallocating the hash table, we have to re-insert each value by Vikram S. Adve · 21 years ago
  17. 432312d Remove unneccesary #ifdefs by Chris Lattner · 21 years ago
  18. 51577e5 Fix warnings by Chris Lattner · 21 years ago
  19. e04a2e0 Use uint32_t for table index and size: table will never be > 4GB. by Vikram S. Adve · 21 years ago
  20. 0df8adc Pointer hash table reallocation code seems never to have been tested! by Vikram S. Adve · 21 years ago
  21. 47485df Native libraries (libinstr*.a) should not have been taken out when by Vikram S. Adve · 21 years ago
  22. af0f37a Added support for poolallocarray and poolmakeunfreeable. The latter is used by the SAFECode project by Sumant Kowshik · 21 years ago
  23. 5d243c2 Don't register the destructors if the list is empty by Chris Lattner · 21 years ago
  24. b1b3fb3 Prevented inclusion of (non-existent) stdint.h on Sparc. by Joel Stanley · 21 years ago
  25. d57f3ef Prevent lines from wrapping. by Misha Brukman · 21 years ago
  26. 96191ab Initial checkin by Chris Lattner · 21 years ago
  27. 881a2ba Run more post-link xforms by Chris Lattner · 21 years ago
  28. 3c4f63a Update to match the reality that is now. by Chris Lattner · 21 years ago
  29. 20fa5da add support for an explicit EXPORTED_SYMBOL_LIST by Chris Lattner · 21 years ago
  30. 61441cc Specify a list of symbols that should be exported by the library by Chris Lattner · 21 years ago
  31. 977abcb Update to match typename produced by the C frontend by Chris Lattner · 21 years ago
  32. 7cfee5b Dead file by Chris Lattner · 21 years ago
  33. 74075dd Minor updates by Chris Lattner · 21 years ago
  34. fdab728 Initial checkin of crtend.o implementation by Chris Lattner · 21 years ago
  35. aa470c2 New file by Chris Lattner · 21 years ago
  36. 8fc6258 Remove support for memset by Chris Lattner · 21 years ago
  37. 6d3a877 Add lots of functions by Chris Lattner · 21 years ago
  38. 3c0ced5 Implement more functions by Chris Lattner · 21 years ago
  39. 3a35254 Implement feof and xmalloc by Chris Lattner · 21 years ago
  40. cbf2a3e Add a bunch more stubs by Chris Lattner · 21 years ago
  41. a4a684e Initial checkin of pool allocator library by Chris Lattner · 21 years ago
  42. f3cffa1 Initial checkin of dummylib by Chris Lattner · 22 years ago
  43. 591c728 fix path by Chris Lattner · 22 years ago
  44. 1b11597 Add note about what this is by Chris Lattner · 22 years ago
  45. 853f9be Pass renamed by Chris Lattner · 22 years ago
  46. d6c68c4 Fixes to be LP64 correct by Chris Lattner · 22 years ago
  47. c5208d4 Allow libraries to specify other libraries to link to by Chris Lattner · 22 years ago
  48. 348d165 Tracelib is now an LLVM library just like all other libraries in this directory. by Chris Lattner · 22 years ago
  49. 2bb5c7f * If hashing a pointer, cast it to a 64 bit number so gcc doesn't warn by Chris Lattner · 22 years ago
  50. cfb8191 Implement the printf function, used by assert by Chris Lattner · 22 years ago
  51. 2df1f74 Runtime routines to support tracing. by Vikram S. Adve · 22 years ago
  52. 812d8be Remove compilation of __main because we now link -lgcc into programs by Chris Lattner · 22 years ago
  53. 1d7aefd Need rule for runtime.o. This is just temporary to provide by Vikram S. Adve · 22 years ago
  54. 4ee8dd7 Add strcat function by Chris Lattner · 22 years ago
  55. c1e20ac Checkin library infrastructure for building stuff to be linked with gccld by Chris Lattner · 22 years ago
  56. 0305141 Add a clean target stub by Chris Lattner · 22 years ago
  57. 7aeed26 Initial checkin of Makefile, just a dummy file for now. by Chris Lattner · 22 years ago