1. d9b948b Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC by Fangrui Song · 6 years ago
  2. a2048f8 Symbolize: Replace the Options constructor with in-class initialization. NFCI. by Peter Collingbourne · 6 years ago
  3. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  4. 9569523 [XRay] Add a helper function sortByKey to simplify code by Fangrui Song · 7 years ago
  5. 25f8d20 [XRay] Update XRayRecord to support Custom/Typed Events by Dean Michael Berris · 7 years ago
  6. 0cac726 llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) by Fangrui Song · 7 years ago
  7. 38a20c2 [Xray] llvm-xray fix possible segfault by David Carlier · 7 years ago
  8. 1014126 [XRay][compiler-rt] Add PID field to llvm-xray tool and add PID metadata record entry in FDR mode by Dean Michael Berris · 7 years ago
  9. a0e3ae4 [XRay][tools] Rename llvm-xray filenames from .cc -> .cpp (NFC) by Dean Michael Berris · 8 years ago[Renamed from llvm/tools/llvm-xray/xray-account.cc]
  10. 8db564e [tools] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 8 years ago
  11. cb6422d [XRay] fix 99th percentile lookups by sorting the array correctly by Martin Pelikan · 8 years ago
  12. 8b0cdbf [XRay] fix the -Werror build by handling all enum cases in switches by Martin Pelikan · 8 years ago
  13. 10c873f [XRay] convert FDR arg1 log entries by Martin Pelikan · 8 years ago
  14. 0f84a7d [XRay][tools] Support tail-call exits before we write them in the runtime by Dean Michael Berris · 8 years ago
  15. 415f15c [XRay][tools] Fix an accounting bug in llvm-xray account by Dean Michael Berris · 8 years ago
  16. 0e8abab [XRay] Define the InstrumentationMap type by Dean Michael Berris · 9 years ago
  17. c433de7 xray-account: Avoid std::errc::bad_message to appease mingw. by NAKAMURA Takumi · 9 years ago
  18. 84da661 Avoid std::errc::protocol_* to appease mingw by Hans Wennborg · 9 years ago
  19. 8ed5705 Fix windows buildbots building llvm-xray by Simon Pilgrim · 9 years ago
  20. 0c6392d [XRay] Include <numeric> for std::accumulate. by Dean Michael Berris · 9 years ago
  21. 429bac8 [XRay] Implement the `llvm-xray account` subcommand by Dean Michael Berris · 9 years ago