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
/
test
/
Verifier
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add function attribute "patchable-function-prefix" to support -fpatchable-fun...
Fangrui Song
2020-01-24
1
-0
/
+10
*
[AArch64] Add function attribute "patchable-function-entry" to add NOPs at fu...
Fangrui Song
2020-01-10
1
-0
/
+11
*
Verifier: Check frame-pointer attribute values
Matt Arsenault
2019-12-11
3
-0
/
+27
*
[DebugInfo] Add a DW_OP_LLVM_entry_value operation
David Stenberg
2019-10-15
4
-4
/
+48
*
[FPEnv] Strict FP tests should use the requisite function attributes.
Kevin P. Neal
2019-10-04
1
-12
/
+14
*
[Verifier] add invariant check for callbr
Nick Desaulniers
2019-09-25
1
-0
/
+50
*
[Mips] Remove immarg test for intrinsics that no longer have an immarg after ...
Craig Topper
2019-09-20
1
-82
/
+0
*
Remove the obsolete BlockByRefStruct flag from LLVM IR
Adrian Prantl
2019-09-18
1
-2
/
+2
*
[Intrinsic] Add the llvm.umul.fix.sat intrinsic
Bjorn Pettersson
2019-09-07
1
-0
/
+18
*
[IntrinsicEmitter] Support scalable vectors in intrinsics
Cullen Rhodes
2019-08-27
1
-0
/
+10
*
IR: Disable verifier check for GlobalValues with private linkage named after ...
Peter Collingbourne
2019-08-06
1
-1
/
+3
*
[FunctionAttrs] Annotate "willreturn" for intrinsics
Hideto Ueno
2019-07-28
1
-1
/
+1
*
Allow prefetching from non-zero address spaces
JF Bastien
2019-07-25
1
-1
/
+1
*
[IR][Verifier] Allow IntToPtrInst to be !dereferenceable
Ryan Taylor
2019-07-23
2
-3
/
+51
*
Added address-space mangling for stack related intrinsics
Christudasan Devadasan
2019-07-22
1
-1
/
+1
*
ARM: Fix missing immarg for space intrinsic
Matt Arsenault
2019-07-16
1
-0
/
+9
*
AMDGPU: Fix missing immarg for mfma intrinsics
Matt Arsenault
2019-07-16
1
-0
/
+23
*
AMDGPU: Fix missing immarg from interp intrinsics
Matt Arsenault
2019-07-15
1
-0
/
+96
*
[SystemZ] Add support for new cpu architecture - arch13
Ulrich Weigand
2019-07-12
1
-0
/
+18
*
Scalable Vector IR Type with further LTO fixes
Graham Hunter
2019-07-05
1
-0
/
+12
*
Revert r363658 "[SVE][IR] Scalable Vector IR Type with pr42210 fix"
Hans Wennborg
2019-06-27
2
-53
/
+0
*
[DWARF] Handle the DW_OP_entry_value operand
Djordje Todorovic
2019-06-27
2
-0
/
+12
*
[IR] Add DISuprogram and DIE for a func decl
Djordje Todorovic
2019-06-27
1
-2
/
+7
*
Add debug location verification for !llvm.loop attachments.
Adrian Prantl
2019-06-18
1
-0
/
+28
*
Revert Add debug location verification for !llvm.loop attachments.
Adrian Prantl
2019-06-18
1
-28
/
+0
*
Add debug location verification for !llvm.loop attachments.
Adrian Prantl
2019-06-18
1
-0
/
+28
*
[SVE][IR] Scalable Vector IR Type with pr42210 fix
Graham Hunter
2019-06-18
2
-0
/
+53
*
Test forward references in IntrinsicEmitter on Neon LD(2|3|4)
Sander de Smalen
2019-06-17
1
-0
/
+79
*
[AMDGPU] gfx1010 wave32 icmp/fcmp intrinsic changes for wave32
Stanislav Mekhanoshin
2019-06-13
1
-6
/
+6
*
[AMDGPU] ImmArg and SourceOfDivergence for permlane/dpp
Stanislav Mekhanoshin
2019-06-13
1
-0
/
+28
*
Revert r361953 "[SVE][IR] Scalable Vector IR Type"
Nico Weber
2019-06-09
2
-55
/
+0
*
[SVE][IR] Scalable Vector IR Type
Graham Hunter
2019-05-29
2
-0
/
+55
*
[IR] Disallow llvm.global_ctors and llvm.global_dtors of the 2-field form in ...
Fangrui Song
2019-05-15
1
-0
/
+6
*
Debug Info: Support address space attributes on rvalue references.
Adrian Prantl
2019-05-07
1
-2
/
+2
*
[SystemZ] Add missing intrinsics to intrinsics-immarg.ll
Ulrich Weigand
2019-04-16
1
-0
/
+217
*
Remove immarg from llvm.expect
Matt Arsenault
2019-03-17
1
-9
/
+0
*
ARM: Add ImmArg to intrinsics
Matt Arsenault
2019-03-14
2
-0
/
+104
*
Verifier: Make sure masked load/store alignment is a power of 2
Matt Arsenault
2019-03-13
2
-0
/
+20
*
SystemZ: Add ImmArg to intrinsics
Matt Arsenault
2019-03-13
2
-0
/
+168
*
Mips: Add ImmArg to intrinsics
Matt Arsenault
2019-03-13
2
-0
/
+84
*
IR: Add immarg attribute
Matt Arsenault
2019-03-12
7
-6
/
+906
*
[llvm] Fix typo: 's/ ot / to /' [NFC]
Mandeep Singh Grang
2019-02-21
1
-1
/
+1
*
Try to organize MachineVerifier tests
Matt Arsenault
2019-02-15
24
-912
/
+0
*
Replace gcroot verifier tests
Matt Arsenault
2019-02-14
4
-44
/
+52
*
GlobalISel: Verify G_EXTRACT
Matt Arsenault
2019-02-11
1
-0
/
+35
*
GlobalISel: Verify G_GEP
Matt Arsenault
2019-02-05
1
-0
/
+32
*
GlobalISel: Fix verifier crashing on non-register operands
Matt Arsenault
2019-02-05
1
-1
/
+10
*
GlobalISel: Enforce operand types for constants
Matt Arsenault
2019-02-04
3
-5
/
+49
*
GlobalISel: Verify g_select
Matt Arsenault
2019-02-04
4
-11
/
+42
*
GlobalISel: Verify memory size for load/store
Matt Arsenault
2019-01-30
2
-1
/
+11
[next]