[PATCH] D49217: [XRay][compiler-rt] Simplify Allocator Implementation

Dean Michael Berris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 17 18:58:44 PDT 2018


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL337342: [XRay][compiler-rt] Simplify Allocator Implementation (authored by dberris, committed by ).
Herald added a subscriber: delcypher.

Changed prior to commit:
  https://reviews.llvm.org/D49217?vs=155120&id=156000#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D49217

Files:
  compiler-rt/trunk/lib/xray/tests/unit/allocator_test.cc
  compiler-rt/trunk/lib/xray/tests/unit/function_call_trie_test.cc
  compiler-rt/trunk/lib/xray/tests/unit/segmented_array_test.cc
  compiler-rt/trunk/lib/xray/xray_allocator.h
  compiler-rt/trunk/lib/xray/xray_function_call_trie.h
  compiler-rt/trunk/lib/xray/xray_profile_collector.cc
  compiler-rt/trunk/lib/xray/xray_profiling.cc
  compiler-rt/trunk/lib/xray/xray_profiling_flags.inc
  compiler-rt/trunk/lib/xray/xray_segmented_array.h
  compiler-rt/trunk/lib/xray/xray_utils.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49217.156000.patch
Type: text/x-patch
Size: 36230 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180718/4c25ffc9/attachment.bin>


More information about the llvm-commits mailing list