[llvm-commits] [llvm] r77654 - in /llvm/trunk: include/llvm/ include/llvm/CodeGen/ lib/CodeGen/ lib/CodeGen/SelectionDAG/ lib/Target/CellSPU/ lib/Target/PowerPC/
Chris Lattner
clattner at apple.com
Thu Jul 30 19:52:00 PDT 2009
On Jul 30, 2009, at 6:52 PM, Dan Gohman wrote:
> Author: djg
> Date: Thu Jul 30 20:52:50 2009
> New Revision: 77654
>
> URL: http://llvm.org/viewvc/llvm-project?rev=77654&view=rev
> Log:
> Manage MachineFunctions with an analysis Pass instead of the Annotable
> mechanism. To support this, make MachineFunctionPass a little more
> complete.
Nice! Can MachineFunction stop being an Annotation now? Can we kill
off llvm/Support/Annotation.h?
-Chris
More information about the llvm-commits
mailing list