Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the...
[oota-llvm.git] / include / llvm / CodeGen / MachineSSAUpdater.h
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-30 Chandler Carruth[Allocator] Stop forward-declaring BumpPtrAllocator...
2014-03-23 Nuno Lopesremove a bunch of unused private methods
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
2010-05-04 Bob WilsonCombine the implementations of the core part of the...
2010-04-26 Bob WilsonUpdate MachineSSAUpdater with the same changes I made...
2009-12-07 Evan ChengPre-regalloc tale duplication. Work in progress.
2009-12-03 Evan ChengFill out codegen SSA updater. It's not yet tested.
2009-12-02 Evan ChengSkeleton for MachineInstr level SSA updater.