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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[InstCombine][SSE] Add DemandedElts support for PSHUFB instructions
Simon Pilgrim
2017-01-16
2
-1
/
+21
*
[X86] Merge the disassemblers handling of the different TYPE_RELs by getting ...
Craig Topper
2017-01-16
2
-30
/
+26
*
[X86] Reduce the number of operand 'types' the disassembler needs to deal wit...
Craig Topper
2017-01-16
3
-102
/
+22
*
[AVX-512] Teach the disassembler about all of the EVEX gather and scatter ins...
Craig Topper
2017-01-16
2
-4
/
+67
*
[AVX-512] Begin giving the disassembler a way to recognize that VSIB is a dif...
Craig Topper
2017-01-16
3
-0
/
+23
*
[AVX-512] Correct memory operand size for VPGATHERQPS and VPGATHERQD
Craig Topper
2017-01-16
3
-6
/
+11
*
[AVX-512] Fix register class in one of the gather/scatter memory operands so ...
Craig Topper
2017-01-16
1
-1
/
+1
*
Use getLoopLatch in place of isLoopSimplifyForm
Xin Tong
2017-01-15
1
-4
/
+7
*
[CostModel][X86] Fix AVX512BW vector shift costs for vXi16 types
Simon Pilgrim
2017-01-15
1
-0
/
+8
*
[InstCombine] fix formatting; NFC
Sanjay Patel
2017-01-15
1
-24
/
+22
*
[NVPTX] Let there be One True Way to set NVVMReflect params.
Justin Lebar
2017-01-15
2
-54
/
+9
*
Fix blend mask by switch the side of the operand since Blend node uses opposi...
Michael Zuckerman
2017-01-15
1
-2
/
+2
*
[InstCombine] use m_APInt to allow ashr folds for vectors with splat constants
Sanjay Patel
2017-01-15
1
-3
/
+4
*
Reverted: Track validity of pass results
Serge Pavlov
2017-01-15
8
-31
/
+9
*
Revert "[GlobalISel] track predecessor mapping during switch lowering."
Daniel Jasper
2017-01-15
1
-39
/
+16
*
NewGVN: Change a bunch of densemap find_or_creates to lookups, since they sho...
Daniel Berlin
2017-01-15
1
-8
/
+8
*
[PM] Teach the optimization remarks emitter to handle invalidation
Chandler Carruth
2017-01-15
1
-0
/
+12
*
[Orc][RPC] Add an RPCFunctionNotSupported error type and return it from
Lang Hames
2017-01-15
1
-0
/
+20
*
[PM] Introduce an analysis set used to preserve all analyses over
Chandler Carruth
2017-01-15
33
-50
/
+118
*
[AVX-512] Remove unnecessary duplicate broadcast patterns. NFC
Craig Topper
2017-01-15
1
-6
/
+0
*
[AVX-512] Replicate some broadcast patterns to VLX and disable the AVX2 patte...
Craig Topper
2017-01-15
2
-1
/
+8
*
[X86] Remove untested MOVDDUP patterns.
Craig Topper
2017-01-15
1
-17
/
+0
*
Give comparator const call operator
Eric Fiselier
2017-01-15
1
-1
/
+1
*
PDB: Add a class to create the /names stream contents.
Rui Ueyama
2017-01-15
3
-8
/
+105
*
[PM] The assumption cache is fundamentally designed to be self-updating,
Chandler Carruth
2017-01-15
2
-2
/
+0
*
[PM] Fix instcombine's analysis preservation in the new pass manager to
Chandler Carruth
2017-01-14
1
-0
/
+3
*
[InstCombine] clean up visitAshr(); NFCI
Sanjay Patel
2017-01-14
1
-20
/
+9
*
[NewGVN] Fix a warning from GCC.
Davide Italiano
2017-01-14
1
-7
/
+6
*
[NewGVN] clang-format this file after recent changes.
Davide Italiano
2017-01-14
1
-6
/
+7
*
[NewGVN] Try to be consistent wit the style used in this file. NFCI.
Davide Italiano
2017-01-14
1
-1
/
+1
*
[TargetLowering] Simplfiy a bit. NFCI.
Davide Italiano
2017-01-14
1
-4
/
+1
*
[CostModel][X86] Updated vXi64 ASHR costs on AVX512 targets now that D28604 h...
Simon Pilgrim
2017-01-14
1
-0
/
+8
*
[X86][XOP] Added support for VPMADCSWD 'extend+hadd' IFMA patterns
Simon Pilgrim
2017-01-14
1
-0
/
+3
*
[X86][XOP] Added support for VPMACSDQH/VPMACSDQL 'extension' IFMA patterns
Simon Pilgrim
2017-01-14
1
-1
/
+8
*
[X86][XOP] Added support for VPMACSWW/VPMACSDD 'lossy' IFMA patterns
Simon Pilgrim
2017-01-14
1
-0
/
+11
*
[AVX-512] Teach two address instruction pass to replace masked move instructi...
Craig Topper
2017-01-14
2
-1
/
+126
*
[AVX-512] Replace V_SET0 in AVX-512 patterns with AVX512_128_SET0. Enhance AV...
Craig Topper
2017-01-14
3
-27
/
+46
*
Removing potentially error-prone fallthrough. NFC
Marcello Maggioni
2017-01-14
1
-0
/
+1
*
[X86] Simplify the code that calculates a scaled blend mask. We don't need a ...
Craig Topper
2017-01-14
1
-2
/
+1
*
[AVX-512] Change blend mask in lowerVectorShuffleAsBlend to a 64-bit value. A...
Craig Topper
2017-01-14
1
-9
/
+9
*
[Transforms/Utils] Fix some Clang-tidy modernize and Include What You Use war...
Eugene Zelenko
2017-01-14
1
-6
/
+15
*
Compute summary before calling extractProfTotalWeight
Easwaran Raman
2017-01-14
1
-11
/
+11
*
NewGVN: Kill unneeded DFSDomMap, cleanup a few comments.
Daniel Berlin
2017-01-14
1
-13
/
+7
*
GlobalISel: Abort in ResetMachineFunctionPass if fallback isn't enabled
Justin Bogner
2017-01-13
2
-5
/
+13
*
[InstCombine] optimize unsigned icmp of increment
Sanjay Patel
2017-01-13
1
-0
/
+25
*
[GlobalISel] track predecessor mapping during switch lowering.
Tim Northover
2017-01-13
1
-16
/
+39
*
[InstCombine] use m_APInt to allow lshr folds for vectors with splat constants
Sanjay Patel
2017-01-13
1
-17
/
+14
*
NewGVN: Move leaders around properly to ensure we have a canonical dominating...
Daniel Berlin
2017-01-13
1
-40
/
+89
*
Add a variant of DWARFDie::find() and DWARFDie::findRecursively() that takes ...
Greg Clayton
2017-01-13
2
-12
/
+33
*
[LoopStrengthReduce] Don't bother rewriting PHIs in catchswitch blocks
David Majnemer
2017-01-13
1
-1
/
+5
[next]