hvarga created this revision.
hvarga added reviewers: hfinkel, atrick, chandlerc.
hvarga added subscribers: cfe-commits, petarj.
This patch fixes bug https://dmz-portal.mips.com/bugz/show_bug.cgi?id=2300 by
adding additional (missing) Hi/Lo registers to the Clang `MipsTargetInfoBase`
class.
htt
hvarga added a comment.
I'm not sure if I added all of the necessary reviewers or even the correct
ones. So please feel free to correct this if it's wrong.
http://reviews.llvm.org/D17378
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http:
hvarga added a comment.
Are there any thoughts about this patch?
http://reviews.llvm.org/D17378
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
This revision was automatically updated to reflect the committed changes.
Closed by commit rL264727: Add additional Hi/Lo registers to Clang
MipsTargetInfoBase (authored by hvarga).
Changed prior to commit:
http://reviews.llvm.org/D17378?vs=48309&id=51893#toc
Repository:
rL LLVM
http://revi
Author: hvarga
Date: Tue Mar 29 07:46:16 2016
New Revision: 264727
URL: http://llvm.org/viewvc/llvm-project?rev=264727&view=rev
Log:
Add additional Hi/Lo registers to Clang MipsTargetInfoBase
Differential Revision: http://reviews.llvm.org/D17378
Modified:
cfe/trunk/lib/Basic/Targets.cpp
c