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. ade1a22 Add llvm_start_edge_profiling to exported symbols for libprofile_rt. by Andreas Neustifter · 15 years ago
  4. a4b62c4 Don't try to build .bc version of libprofile if LLVMGCC isn't available. by Daniel Dunbar · 15 years ago
  5. 7dadba3 Remove cruft for installing runtime/ libraries directly into the LLVMGCCDIR; by Daniel Dunbar · 15 years ago
  6. 234d529 remove attribution from a variety of miscellaneous files. by Chris Lattner · 17 years ago
  7. 57360d1 remove attributions from the rest of the llvm makefiles. by Chris Lattner · 17 years ago
  8. 8b2e141 Undo removal of the runtime libraries. While this may have been a bit by Reid Spencer · 18 years ago
  9. ac90d5e In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support will by Reid Spencer · 18 years ago
  10. 162e209 Remove unused variable. by Reid Spencer · 18 years ago
  11. a1fa8f1 This was never updated for the project makefile changes by Chris Lattner · 19 years ago
  12. fd93908 Remove trailing whitespace by Misha Brukman · 19 years ago
  13. 41c56c0 Turn on LOADABLE_MODULE so that profile.so can be loaded dynamically by the JIT. by Reid Spencer · 20 years ago
  14. e676067 For PR432: * Variable name change: cferuntime_libdir -> CFERuntimeLibDir by Reid Spencer · 20 years ago
  15. b8e7df3 Use the new BYTECODE_DESTINATION to override the default bytecode install by Reid Spencer · 20 years ago
  16. 0108346 Standardize the makefiles with space around = to match the rest of LLVM. by Reid Spencer · 20 years ago
  17. 8aa9a8c Standardize the format of the runtime libraries makefiles. by Reid Spencer · 20 years ago
  18. 3298f87 Remove this left-over crud from the automake experiment. by Reid Spencer · 20 years ago
  19. 20ac4e3 Add EXTRA_DIST for additional files to be distributed. by Reid Spencer · 20 years ago
  20. cac731e We won't use automake by Reid Spencer · 20 years ago
  21. 86d341b Initial automake generated Makefile template by Reid Spencer · 20 years ago
  22. da0a22b Initial Makefile.am for building with automake by Reid Spencer · 20 years ago
  23. ada3c4f Share the profile info type enum with the C++ analysis libraries. by Brian Gaeke · 20 years ago
  24. 9fa49c8 Constants for profile info type changed names to match the C++ ones. by Brian Gaeke · 20 years ago
  25. 40114b7 Constants for profile info type changed names to match the C++ ones. by Brian Gaeke · 20 years ago
  26. ca1a697 Add initial implementation of basic block tracing runtime by Brian Gaeke · 20 years ago
  27. 86329b3 Add basic block tracing functions as exported symbols. by Brian Gaeke · 20 years ago
  28. 273595f Add basic block tracing information as a type of "profiling" information. by Brian Gaeke · 20 years ago
  29. 127cab2 Add edge profiling support to the runtime library by Chris Lattner · 20 years ago
  30. f472935 Make sure to copy the null terminator at the end of the argv list. Some by Chris Lattner · 21 years ago
  31. ebd02a8 Allow the program to take a '-llvmprof-output filename' option to specify by Chris Lattner · 21 years ago
  32. affce4f Make the initialization calls return argc. by Chris Lattner · 21 years ago
  33. d09bef4 Actually save and pass in argument information by Chris Lattner · 21 years ago
  34. 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
  35. a9a3028 Initial checkin of function and block profiling runtime library by Chris Lattner · 21 years ago