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
/
InstCombine
/
InstCombineCasts.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstCombine] Fix infinite loop due to bitcast <-> phi transforms
Nikita Popov
2020-01-14
1
-3
/
+8
*
[InstCombine] Fix user iterator invalidation in bitcast of phi transform
Nikita Popov
2020-01-14
1
-1
/
+4
*
Revert "[InstCombine] fold zext of masked bit set/clear"
Kadir Cetinkaya
2020-01-08
1
-17
/
+3
*
[InstCombine] fold zext of masked bit set/clear
Sanjay Patel
2019-12-31
1
-3
/
+17
*
Revert "[InstCombine] Fix infinite loop due to bitcast <-> phi transforms"
Nikita Popov
2019-12-31
1
-6
/
+0
*
[InstCombine] Fix infinite loop due to bitcast <-> phi transforms
Nikita Popov
2019-12-31
1
-0
/
+6
*
[InstCombine] Don't rewrite phi-of-bitcast when the phi has other users
Connor Abbott
2019-12-31
1
-14
/
+43
*
[InstCombine] Insert instructions before adding them to worklist
Jakub Kuderski
2019-12-18
1
-2
/
+4
*
Reland [DataLayout] Fix occurrences that size and range of pointers are assum...
Nicola Zaghen
2019-12-13
1
-1
/
+1
*
Temporarily Revert "[DataLayout] Fix occurrences that size and range of point...
Nicola Zaghen
2019-12-12
1
-1
/
+1
*
[DataLayout] Fix occurrences that size and range of pointers are assumed to b...
Nicola Zaghen
2019-12-12
1
-1
/
+1
*
Revert "[InstCombine] reduce code duplication; NFC"
Sanjay Patel
2019-12-06
1
-40
/
+38
*
Revert "[InstCombine] improve readability; NFC"
Sanjay Patel
2019-12-06
1
-6
/
+10
*
Revert "[InstCombine] reduce indentation; NFC"
Sanjay Patel
2019-12-06
1
-25
/
+28
*
[InstCombine] reduce indentation; NFC
Sanjay Patel
2019-12-06
1
-28
/
+25
*
[InstCombine] improve readability; NFC
Sanjay Patel
2019-12-06
1
-10
/
+6
*
[InstCombine] reduce code duplication; NFC
Sanjay Patel
2019-12-06
1
-38
/
+40
*
[InstCombine] improve readability; NFC
Sanjay Patel
2019-12-06
1
-33
/
+33
*
[InstCombine] narrow select with FP casts
Sanjay Patel
2019-12-05
1
-0
/
+18
*
[InstCombine] add FMF guard to builder in fptrunc transform; NFC
Sanjay Patel
2019-12-05
1
-0
/
+5
*
[InstCombine] Revert aafde063aaf09285c701c80cd4b543c2beb523e8 and 6749dc34466...
Craig Topper
2019-12-03
1
-3
/
+2
*
[InstCombine] Fix big-endian miscompile of (bitcast (zext/trunc (bitcast)))
Bjorn Pettersson
2019-12-02
1
-22
/
+57
*
[InstCombine] Don't transform bitcasts between x86_mmx and v1i64 into inserte...
Craig Topper
2019-11-07
1
-2
/
+3
*
[InstCombine] don't assume 'inbounds' for bitcast deref or null pointer in no...
Sanjay Patel
2019-10-13
1
-2
/
+10
*
[InstCombine] don't assume 'inbounds' for bitcast pointer to GEP transform (P...
Sanjay Patel
2019-10-06
1
-2
/
+9
*
[Alignment][NFC] Remove AllocaInst::setAlignment(unsigned)
Guillaume Chatelet
2019-09-30
1
-1
/
+1
*
[InstCombine] rename variable for readability; NFC
Sanjay Patel
2019-09-11
1
-21
/
+21
*
[InstCombine] recognize bswap disguised as shufflevector
Sanjay Patel
2019-09-02
1
-0
/
+16
*
[InstCombine] reduce duplicated code; NFC
Sanjay Patel
2019-08-29
1
-10
/
+13
*
Revert "[InstCombine] try to narrow a truncated load"
Vlad Tsyrklevich
2019-07-25
1
-39
/
+0
*
[InstCombine] try to narrow a truncated load
Sanjay Patel
2019-07-25
1
-0
/
+39
*
[InstCombine] Update fptrunc (fneg x)) -> (fneg (fptrunc x) for unary FNeg
Cameron McInally
2019-06-11
1
-4
/
+12
*
[InstCombine] simplify code for bitcast of insertelement; NFC
Sanjay Patel
2019-06-05
1
-5
/
+4
*
[InstCombine] When turning sext into zext due to known bits, return the new Z...
Craig Topper
2019-05-08
1
-4
/
+2
*
Extra processing for BitCast + PHI in InstCombine
Gabor Buella
2019-02-09
1
-11
/
+34
*
[opaque pointer types] Pass value type to GetElementPtr creation.
James Y Knight
2019-02-01
1
-1
/
+2
*
[opaque pointer types] Pass function types to CallInst creation.
James Y Knight
2019-02-01
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[InstCombine] reduce raw IR narrowing rotate patterns to funnel shift
Sanjay Patel
2019-01-04
1
-16
/
+8
*
[InstCombine] don't widen an arbitrary sequence of vector ops (PR40032)
Sanjay Patel
2018-12-17
1
-11
/
+4
*
[InstCombine] fix rotate narrowing bug for non-pow-2 types
Sanjay Patel
2018-11-15
1
-2
/
+7
*
[InstCombine] narrow width of rotate patterns, part 3
Sanjay Patel
2018-11-12
1
-0
/
+5
*
[InstCombine] narrow width of rotate patterns, part 2 (PR39624)
Sanjay Patel
2018-11-12
1
-0
/
+8
*
[InstCombine] refactor code for matching shift amount of a rotate; NFC
Sanjay Patel
2018-11-12
1
-12
/
+17
*
[FPEnv] Last BinaryOperator::isFNeg(...) to m_FNeg(...) changes
Cameron McInally
2018-10-25
1
-2
/
+3
*
[InstCombine] reverse 'trunc X to <N x i1>' canonicalization; 2nd try
Sanjay Patel
2018-10-10
1
-4
/
+27
*
revert r344082: [InstCombine] reverse 'trunc X to <N x i1>' canonicalization
Sanjay Patel
2018-10-10
1
-27
/
+4
*
[InstCombine] reverse 'trunc X to <N x i1>' canonicalization
Sanjay Patel
2018-10-09
1
-4
/
+27
*
Fix InstCombine address space assert
Ewan Crawford
2018-07-31
1
-0
/
+6
*
[InstCombine] Preserve debug value when simplifying cast-of-select
Vedant Kumar
2018-07-17
1
-1
/
+3
[next]