Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
cfe/trunk/lib/Basic/
-
trunk/
-
lib/
-
Basic/
-
Targets.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D11949
[MIPS] Use arch values for lock-free atomic operations
Closed
Public
Authored by
petarj
on Aug 11 2015, 10:49 AM.
Download Raw Diff
Details
Reviewers
dschuff
Commits
rG2e0551f8d2c6: [MIPS] Use arch values for lock-free atomic operations
rC244675: [MIPS] Use arch values for lock-free atomic operations
rL244675: [MIPS] Use arch values for lock-free atomic operations
Summary
Let NaClMips32ELTargetInfo inherit arch values for maximum width lock-free
atomic operations.
Diff Detail
Repository
rL LLVM
Event Timeline
petarj
updated this revision to
Diff 31830
.
Aug 11 2015, 10:49 AM
petarj
retitled this revision from
to
[MIPS] Use arch values for lock-free atomic operations
.
petarj
updated this object.
petarj
added a reviewer:
dschuff
.
petarj
added a subscriber:
cfe-commits
.
Herald
added subscribers:
dschuff
,
jfb
.
·
View Herald Transcript
Aug 11 2015, 10:49 AM
dschuff
accepted this revision.
Aug 11 2015, 11:44 AM
dschuff
edited edge metadata.
This revision is now accepted and ready to land.
Aug 11 2015, 11:44 AM
Closed by commit
rL244675: [MIPS] Use arch values for lock-free atomic operations
(authored by
petarj
).
·
Explain Why
Aug 11 2015, 2:28 PM
This revision was automatically updated to reflect the committed changes.