Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
llvm/trunk/lib/Support/Unix/
-
trunk/
-
lib/
-
Support/
-
Unix/
-
Memory.inc
Hide Panel
f
Keyboard Reference
?
Differential
D7198
[mips] Use __clear_cache builtin instead of cacheflush()
Closed
Public
Authored by
petarj
on Jan 27 2015, 8:12 AM.
Download Raw Diff
Details
Reviewers
dsanders
Commits
rGd4e27d7e93d6: Merging r227269: --------------------------------------------------------------…
rG4a1184903445: [mips] Use __clear_cache builtin instead of cacheflush()
rL227269: [mips] Use __clear_cache builtin instead of cacheflush()
Summary
Use __clear_cache builtin instead of cacheflush() in
Unix Memory::InvalidateInstructionCache().
Diff Detail
Repository
rL LLVM
Event Timeline
petarj
updated this revision to
Diff 18817
.
Jan 27 2015, 8:12 AM
petarj
retitled this revision from
to
[mips] Use __clear_cache builtin instead of cacheflush()
.
petarj
updated this object.
petarj
edited the test plan for this revision.
(Show Details)
petarj
added a reviewer:
dsanders
.
petarj
set the repository for this revision to
rL LLVM
.
petarj
added a subscriber:
Unknown Object (MLST)
.
Closed by commit
rL227269: [mips] Use __clear_cache builtin instead of cacheflush()
(authored by
petarj
).
·
Explain Why
Jan 27 2015, 3:31 PM
This revision was automatically updated to reflect the committed changes.