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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[X86] Print %st(0) as %st to match what gcc inline asm uses as the clobber na...
Craig Topper
2019-02-03
4
-25
/
+24
*
[X86] Lower ISD::UADDO to use the Z flag instead of C flag when the RHS is a ...
Craig Topper
2019-02-03
1
-1
/
+7
*
[AMDGPU] Fix -Wunused-variable after rL352978
Fangrui Song
2019-02-03
1
-1
/
+0
*
[InstSimplify] Missed optimization in math expression: log10(pow(10.0,x)) == ...
Dmitry Venikov
2019-02-03
1
-1
/
+9
*
GlobalISel: Implement widenScalar for G_UNMERGE_VALUES
Matt Arsenault
2019-02-03
2
-40
/
+85
*
GlobalISel: Implement widenScalar for G_EXTRACT vector sources
Matt Arsenault
2019-02-02
2
-0
/
+44
*
AMDGPU/GlobalISel: Avoid reporting illegal extloads as legal
Matt Arsenault
2019-02-02
1
-1
/
+1
*
AMDGPU/GlobalISel: Legalize icmp for pointer types
Matt Arsenault
2019-02-02
1
-1
/
+10
*
AMDGPU/GlobalISel: Legalize constant for pointer types
Matt Arsenault
2019-02-02
1
-3
/
+4
*
AMDGPU/GlobalISel: Legalize select for pointer types
Matt Arsenault
2019-02-02
1
-4
/
+12
*
GlobalISel: Legalization for inttoptr/ptrtoint
Matt Arsenault
2019-02-02
3
-10
/
+90
*
[X86][AVX] Enable INSERT_SUBVECTOR(SRC0, SHUFFLE(SRC1)) shuffle combining
Simon Pilgrim
2019-02-02
1
-15
/
+27
*
[SDAG] Add SDNode/SDValue getConstantOperandAPInt helper. NFCI.
Simon Pilgrim
2019-02-02
2
-16
/
+12
*
[LCSSA] Handle case with single new PHI faster.
Florian Hahn
2019-02-02
1
-3
/
+17
*
[LCSSA] Add expensive verification of LCSSA form for sub-loops.
Florian Hahn
2019-02-02
1
-0
/
+6
*
[BPF] [BTF] Process FileName with absolute path correctly
Yonghong Song
2019-02-02
1
-1
/
+1
*
[ASan] Do not instrument other runtime functions with `__asan_handle_no_return`
Julian Lettner
2019-02-02
1
-2
/
+3
*
[AutoUpgrade] Fix AutoUpgrade for x86.seh.recoverfp
Mandeep Singh Grang
2019-02-02
1
-4
/
+5
*
Revert "[BPF] [BTF] Process FileName with absolute path correctly"
Yonghong Song
2019-02-01
1
-1
/
+1
*
[AArch64] Fix unused variable [NFC]
Mandeep Singh Grang
2019-02-01
1
-0
/
+1
*
[BPF] [BTF] Process FileName with absolute path correctly
Yonghong Song
2019-02-01
1
-1
/
+1
*
[CodeGen] Be as conservative about atomic accesses as for volatile
Philip Reames
2019-02-01
3
-2
/
+7
*
[WebAssembly] Add codegen support for the import_field attribute
Dan Gohman
2019-02-01
5
-16
/
+38
*
[COFF, ARM64] Fix localaddress to handle stack realignment and variable size ...
Mandeep Singh Grang
2019-02-01
7
-32
/
+57
*
[X86][AVX] Add VMOVDDUP-VPBROADCASTQ execution domain mapping
Simon Pilgrim
2019-02-01
1
-0
/
+4
*
[DebugInfo] Don't use realpath when looking up debug binary locations.
Jordan Rupprecht
2019-02-01
1
-10
/
+1
*
[opaque pointer types] Pass function type for CallBase::setCalledFunction.
James Y Knight
2019-02-01
4
-14
/
+14
*
[opaque pointer types] Pass value type to GetElementPtr creation.
James Y Knight
2019-02-01
31
-165
/
+206
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
63
-289
/
+383
*
[opaque pointer types] Pass function types to InvokeInst creation.
James Y Knight
2019-02-01
6
-10
/
+12
*
[opaque pointer types] Pass function types to CallInst creation.
James Y Knight
2019-02-01
41
-134
/
+151
*
[InstCombine] Extra null-checking on TFE/LWE support
Michael Liao
2019-02-01
1
-4
/
+3
*
test commit (add blank line) NFC
Roland Froese
2019-02-01
1
-0
/
+1
*
[DWARF v5] Fix DWARF emitter and consumer to produce/expect a uleb for a loca...
Wolfgang Pieb
2019-02-01
2
-3
/
+6
*
[AMDGPU] Fix for vector element insertion
Tim Corringham
2019-02-01
1
-5
/
+5
*
[SDAG] improve variable names; NFC
Sanjay Patel
2019-02-01
1
-23
/
+22
*
[X86][SSE] Use PSLLDQ/PSRLDQ to mask out zeroable ends of a shuffle
Simon Pilgrim
2019-02-01
1
-0
/
+73
*
[TargetLowering] try harder to determine undef elements of vector binops
Sanjay Patel
2019-02-01
1
-7
/
+61
*
[X86][AVX] Combine INSERT_SUBVECTOR(SRC0, BITCAST(SHUFFLE(EXTRACT_SUBVECTOR(S...
Simon Pilgrim
2019-02-01
1
-3
/
+4
*
[InstCombine] reduce duplicate code; NFC
Sanjay Patel
2019-02-01
1
-2
/
+1
*
[InstCombine] Fix -Wunused-variable when -DLLVM_ENABLE_ASSERTIONS=off
Fangrui Song
2019-02-01
1
-0
/
+1
*
[InstCombine] try to reduce x86 addcarry to generic uaddo intrinsic
Sanjay Patel
2019-02-01
1
-0
/
+33
*
[AArch64] Optimize floating point materialization
Adhemerval Zanella
2019-02-01
2
-28
/
+23
*
[X86][BdVer2] Transfer delays from the integer to the floating point unit.
Roman Lebedev
2019-02-01
1
-1
/
+4
*
Provide reason messages for unviable inlining
Yevgeny Rouban
2019-02-01
3
-17
/
+32
*
Revert r352750.
James Henderson
2019-02-01
1
-27
/
+5
*
[CodeGen] Don't scavenge non-saved regs in exception throwing functions
Oliver Stannard
2019-02-01
1
-7
/
+9
*
[SLPVectorizer] Get rid of IndexQueue array from vectorizeStores. NFCI.
Yevgeny Rouban
2019-02-01
1
-27
/
+18
*
[RISCV] Implement RV64D codegen
Alex Bradbury
2019-02-01
2
-4
/
+30
*
[SelectionDAG] Support promotion of the FPOWI integer operand
Alex Bradbury
2019-02-01
2
-0
/
+8
[prev]
[next]