This is an archive of the discontinued LLVM Phabricator instance.

Add StatusText to the Processor class in Target.td to allow adding 'experimental' or 'highly experimental' annotations to processors.
AbandonedPublic

Authored by dsanders on Apr 30 2014, 6:55 AM.

Details

Reviewers
None

Diff Detail

Event Timeline

dsanders updated this revision to Diff 8975.Apr 30 2014, 6:55 AM
dsanders retitled this revision from to Add StatusText to the Processor class in Target.td to allow adding 'experimental' or 'highly experimental' annotations to processors..
dsanders updated this object.
dsanders edited the test plan for this revision. (Show Details)
dsanders added a subscriber: Unknown Object (MLST).

The follow-on which uses the StatusText field is at http://reviews.llvm.org/D3569

dsanders updated this revision to Diff 9164.May 7 2014, 6:42 AM
  • Do without the ability to mark CPU's as experimental for the moment. This removes the dependency on D3568
dsanders updated this revision to Diff 9165.May 7 2014, 6:45 AM

Undo the last change. I meant to update D3569 instead of D3568. Sorry for the noise.

emaste added a subscriber: emaste.May 7 2014, 7:09 AM
dsanders abandoned this revision.Sep 23 2014, 5:41 AM