[www] r296524 - Remove "MachineModule Pass" project from the list of open projects: it is done.
Mehdi Amini via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 28 13:35:55 PST 2017
Author: mehdi_amini
Date: Tue Feb 28 15:35:55 2017
New Revision: 296524
URL: http://llvm.org/viewvc/llvm-project?rev=296524&view=rev
Log:
Remove "MachineModule Pass" project from the list of open projects: it is done.
Modified:
www/trunk/OpenProjects.html
Modified: www/trunk/OpenProjects.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/OpenProjects.html?rev=296524&r1=296523&r2=296524&view=diff
==============================================================================
--- www/trunk/OpenProjects.html (original)
+++ www/trunk/OpenProjects.html Tue Feb 28 15:35:55 2017
@@ -1037,23 +1037,6 @@ dependency graph.</li>
<!-- ======================================================================= -->
<div class="www_subsubsection">
- <a name="machinemodulepass">Add a MachineModulePass</a>
-</div>
-
-<div class="www_text">
- <p>
- Several projects reuse LLVM's code generator infrastructure to analyze
- and optimize the machine code that the compiler generates. However, LLVM's
- code generator infrastructure does not provide a pass which
- allows inter-procedural analysis and optimization of the native code that
- the LLVM compiler generates. What is needed is an equivalent of the LLVM IR
- ModulePass (i.e., a <i>MachineModulePass</i>) that permits inter-procedural
- analysis and optimiztion of machine instructions (MachineIntr's).
- </p>
-</div>
-
-<!-- ======================================================================= -->
-<div class="www_subsubsection">
<a name="encodeanalysis">Encode Analysis Results in MachineInstr IR</a>
</div>
More information about the llvm-commits
mailing list