1. 8130a38 Merged in RELEASE_12. This fixes the zlib linking problems. by John Criswell · 20 years ago
  2. 40bdfe55 Make sure to get the headers from zlib correctly by Chris Lattner · 20 years ago
  3. 63c8cc6 Make sure libcrtend.a gets installed when you make install-bytecode. by Brian Gaeke · 20 years ago
  4. 127cab2 Add edge profiling support to the runtime library by Chris Lattner · 20 years ago
  5. 17d3a87 Build zlib and libpng by Chris Lattner · 20 years ago
  6. c224efb Build an archive for use with Povray. by John Criswell · 20 years ago
  7. 3da1258 Add a simple implementation of strncpy by Chris Lattner · 20 years ago
  8. a803209 Add strndup by Chris Lattner · 20 years ago
  9. 3c5df26 Since tail duplication is currently neutered, we have to help the optimizer to remove the overhead of __main by Chris Lattner · 20 years ago
  10. f472935 Make sure to copy the null terminator at the end of the argv list. Some by Chris Lattner · 21 years ago
  11. ebd02a8 Allow the program to take a '-llvmprof-output filename' option to specify by Chris Lattner · 21 years ago
  12. affce4f Make the initialization calls return argc. by Chris Lattner · 21 years ago
  13. a6859b4 Initial checking of the libpng library. by John Criswell · 21 years ago
  14. 2a9d717 Initial checking of the zlib library. by John Criswell · 21 years ago
  15. 3b9f445 Clean out DESTLIBBYTECODE when making clean in runtime. by Brian Gaeke · 21 years ago
  16. 796960e Add DESTDIR support for installing. Use (and depend on) $(bytecode_libdir). by Brian Gaeke · 21 years ago
  17. 9715fcd Clarify comment. by Brian Gaeke · 21 years ago
  18. 86f3dda Add support for people calling main recursively by Chris Lattner · 21 years ago
  19. d000e1d Merged in RELEASE_11. by John Criswell · 21 years ago
  20. b49fa61 Disable __attribute__((weak)) on Mac OS X and other lame platforms. by Misha Brukman · 21 years ago
  21. a5df0cd Make all memory functions have weak linkage so that they can be overridden with by Misha Brukman · 21 years ago
  22. 5be28c5 Removed the pthread_once() function because it doesn't actually do by John Criswell · 21 years ago
  23. 61eae03 Dummy implementation of the pthread library. by John Criswell · 21 years ago
  24. b5da746 Simplify makefiles by just explicitly listing directories by Chris Lattner · 21 years ago
  25. ea0ac1f Fixed the dynamic generation of the list of subdirectories to compile. by John Criswell · 21 years ago
  26. 9ca419e add missing dependency by Chris Lattner · 21 years ago
  27. f168b75 Build _lib_crtend.a, not crtend.a by Chris Lattner · 21 years ago
  28. 53005b0 Don't print out tons of crap by Chris Lattner · 21 years ago
  29. ef1835d Rewrite makefile logic to build an archive instead of a .o file. This is by Chris Lattner · 21 years ago
  30. e893d64 Add readme and spiff up makefile header by Chris Lattner · 21 years ago
  31. e9dd3f1 As per PR96, don't build subdirs if LLVMGCCDIR is not set to something by Brian Gaeke · 21 years ago
  32. cf95d4f Fixed word order. by Misha Brukman · 21 years ago
  33. d338a23 Totally disable assert, in order to fix PR101 by Chris Lattner · 21 years ago
  34. a395409 Fix wierd problems linking C programs which look for symbols in libstdc++. by Chris Lattner · 21 years ago
  35. d09bef4 Actually save and pass in argument information by Chris Lattner · 21 years ago
  36. 98b1d81 We need to output the number of records we have, so we know how many to read in! Doh. by Chris Lattner · 21 years ago
  37. a9a3028 Initial checkin of function and block profiling runtime library by Chris Lattner · 21 years ago
  38. 2a211c4 Add dummy content for libgdbm. by Misha Brukman · 21 years ago
  39. 724d084 Fix libm's name to be `libm' by Misha Brukman · 21 years ago
  40. 60d3ba8 Fix library name and fix line to fit within 80 columns. by Misha Brukman · 21 years ago
  41. 68172da Fix strcpy implementation and trie by Chris Lattner · 21 years ago
  42. e2fab73 Added LLVM copyright to Makefiles. by John Criswell · 21 years ago
  43. 7eadec6 Adding additional license information to these files. by John Criswell · 21 years ago
  44. 4dd7b4f Actually pass in a pointer to the thrown object, not a pointer to the by Chris Lattner · 21 years ago
  45. 17634f7 Include <cstdio> instead of <stdio.h>. by Brian Gaeke · 21 years ago
  46. cf00c4a Fix spelling. by Misha Brukman · 21 years ago
  47. af229bb Fix building outside the srcdir, again by Chris Lattner · 21 years ago
  48. 98d5886 Fix building into a different obj directory by Chris Lattner · 21 years ago
  49. 919846d Whoops, remove makefile too by Chris Lattner · 21 years ago
  50. 6d4e4f8 Remove dead library, it is now folded into crtend by Chris Lattner · 21 years ago
  51. fc01114 Move the exception handling runtime stuff into this directory by Chris Lattner · 21 years ago
  52. 7b3092d Urg, forgot to add a file header somehow. Add missing function comments by Chris Lattner · 21 years ago
  53. 214191f initial checkin of SJLJ exception handling runtime by Chris Lattner · 21 years ago
  54. ed499d2 Rename LongJmpException -> SJLJException by Chris Lattner · 21 years ago
  55. 7a9fd01 we don't need this here by Chris Lattner · 21 years ago
  56. 7f45519 Move language independent exception handling routines OUT of C++Exception.cpp by Chris Lattner · 21 years ago
  57. e86159d File was renamed by Chris Lattner · 21 years ago
  58. ea0721c Rename files to be capitalized now that they are C++ by Chris Lattner · 21 years ago
  59. d6ddfb2 Initial checkin of the SJLJ EH interface by Chris Lattner · 21 years ago
  60. 402f151 Added a dummy version of libcurses. by Misha Brukman · 21 years ago
  61. efe98e9 Added dummy termcap library. by Misha Brukman · 21 years ago
  62. b40d5e7 * Add proper support for rethrown exceptions. by Chris Lattner · 21 years ago
  63. 82d222f Convert C comments to C++ by Chris Lattner · 21 years ago
  64. 3745903 New wrapper around the terminate call. by Chris Lattner · 21 years ago
  65. f4b319d Squelch warning by Chris Lattner · 21 years ago
  66. 0028b2c Be more typesafe by Chris Lattner · 21 years ago
  67. d289ed5 Be more type-safe, add throw specs to all functions by Chris Lattner · 21 years ago
  68. 7a37fa7 Add throw specs to the functions, remove (void) from the functions by Chris Lattner · 21 years ago
  69. 0e807bd Hack out libexception temporarily until the Sparc FE is improved by Chris Lattner · 21 years ago
  70. 5eb7939 Fix several _killer_ bugs. This now actually WORKS for really complex testcases :) by Chris Lattner · 21 years ago
  71. 5cf1199 C++ify, add new get_cxx_exception function to convert from generic llvm_exceptions to llvm_cxx_exception's by Chris Lattner · 21 years ago
  72. c2c70fa Remove Cisms. We love C++ by Chris Lattner · 21 years ago
  73. 23b9b05 Add new __llvm_cxxeh_begin_catch_if_isa function, change C -> C++ comments by Chris Lattner · 21 years ago
  74. aa8882a Remove copy-and-paste gunk by Chris Lattner · 21 years ago
  75. 5337521 Initial checking of C++ exception handling library by Chris Lattner · 21 years ago
  76. 0f3627e Added dummy version of the `util' library. by Misha Brukman · 21 years ago
  77. 1296747 Added dummy library `libutempter' for non-privileged access to utmp/wtmp data. by Misha Brukman · 21 years ago
  78. 5b007e2 This really isn't the gcc library! by Chris Lattner · 21 years ago
  79. d11df3c Adjust level, build things in parallel by Chris Lattner · 21 years ago
  80. 9d6cb9b initial checkin, adjust LEVEL by Chris Lattner · 21 years ago
  81. 1641df4 Initial checkin of README by Chris Lattner · 21 years ago
  82. 443ea94 Initial checkin of runtime/GCCLibraries makefile by Chris Lattner · 21 years ago
  83. edaca0c Update readme by Chris Lattner · 21 years ago
  84. da86e6c Convert libraries into the BYTECODE_LIBRARY style by Chris Lattner · 21 years ago
  85. 6defc76 Disable this library for now by Chris Lattner · 21 years ago
  86. 1679e82 Disable this support stuff, it doesn't work under linux anyway by Chris Lattner · 21 years ago
  87. 478b3a9 Removing the pool allocator from the main CVS tree. by John Criswell · 21 years ago
  88. 228090c Minor fix so that the program exits upon a poolfree failure by Sumant Kowshik · 21 years ago
  89. d105a87 Change implementation so that variable sized slabs are used to allow arbitrary sized array allocations by Sumant Kowshik · 21 years ago
  90. 6235ea2 1. Make table size prime -- improves hashing performance vastly. by Vikram S. Adve · 21 years ago
  91. b3b0414 Bug fix: after reallocating the hash table, we have to re-insert each value by Vikram S. Adve · 21 years ago
  92. 432312d Remove unneccesary #ifdefs by Chris Lattner · 21 years ago
  93. 51577e5 Fix warnings by Chris Lattner · 21 years ago
  94. e04a2e0 Use uint32_t for table index and size: table will never be > 4GB. by Vikram S. Adve · 21 years ago
  95. 0df8adc Pointer hash table reallocation code seems never to have been tested! by Vikram S. Adve · 21 years ago
  96. 47485df Native libraries (libinstr*.a) should not have been taken out when by Vikram S. Adve · 21 years ago
  97. af0f37a Added support for poolallocarray and poolmakeunfreeable. The latter is used by the SAFECode project by Sumant Kowshik · 21 years ago
  98. 5d243c2 Don't register the destructors if the list is empty by Chris Lattner · 21 years ago
  99. b1b3fb3 Prevented inclusion of (non-existent) stdint.h on Sparc. by Joel Stanley · 21 years ago
  100. d57f3ef Prevent lines from wrapping. by Misha Brukman · 21 years ago