Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the...
[oota-llvm.git] / include / llvm / IR / ValueHandle.h
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-01-09 Alexey SamsonovFix UBSan error reports in ValueMapCallbackVH and Asser...
2015-01-09 Chandler CarruthCleaup ValueHandle to no longer keep a PointerIntPair...
2014-10-15 Duncan P. N. Exon... IR: Cleanup comments for Value, User, and MDNode
2014-09-03 Alexey SamsonovFix downcasts of unaligned empty/tombstone DenseMap...
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...