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
/
CodeGen
/
GlobalISel
/
GISelKnownBits.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
GlobalISel: Start adding computeNumSignBits to GISelKnownBits
Matt Arsenault
2020-01-06
1
-0
/
+70
*
[globalisel] Rename G_GEP to G_PTR_ADD
Daniel Sanders
2019-11-05
1
-2
/
+2
*
[Alignment][NFC] Use llv::Align in GISelKnownBits
Guillaume Chatelet
2019-10-10
1
-8
/
+8
*
[globalisel][knownbits] Allow targets to call GISelKnownBits::computeKnownBit...
Daniel Sanders
2019-09-30
1
-1
/
+2
*
[GlobalISel]: Fix a bug where we could dereference None
Aditya Nandakumar
2019-09-09
1
-0
/
+2
*
[globalisel][knownbits] Account for missing type constraints
Daniel Sanders
2019-09-05
1
-2
/
+15
*
[globalisel] Support trivial COPY in GISelKnownBits
Daniel Sanders
2019-09-04
1
-0
/
+13
*
GlobalISel: Don't compute known bits for non-integral GEP
Matt Arsenault
2019-08-29
1
-2
/
+7
*
GlobalISel: Add maskedValueIsZero and signBitIsZero to known bits
Matt Arsenault
2019-08-29
1
-0
/
+6
*
[GlobalISel]: Add KnownBits for G_XOR
Aditya Nandakumar
2019-08-13
1
-0
/
+13
*
[GISel]: Fix a bug in KnownBits where we should have been using SizeInBits
Aditya Nandakumar
2019-08-12
1
-1
/
+1
*
[GISel]: Fix trivial build breakage
Aditya Nandakumar
2019-08-06
1
-1
/
+1
*
[GISel]: Add GISelKnownBits analysis
Aditya Nandakumar
2019-08-06
1
-0
/
+330