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
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
AMDGPU: Fix various issues around the VirtReg2Value mapping
Nicolai Haehnle
2018-11-30
1
-29
/
+36
*
[MachineOutliner] Outline both register save calls + no LR save calls together
Jessica Paquette
2018-11-30
1
-32
/
+26
*
AArch64: Don't emit CFI for SCS register in nounwind functions.
Peter Collingbourne
2018-11-30
1
-14
/
+16
*
[X86] Change vXi8 MULHU lowering to unpack high and low half of lanes instead...
Craig Topper
2018-11-30
1
-54
/
+47
*
[X86] Prefer lowerVectorShuffleAsBitMask over using a avx512 masked operation...
Craig Topper
2018-11-30
1
-5
/
+5
*
[AMDGPU] Disable SReg Global LD/ST, perf regression
Ron Lieberman
2018-11-30
1
-0
/
+7
*
[AMDGPU] Combine DPP mov with use instructions (VOP1/2/3)
Valery Pykhtin
2018-11-30
12
-50
/
+711
*
[RISCV] Add additional CSR instruction aliases (imm. operands)
Alex Bradbury
2018-11-30
1
-0
/
+10
*
[RISCV] Add UNIMP instruction (32- and 16-bit forms)
Alex Bradbury
2018-11-30
2
-0
/
+17
*
[TargetLowering][RISCV] Introduce isSExtCheaperThanZExt hook and implement fo...
Alex Bradbury
2018-11-30
2
-0
/
+5
*
[RISCV] Introduce codegen patterns for instructions introduced in RV64I
Alex Bradbury
2018-11-30
2
-1
/
+99
*
[X86] Emit PACKUS directly from the v16i8 LowerMULH code instead of using a s...
Craig Topper
2018-11-30
1
-6
/
+1
*
[X86] Change the pre-sse4.1 code in the v16i8 MULHU lowering to be what we ge...
Craig Topper
2018-11-30
1
-13
/
+18
*
[ARM] Don't expand sdiv when optimising for minsize
Sjoerd Meijer
2018-11-30
2
-0
/
+47
*
[SystemZ::TTI] i8/i16 operands extension costs revisited
Jonas Paulsson
2018-11-30
1
-20
/
+16
*
[X86] Fix a couple types in SimplifyDemandedVectorEltsForTargetNode. NFCI
Craig Topper
2018-11-30
1
-3
/
+3
*
Fix build warnings introduced in rL347938
Mircea Trofin
2018-11-30
1
-1
/
+3
*
Revert "Revert r347596 "Support for inserting profile-directed cache prefetch...
Mircea Trofin
2018-11-30
6
-1
/
+397
*
[WebAssembly] Expand unavailable integer operations for vectors
Thomas Lively
2018-11-29
1
-6
/
+14
*
Produce an error on non-encodable offsets for darwin ARM scattered relocations.
Jonas Devlieghere
2018-11-29
1
-0
/
+20
*
[RISCV] Implement codegen for cmpxchg on RV32IA
Alex Bradbury
2018-11-29
4
-1
/
+178
*
[X86] Change the pre-type legalization DAG combine added in r347898 into a cu...
Craig Topper
2018-11-29
1
-49
/
+33
*
Revert r347871 "Fix: Add support for TFE/LWE in image intrinsic"
David Stuttard
2018-11-29
11
-545
/
+54
*
[MachineScheduler] Order FI-based memops based on stack direction
Francis Visoiu Mistrih
2018-11-29
1
-5
/
+8
*
[SelectionDAG][AArch64][X86] Move legalization of vector MULHS/MULHU from Leg...
Craig Topper
2018-11-29
3
-85
/
+38
*
[X86] Add a DAG combine pre type legalization to widen division by constant s...
Craig Topper
2018-11-29
1
-0
/
+39
*
[AMDGPU] Add and update scalar instructions
Graham Sellers
2018-11-29
4
-34
/
+214
*
Fix: Add support for TFE/LWE in image intrinsic
David Stuttard
2018-11-29
1
-2
/
+1
*
Add support for TFE/LWE in image intrinsics
David Stuttard
2018-11-29
11
-54
/
+546
*
Revert r347596 "Support for inserting profile-directed cache prefetches"
Hans Wennborg
2018-11-29
6
-395
/
+1
*
[GlobalISel] Make EnableGlobalISel always set when GISel is enabled
Petr Pavlu
2018-11-29
1
-1
/
+3
*
[llvm-mca][MC] Add the ability to declare which processor resources model loa...
Andrea Di Biagio
2018-11-29
1
-0
/
+4
*
AMDGPU/InsertWaitcnts: Remove the dependence on MachineLoopInfo
Nicolai Haehnle
2018-11-29
1
-469
/
+256
*
AMDGPU/InsertWaitcnt: Consistently use uint32_t for scores / time points
Nicolai Haehnle
2018-11-29
1
-55
/
+49
*
AMDGPU/InsertWaitcnt: Remove unused WaitAtBeginning
Nicolai Haehnle
2018-11-29
1
-27
/
+2
*
AMDGPU/InsertWaitcnts: Simplify pending events tracking
Nicolai Haehnle
2018-11-29
1
-191
/
+59
*
AMDGPU/InsertWaitcnts: Use foreach loops for inst and wait event types
Nicolai Haehnle
2018-11-29
1
-26
/
+39
*
AMDGPU/InsertWaitcnts: Untangle some semi-global state
Nicolai Haehnle
2018-11-29
3
-242
/
+234
*
[X86] Correct comment. NFC
Craig Topper
2018-11-29
1
-1
/
+1
*
[PowerPC] Fix a conversion is not considered when the ISD::BR_CC node making ...
Li Jia He
2018-11-29
1
-0
/
+9
*
[x86] try select simplification for target-specific nodes
Sanjay Patel
2018-11-28
1
-1
/
+6
*
[X86] Make X86TTIImpl::getCastInstrCost properly handle the case where AVX512...
Craig Topper
2018-11-28
1
-23
/
+25
*
[X86] Add some cost model entries for sext/zext for avx512bw
Craig Topper
2018-11-28
1
-0
/
+27
*
[X86] Add a combine for back to back VSRAI instructions
Craig Topper
2018-11-28
1
-0
/
+11
*
[RISCV] Support .option push and .option pop
Alex Bradbury
2018-11-28
5
-1
/
+62
*
[MachineScheduler] Add support for clustering mem ops with FI base operands
Francis Visoiu Mistrih
2018-11-28
1
-23
/
+77
*
[CodeGen][NFC] Make `TII::getMemOpBaseImmOfs` return a base operand
Francis Visoiu Mistrih
2018-11-28
13
-136
/
+173
*
[DebugInfo] Rename EmitDebugThreadLocal back to EmitDebugValue. NFC
Simon Atanasyan
2018-11-28
2
-3
/
+2
*
[SystemZ::TTI] Improve cost for compare of i64 with extended i32 load
Jonas Paulsson
2018-11-28
1
-7
/
+9
*
[SystemZ::TTI] Improve costs for i16 add, sub and mul against memory.
Jonas Paulsson
2018-11-28
1
-4
/
+6
[next]