1. 6e3d3bc crtend is only for llvm-gcc3, remove it. by Chris Lattner · 18 years ago
  2. 8b2e141 Undo removal of the runtime libraries. While this may have been a bit by Reid Spencer · 18 years ago
  3. ac90d5e In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support will by Reid Spencer · 18 years ago
  4. 3ed469c For PR786: by Reid Spencer · 18 years ago
  5. fd3a9c7 Describe and date modifications we made per LGPL requirements. by John Criswell · 18 years ago
  6. 7fc20ca Make information more complete. by John Criswell · 18 years ago
  7. b112af2 Reverted previous commit. Thanks, Chris. by John Criswell · 18 years ago
  8. 5804c0d Added in the LGPL text and copyright information. This needs to be by John Criswell · 18 years ago
  9. 2362bad Put an innocuous statement in this file to quelch warnings about compiling by Reid Spencer · 18 years ago
  10. 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 18 years ago
  11. 19b7e0e For PR786: by Reid Spencer · 18 years ago
  12. 7abddda Optimizing to calloc() to malloc() + memset() can be bad on some platforms. by Evan Cheng · 19 years ago
  13. daac729 Make the new and old front-ends more similar: now neither uses __main. by Chris Lattner · 19 years ago
  14. bc3814f fix make install/uninstall of libcrtend. by Chris Lattner · 19 years ago
  15. 038c2a1 Remove out of date comment by Chris Lattner · 19 years ago
  16. 3880f1a Remove the only use of FAKE_SOURCES by Chris Lattner · 19 years ago
  17. 1981c2e Add the remove() function from the C library. by John Criswell · 19 years ago
  18. a1fa8f1 This was never updated for the project makefile changes by Chris Lattner · 19 years ago
  19. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  20. b8190e6 Fix grammar by Misha Brukman · 20 years ago
  21. 709b274 Remove dead directories by Chris Lattner · 20 years ago
  22. 488370c This lib is dead by Chris Lattner · 20 years ago
  23. 2500e10 Remove a bunch of useless empty libraries by Chris Lattner · 20 years ago
  24. 7ff1ca4 This is no longer needed. by Chris Lattner · 20 years ago
  25. e676067 For PR432: * Variable name change: cferuntime_libdir -> CFERuntimeLibDir by Reid Spencer · 20 years ago
  26. b8e7df3 Use the new BYTECODE_DESTINATION to override the default bytecode install by Reid Spencer · 20 years ago
  27. 8f4102d Remove useless -L switch now that gccld -link-as-library bug is fixed. by Reid Spencer · 20 years ago
  28. 8bcd050 Make use of the LLVMGCCStdCXXLibDir variable to link objects by Reid Spencer · 20 years ago
  29. 98880b9 Use the FAKE_SOURCES feature for proper distribution of contents by Reid Spencer · 20 years ago
  30. 0108346 Standardize the makefiles with space around = to match the rest of LLVM. by Reid Spencer · 20 years ago
  31. 8aa9a8c Standardize the format of the runtime libraries makefiles. by Reid Spencer · 20 years ago
  32. f5b7098 For PR466: by Reid Spencer · 20 years ago
  33. f5fae0b Use llvm-ar not ar for constructing archive. Wrap at 80 cols. by Reid Spencer · 20 years ago
  34. cc2d1e2 Internalize variable names to prevent recursive assignment. Cleanup docs. by Reid Spencer · 20 years ago
  35. a4b07c5 * Make the libcrtend.a installation depend on the bytecode-libs directory by Reid Spencer · 20 years ago
  36. 9826173 Add the export symbols list files as extra distribution files. by Reid Spencer · 20 years ago
  37. 8c2c315 Adjust to changes in Makefile.rules by Reid Spencer · 20 years ago
  38. cac731e We won't use automake by Reid Spencer · 20 years ago
  39. 86d341b Initial automake generated Makefile template by Reid Spencer · 20 years ago
  40. fa4cf33 Add missing targets for install/clean by Reid Spencer · 20 years ago
  41. da0a22b Initial Makefile.am for building with automake by Reid Spencer · 20 years ago
  42. 2bf0292 Make sure that for systems where the string functions are actually macros by Reid Spencer · 20 years ago
  43. 194878f Don't call memset if malloc returns a null pointer by Chris Lattner · 20 years ago
  44. bb739dd Shorten comment header to 80 cols by Misha Brukman · 20 years ago
  45. a6d8ab3 Remove Chris-related bytecode-dir comment by Misha Brukman · 20 years ago
  46. 42b70f3 This file is obsolete by Chris Lattner · 20 years ago
  47. 14f7a50 C++ support does not live in the C runtime any longer by Chris Lattner · 20 years ago
  48. d4d02bc Two files are moved to libstdc++, and a NOTE gets added by Chris Lattner · 20 years ago
  49. 45872bf Add missing copyrights by Chris Lattner · 20 years ago
  50. 63c8cc6 Make sure libcrtend.a gets installed when you make install-bytecode. by Brian Gaeke · 21 years ago
  51. 3da1258 Add a simple implementation of strncpy by Chris Lattner · 21 years ago
  52. a803209 Add strndup by Chris Lattner · 21 years ago
  53. 3c5df26 Since tail duplication is currently neutered, we have to help the optimizer to remove the overhead of __main by Chris Lattner · 21 years ago
  54. 796960e Add DESTDIR support for installing. Use (and depend on) $(bytecode_libdir). by Brian Gaeke · 21 years ago
  55. 86f3dda Add support for people calling main recursively by Chris Lattner · 21 years ago
  56. d000e1d Merged in RELEASE_11. by John Criswell · 21 years ago
  57. b49fa61 Disable __attribute__((weak)) on Mac OS X and other lame platforms. by Misha Brukman · 21 years ago
  58. a5df0cd Make all memory functions have weak linkage so that they can be overridden with by Misha Brukman · 21 years ago
  59. 5be28c5 Removed the pthread_once() function because it doesn't actually do by John Criswell · 21 years ago
  60. 61eae03 Dummy implementation of the pthread library. by John Criswell · 21 years ago
  61. b5da746 Simplify makefiles by just explicitly listing directories by Chris Lattner · 21 years ago
  62. ea0ac1f Fixed the dynamic generation of the list of subdirectories to compile. by John Criswell · 21 years ago
  63. 9ca419e add missing dependency by Chris Lattner · 21 years ago
  64. f168b75 Build _lib_crtend.a, not crtend.a by Chris Lattner · 21 years ago
  65. 53005b0 Don't print out tons of crap by Chris Lattner · 21 years ago
  66. ef1835d Rewrite makefile logic to build an archive instead of a .o file. This is by Chris Lattner · 21 years ago
  67. e893d64 Add readme and spiff up makefile header by Chris Lattner · 21 years ago
  68. cf95d4f Fixed word order. by Misha Brukman · 21 years ago
  69. d338a23 Totally disable assert, in order to fix PR101 by Chris Lattner · 21 years ago
  70. a395409 Fix wierd problems linking C programs which look for symbols in libstdc++. by Chris Lattner · 21 years ago
  71. 2a211c4 Add dummy content for libgdbm. by Misha Brukman · 21 years ago
  72. 724d084 Fix libm's name to be `libm' by Misha Brukman · 21 years ago
  73. 60d3ba8 Fix library name and fix line to fit within 80 columns. by Misha Brukman · 21 years ago
  74. 68172da Fix strcpy implementation and trie by Chris Lattner · 21 years ago
  75. e2fab73 Added LLVM copyright to Makefiles. by John Criswell · 21 years ago
  76. 7eadec6 Adding additional license information to these files. by John Criswell · 21 years ago
  77. 4dd7b4f Actually pass in a pointer to the thrown object, not a pointer to the by Chris Lattner · 21 years ago
  78. 17634f7 Include <cstdio> instead of <stdio.h>. by Brian Gaeke · 21 years ago
  79. cf00c4a Fix spelling. by Misha Brukman · 21 years ago
  80. af229bb Fix building outside the srcdir, again by Chris Lattner · 21 years ago
  81. 98d5886 Fix building into a different obj directory by Chris Lattner · 21 years ago
  82. 919846d Whoops, remove makefile too by Chris Lattner · 21 years ago
  83. 6d4e4f8 Remove dead library, it is now folded into crtend by Chris Lattner · 21 years ago
  84. fc01114 Move the exception handling runtime stuff into this directory by Chris Lattner · 21 years ago
  85. 7b3092d Urg, forgot to add a file header somehow. Add missing function comments by Chris Lattner · 21 years ago
  86. 214191f initial checkin of SJLJ exception handling runtime by Chris Lattner · 21 years ago
  87. ed499d2 Rename LongJmpException -> SJLJException by Chris Lattner · 21 years ago
  88. 7a9fd01 we don't need this here by Chris Lattner · 21 years ago
  89. 7f45519 Move language independent exception handling routines OUT of C++Exception.cpp by Chris Lattner · 21 years ago
  90. e86159d File was renamed by Chris Lattner · 21 years ago
  91. ea0721c Rename files to be capitalized now that they are C++ by Chris Lattner · 21 years ago
  92. d6ddfb2 Initial checkin of the SJLJ EH interface by Chris Lattner · 21 years ago
  93. 402f151 Added a dummy version of libcurses. by Misha Brukman · 21 years ago
  94. efe98e9 Added dummy termcap library. by Misha Brukman · 21 years ago
  95. b40d5e7 * Add proper support for rethrown exceptions. by Chris Lattner · 21 years ago
  96. 82d222f Convert C comments to C++ by Chris Lattner · 21 years ago
  97. 3745903 New wrapper around the terminate call. by Chris Lattner · 21 years ago
  98. f4b319d Squelch warning by Chris Lattner · 21 years ago
  99. 0028b2c Be more typesafe by Chris Lattner · 21 years ago
  100. d289ed5 Be more type-safe, add throw specs to all functions by Chris Lattner · 21 years ago