Revert "System: Add SwapByteOrder and update Support/MathExtras.h to use it."
[oota-llvm.git] / include / llvm / Support / ValueHandle.h
2010-04-14 Dan GohmanFix TrackingVH to handle const Value subclasses.
2010-03-31 Chris Lattneradd new apis for getting/setting !dbg metadata on
2010-03-30 Chris LattnerFix a major source of compile-time slowness at -O0...
2009-12-15 Chris LattnerRemove isPod() from DenseMapInfo, splitting it out...
2009-10-19 Jeffrey YasskinClean up the JITResolver stub/callsite<->function maps.
2009-10-17 Eric ChristopherMore warnings patrol: Another unused argument and more...
2009-10-12 Jeffrey YasskinFix llvm.org/PR5160, to let CallbackVHs modify other...
2009-10-10 Chris Lattneradd some WeakVH::operator='s. Without these, assigning
2009-09-22 Daniel DunbarAdd a TrackingVH value handle.
2009-09-19 Daniel DunbarStrip trailing whitespace.
2009-09-19 Daniel DunbarRHS of assignment should be const reference.
2009-08-07 Jeffrey YasskinTo catch bugs like the one fixed in
2009-07-31 Dan GohmanTeach ValueHandleBase to treat DenseMap's special Empty...
2009-07-30 Devang PatelFix comment.
2009-05-06 Dan GohmanAdd simplify_type specializations to allow WeakVH,...
2009-05-05 Dan GohmanAdd an explicit keyword.
2009-05-02 Dan GohmanApply Jeffrey Yasskin's CallbackVH patch, with minor...
2009-04-27 Jeffrey YasskinAdd tests for WeakVH and AssertingVH. These pointed...
2009-04-19 Nick LewyckyFix missing text in doxygen documentation.
2009-04-03 Chris LattnerWork around an apparent GCC miscompilation by specializ...
2009-04-02 Chris Lattneradd missing *
2009-03-31 Chris Lattneradd a converting operator
2009-03-31 Chris LattnerAdd two new classes: WeakVH and AssertingVH. These...