aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineSSAUpdater.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+2
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+1
* Update to LLVM 3.5a.Stephen Hines2014-04-241-2/+1
* 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