This is an archive of the discontinued LLVM Phabricator instance.

Add HLE target feature
Needs ReviewPublic

Authored by darkbuck on Feb 20 2013, 2:17 PM.

Details

Summary

Hi All

The attached patch add HLE feature in X86 backend and routines to detect HLE, check HLE features. The following patch will rely on this patch to check the availability of HLE.

Yours

  • Michael

Diff Detail

Event Timeline

darkbuck updated this revision to Unknown Object (????).Feb 27 2013, 1:37 PM

the patch is rebased to trunk and latest changes on replacing TargetFlags to HLEHint

darkbuck updated this revision to Unknown Object (????).Mar 19 2013, 5:09 PM

Hi All

The patch is rebased against LLVM trunk. There's no significant change.

Thanks

  • Michael
chandlerc resigned from this revision.Mar 29 2015, 11:20 AM
chandlerc removed a reviewer: chandlerc.
chandlerc added inline comments.
lib/Target/X86/X86.td
123–126

aoeusrcahoeursch