Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [GVN] Avoid casting a vector of size less than 8 bits to i8 | Matthew Voss | 2018-06-21 | 1 | -1/+7 |
* | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -2/+2 |
* | [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 |