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
*
[CodeGenPrepare] Set debug loc when widening a switch condition
Vedant Kumar
2018-08-22
1
-0
/
+1
*
[CodeGenPrepare] Set debug locations when splitting selects
Vedant Kumar
2018-08-22
1
-1
/
+5
*
[CodeGenPrepare] Clean up dbg.value use-before-def as late as possible
Vedant Kumar
2018-08-21
1
-5
/
+4
*
[CodeGenPrepare] Scan past debug intrinsics to find select candidates (NFC)
Vedant Kumar
2018-08-21
1
-3
/
+4
*
[CodeGenPrepare] Exit earlier when optimizing selects (NFC)
Vedant Kumar
2018-08-21
1
-2
/
+5
*
MachineScheduler: Refactor setPolicy() to limit computing remaining latency
Tom Stellard
2018-08-21
1
-28
/
+60
*
[WebAssembly] Don't make wasm cleanuppads into funclet entries
Heejin Ahn
2018-08-21
1
-3
/
+8
*
[RegisterCoalescer] Use substPhysReg in reMaterializeTrivialDef
Bjorn Pettersson
2018-08-21
1
-1
/
+4
*
[WebAssembly] Add isEHScopeReturn instruction property
Heejin Ahn
2018-08-21
1
-1
/
+1
*
[RegisterCoalscer] Manually remove leftover segments when commuting def
Krzysztof Parzyszek
2018-08-21
1
-0
/
+12
*
Update DBG_VALUE register operand during LiveInterval operations
Yury Delendik
2018-08-21
1
-11
/
+11
*
Revert "Revert rr340111 "[GISel]: Add Legalization/lowering code for bit coun...
Aditya Nandakumar
2018-08-21
1
-1
/
+122
*
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
[next]