1. f771dae OptimalEdgeProfiling: Creation of profiles. by Andreas Neustifter · 15 years ago
  2. 1c29357 Read Makefile.config before using LLVMGCC. by Andreas Neustifter · 15 years ago
  3. 5a8969a Another NO_RUNTIME_LIBRARIES tweak... by Daniel Dunbar · 15 years ago
  4. 53339fd Tweak NO_RUNTIME_LIBS. by Daniel Dunbar · 15 years ago
  5. b562b47 Don't build runtime libraries in an Apple style build. by Daniel Dunbar · 15 years ago
  6. ade1a22 Add llvm_start_edge_profiling to exported symbols for libprofile_rt. by Andreas Neustifter · 15 years ago
  7. a4b62c4 Don't try to build .bc version of libprofile if LLVMGCC isn't available. by Daniel Dunbar · 15 years ago
  8. 7dadba3 Remove cruft for installing runtime/ libraries directly into the LLVMGCCDIR; by Daniel Dunbar · 15 years ago
  9. 6da385e Drop toy GC runtime. by Gordon Henriksen · 15 years ago
  10. bcb265e Fixing the stack walker. by Gordon Henriksen · 16 years ago
  11. 8fa8929 With this patch, the LowerGC transformation becomes the by Gordon Henriksen · 17 years ago
  12. 234d529 remove attribution from a variety of miscellaneous files. by Chris Lattner · 17 years ago
  13. 57360d1 remove attributions from the rest of the llvm makefiles. by Chris Lattner · 17 years ago
  14. 326e24f GarbageCollection.html is expanded to encompass the coming by Gordon Henriksen · 17 years ago
  15. 95bb69a Reenable libgc and libprofile is explicitly requested. by Chris Lattner · 17 years ago
  16. 210329a remove an obsolete library. by Chris Lattner · 17 years ago
  17. b08c6db Dror GCCLibraries: they are obsolete since 2.0 release. This also reduces number of licenses used in LLVM. by Anton Korobeynikov · 17 years ago
  18. 6e3d3bc crtend is only for llvm-gcc3, remove it. by Chris Lattner · 17 years ago
  19. 5c4a96d the old trace values pass has been removed, remove its runtime library. by Chris Lattner · 18 years ago
  20. 8b2e141 Undo removal of the runtime libraries. While this may have been a bit by Reid Spencer · 18 years ago
  21. ac90d5e In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support will by Reid Spencer · 18 years ago
  22. 162e209 Remove unused variable. by Reid Spencer · 18 years ago
  23. 3ed469c For PR786: by Reid Spencer · 18 years ago
  24. fd3a9c7 Describe and date modifications we made per LGPL requirements. by John Criswell · 18 years ago
  25. 7fc20ca Make information more complete. by John Criswell · 18 years ago
  26. b112af2 Reverted previous commit. Thanks, Chris. by John Criswell · 18 years ago
  27. 5804c0d Added in the LGPL text and copyright information. This needs to be by John Criswell · 18 years ago
  28. 72f42bb For PR786: by Reid Spencer · 18 years ago
  29. 2362bad Put an innocuous statement in this file to quelch warnings about compiling by Reid Spencer · 18 years ago
  30. 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 18 years ago
  31. 19b7e0e For PR786: by Reid Spencer · 18 years ago
  32. 30ea2fa Invert the tests on LLVMGCC_MAJVERS to check for value 4 instead of value by Reid Spencer · 18 years ago
  33. 8f56902 add a newline at the end of the file by Chris Lattner · 18 years ago
  34. 93bc3cd Avoid building the runtime libraries if llvm-gcc version 4 is detected. by Reid Spencer · 18 years ago
  35. 0c5f793 For PR722: by Reid Spencer · 18 years ago
  36. 7abddda Optimizing to calloc() to malloc() + memset() can be bad on some platforms. by Evan Cheng · 18 years ago
  37. daac729 Make the new and old front-ends more similar: now neither uses __main. by Chris Lattner · 18 years ago
  38. bc3814f fix make install/uninstall of libcrtend. by Chris Lattner · 18 years ago
  39. 038c2a1 Remove out of date comment by Chris Lattner · 18 years ago
  40. 3880f1a Remove the only use of FAKE_SOURCES by Chris Lattner · 18 years ago
  41. 1981c2e Add the remove() function from the C library. by John Criswell · 19 years ago
  42. a1fa8f1 This was never updated for the project makefile changes by Chris Lattner · 19 years ago
  43. ed069fc This never got updated to reflect the project makefile changes by Chris Lattner · 19 years ago
  44. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  45. b8190e6 Fix grammar by Misha Brukman · 19 years ago
  46. 05dd08f Hrm, who knows what 'uint' is, but it seems to work sometimes? Wierd. by Chris Lattner · 19 years ago
  47. 41c56c0 Turn on LOADABLE_MODULE so that profile.so can be loaded dynamically by the JIT. by Reid Spencer · 20 years ago
  48. 1492709 Re-enable libprofile now that llvm-ar is working better. by Reid Spencer · 20 years ago
  49. 709b274 Remove dead directories by Chris Lattner · 20 years ago
  50. 488370c This lib is dead by Chris Lattner · 20 years ago
  51. 2500e10 Remove a bunch of useless empty libraries by Chris Lattner · 20 years ago
  52. 7ff1ca4 This is no longer needed. by Chris Lattner · 20 years ago
  53. e676067 For PR432: * Variable name change: cferuntime_libdir -> CFERuntimeLibDir by Reid Spencer · 20 years ago
  54. 8378294 Disable libprofile as llvm-ar bus errors on it, and I don't want to break by Chris Lattner · 20 years ago
  55. b8e7df3 Use the new BYTECODE_DESTINATION to override the default bytecode install by Reid Spencer · 20 years ago
  56. 8f4102d Remove useless -L switch now that gccld -link-as-library bug is fixed. by Reid Spencer · 20 years ago
  57. 8bcd050 Make use of the LLVMGCCStdCXXLibDir variable to link objects by Reid Spencer · 20 years ago
  58. 98880b9 Use the FAKE_SOURCES feature for proper distribution of contents by Reid Spencer · 20 years ago
  59. 0108346 Standardize the makefiles with space around = to match the rest of LLVM. by Reid Spencer · 20 years ago
  60. 8aa9a8c Standardize the format of the runtime libraries makefiles. by Reid Spencer · 20 years ago
  61. f5b7098 For PR466: by Reid Spencer · 20 years ago
  62. 3298f87 Remove this left-over crud from the automake experiment. by Reid Spencer · 20 years ago
  63. 5abdbdc Remove zlib from the llvm tarball. This is only used (in theory by povray-31 by Chris Lattner · 20 years ago
  64. de09f3e Remove zlib from the llvm tarball. This is only used (in theory by povray-31 by Chris Lattner · 20 years ago
  65. 3328965 libpng is not even used by povray3.1 in the current configuration, just by Chris Lattner · 20 years ago
  66. f5fae0b Use llvm-ar not ar for constructing archive. Wrap at 80 cols. by Reid Spencer · 20 years ago
  67. cc2d1e2 Internalize variable names to prevent recursive assignment. Cleanup docs. by Reid Spencer · 20 years ago
  68. a4b07c5 * Make the libcrtend.a installation depend on the bytecode-libs directory by Reid Spencer · 20 years ago
  69. 9826173 Add the export symbols list files as extra distribution files. by Reid Spencer · 20 years ago
  70. 20ac4e3 Add EXTRA_DIST for additional files to be distributed. by Reid Spencer · 20 years ago
  71. dbf9409 Remove the clean target. by Reid Spencer · 20 years ago
  72. 40a955a We're not doing automake any more by Reid Spencer · 20 years ago
  73. 8c2c315 Adjust to changes in Makefile.rules by Reid Spencer · 20 years ago
  74. cac731e We won't use automake by Reid Spencer · 20 years ago
  75. 86d341b Initial automake generated Makefile template by Reid Spencer · 20 years ago
  76. 1d91acc Update to reflect building zlib for LLVM by Reid Spencer · 20 years ago
  77. fa4cf33 Add missing targets for install/clean by Reid Spencer · 20 years ago
  78. da0a22b Initial Makefile.am for building with automake by Reid Spencer · 20 years ago
  79. aa71741 Initial Makefile.am for building with automake. by Reid Spencer · 20 years ago
  80. 2bf0292 Make sure that for systems where the string functions are actually macros by Reid Spencer · 20 years ago
  81. 194878f Don't call memset if malloc returns a null pointer by Chris Lattner · 20 years ago
  82. 6f22256 Disable libprofile as it breaks the build on Sparc (autoconf issues). by Misha Brukman · 20 years ago
  83. 40b062f Clean up some "clean:" targets so they use $(VERB) and don't print anything by Reid Spencer · 20 years ago
  84. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  85. 171b59d Do not mention Chris in public Makefiles by Misha Brukman · 20 years ago
  86. bb739dd Shorten comment header to 80 cols by Misha Brukman · 20 years ago
  87. 1757ae9 * Remove UIUC-specific comment * Make header comment span 80 cols by Misha Brukman · 20 years ago
  88. a6d8ab3 Remove Chris-related bytecode-dir comment by Misha Brukman · 20 years ago
  89. 42b70f3 This file is obsolete by Chris Lattner · 20 years ago
  90. 14f7a50 C++ support does not live in the C runtime any longer by Chris Lattner · 20 years ago
  91. d4d02bc Two files are moved to libstdc++, and a NOTE gets added by Chris Lattner · 20 years ago
  92. 45872bf Add missing copyrights by Chris Lattner · 20 years ago
  93. 93c9587 Update GC intrinsics to take a pointer to the object as well as a pointer by Chris Lattner · 20 years ago
  94. 66291f3 Fix warning on 64-bit machines by Brian Gaeke · 20 years ago
  95. 9772629 Continue the implementation by Chris Lattner · 20 years ago
  96. a2f45b2 A few more microsteps by Chris Lattner · 20 years ago
  97. 86f2382 Eliminate warnings by Alkis Evlogimenos · 20 years ago
  98. 8ad864a Build the garbage collectors by Chris Lattner · 20 years ago
  99. e6fd776 Initial checkin of GC implementation support files by Chris Lattner · 20 years ago
  100. 77ac7ba Check in an EARLY START on a simple copying collector by Chris Lattner · 20 years ago