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