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
*
[X86][DAGCombiner] Teach narrowShuffle to use concat_vectors instead of inser...
Craig Topper
2019-08-25
1
-0
/
+31
*
[PowerPC][AIX] Adds support for writing the .data section in assembly files
Xing Xue
2019-08-25
2
-2
/
+6
*
[SDAG] Fold umul_lohi with 0 or 1 multiplicand
Nikita Popov
2019-08-25
1
-0
/
+12
*
Removing block comments from CodeView records in assembly files & related cod...
Nilanjana Basu
2019-08-25
1
-27
/
+0
*
[GlobalISel] Introduce a G_DYN_STACKALLOC opcode to represent dynamic allocas.
Amara Emerson
2019-08-24
1
-0
/
+21
*
[LLVM][NFC] remove unused fields
Guillaume Chatelet
2019-08-23
1
-2
/
+0
*
[GlobalISel] Legalizer: Retry combining illegal artifacts as long as there ne...
Volkan Keles
2019-08-23
1
-3
/
+28
*
Do a sweep of symbol internalization. NFC.
Benjamin Kramer
2019-08-23
2
-11
/
+15
*
RegScavenger: Use Register
Matt Arsenault
2019-08-23
1
-17
/
+17
*
[SelectionDAG][X86] Enable iX SimplifyDemandedBits to vXi1 SimplifyDemandedVe...
Craig Topper
2019-08-23
1
-3
/
+1
*
[DebugInfo] Remove invalidated locations during LiveDebugValues
Jeremy Morse
2019-08-23
1
-3
/
+15
*
[DAGCombine] GetNegatedExpression - add FMA\FMAD support
Simon Pilgrim
2019-08-23
1
-1
/
+52
*
IR. Change strip* family of functions to not look through aliases.
Peter Collingbourne
2019-08-22
2
-3
/
+2
*
GlobalISel: Don't create G_UADDE with constant false carry in
Matt Arsenault
2019-08-22
1
-5
/
+7
*
[MachO][TLOF] Use hasLocalLinkage to determine if indirect symbol is local
Francis Visoiu Mistrih
2019-08-22
2
-8
/
+6
*
[MBP] Disable aggressive loop rotate in plain mode
Guozhi Wei
2019-08-22
1
-36
/
+80
*
[DAGCombiner] Remove explicit call to AddToWorklist in sqrt and reciprocal co...
Amaury Sechet
2019-08-22
1
-32
/
+1
*
[SlotIndexes] Add print-slotindexes to disable printing slotindexes
Jinsong Ji
2019-08-22
1
-2
/
+8
*
[TargetLowering] Remove optional arguments passing to makeLibCall
Shiva Chen
2019-08-22
5
-85
/
+157
*
[COFF] Fix section name for constants larger than 64 bits on Windows
Fangrui Song
2019-08-22
1
-1
/
+2
*
[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
[next]