This is an archive of the discontinued LLVM Phabricator instance.

[esan][cfrag] Add skeleton for cache fragmentation tool support
ClosedPublic

Authored by zhaoqin on May 23 2016, 12:50 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

zhaoqin updated this revision to Diff 58137.May 23 2016, 12:50 PM
zhaoqin retitled this revision from to [esan][cfrag] Add cache_frag.h and cache_frag.cpp.
zhaoqin updated this object.
zhaoqin added a reviewer: aizatsky.
zhaoqin added subscribers: bruening, kcc, vitalybuka and 3 others.
aizatsky accepted this revision.May 23 2016, 1:19 PM
aizatsky edited edge metadata.
This revision is now accepted and ready to land.May 23 2016, 1:19 PM

Adds cache_frag.h and cache_frag.cpp for the cache fragmetation tool.

spelling: "fragmetation"

Also I would suggest something more high-level than file names in the title.

filcab added a subscriber: filcab.May 25 2016, 6:05 AM

Please write something describing why you're adding this, instead of file names.
"Adds skeleton for cache fragmentation tool support" or something. No need to be too fancy anyway. :-)

Thank you,

Filipe

zhaoqin retitled this revision from [esan][cfrag] Add cache_frag.h and cache_frag.cpp to [esan][cfrag] Add skeleton for cache fragmentation tool support.May 25 2016, 7:58 AM
zhaoqin updated this object.
zhaoqin edited edge metadata.

updated commit msg.

zhaoqin updated this revision to Diff 58429.May 25 2016, 8:18 AM

Merge to top of trunk.

filcab accepted this revision.May 25 2016, 10:08 AM
filcab added a reviewer: filcab.

LGTM.

This revision was automatically updated to reflect the committed changes.