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
*
[MVT] Add v16f16 and v32f16 vectors.
Craig Topper
2019-08-21
1
-0
/
+2
*
[DAGCombiner] Remove mostly redundant calls to AddToWorklist
Amaury Sechet
2019-08-21
1
-2
/
+1
*
GlobalISel: Implement moreElementsVector for G_UNMERGE_VALUES sources
Matt Arsenault
2019-08-21
1
-0
/
+20
*
Improving CodeView debug info type record's inline comments
Nilanjana Basu
2019-08-21
1
-20
/
+20
*
[AMDGPU] Prevent VGPR copies from moving across the EXEC mask definitions
Alexander Timofeev
2019-08-21
1
-1
/
+5
*
[LLVM][Alignment] Introduce Alignment In MachineFrameInfo
Guillaume Chatelet
2019-08-21
3
-13
/
+16
*
[DAGCombiner] Various nits. NFC
Amaury Sechet
2019-08-21
1
-4
/
+2
*
[MIPS GlobalISel] NarrowScalar G_TRUNC
Petar Avramovic
2019-08-21
1
-0
/
+15
*
[DebugInfo] Avoid dropping location info across block boundaries
Jeremy Morse
2019-08-21
1
-57
/
+105
*
[AArch64][GlobalISel] Add support for narrowScalar of G_ZEXT
Amara Emerson
2019-08-21
1
-0
/
+18
*
[DAGCombiner][X86] Teach visitCONCAT_VECTORS to combine (concat_vectors (conc...
Craig Topper
2019-08-20
1
-0
/
+9
*
Adds support for writing the .bss section for XCOFF object files.
Sean Fertile
2019-08-20
1
-1
/
+19
*
[GlobalISel] Handle multiple registers in dbg.value intrinsic
Aditya Nandakumar
2019-08-20
1
-6
/
+7
*
[CodeGen] Add a pass to do block predication on SSA machine IR.
Thomas Raoux
2019-08-20
2
-49
/
+285
*
[AsmPrinter] Remove const qualifier from EmitBasicBlockStart.
Karl-Johan Karlsson
2019-08-20
1
-1
/
+1
*
Fixed placement of llvm.global_dtors on Windows.
Vyacheslav Zakharin
2019-08-19
1
-1
/
+2
*
[CGP] Remove ModifiedDT from the makeBitReverse loop
Craig Topper
2019-08-19
1
-1
/
+0
*
[TargetLowering] x s% C == 0 fold: vector divisor with INT_MIN handling
Roman Lebedev
2019-08-19
1
-13
/
+66
*
[PeepholeOptimizer] Don't assume bitcast def always has input
Jinsong Ji
2019-08-19
1
-0
/
+5
*
[DebugInfo] Allow bundled calls in the MIR's call site info
David Stenberg
2019-08-19
2
-4
/
+5
*
[DebugInfo] Make postra sinking of DBG_VALUEs subregister-safe
Jeremy Morse
2019-08-19
1
-9
/
+28
*
[TargetLowering] Teach computeRegisterProperties to only widen v3i16/v3f16 ve...
Craig Topper
2019-08-18
1
-11
/
+23
*
[SelectionDAG] Add a node creation debug message to getMachineNode.
Craig Topper
2019-08-18
1
-0
/
+1
*
[CodeGen] Do the Simple Early Return in block-placement pass to optimize the ...
Kang Zhang
2019-08-17
1
-0
/
+40
*
[CodeGenPrepare] Fix use-after-free
Sanjay Patel
2019-08-16
1
-1
/
+2
*
Escape % in printf format string.
Evgeniy Stepanov
2019-08-16
1
-1
/
+1
*
[AArch64][GlobalISel] Lower G_SHUFFLE_VECTOR with 1 elt src and 1 elt mask.
Amara Emerson
2019-08-16
1
-1
/
+17
*
[CodeGen/Analysis] Intrinsic llvm.assume should not block tail call optimization
Guozhi Wei
2019-08-16
1
-2
/
+4
*
Revert [CodeGen] Do the Simple Early Return in block-placement pass to optimi...
Florian Hahn
2019-08-16
1
-37
/
+0
*
[DAGCombiner] Add simple folds for SMULFIX/UMULFIX/SMULFIXSAT
Bjorn Pettersson
2019-08-16
1
-0
/
+27
*
[DebugInfo] Handle complex expressions with spills in LiveDebugValues
Jeremy Morse
2019-08-16
1
-31
/
+27
*
[GlobalISel] CSEMIRBuilder: Add support for G_GEP
Volkan Keles
2019-08-15
3
-19
/
+9
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
65
-315
/
+316
*
MVT: Add v3i16/v3f16 vectors
Matt Arsenault
2019-08-15
2
-1
/
+6
*
[NFC] Add a couple of dump routines for RegisterPressure helper classes
Philip Reames
2019-08-15
1
-0
/
+16
*
[DebugInfo] Avoid crash from dropped fragments in LiveDebugValues
Jeremy Morse
2019-08-15
1
-2
/
+15
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
32
-87
/
+87
*
Remove SmallBitVector.h include. NFCI.
Simon Pilgrim
2019-08-15
1
-1
/
+0
*
Remove BitVector.h include. NFCI.
Simon Pilgrim
2019-08-15
1
-1
/
+0
*
[DAGCombine] MergeConsecutiveStores - fix cppcheck/MSVC extension warning. NFCI.
Simon Pilgrim
2019-08-15
1
-1
/
+1
*
[CodeGen] Do the Simple Early Return in block-placement pass to optimize the ...
Kang Zhang
2019-08-15
1
-0
/
+37
*
[SDAG][x86] check for relaxed math when matching an FP reduction
Sanjay Patel
2019-08-15
1
-2
/
+15
*
Add ptrmask intrinsic
Florian Hahn
2019-08-15
1
-0
/
+11
*
[SelectionDAGBuilder] Teach gather/scatter getUniformBase to look through vec...
Craig Topper
2019-08-14
1
-2
/
+7
*
[SDAG] move variable closer to use; NFC
Sanjay Patel
2019-08-14
1
-1
/
+1
*
[DebugInfo] Consider debug label scope has an extra lexical block file
Taewook Oh
2019-08-14
2
-3
/
+7
*
[DebugInfo] MCP: collect and update DBG_VALUEs encountered in local block
Jeremy Morse
2019-08-14
1
-12
/
+26
*
[AsmPrinter] Delete redundant .type foo, @function when emitting an ifunc
Fangrui Song
2019-08-14
1
-5
/
+4
*
[GlobalISel]: Fix lowering of G_Shuffle_vector where we pick up the wrong sou...
Aditya Nandakumar
2019-08-14
1
-1
/
+1
*
[GlobalISel]: Fix lowering of G_SHUFFLE_VECTOR with scalar sources
Aditya Nandakumar
2019-08-13
1
-5
/
+10
[next]