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
*
Change how finalizeBundle selects debug location for the BUNDLE instruction
Bjorn Pettersson
2018-08-21
1
-1
/
+11
*
[DAGCombiner] Reduce load widths of shifted masks
Sam Parker
2018-08-21
1
-8
/
+41
*
[TargetLowering] Add BuildSDiv support for division by one or negone.
Simon Pilgrim
2018-08-21
1
-15
/
+27
*
[RegisterCoalescer] Do not assert when trying to remat dead values
Bjorn Pettersson
2018-08-21
1
-1
/
+2
*
Consistently use MemoryLocation::UnknownSize to indicate unknown access size
Krzysztof Parzyszek
2018-08-20
6
-16
/
+37
*
[FPEnv] Support constrained FREM intrinsic
Cameron McInally
2018-08-20
3
-0
/
+7
*
[PSV] Update API to be able to use TargetCustom without UB.
Marcello Maggioni
2018-08-20
1
-2
/
+2
*
Revert "Revert r339977: [GISel]: Add Opcodes for a few LLVM Intrinsics"
Aditya Nandakumar
2018-08-20
1
-0
/
+10
*
[TargetLowering] Disable BuildSDiv division by one or negone.
Simon Pilgrim
2018-08-20
1
-1
/
+2
*
Revert rr340111 "[GISel]: Add Legalization/lowering code for bit counting ope...
Reid Kleckner
2018-08-20
1
-121
/
+1
*
[SelectionDAG] Reuse the Op's VT. NFCI.
Simon Pilgrim
2018-08-20
1
-2
/
+2
*
[SelectionDAG] Add partial sign-bit support to ComputeNumSignBits for BITCAST...
Simon Pilgrim
2018-08-20
1
-2
/
+16
*
[SelectionDAG] Add basic demanded elements support to ComputeNumSignBits for ...
Simon Pilgrim
2018-08-19
1
-1
/
+8
*
[DebugInfo] In FastISel, convert llvm.dbg.label to DBG_LABEL MI.
Hsiangkai Wang
2018-08-18
1
-0
/
+12
*
[DAGCombiner] Allow divide by constant optimization on opaque constants.
Craig Topper
2018-08-18
1
-2
/
+2
*
[GISel]: Add Legalization/lowering code for bit counting operations
Aditya Nandakumar
2018-08-18
1
-1
/
+121
*
DAG: Fix isKnownNeverNaN for basic non-sNaN cases
Matt Arsenault
2018-08-17
1
-12
/
+7
*
[DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)
Hsiangkai Wang
2018-08-17
16
-149
/
+407
*
[AtomicExpandPass] Widen partword atomicrmw or/xor/and before tryExpandAtomicRMW
Alex Bradbury
2018-08-17
1
-4
/
+48
*
[DAGCombiner] extractShiftForRotate - fix out of range shift issue
Simon Pilgrim
2018-08-17
1
-2
/
+2
*
[DAGCombine] Improve (sra (sra x, c1), c2) -> (sra x, (add c1, c2)) folding
Simon Pilgrim
2018-08-17
1
-17
/
+16
*
Fix "control reaches end of non-void function" -Wreturn-type warning. NFCI.
Simon Pilgrim
2018-08-17
1
-0
/
+1
*
[MISC]Fix wrong usage of std::equal()
Chen Zheng
2018-08-17
1
-1
/
+1
*
Revert r339977: [GISel]: Add Opcodes for a few LLVM Intrinsics
Chandler Carruth
2018-08-17
1
-10
/
+0
*
[GISel]: Add Opcodes for a few LLVM Intrinsics
Aditya Nandakumar
2018-08-17
1
-0
/
+10
*
DebugInfo: Remove command line (& target-based) disabling of pubnames in favo...
David Blaikie
2018-08-16
3
-14
/
+2
*
[x86/MIR] Implement support for pre- and post-instruction symbols, as
Chandler Carruth
2018-08-16
6
-29
/
+210
*
[DAGCombiner] Don't reassociate operations that have the vector reduction fla...
Craig Topper
2018-08-16
1
-9
/
+13
*
[MI] Change the array of `MachineMemOperand` pointers to be
Chandler Carruth
2018-08-16
12
-162
/
+192
*
DebugInfo: Add metadata support for disabling DWARF pub sections
David Blaikie
2018-08-16
5
-38
/
+68
*
[MachineVerifier] Check if predecessor is jointly dominated by undefs
Krzysztof Parzyszek
2018-08-16
1
-1
/
+11
*
[SelectionDAG] Improve the legalisation lowering of UMULO.
Eli Friedman
2018-08-16
1
-17
/
+48
*
[RegisterCoalescer] Shrink to uses if needed after removeCopyByCommutingDef
Krzysztof Parzyszek
2018-08-16
1
-24
/
+54
*
[TargetLowering] Add support for non-uniform vectors to BuildSDIV
Simon Pilgrim
2018-08-16
1
-10
/
+24
*
[TargetLowering] Refactor BuildSDIV in preparation for D50765. NFCI.
Simon Pilgrim
2018-08-16
1
-24
/
+36
*
[CodeGenPrepare] Add BothExtension type to PromotedInsts
Guozhi Wei
2018-08-15
1
-7
/
+49
*
DAG: Use getObjectOffset helper
Matt Arsenault
2018-08-15
1
-4
/
+1
*
DAG: Try to custom lower when promoting float operands
Matt Arsenault
2018-08-15
1
-0
/
+5
*
[RegisterCoalescer] Ensure that both registers have subranges if one does
Krzysztof Parzyszek
2018-08-15
1
-1
/
+4
*
[RegisterCoalescer] Reset VNInfo def when copying segments over
Krzysztof Parzyszek
2018-08-15
1
-2
/
+6
*
[RegAlloc] Check that subreg liveness tracking applies to given virtual reg
Krzysztof Parzyszek
2018-08-15
1
-1
/
+1
*
[TargetLowering] Minor cleanup of TargetLowering::BuildSDIV. NFCI.
Simon Pilgrim
2018-08-15
1
-21
/
+20
*
[TargetLowering] Minor refactor to TargetLowering::BuildUDIV to merge scalar/...
Simon Pilgrim
2018-08-15
1
-41
/
+31
*
[DagCombiner] Don't bother adding to the work list if TLI.BuildSDIVPow2 faile...
Simon Pilgrim
2018-08-15
1
-4
/
+6
*
[TargetLowering] Add support for non-uniform vectors to BuildExactSDIV
Simon Pilgrim
2018-08-15
1
-12
/
+24
*
[SDAG] Remove the reliance on MI's allocation strategy for
Chandler Carruth
2018-08-14
6
-40
/
+45
*
[FPEnv] Scalarize StrictFP vector operations
Cameron McInally
2018-08-14
2
-0
/
+50
*
[ARM] Make PerformSHLSimplify add nodes to the DAG worklist correctly.
Eli Friedman
2018-08-14
1
-2
/
+3
*
[DebugInfoMetadata] Added DIFlags interface in DIBasicType.
Adrian Prantl
2018-08-14
1
-0
/
+5
*
Revert "[DebugInfo] Generate DWARF debug information for labels. (Fix leak pr...
Bruno Cardoso Lopes
2018-08-14
16
-407
/
+149
[next]