1. 95d2347 [IR] Make use of Type::isPtrOrPtrVectorTy/isIntOrIntVectorTy/isFPOrFPVectorTy to shorten code. NFC by Craig Topper · 8 years ago
  2. 06f962c [GVN] Fix a crash on encountering non-integral pointers by Keno Fischer · 8 years ago
  3. 5945447 [GVN] Don't coerce non-integral pointers to integers or vice versa by Sanjoy Das · 9 years ago
  4. 12883b1 Templatize parts of VNCoercion, and add constant-only versions of the functions to be used in NewGVN. by Daniel Berlin · 9 years ago
  5. cd07a0f VNCoercion: Make the function signatures all consistent by Daniel Berlin · 9 years ago
  6. 5ac9179 Move memory coercion functions from GVN.cpp to VNCoercion.cpp so they can be shared between GVN and NewGVN. by Daniel Berlin · 9 years ago