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
*
[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
*
[Local] replaceAllDbgUsesWith: Update debug values before RAUW
Vedant Kumar
2018-07-06
1
-15
/
+7
*
[InstCombine] allow narrowing of min/max/abs
Sanjay Patel
2018-07-04
1
-14
/
+14
*
[DebugInfo][InstCombine] Preserve DI after combining zext
Anastasis Grammenos
2018-07-04
1
-0
/
+11
*
[InstCombine] Avoid creating mis-sized dbg.values in commonCastTransforms()
Vedant Kumar
2018-06-27
1
-2
/
+5
*
[Local] Add a convenient insertReplacementDbgValues overload, NFC
Vedant Kumar
2018-06-26
1
-5
/
+1
*
[InstCombine] use constant pattern matchers with icmp+sext
Sanjay Patel
2018-06-21
1
-14
/
+11
*
[Local] Add a utility to insert replacement dbg.values, NFC
Vedant Kumar
2018-06-20
1
-11
/
+6
*
[InstCombine] don't change the size of a select if it would mismatch its cond...
Sanjay Patel
2018-05-31
1
-4
/
+10
*
[InstCombine] remove fptrunc (select) code; NFCI
Sanjay Patel
2018-05-21
1
-17
/
+0
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-6
/
+12
*
[InstCombine] Replace an 'if' that should always be true with an assert.
Craig Topper
2018-05-10
1
-7
/
+6
*
[InstCombine] Reorder an if condition to put a cheap check in front of a comp...
Craig Topper
2018-05-10
1
-3
/
+3
*
[InstCombine] Use APInt::getBitsSetFrom to shortern a line and fix an 80 colu...
Craig Topper
2018-05-10
1
-2
/
+2
*
Remove @brief commands from doxygen comments, too.
Adrian Prantl
2018-05-01
1
-2
/
+2
*
[InstCombine] simplify code that propagates FMF; NFC
Sanjay Patel
2018-04-07
1
-12
/
+4
*
[InstCombine] fix formatting; NFC
Sanjay Patel
2018-03-24
1
-37
/
+30
*
[InstCombine] Add constant vector support to getMinimumFPType for visitFPTrunc.
Craig Topper
2018-03-05
1
-0
/
+34
*
[InstCombine] Rewrite the binary op shrinking in visitFPTrunc to avoid creati...
Craig Topper
2018-03-02
1
-47
/
+43
*
[InstCombine] Split the FP constant code out of lookThroughFPExtensions and u...
Craig Topper
2018-02-28
1
-15
/
+20
*
Adding a width of the GEP index to the Data Layout.
Elena Demikhovsky
2018-02-14
1
-3
/
+3
*
[InstCombine] don't try to evaluate instructions with >1 use (revert r324014)
Sanjay Patel
2018-02-05
1
-17
/
+7
*
[InstCombine] only allow narrow/wide evaluation of values with >1 use if that...
Sanjay Patel
2018-02-05
1
-4
/
+6
*
[InstCombine] allow multi-use values in canEvaluate* if all uses are in 1 inst
Sanjay Patel
2018-02-01
1
-5
/
+13
*
[InstCombine] reduce code duplication for canEvaluate* functions; NFCI
Sanjay Patel
2018-01-31
1
-47
/
+43
*
[InstCombine] Preserve debug values for eliminable casts
Vedant Kumar
2018-01-26
1
-1
/
+15
[next]