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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DAGCombiner] make sure we have a whole-number extract before trying to narro...
Sanjay Patel
2018-11-01
1
-1
/
+5
*
[CodeView] Emit the correct TypeIndex for std::nullptr_t.
Zachary Turner
2018-11-01
1
-0
/
+2
*
[COFF, ARM64] Implement Intrinsic.sponentry for AArch64
Mandeep Singh Grang
2018-10-31
3
-0
/
+6
*
Check shouldReduceLoadWidth from SimplifySetCC
Stanislav Mekhanoshin
2018-10-31
1
-1
/
+2
*
[SelectionDAG] Handle constant range [0,1) in lowerRangeToAssertZExt
Scott Linder
2018-10-31
1
-1
/
+2
*
[SelectionDAGISel] Suppress a -Wunused-but-set-variable warning in release bu...
Craig Topper
2018-10-31
1
-0
/
+1
*
Fix comment typo. NFCI.
Simon Pilgrim
2018-10-31
1
-1
/
+1
*
[SelectionDAG] SelectionDAGLegalize::ExpandBITREVERSE - ensure we use ShiftTy
Simon Pilgrim
2018-10-31
1
-6
/
+6
*
[globalisel][irtranslator] Verify that DILocations aren't lost in translation
Daniel Sanders
2018-10-31
1
-23
/
+69
*
MachineModuleInfo: Initialize DbgInfoAvailable depending on debug_cus existing
Matthias Braun
2018-10-31
3
-3
/
+8
*
[DAGCombiner] Fold 0 div/rem X to 0
David Bolvansky
2018-10-31
1
-2
/
+5
*
ADT/STLExtras: Introduce llvm::empty; NFC
Matthias Braun
2018-10-31
4
-5
/
+4
*
MachineOperand/MIParser: Do not print debug-use flag, infer it
Matthias Braun
2018-10-30
2
-2
/
+4
*
[FPEnv] [FPEnv] Add constrained intrinsics for MAXNUM and MINNUM
Cameron McInally
2018-10-30
6
-0
/
+26
*
[ScalarizeMaskedMemIntrin] Limit the scope of some variables that are only us...
Craig Topper
2018-10-30
1
-8
/
+5
*
[DAGCombiner] Fix for big endian in ForwardStoreValueToDirectLoad
Bjorn Pettersson
2018-10-30
1
-9
/
+13
*
[DAG] Add const variants for BaseIndexOffset functions.
Nirav Dave
2018-10-30
1
-3
/
+4
*
[SchedModel] Fix for read advance cycles with implicit pseudo operands.
Jonas Paulsson
2018-10-30
1
-4
/
+16
*
[DAGCombiner] narrow vector binops when extraction is cheap
Sanjay Patel
2018-10-30
1
-11
/
+30
*
[SelectionDAG] fix build warning for mismatched signs in compare; NFC
Sanjay Patel
2018-10-30
1
-1
/
+1
*
[llc] Error out when -print-machineinstrs is used with an unknown pass
Francis Visoiu Mistrih
2018-10-30
1
-9
/
+11
*
[SelectionDAG] Add FoldBUILD_VECTOR to simplify new BUILD_VECTOR nodes
Simon Pilgrim
2018-10-30
1
-0
/
+58
*
[DAGCombiner] Improve X div/rem Y fold if single bit element type
David Bolvansky
2018-10-30
1
-3
/
+4
*
[LegalizeTypes] Teach PromoteIntRes_BITCAST to better handle a bitcast with v...
Craig Topper
2018-10-30
1
-0
/
+20
*
Remove dead declaration
Matt Arsenault
2018-10-30
1
-7
/
+0
*
Pass TRI to printReg
Matt Arsenault
2018-10-30
1
-1
/
+1
*
[MachineOutliner] Inherit target features from parent function
Jessica Paquette
2018-10-29
1
-0
/
+8
*
[Intrinsic] Signed and Unsigned Saturation Subtraction Intirnsics
Leonard Chan
2018-10-29
9
-31
/
+92
*
[SelectionDAG] Fix bad indentation. NFC
Craig Topper
2018-10-28
1
-4
/
+4
*
[TargetLowering] Move i64/vXi64 to f32/vXf32 UINT_TO_FP handling to TargetLow...
Simon Pilgrim
2018-10-28
2
-56
/
+72
*
[VectorLegalizer] Enable TargetLowering::expandFP_TO_UINT support.
Simon Pilgrim
2018-10-28
2
-3
/
+21
*
[DAGCombiner] Better constant vector support for FCOPYSIGN.
Craig Topper
2018-10-28
1
-4
/
+4
*
[TargetLowering] Move LegalizeDAG FP_TO_UINT handling to TargetLowering::expa...
Simon Pilgrim
2018-10-27
2
-22
/
+34
*
[ARM64][Windows] MCLayer support for exception handling
Sanjin Sijaric
2018-10-27
2
-7
/
+24
*
[DAGCombiner] rearrange code in narrowExtractedVectorBinOp(); NFC
Sanjay Patel
2018-10-26
1
-22
/
+24
*
[LegalizeTypes] Stop DAGTypeLegalizer::getSETCCWidenedResultTy from creating ...
Craig Topper
2018-10-26
3
-16
/
+11
*
[ARM] Make InstrEmitter mark CPSR defs dead for Thumb1.
Eli Friedman
2018-10-26
1
-1
/
+1
*
[Codegen] - Implement basic .debug_loclists section emission (DWARF5).
George Rimar
2018-10-26
4
-53
/
+152
*
Reland "[WebAssembly] LSDA info generation"
Heejin Ahn
2018-10-25
11
-58
/
+234
*
Fix in MachineOperand::printIRValueReference().
Jonas Paulsson
2018-10-25
1
-1
/
+2
*
DebugInfo: Explain why DW_LLE_(GNU_)startx_length is used
David Blaikie
2018-10-25
1
-4
/
+7
*
[Pipeliner] Ignore Artificial dependences while computing recurrences.
Sumanth Gundapaneni
2018-10-25
1
-3
/
+3
*
[Pipeliner] Remove the unneeded include header(NFC).
Sumanth Gundapaneni
2018-10-25
1
-1
/
+0
*
[FPEnv] Last BinaryOperator::isFNeg(...) to m_FNeg(...) changes
Cameron McInally
2018-10-25
1
-5
/
+8
*
[GlobalISel] LegalizerHelper: Fix the incorrect alignment when splitting load...
Volkan Keles
2018-10-25
1
-6
/
+6
*
[LegalizeDAG] Remove dead SINT_TO_FP legalization code
Simon Pilgrim
2018-10-25
1
-54
/
+19
*
[GISel] LegalizerInfo: Rename MemDesc::Size to SizeInBits to make the value c...
Volkan Keles
2018-10-25
2
-3
/
+3
*
[GlobalISel] Use the target preferred type for G_EXTRACT_VECTOR_ELT index.
Amara Emerson
2018-10-25
2
-1
/
+22
*
Missing semicolon.
Simon Pilgrim
2018-10-25
1
-1
/
+1
*
[TargetLowering] Improve vXi64 UINT_TO_FP vXf64 support (P38226)
Simon Pilgrim
2018-10-25
3
-25
/
+53
[next]