index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Utils
/
VNCoercion.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Alignment][NFC] Remove LoadInst::setAlignment(unsigned)
Guillaume Chatelet
2019-09-30
1
-1
/
+1
*
[GVN] non-functional code movement
Keno Fischer
2019-06-07
1
-4
/
+8
*
[GVN] Small tweaks to comments, style, and missed vector handling
Philip Reames
2019-02-20
1
-5
/
+5
*
[GVN] Fix last crasher w/non-integral pointers
Philip Reames
2019-02-20
1
-2
/
+18
*
[GVN] Fix a crash bug w/non-integral pointers and memtransfers
Philip Reames
2019-02-19
1
-0
/
+5
*
[GVN] Fix a non-integral pointer bug w/vector types
Philip Reames
2019-02-19
1
-2
/
+2
*
[GVN] Fix a crash bug around non-integral pointers
Philip Reames
2019-02-19
1
-3
/
+16
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
1
-4
/
+4
*
[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