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
...
*
[SystemZ][FPEnv] Back-end support for STRICT_[SU]INT_TO_FP
Ulrich Weigand
2019-12-17
3
-16
/
+31
*
Revert "Honor -fuse-init-array when os is not specified on x86"
Mitch Phillips
2019-12-17
10
-3
/
+63
*
This adds constrained intrinsics for the signed and unsigned conversions
Kevin P. Neal
2019-12-17
1
-37
/
+137
*
[RISCV][NFC] Trivial cleanup
Luís Marques
2019-12-17
1
-3
/
+0
*
Fix assertion failure in getMemOperandWithOffsetWidth
Kristof Beyls
2019-12-17
7
-30
/
+36
*
Resubmit "[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove"
Guillaume Chatelet
2019-12-17
2
-10
/
+8
*
Honor -fuse-init-array when os is not specified on x86
Kamlesh Kumar
2019-12-16
10
-63
/
+3
*
[RISCV] Added isCompressibleInst() to estimate size in getInstSizeInBytes()
Ana Pazos
2019-12-16
1
-1
/
+15
*
[AArch64][SVE] Change pattern generation code to fix -Wimplicit-fallthrough a...
Fangrui Song
2019-12-16
1
-4
/
+11
*
[AArch64][SVE] Add patterns for logical immediate operations.
Danilo Carvalho Grael
2019-12-16
3
-4
/
+56
*
[WebAssembly] Replace SIMD int min/max builtins with patterns
Thomas Lively
2019-12-16
2
-4
/
+11
*
[SystemZ] Improve verification of MachineOperands.
Jonas Paulsson
2019-12-16
3
-8
/
+40
*
[mips] Add an assert in getTargetStreamer()
Miloš Stojanović
2019-12-16
1
-0
/
+2
*
Revert "[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove"
Guillaume Chatelet
2019-12-16
2
-8
/
+10
*
Reland [AArch64][MachineOutliner] Return address signing for outlined functions
David Tellenbach
2019-12-16
1
-8
/
+304
*
[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove
Guillaume Chatelet
2019-12-16
2
-10
/
+8
*
[AArch64][SVE2] Add intrinsics for binary narrowing operations
Andrzej Warzynski
2019-12-16
2
-10
/
+20
*
[AArch64] Enable emission of stack maps for non-Mach-O binaries on AArch64.
Kristof Beyls
2019-12-16
1
-1
/
+1
*
[Aarch64][SVE] Add intrinsics for scatter stores
Andrzej Warzynski
2019-12-16
5
-61
/
+297
*
Fix whitespace.
Jay Foad
2019-12-16
1
-2
/
+2
*
Fix for AMDGPU MUL_I24 known bits calculation
Jay Foad
2019-12-16
1
-9
/
+8
*
[ARM] Move MVE opcode helper functions to ARMBaseInstrInfo. NFC.
Sjoerd Meijer
2019-12-16
3
-108
/
+118
*
[PowerPC] Fix %llvm.ppc.altivec.vc* lowering
Jim Lin
2019-12-16
1
-4
/
+4
*
Revert "AArch64: Fix frame record chain"
Logan Chien
2019-12-14
2
-32
/
+16
*
AArch64: Fix frame record chain
Logan Chien
2019-12-14
2
-16
/
+32
*
[AArch64] Save FP for leaf functions when disabling frame pointer elimination
Fangrui Song
2019-12-13
1
-1
/
+1
*
[PowerPC] Add Support for indirect calls on AIX.
Sean Fertile
2019-12-13
7
-35
/
+132
*
[Mips] Fix gcc -Wunused-but-set-variable in -DLLVM_ENABLE_ASSERTIONS=Off buil...
Fangrui Song
2019-12-13
1
-0
/
+1
*
[Legalizer] Making artifact combining order-independent
Roman Tereshin
2019-12-13
1
-1
/
+2
*
[RISCV] Move DebugLoc Copy into CompressInstEmitter
Sam Elliott
2019-12-13
1
-1
/
+0
*
[ARM] Fix in ICE when retrieving the number of micro-ops for vlldm/vlstm
Momchil Velikov
2019-12-13
1
-2
/
+2
*
[AArch64] Emit PAC/BTI .note.gnu.property flags
Momchil Velikov
2019-12-13
1
-0
/
+60
*
[MC][PowerPC] Fix a crash when redefining a symbol after .set
Fangrui Song
2019-12-13
1
-1
/
+2
*
[ARM][MVE] Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS=Off builds after...
Fangrui Song
2019-12-13
1
-3
/
+4
*
[ARM][MVE] Make VPT invalid for tail predication
Sam Parker
2019-12-13
1
-3
/
+0
*
[ARM][MVE] Add vector reduction intrinsics with two vector operands
Mikhail Maltsev
2019-12-13
2
-40
/
+251
*
[ARM][MVE] Add intrinsics for more immediate shifts.
Simon Tatham
2019-12-13
3
-73
/
+182
*
[ARM] Add custom strict fp conversion lowering when non-strict is custom
John Brawn
2019-12-13
1
-33
/
+64
*
Revert "AMDGPU: Try to commute sub of boolean ext"
Tim Renouf
2019-12-13
1
-26
/
+3
*
[NFC] Use EVT instead of bool for getSetCCInverse()
Alex Richardson
2019-12-13
8
-37
/
+38
*
Revert "[ARM][MVE] findVCMPToFoldIntoVPS. NFC."
Sjoerd Meijer
2019-12-13
1
-28
/
+30
*
[ARM][MVE][Intrinsics] Add *_x() variants of my *_m() intrinsics.
Mark Murray
2019-12-13
1
-2
/
+2
*
Recommit "[AArch64][SVE] Implement intrinsics for non-temporal loads & stores"
Kerry McLaughlin
2019-12-13
3
-2
/
+95
*
[NFC][AArch64] Fix typo.
Nate Voorhies
2019-12-13
1
-1
/
+1
*
[AArch64][SVE] Add integer arithmetic with immediate instructions.
Danilo Carvalho Grael
2019-12-12
3
-9
/
+65
*
[SystemZ] Implement the packed stack layout
Jonas Paulsson
2019-12-12
4
-112
/
+239
*
[amdgpu] Fix `-Wenum-compare` warning. NFC.
Michael Liao
2019-12-12
1
-6
/
+6
*
[ARM][MVE] findVCMPToFoldIntoVPS. NFC.
Sjoerd Meijer
2019-12-12
1
-30
/
+28
*
AMDGPU/SILoadStoreOptimizer: Simplify function
Tom Stellard
2019-12-12
1
-62
/
+50
*
[ARM][MVE] Sink vector shift operand
Sam Parker
2019-12-12
1
-3
/
+28
[prev]
[next]