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
/
Bitcode
/
compatibility.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[IR] Redefine Freeze instruction
aqjune
2019-11-12
1
-14
/
+12
*
[IR] Add Freeze instruction
aqjune
2019-11-05
1
-1
/
+13
*
[IR] Allow fast math flags on calls with floating point array type.
Jay Foad
2019-10-30
1
-9
/
+58
*
Minor movement of one function with now-correct strictfp attribute to pass
Kevin P. Neal
2019-10-23
1
-10
/
+10
*
Add FMF to vector ops for phi
Michael Berg
2019-10-14
1
-0
/
+21
*
[FPEnv][NFC] Change test to conform to strictfp attribute rules.
Kevin P. Neal
2019-10-09
1
-3
/
+7
*
[IR] allow fast-math-flags on phi of FP values (2nd try)
Sanjay Patel
2019-09-25
1
-0
/
+21
*
Revert [IR] allow fast-math-flags on phi of FP values
Sanjay Patel
2019-09-25
1
-21
/
+0
*
[IR] allow fast-math-flags on phi of FP values
Sanjay Patel
2019-09-25
1
-0
/
+21
*
[FunctionAttrs] Annotate "willreturn" for intrinsics
Hideto Ueno
2019-07-28
1
-11
/
+12
*
Allow prefetching from non-zero address spaces
JF Bastien
2019-07-25
1
-3
/
+3
*
Added address-space mangling for stack related intrinsics
Christudasan Devadasan
2019-07-22
1
-1
/
+1
*
Scalable Vector IR Type with further LTO fixes
Graham Hunter
2019-07-05
1
-0
/
+4
*
Revert r363658 "[SVE][IR] Scalable Vector IR Type with pr42210 fix"
Hans Wennborg
2019-06-27
1
-4
/
+0
*
[SVE][IR] Scalable Vector IR Type with pr42210 fix
Graham Hunter
2019-06-18
1
-0
/
+4
*
Revert r361953 "[SVE][IR] Scalable Vector IR Type"
Nico Weber
2019-06-09
1
-4
/
+0
*
Reapply: IR: add optional type to 'byval' function parameters
Tim Northover
2019-05-30
1
-1
/
+10
*
Revert "IR: add optional type to 'byval' function parameters"
Tim Northover
2019-05-29
1
-10
/
+1
*
IR: add optional type to 'byval' function parameters
Tim Northover
2019-05-29
1
-1
/
+10
*
[SVE][IR] Scalable Vector IR Type
Graham Hunter
2019-05-29
1
-0
/
+4
*
Add IR support, ELF section and user documentation for partitioning feature.
Peter Collingbourne
2019-05-29
1
-0
/
+18
*
[IR] allow fast-math-flags on select of FP values
Sanjay Patel
2019-05-22
1
-0
/
+28
*
IR: Add immarg attribute
Matt Arsenault
2019-03-12
1
-0
/
+4
*
Reapply "IR: Add fp operations to atomicrmw"
Matt Arsenault
2019-01-22
1
-0
/
+7
*
Revert r351778: IR: Add fp operations to atomicrmw
Chandler Carruth
2019-01-22
1
-7
/
+0
*
IR: Add fp operations to atomicrmw
Matt Arsenault
2019-01-22
1
-0
/
+7
*
Allow FP types for atomicrmw xchg
Matt Arsenault
2019-01-17
1
-0
/
+6
*
[IR] Add a dedicated FNeg IR Instruction
Cameron McInally
2018-11-13
1
-1
/
+28
*
Refactor check for dllimport in the Verifier.
Rafael Espindola
2018-03-06
1
-2
/
+0
*
[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...
Sanjay Patel
2017-11-06
1
-0
/
+4
*
[AMDGPU] calling conventions for AMDPAL OS type
Tim Renouf
2017-09-29
1
-0
/
+8
*
Add strictfp attribute to prevent unwanted optimizations of libm calls
Andrew Kaylor
2017-08-14
1
-0
/
+5
*
[AArch64] Extend CallingConv::X86_64_Win64 to AArch64 as well
Martin Storsjo
2017-07-17
1
-3
/
+3
*
Enhance synchscope representation
Konstantin Zhuravlyov
2017-07-11
1
-12
/
+12
*
AMDGPU: Add AMDGPU_HS calling convention
Marek Olsak
2017-05-02
1
-0
/
+4
*
Add speculatable function attribute
Matt Arsenault
2017-04-28
1
-3
/
+7
*
[IR] Add AllowContract to FastMathFlags
Adam Nemet
2017-03-28
1
-0
/
+2
*
Change the default attributes for llvm.prefetch to inaccessiblemem_or_argmemonly
Eric Christopher
2017-03-25
1
-4
/
+5
*
IR: Introduce inrange attribute on getelementptr indices.
Peter Collingbourne
2016-11-10
1
-0
/
+7
*
BitcodeWriter: fix emission of invoke when calling a var-arg function with op...
Mehdi Amini
2016-09-19
1
-0
/
+18
*
Add writeonly IR attribute
Nicolai Haehnle
2016-07-04
1
-2
/
+5
*
IR: Introduce local_unnamed_addr attribute.
Peter Collingbourne
2016-06-14
1
-5
/
+11
*
AMDGPU/SI: Add amdgpu_kernel calling convention. Part 1.
Nikolay Haustov
2016-05-06
1
-0
/
+40
*
[GCC] Attribute ifunc support in llvm
Dmitry Polukhin
2016-04-07
1
-0
/
+25
*
[WinEH] Verify unwind edges against EH pad tree
Joseph Tremoulet
2016-01-10
1
-1
/
+2
*
[Bitcode] Remove superflous compatibility tests
Vedant Kumar
2016-01-06
1
-4
/
+0
*
Bitcode: Move these tests into compatibility.ll
Justin Bogner
2016-01-06
1
-0
/
+30
*
[WinEH] Tighten parentPad verifier checks
Joseph Tremoulet
2016-01-02
1
-3
/
+9
*
Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributes
Vaivaswatha Nagaraj
2015-12-16
1
-7
/
+13
*
add fast-math-flags to 'call' instructions (PR21290)
Sanjay Patel
2015-12-14
1
-0
/
+22
[next]