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
/
SelectionDAG
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SelectionDAG] Add SRA/SHL demanded elts support to ComputeNumSignBits
Simon Pilgrim
2017-10-29
1
-3
/
+29
*
[SelectionDAG] Add support for INSERT_SUBVECTOR to computeKnownBits
Simon Pilgrim
2017-10-28
1
-0
/
+34
*
[SelectionDAG] Support 'bit preserving' floating points bitcasts on computeKn...
Simon Pilgrim
2017-10-28
1
-7
/
+15
*
[DAGCombine] Don't combine sext with extload if sextload is not supported and...
Guozhi Wei
2017-10-27
1
-1
/
+5
*
DAG: Fold fma (fneg x), K, y -> fma x, -K, y
Matt Arsenault
2017-10-27
1
-0
/
+8
*
Add subclass data to the FoldingSetNode for MemIntrinsicSDNodes.
Sean Fertile
2017-10-27
1
-0
/
+2
*
DAG: Fix creating select with wrong condition type
Matt Arsenault
2017-10-25
1
-1
/
+10
*
Implement salavageDebugInfo functionality for SelectionDAG.
Adrian Prantl
2017-10-24
2
-0
/
+35
*
Use range-based for loop. NFC
Adrian Prantl
2017-10-24
1
-5
/
+2
*
Use range-based-for. NFC
Adrian Prantl
2017-10-24
1
-6
/
+5
*
Doxygenify comments.
Adrian Prantl
2017-10-24
1
-26
/
+25
*
[SelectionDAG] Add VSELECT support to ComputeNumSignBits
Simon Pilgrim
2017-10-24
1
-0
/
+1
*
Fix buildbot breakage
George Burgess IV
2017-10-23
1
-0
/
+1
*
Don't crash when we see unallocatable registers in clobbers
George Burgess IV
2017-10-23
3
-15
/
+34
*
[DAGCombine] Permit combining of shuffles of equivalent splat BUILD_VECTORs
Simon Pilgrim
2017-10-23
1
-5
/
+15
*
[SelectionDAG] Use dyn_cast without cast.
Florian Hahn
2017-10-21
1
-2
/
+2
*
[SelectionDAG] Use isa to silence unused variable warning (NFC).
Florian Hahn
2017-10-21
1
-1
/
+1
*
[SelectionDAG] Don't subject ConstantSDNodes to the depth limit in computeKno...
Craig Topper
2017-10-21
1
-10
/
+13
*
[SelectionDAG] Don't subject ISD:Constant to the depth limit in TargetLowerin...
Craig Topper
2017-10-21
1
-5
/
+7
*
[SelectionDAG] Add a check to getVectorShuffle to ensure that the only negati...
Craig Topper
2017-10-19
1
-1
/
+2
*
Untabify.
NAKAMURA Takumi
2017-10-18
1
-1
/
+1
*
[DAGCombine] Add SCALAR_TO_VECTOR undef handling to simplifyShuffleMask.
Simon Pilgrim
2017-10-17
1
-2
/
+6
*
Use the return value of UpdateNodeOperands(); in some cases, UpdateNodeOperan...
Mark Searles
2017-10-16
1
-1
/
+1
*
Add iterator range MachineRegisterInfo::liveins(), adopt users, NFC
Krzysztof Parzyszek
2017-10-16
1
-4
/
+3
*
ISel type legalizer: debug messages. NFC.
Sjoerd Meijer
2017-10-16
2
-4
/
+17
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
3
-8
/
+8
*
DAG: Add opcode and source type to isFPExtFree
Matt Arsenault
2017-10-13
1
-235
/
+253
*
DAG: Add flags to dumps
Matt Arsenault
2017-10-13
1
-0
/
+30
*
[SelectionDAG] Cleanup the SIGN_EXTEND_INREG handling in computeKnownBits. NFCI
Craig Topper
2017-10-13
1
-26
/
+14
*
[SelectionDAG] Fix typo in comment. NFC
Craig Topper
2017-10-13
1
-1
/
+1
*
[SelectionDAG] Correct the early out in SelectionDAG::getZeroExtendInReg to w...
Craig Topper
2017-10-13
1
-1
/
+1
*
[SelectionDAG] Const-correct the DemandedMask argument to one of the overload...
Craig Topper
2017-10-12
1
-1
/
+1
*
[SelectionDAG] Simplify the ISD::SIGN_EXTEND/ZERO_EXTEND handling to use less...
Craig Topper
2017-10-12
1
-25
/
+11
*
Implement custom lowering for ISD::CTTZ_ZERO_UNDEF and ISD::CTTZ.
Wei Ding
2017-10-12
1
-4
/
+15
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
3
-8
/
+8
*
Revert r307036 because of PR34919.
Wei Mi
2017-10-12
1
-92
/
+0
*
[DAGCombiner] convert insertelement of bitcasted vector into shuffle
Sanjay Patel
2017-10-11
1
-3
/
+62
*
[TargetLowering] Correctly track NumFixedArgs field of CallLoweringInfo
Alex Bradbury
2017-10-11
1
-0
/
+1
*
[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-10-10
2
-65
/
+109
*
[DAGCombine] Fix for shuffle to vector extend for non power 2 vectors
David Stuttard
2017-10-10
1
-0
/
+3
*
Rename OptimizationDiagnosticInfo.* to OptimizationRemarkEmitter.*
Adam Nemet
2017-10-09
1
-1
/
+1
*
[DAG] combine assertsexts around a trunc
Sanjay Patel
2017-10-09
1
-10
/
+10
*
Remove unused variables. No functionality change.
Benjamin Kramer
2017-10-08
2
-2
/
+1
*
[SelectionDAG} Use KnownBits::isUnknown and hasConflict. NFC
Craig Topper
2017-10-07
1
-8
/
+8
*
Minor refactoring regarding Cast::isNoopCast(), NFC
Mikael Holmen
2017-10-05
1
-2
/
+1
*
Revert r314886 "[X86] Improvement in CodeGen instruction selection for LEAs (...
Hans Wennborg
2017-10-04
1
-11
/
+0
*
[X86] Improvement in CodeGen instruction selection for LEAs (re-applying post...
Jatin Bhateja
2017-10-04
1
-0
/
+11
*
[DebugInfo] Handle endianness when moving debug info for split integer values...
Bjorn Pettersson
2017-10-03
1
-2
/
+7
*
ISel type legalization: add debug messages. NFCI.
Sjoerd Meijer
2017-10-03
1
-168
/
+196
*
[PowerPC] Revert r314666.
Tim Shen
2017-10-02
1
-7
/
+2
[next]