1. 41c56c0 Turn on LOADABLE_MODULE so that profile.so can be loaded dynamically by the JIT. by Reid Spencer · 20 years ago
  2. 1492709 Re-enable libprofile now that llvm-ar is working better. by Reid Spencer · 20 years ago
  3. 709b274 Remove dead directories by Chris Lattner · 20 years ago
  4. 488370c This lib is dead by Chris Lattner · 20 years ago
  5. 2500e10 Remove a bunch of useless empty libraries by Chris Lattner · 20 years ago
  6. 7ff1ca4 This is no longer needed. by Chris Lattner · 20 years ago
  7. e676067 For PR432: * Variable name change: cferuntime_libdir -> CFERuntimeLibDir by Reid Spencer · 20 years ago
  8. 8378294 Disable libprofile as llvm-ar bus errors on it, and I don't want to break by Chris Lattner · 20 years ago
  9. b8e7df3 Use the new BYTECODE_DESTINATION to override the default bytecode install by Reid Spencer · 20 years ago
  10. 8f4102d Remove useless -L switch now that gccld -link-as-library bug is fixed. by Reid Spencer · 20 years ago
  11. 8bcd050 Make use of the LLVMGCCStdCXXLibDir variable to link objects by Reid Spencer · 20 years ago
  12. 98880b9 Use the FAKE_SOURCES feature for proper distribution of contents by Reid Spencer · 20 years ago
  13. 0108346 Standardize the makefiles with space around = to match the rest of LLVM. by Reid Spencer · 20 years ago
  14. 8aa9a8c Standardize the format of the runtime libraries makefiles. by Reid Spencer · 20 years ago
  15. f5b7098 For PR466: by Reid Spencer · 20 years ago
  16. 3298f87 Remove this left-over crud from the automake experiment. by Reid Spencer · 20 years ago
  17. 5abdbdc Remove zlib from the llvm tarball. This is only used (in theory by povray-31 by Chris Lattner · 20 years ago
  18. de09f3e Remove zlib from the llvm tarball. This is only used (in theory by povray-31 by Chris Lattner · 20 years ago
  19. 3328965 libpng is not even used by povray3.1 in the current configuration, just by Chris Lattner · 20 years ago
  20. f5fae0b Use llvm-ar not ar for constructing archive. Wrap at 80 cols. by Reid Spencer · 20 years ago
  21. cc2d1e2 Internalize variable names to prevent recursive assignment. Cleanup docs. by Reid Spencer · 20 years ago
  22. a4b07c5 * Make the libcrtend.a installation depend on the bytecode-libs directory by Reid Spencer · 20 years ago
  23. 9826173 Add the export symbols list files as extra distribution files. by Reid Spencer · 20 years ago
  24. 20ac4e3 Add EXTRA_DIST for additional files to be distributed. by Reid Spencer · 20 years ago
  25. dbf9409 Remove the clean target. by Reid Spencer · 20 years ago
  26. 40a955a We're not doing automake any more by Reid Spencer · 20 years ago
  27. 8c2c315 Adjust to changes in Makefile.rules by Reid Spencer · 20 years ago
  28. cac731e We won't use automake by Reid Spencer · 20 years ago
  29. 86d341b Initial automake generated Makefile template by Reid Spencer · 20 years ago
  30. 1d91acc Update to reflect building zlib for LLVM by Reid Spencer · 20 years ago
  31. fa4cf33 Add missing targets for install/clean by Reid Spencer · 20 years ago
  32. da0a22b Initial Makefile.am for building with automake by Reid Spencer · 20 years ago
  33. aa71741 Initial Makefile.am for building with automake. by Reid Spencer · 20 years ago
  34. 2bf0292 Make sure that for systems where the string functions are actually macros by Reid Spencer · 20 years ago
  35. 194878f Don't call memset if malloc returns a null pointer by Chris Lattner · 20 years ago
  36. 6f22256 Disable libprofile as it breaks the build on Sparc (autoconf issues). by Misha Brukman · 20 years ago
  37. 40b062f Clean up some "clean:" targets so they use $(VERB) and don't print anything by Reid Spencer · 20 years ago
  38. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  39. 171b59d Do not mention Chris in public Makefiles by Misha Brukman · 20 years ago
  40. bb739dd Shorten comment header to 80 cols by Misha Brukman · 20 years ago
  41. 1757ae9 * Remove UIUC-specific comment * Make header comment span 80 cols by Misha Brukman · 20 years ago
  42. a6d8ab3 Remove Chris-related bytecode-dir comment by Misha Brukman · 20 years ago
  43. 42b70f3 This file is obsolete by Chris Lattner · 20 years ago
  44. 14f7a50 C++ support does not live in the C runtime any longer by Chris Lattner · 20 years ago
  45. d4d02bc Two files are moved to libstdc++, and a NOTE gets added by Chris Lattner · 20 years ago
  46. 45872bf Add missing copyrights by Chris Lattner · 20 years ago
  47. 93c9587 Update GC intrinsics to take a pointer to the object as well as a pointer by Chris Lattner · 20 years ago
  48. 66291f3 Fix warning on 64-bit machines by Brian Gaeke · 20 years ago
  49. 9772629 Continue the implementation by Chris Lattner · 20 years ago
  50. a2f45b2 A few more microsteps by Chris Lattner · 20 years ago
  51. 86f2382 Eliminate warnings by Alkis Evlogimenos · 20 years ago
  52. 8ad864a Build the garbage collectors by Chris Lattner · 20 years ago
  53. e6fd776 Initial checkin of GC implementation support files by Chris Lattner · 20 years ago
  54. 77ac7ba Check in an EARLY START on a simple copying collector by Chris Lattner · 20 years ago
  55. ada3c4f Share the profile info type enum with the C++ analysis libraries. by Brian Gaeke · 20 years ago
  56. 9fa49c8 Constants for profile info type changed names to match the C++ ones. by Brian Gaeke · 20 years ago
  57. 40114b7 Constants for profile info type changed names to match the C++ ones. by Brian Gaeke · 20 years ago
  58. ca1a697 Add initial implementation of basic block tracing runtime by Brian Gaeke · 20 years ago
  59. 86329b3 Add basic block tracing functions as exported symbols. by Brian Gaeke · 20 years ago
  60. 273595f Add basic block tracing information as a type of "profiling" information. by Brian Gaeke · 20 years ago
  61. ef2b0db Fit comment into 80 cols. by Misha Brukman · 20 years ago
  62. 265c87a Remove libraries that have no reason to be here, and keep breaking the nightly tester because their makefiles do not have the right dependencies!! by Chris Lattner · 20 years ago
  63. a990398 Reenable library now that the loopsimplify bug is fixed by Chris Lattner · 20 years ago
  64. 5d98f04 Temporary hack to get the nightly tester running by Chris Lattner · 20 years ago
  65. 8130a38 Merged in RELEASE_12. This fixes the zlib linking problems. by John Criswell · 20 years ago
  66. 40bdfe55 Make sure to get the headers from zlib correctly by Chris Lattner · 20 years ago
  67. 63c8cc6 Make sure libcrtend.a gets installed when you make install-bytecode. by Brian Gaeke · 20 years ago
  68. 127cab2 Add edge profiling support to the runtime library by Chris Lattner · 20 years ago
  69. 17d3a87 Build zlib and libpng by Chris Lattner · 20 years ago
  70. c224efb Build an archive for use with Povray. by John Criswell · 20 years ago
  71. 3da1258 Add a simple implementation of strncpy by Chris Lattner · 20 years ago
  72. a803209 Add strndup by Chris Lattner · 20 years ago
  73. 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
  74. f472935 Make sure to copy the null terminator at the end of the argv list. Some by Chris Lattner · 21 years ago
  75. ebd02a8 Allow the program to take a '-llvmprof-output filename' option to specify by Chris Lattner · 21 years ago
  76. affce4f Make the initialization calls return argc. by Chris Lattner · 21 years ago
  77. a6859b4 Initial checking of the libpng library. by John Criswell · 21 years ago
  78. 2a9d717 Initial checking of the zlib library. by John Criswell · 21 years ago
  79. 3b9f445 Clean out DESTLIBBYTECODE when making clean in runtime. by Brian Gaeke · 21 years ago
  80. 796960e Add DESTDIR support for installing. Use (and depend on) $(bytecode_libdir). by Brian Gaeke · 21 years ago
  81. 9715fcd Clarify comment. by Brian Gaeke · 21 years ago
  82. 86f3dda Add support for people calling main recursively by Chris Lattner · 21 years ago
  83. d000e1d Merged in RELEASE_11. by John Criswell · 21 years ago
  84. b49fa61 Disable __attribute__((weak)) on Mac OS X and other lame platforms. by Misha Brukman · 21 years ago
  85. a5df0cd Make all memory functions have weak linkage so that they can be overridden with by Misha Brukman · 21 years ago
  86. 5be28c5 Removed the pthread_once() function because it doesn't actually do by John Criswell · 21 years ago
  87. 61eae03 Dummy implementation of the pthread library. by John Criswell · 21 years ago
  88. b5da746 Simplify makefiles by just explicitly listing directories by Chris Lattner · 21 years ago
  89. ea0ac1f Fixed the dynamic generation of the list of subdirectories to compile. by John Criswell · 21 years ago
  90. 9ca419e add missing dependency by Chris Lattner · 21 years ago
  91. f168b75 Build _lib_crtend.a, not crtend.a by Chris Lattner · 21 years ago
  92. 53005b0 Don't print out tons of crap by Chris Lattner · 21 years ago
  93. ef1835d Rewrite makefile logic to build an archive instead of a .o file. This is by Chris Lattner · 21 years ago
  94. e893d64 Add readme and spiff up makefile header by Chris Lattner · 21 years ago
  95. e9dd3f1 As per PR96, don't build subdirs if LLVMGCCDIR is not set to something by Brian Gaeke · 21 years ago
  96. cf95d4f Fixed word order. by Misha Brukman · 21 years ago
  97. d338a23 Totally disable assert, in order to fix PR101 by Chris Lattner · 21 years ago
  98. a395409 Fix wierd problems linking C programs which look for symbols in libstdc++. by Chris Lattner · 21 years ago
  99. d09bef4 Actually save and pass in argument information by Chris Lattner · 21 years ago
  100. 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