This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f6a6d01 Update call site attribute documentation new 01724b2 [esan|cfrag] Disable load/store instrumentation for cfrag new aef5f64 [llc] Add support for several run-pass options.
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/CodeGen/CommandFlags.h | 4 -- .../Instrumentation/EfficiencySanitizer.cpp | 10 ++- test/CodeGen/MIR/Generic/multiRunPass.mir | 20 ++++++ .../struct_field_count_basic.ll | 10 ++- .../{cache_frag_basic.ll => working_set_slow.ll} | 8 +-- tools/llc/llc.cpp | 77 ++++++++++++++-------- 6 files changed, 90 insertions(+), 39 deletions(-) create mode 100644 test/CodeGen/MIR/Generic/multiRunPass.mir rename test/Instrumentation/EfficiencySanitizer/{cache_frag_basic.ll => working_se [...]