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
*
[SLP] Fix PR35047: Fix default cost model for cast op in X86.
Alexey Bataev
2017-11-07
1
-1
/
+1
*
Mark intentional fall-through with LLVM_FALLTHROUGH.
Kristof Beyls
2017-11-07
1
-0
/
+1
*
[AArch64][SVE] Asm: Replace 'IsVector' by 'RegKind' in AArch64AsmParser (NFC)
Florian Hahn
2017-11-07
2
-46
/
+69
*
Silence C4715 warning from MSVC (NFC).
Kristof Beyls
2017-11-07
1
-0
/
+1
*
[GlobalISel] Enable legalizing non-power-of-2 sized types.
Kristof Beyls
2017-11-07
6
-209
/
+554
*
[CGP] Disable Select instruction handling in optimizeMemoryInst. NFC
Serguei Katkov
2017-11-07
1
-1
/
+1
*
[X86] Don't clobber reserved registers with stack adjustments
Bjorn Steinbrink
2017-11-07
1
-0
/
+5
*
[X86] Add patterns to fold a 64-bit load into the EVEX vcvtph2ps instructions.
Craig Topper
2017-11-07
1
-7
/
+16
*
[X86] Add patterns for folding a v16i8 with the VEX vcvtph2ps intrinsics.
Craig Topper
2017-11-07
1
-2
/
+4
*
[X86] Add support for using EVEX instructions for the legacy vcvtph2ps intrin...
Craig Topper
2017-11-07
6
-28
/
+40
*
[X86] Use IMPLICIT_DEF in VEX/EVEX vcvtss2sd/vcvtsd2ss patterns instead of a ...
Craig Topper
2017-11-07
2
-4
/
+4
*
[X86] Remove 'Requires' from instructions with no patterns. NFC
Craig Topper
2017-11-07
1
-6
/
+3
*
[Support/UNIX] posix_fallocate() can fail with EINVAL.
Davide Italiano
2017-11-07
1
-1
/
+1
*
Make DIExpression::createFragmentExpression() return an Optional.
Adrian Prantl
2017-11-07
5
-18
/
+37
*
[IPO/LowerTypesTest] Skip blockaddress(es) when replacing uses.
Davide Italiano
2017-11-07
2
-1
/
+23
*
AMDGPU: Remove redundant combine
Matt Arsenault
2017-11-07
2
-39
/
+0
*
[DebugInfo] Unify logic to merge DILocations. NFC.
Vedant Kumar
2017-11-06
2
-19
/
+28
*
[Support][Chrono] Use explicit cast of text output of time values.
Simon Dardis
2017-11-06
1
-3
/
+3
*
InstCombine: salvage the debug info of DCE'ed add instructions.
Adrian Prantl
2017-11-06
1
-12
/
+23
*
[X86] Make FeatureAVX512 imply FeatureF16C.
Craig Topper
2017-11-06
4
-36
/
+5
*
[X86] Make FeatureAVX512 imply FeatureFMA.
Craig Topper
2017-11-06
2
-5
/
+5
*
[ValueTracking] readonly (const) is a requirement for converting sqrt to llvm...
Sanjay Patel
2017-11-06
1
-3
/
+1
*
Revert r317510 "[InstCombine] Pull shifts through a select plus binop with co...
Hans Wennborg
2017-11-06
1
-82
/
+27
*
Fix comment /NFC
Xinliang David Li
2017-11-06
1
-3
/
+4
*
[MIRPrinter] Use %subreg.xxx syntax for subregister index operands
Bjorn Pettersson
2017-11-06
1
-8
/
+13
*
[InstCombine] Pull shifts through a select plus binop with constant
Craig Topper
2017-11-06
1
-27
/
+82
*
Fix buildbot breakages from r317503. Add parentheses to assignment when usin...
Graham Yiu
2017-11-06
1
-2
/
+2
*
Adds code to PPC ISEL lowering to recognize byte inserts from vector_shuffles...
Graham Yiu
2017-11-06
3
-3
/
+117
*
Include already promoted counts when computing SUM for VP.
Dehao Chen
2017-11-06
1
-14
/
+12
*
[PPC] Use xxbrd to speed up bswap64
Guozhi Wei
2017-11-06
2
-2
/
+24
*
AMDGPU: Select v_mad_u64_u32 and v_mad_i64_i32
Matt Arsenault
2017-11-06
5
-13
/
+90
*
[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...
Sanjay Patel
2017-11-06
19
-67
/
+99
*
[X86][SSE] Merge combineExtractVectorElt_SSE into combineExtractVectorElt. NFCI.
Simon Pilgrim
2017-11-06
1
-12
/
+8
*
[X86][SSE] Combine EXTRACT_VECTOR_ELT with combineExtractWithShuffle before X...
Simon Pilgrim
2017-11-06
1
-2
/
+2
*
[AMDGPU] Change alloca addr space of r600 to 5 for amdgiz environment
Yaxun Liu
2017-11-06
1
-0
/
+4
*
[SystemZ] implement hasDivRemOp()
Jonas Paulsson
2017-11-06
2
-0
/
+6
*
[AMDGPU] Fix assertion due to assuming pointer in default addr space is 32 bit
Yaxun Liu
2017-11-06
1
-5
/
+10
*
[mips] Add movep for microMIPS32R6 and fix microMIPS32r3 version
Simon Dardis
2017-11-06
8
-5
/
+51
*
[LV][X86] update the cost of interleaving mem. access of floats
Mohammed Agabaria
2017-11-06
1
-1
/
+4
*
[mips] Fix PR35140
Simon Dardis
2017-11-06
1
-4
/
+4
*
[X86][AVX512] Improve lowering of AVX512 test intrinsics
Uriel Korach
2017-11-06
2
-4
/
+20
*
[X86] Replace duplicate function call with variable. NFC
Uriel Korach
2017-11-06
1
-2
/
+2
*
X86 ISel: Basic support for variable-index vector permutations
Zvi Rackover
2017-11-06
1
-0
/
+108
*
Revert "adding a pattern for broadcastm"
Jina Nahias
2017-11-06
1
-2
/
+2
*
[ObjectYAML] Map relocation types for COFF ARMNT and ARM64
Martin Storsjo
2017-11-06
1
-0
/
+48
*
[x86][AVX512] Lowering Broadcastm intrinsics to LLVM IR
Jina Nahias
2017-11-06
3
-18
/
+27
*
adding a pattern for broadcastm
Jina Nahias
2017-11-06
1
-2
/
+2
*
[X86] Use EVEX encoded intrinsics for legacy FMA intrinsics when possible.
Craig Topper
2017-11-06
2
-39
/
+49
*
[X86] Add scalar FMA ISD nodes without rounding mode. NFC
Craig Topper
2017-11-06
5
-37
/
+92
*
[X86] Use EVEX encoded instructions for legacy scalar sqrt intrinsics.
Craig Topper
2017-11-06
2
-10
/
+19
[next]