1. 44fd388 [PGO] cleanup: move one support method into InstrProfilingUtil.h /NFC by Xinliang David Li · 9 years ago
  2. cf1a8d6 [PGO] internal API name cleanups (for better consistency) by Xinliang David Li · 9 years ago
  3. a06e8ca [profile] Support hostname expansion in LLVM_PROFILE_FILE by Vedant Kumar · 9 years ago
  4. ec8d086 Minor cleanup /NFC by Xinliang David Li · 9 years ago
  5. d85c32c Fix typo in comment by Xinliang David Li · 9 years ago
  6. a692421 [PGO] Add runtime hook so that IR instrumentation can override version by Xinliang David Li · 9 years ago
  7. ba86c92 [PGO] Enable building compiler-rt profile support library on Windows by Nathan Slingerland · 9 years ago
  8. cda3bc2 [PGO]: Refactor VP data writer by Xinliang David Li · 9 years ago
  9. 54dd683 [PGO]: Do not update Data->Value field during profile write. by Xinliang David Li · 9 years ago
  10. abfd553 [PGO] cleanup: unify prefix for portability macros by Xinliang David Li · 9 years ago
  11. 1fbae3b [PGO] Improve prof library portability by Xinliang David Li · 9 years ago
  12. be49271 [PGO] Open file with explict binary mode by Xinliang David Li · 9 years ago
  13. 55d927a [PGO] Stop leaking libc function to buffer API impl by Xinliang David Li · 9 years ago
  14. 9ea3064 [PGO] Introduce error report macro in profile-rt by Xinliang David Li · 9 years ago
  15. 6fe18f4 [PGO] Compiler-rt cleanup -- introduces macros for various macros by Xinliang David Li · 10 years ago
  16. 2d5bf07 [PGO] Implement a more robust/readable Writer callback interface by Xinliang David Li · 10 years ago
  17. e8efaea [PGO] Minor cleanups (from review feedback) by Xinliang David Li · 10 years ago
  18. 6e55716 Fix format of previous patch (NFC) by Xinliang David Li · 10 years ago
  19. 1d8d46a [PGO] Refactor File and Buffer API profile writing code by Xinliang David Li · 10 years ago
  20. 808385f [PGO] Runtime support for value profiling. by Betul Buyukkurt · 10 years ago
  21. b6c81d2 [PGO] Ensure profile section symbols are created (linux) by Xinliang David Li · 10 years ago
  22. 4da5de9 Use struct type instead of raw array for raw profile header (NFC) by Xinliang David Li · 10 years ago
  23. 6585b768 [probile] Fix memory leak introduced in r241824. by Alexey Samsonov · 10 years ago
  24. eae9514 Add support for generating profiles in a given directory. by Diego Novillo · 10 years ago
  25. d641b53 This change is the first of 3 patches to add support for specifying by Eric Christopher · 10 years ago
  26. ef24b41 At least on NetBSD, sys/errno.h and errno.h are different, so use the by Joerg Sonnenberger · 10 years ago
  27. c9c7a3e InstrProf: Fix warnings for mixed declarations and code. NFC. by Vasileios Kalintiris · 10 years ago
  28. 66fd5c9 InstrProf: Optionally print an error when emitting profile data fails by Justin Bogner · 10 years ago
  29. cc0d7ee profile: Avoid name collisions between instrumentation and runtime by Justin Bogner · 11 years ago
  30. 9101af0 Fix building InstrProfilingFile.c on FreeBSD by Viktor Kutuzov · 11 years ago
  31. b1cc6d5 Go via uintptr_t when casting away constness, otherwise GCC will warn by Joerg Sonnenberger · 11 years ago
  32. 55e4d66 InstrProf: Support profiling dlopen'd shared libraries by Duncan P. N. Exon Smith · 11 years ago
  33. 0843988 InstrProf: Fix shared object profiling by Duncan P. N. Exon Smith · 11 years ago
  34. af6b250 profile: Fix the build with gcc 4.9 by Reid Kleckner · 11 years ago
  35. 21b98a6 InstrProf: Change the extension of the default profile by Duncan P. N. Exon Smith · 11 years ago
  36. 089b5c9 Avoid GCC's "cast from pointer to integer of different size" warning. by David Blaikie · 11 years ago
  37. 812dcae InstrProf: Unify logic in two profile writers by Duncan P. N. Exon Smith · 11 years ago
  38. cf4bb96 InstrProf: If libc is available, use it; no functionality change by Duncan P. N. Exon Smith · 11 years ago
  39. be0a5e1 InstrProf: Reorganize files; no functionality change by Duncan P. N. Exon Smith · 11 years ago[Renamed (71%) from compiler-rt/lib/profile/InstrProfilingExtras.c]
  40. 4543aac PGO: Indicate errors in profile runtime API by Duncan P. N. Exon Smith · 11 years ago
  41. e5edc88 PGO: Substitute pid for %p in filename by Duncan P. N. Exon Smith · 11 years ago
  42. 7170475 PGO: Declare zero-argument C functions as foo(void) by Duncan P. N. Exon Smith · 11 years ago
  43. 9edbae0 PGO: Change runtime prefix from pgo to profile by Duncan P. N. Exon Smith · 11 years ago
  44. 54cc0e2 PGO: Update interface for writing instrumentation data to file by Duncan P. N. Exon Smith · 11 years ago
  45. 775c178a PGO: Add explicit static initialization by Duncan P. N. Exon Smith · 11 years ago
  46. 8353a26 PGO: Splitting implementation files; no functionality change by Duncan P. N. Exon Smith · 11 years ago