aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineSSAUpdater.h
Commit message (Expand)AuthorAgeFilesLines
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-171-2/+4
* Combine the implementations of the core part of the SSAUpdater andBob Wilson2010-05-041-16/+2
* Update MachineSSAUpdater with the same changes I made for the IR-levelBob Wilson2010-04-261-5/+19
* Pre-regalloc tale duplication. Work in progress.Evan Cheng2009-12-071-0/+1
* Fill out codegen SSA updater. It's not yet tested.Evan Cheng2009-12-031-7/+22
* Skeleton for MachineInstr level SSA updater.Evan Cheng2009-12-021-0/+99