1. 8240ef0 Remove "-Wl,-seg1addr -Wl,0xE0000000" from link options. by Bob Wilson · 11 years ago
  2. 218042a Remove GCDAProfiling.c. This copy is old, the copy in compiler-rt is newer and by Nick Lewycky · 12 years ago
  3. f404449 Forgot that this file needs to be C89 not C99 thanks to MSVC. No functionality by Nick Lewycky · 12 years ago
  4. 52b4edf In GCC 4.7, function names are now forbidden from .gcda files. Support this by by Nick Lewycky · 12 years ago
  5. ee740dd Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times when it's built in the Apple way. by Bill Wendling · 12 years ago
  6. 875618f libprofile/CommonProfiling.c: Fix according to C89. by NAKAMURA Takumi · 12 years ago
  7. 9b25ff6 PGO: allows the profile data file name to be specified by the LLVMPROF_OUTPUT by Manman Ren · 12 years ago
  8. c33b930 Place temporary LTO files into their own subdirectory. by Bill Wendling · 12 years ago
  9. 52bcafe Revert "Use a special path to place the .o files in." by Bob Wilson · 12 years ago
  10. e57cb73 Use a special path to place the .o files in. by Bill Wendling · 12 years ago
  11. 10181ae Add an explicit -object_path_lto flag during linking with a uniquified temporary by Bill Wendling · 12 years ago
  12. 20f09ac libprofile: [CMake] Let libprofile_rt be not loadable_module but shared library. Autoconf's one does so. by NAKAMURA Takumi · 12 years ago
  13. cd62c28 Profile: move a single enum out of ProfileInfoTypes.h into a new by Manman Ren · 12 years ago
  14. 6207cb5 Free the allocated filename. Found by clang static analyzer. by Bill Wendling · 12 years ago
  15. 53caba6 Small code cleanup. No functionality change. by Bill Wendling · 12 years ago
  16. e00c8fd Open in read/write mode, creating the file if it doesn't exist. by Bill Wendling · 12 years ago
  17. 43a699a Early-continue.Reducing indentation. by Bill Wendling · 12 years ago
  18. 717f7fa Don't call exit from a runtime. by Bill Wendling · 12 years ago
  19. ca63acd Switch to c-style comments in a C file. by David Blaikie · 12 years ago
  20. 06e950e Defensively guard against calling malloc() with a size of zero. by Ted Kremenek · 12 years ago
  21. d4ec054 Use the correct filename for the error message. by Bill Wendling · 13 years ago
  22. 7242a4f Use Nakamura's suggestion of bypassing using 'filename' and just the pointers directly. by Bill Wendling · 13 years ago
  23. da94248 MSVC doesn't like the mixing of declarations and statements in a .c file. by Francois Pichet · 13 years ago
  24. 66e30f8 Try to use the CWD if the path to the GCDA output is not available (e.g., the by Bill Wendling · 13 years ago
  25. 17da6e7 Fixing a warning in MSVC (this is also a test commit) by Aaron Ballman · 13 years ago
  26. 4ab406d LLVMBuild: Remove trailing newline, which irked me. by Daniel Dunbar · 13 years ago
  27. d63e7bf PathProfiling.c: Get rid of using "inline". We may expect compiler shall optimize out "static" scope w/o "inline". by NAKAMURA Takumi · 13 years ago
  28. d66d571 runtime/libprofile/PathProfiling.c: Use __inline__ to appease clang -std=gnu89 -pedantic. by NAKAMURA Takumi · 13 years ago
  29. a3a2dfd build: Add initial cut at LLVMBuild.txt files. by Daniel Dunbar · 13 years ago
  30. 70b582a Include direct.h for _mkdir on mingw32 too. by Benjamin Kramer · 13 years ago
  31. 6bbba3c Fix for warnings: ignoring return value of ‘write’, declared with attribute warn_unused_result. by Galina Kistanova · 13 years ago
  32. ad759c5 Use version 402 for the GCDA files when compiling for Apple. by Bill Wendling · 13 years ago
  33. c8dad11 Build and install the archive when building the Apple way. by Bill Wendling · 13 years ago
  34. aeebc35 Fix build for (some versions of?) MinGW. Patch by Ruben Van Boxem. by Eli Friedman · 13 years ago
  35. 31bfd9b Remove the LTO stuff from the profile_rt library's Makefile. by Bill Wendling · 13 years ago
  36. 1922a11 Add compatibility version when compiling the Apple way. <rdar://problem/9600408> by Bill Wendling · 13 years ago
  37. 9793808 Fix MSVC warning regarding mkdir function usage. by Francois Pichet · 13 years ago
  38. 0b5bb3b Fix 3 MSVC warnings: by Francois Pichet · 13 years ago
  39. d363ff3 The computation of string length is not that complicated. Fix it, again. :) by Nick Lewycky · 13 years ago
  40. 5409a18 Update the gcov version used slightly, to make it stop causing modern gcov's to by Nick Lewycky · 13 years ago
  41. 5e436b3 Create the parent directories to place the .gcda files in if they don't exist. by Nick Lewycky · 13 years ago
  42. d006ddc Fix crash when not setting GCOV_PREFIX. by Nick Lewycky · 13 years ago
  43. 4f5558e runtime/libprofile/PathProfiling.c: Don't use // comment in C source. by NAKAMURA Takumi · 13 years ago
  44. 8ddf6f2 win32: Include DataTypes.h instead of stdint.h to try and fix a Win32 build by Daniel Dunbar · 13 years ago
  45. c69c4a8 Cleanup some DOS newlines. by Daniel Dunbar · 13 years ago
  46. b89e699 Unbreak the MSVC build: by Francois Pichet · 13 years ago
  47. bcffb1f Rename profile_rt.so to libprofile_rt.so under configure+make (it already was by Nick Lewycky · 13 years ago
  48. 7a2ba2f Only read *predecessor once so as to fix a theoretical issue where it changes by Nick Lewycky · 13 years ago
  49. 3f5c832 Use static inline to do the right thing when built in C99 mode. Of course, by Nick Lewycky · 13 years ago
  50. ab92d1e Honor LLVM_BUILD_RUNTIME. by Oscar Fuentes · 13 years ago
  51. e88c724 Add cmakefiles to build profile_rt.so! by Nick Lewycky · 13 years ago
  52. 1790c9c Rename everything to follow LLVM style ... I think. by Nick Lewycky · 13 years ago
  53. 571c0e9 Write out uint64_t as i{0..32},i{33..64} instead of i{0..32},0. by Benjamin Kramer · 13 years ago
  54. ece78a3 Don't use C++ comments in C code. by Nick Lewycky · 13 years ago
  55. b192870 Rename LineProfiling to GCOVProfiling to more accurately represent what it by Nick Lewycky · 13 years ago
  56. 7a2bdde Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  57. 8b50573 Fix format string warning. by Benjamin Kramer · 13 years ago
  58. 8a7f4ec Use %ull here. by Nick Lewycky · 13 years ago
  59. e9e7ffa Print our uint64_t with the more portable (C99 and C++0x) %PRIu64 format by Nick Lewycky · 13 years ago
  60. c6d8853d The counters are unsigned. by Nick Lewycky · 13 years ago
  61. 93b68b2 Add support for line profiling. Very work-in-progress. by Nick Lewycky · 13 years ago
  62. 04317cc Implementation of path profiling. Modified patch by Adam Preuss. by Andrew Trick · 14 years ago
  63. a7236d3 Rename 'libprofile/exported_symbols.lst' to 'libprofile/libprofile.exports'. by Mikhail Glushenkov · 14 years ago
  64. 630b58b Delete a blank line. by Dan Gohman · 14 years ago
  65. 7c52f2e Make the export files absolute paths, and change Makefile.rules by Dan Gohman · 14 years ago
  66. 51faa37 Don't use absolute path for EXPORTED_SYMBOL_FILE, this breaks under the new by Daniel Dunbar · 14 years ago
  67. 764f62b Revert r100896 and around - this breaks the only mingw32 buildbot we have. by Anton Korobeynikov · 14 years ago
  68. e3a39d4 suck the propagating "has dynamic libs" check into a single makefile by Chris Lattner · 14 years ago
  69. 21aa347 add minix support, patch by Kees van Reeuwijk! PR6797 by Chris Lattner · 14 years ago
  70. 1c383ca disable this for mingw as well, we really need a 'has no dynamic linking' predicate. by Chris Lattner · 15 years ago
  71. 8550592 disable libprofile on cygwin, patch by Aaron Gray. by Chris Lattner · 15 years ago
  72. 7cfbe25 Switch .bc/.ll Makefile rules to use LLVM{CC,CXX} instead of LLVMG{CC,XX} by Daniel Dunbar · 15 years ago
  73. 5fadf17 remove the random sampling framework, which is not maintained anymore. by Chris Lattner · 15 years ago
  74. f771dae OptimalEdgeProfiling: Creation of profiles. by Andreas Neustifter · 15 years ago
  75. 1c29357 Read Makefile.config before using LLVMGCC. by Andreas Neustifter · 15 years ago
  76. 5a8969a Another NO_RUNTIME_LIBRARIES tweak... by Daniel Dunbar · 15 years ago
  77. 53339fd Tweak NO_RUNTIME_LIBS. by Daniel Dunbar · 15 years ago
  78. b562b47 Don't build runtime libraries in an Apple style build. by Daniel Dunbar · 15 years ago
  79. ade1a22 Add llvm_start_edge_profiling to exported symbols for libprofile_rt. by Andreas Neustifter · 15 years ago
  80. a4b62c4 Don't try to build .bc version of libprofile if LLVMGCC isn't available. by Daniel Dunbar · 15 years ago
  81. 7dadba3 Remove cruft for installing runtime/ libraries directly into the LLVMGCCDIR; by Daniel Dunbar · 15 years ago
  82. 6da385e Drop toy GC runtime. by Gordon Henriksen · 16 years ago
  83. bcb265e Fixing the stack walker. by Gordon Henriksen · 17 years ago
  84. 8fa8929 With this patch, the LowerGC transformation becomes the by Gordon Henriksen · 17 years ago
  85. 234d529 remove attribution from a variety of miscellaneous files. by Chris Lattner · 17 years ago
  86. 57360d1 remove attributions from the rest of the llvm makefiles. by Chris Lattner · 17 years ago
  87. 326e24f GarbageCollection.html is expanded to encompass the coming by Gordon Henriksen · 17 years ago
  88. 95bb69a Reenable libgc and libprofile is explicitly requested. by Chris Lattner · 17 years ago
  89. 210329a remove an obsolete library. by Chris Lattner · 17 years ago
  90. 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
  91. 6e3d3bc crtend is only for llvm-gcc3, remove it. by Chris Lattner · 18 years ago
  92. 5c4a96d the old trace values pass has been removed, remove its runtime library. by Chris Lattner · 18 years ago
  93. 8b2e141 Undo removal of the runtime libraries. While this may have been a bit by Reid Spencer · 18 years ago
  94. ac90d5e In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support will by Reid Spencer · 18 years ago
  95. 162e209 Remove unused variable. by Reid Spencer · 18 years ago
  96. 3ed469c For PR786: by Reid Spencer · 18 years ago
  97. fd3a9c7 Describe and date modifications we made per LGPL requirements. by John Criswell · 18 years ago
  98. 7fc20ca Make information more complete. by John Criswell · 18 years ago
  99. b112af2 Reverted previous commit. Thanks, Chris. by John Criswell · 18 years ago
  100. 5804c0d Added in the LGPL text and copyright information. This needs to be by John Criswell · 18 years ago