Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [IR] Make use of Type::isPtrOrPtrVectorTy/isIntOrIntVectorTy/isFPOrFPVectorTy... | Craig Topper | 2017-07-09 | 1 | -8/+7 |
* | [GVN] Fix a crash on encountering non-integral pointers | Keno Fischer | 2017-05-09 | 1 | -0/+9 |
* | [GVN] Don't coerce non-integral pointers to integers or vice versa | Sanjoy Das | 2017-04-19 | 1 | -0/+5 |
* | Templatize parts of VNCoercion, and add constant-only versions of the functio... | Daniel Berlin | 2017-03-20 | 1 | -67/+110 |
* | VNCoercion: Make the function signatures all consistent | Daniel Berlin | 2017-03-11 | 1 | -2/+1 |
* | Move memory coercion functions from GVN.cpp to VNCoercion.cpp so they can be ... | Daniel Berlin | 2017-03-10 | 1 | -0/+440 |