Python 3.14 LLVM tail-call interpreter
|
|
3
|
578
|
August 11, 2025
|
Get Numba LLVM IR differentiated in Julia using Enzyme.jl
|
|
15
|
354
|
August 8, 2025
|
Why does LLVM like putting floating-point constants into RODATA so much? Is that suboptimal?
|
|
1
|
123
|
June 29, 2025
|
How to prevent unwanted "optimization" in SIMD code?
|
|
8
|
231
|
May 18, 2025
|
Fancy LLVM loop transformation pass that deoptimize the code
|
|
2
|
204
|
April 16, 2025
|
Does the new LLVM SPIR-V backend help Julia in any way?
|
|
2
|
292
|
January 28, 2025
|
`llvmcall` error "llvmcall only supports intrinsic calls" for scalar integer intrinsics on Apple M2
|
|
2
|
64
|
January 27, 2025
|
Invalid LLVM IR was generated
|
|
1
|
68
|
December 11, 2024
|
Julia 1.9 on Intel Sapphire Rapid CPU doesn't work
|
|
5
|
265
|
August 21, 2024
|
Revisiting saturating intrinsics
|
|
9
|
465
|
April 25, 2024
|
Bit manipulations with llvmcall give strange results
|
|
11
|
318
|
March 9, 2024
|
Inferring MethodInstance from code_llvm
|
|
5
|
357
|
February 20, 2024
|
Building Julia with the latest LLVM
|
|
3
|
397
|
January 29, 2024
|
Fastest `sqrt` and `log` with negative check
|
|
17
|
1086
|
January 14, 2024
|
Is it possible to use autodiff on an external program?
|
|
2
|
269
|
January 8, 2024
|
Help with LLVM error "Bad $ operand number in inline asm string"
|
|
0
|
206
|
January 17, 2023
|
Using LLVM intrinsic functions inside `llvmcall`
|
|
6
|
1306
|
September 28, 2022
|
I think LLVM can do better here
|
|
4
|
637
|
June 4, 2022
|
Julia vs Zig surprise
|
|
16
|
6191
|
January 16, 2022
|
"BOLT Merged Into LLVM To Optimize Binaries For Faster Performance"
|
|
0
|
496
|
January 12, 2022
|
Why is LLVM missing this constant in a loop?
|
|
10
|
804
|
December 11, 2021
|
SC21: "Comparing Julia to Performance Portable Parallel Programming Models for HPC"
|
|
2
|
1738
|
November 17, 2021
|
"Tensor LLVM Extensions ..." proposal + Julia example in the design document
|
|
0
|
520
|
November 14, 2021
|
Interval Compiler for Sound Float Computations
|
|
0
|
369
|
October 15, 2021
|
About Julia's inline assembly usage
|
|
7
|
2733
|
October 12, 2021
|
Has anyone tried to compile Julia into WASM - seems like this is possible using LLVM
|
|
4
|
924
|
October 6, 2021
|
"error: ran out of registers during register allocation" Have you ever seen this message?
|
|
10
|
1728
|
September 10, 2021
|
Where can I learn how to read the output of `@code_llvm`?
|
|
4
|
1088
|
July 5, 2021
|
How to avoid ForwardDiff.jl generating a second-order derivative that wastes flops by eventually multiplying by zero
|
|
10
|
1106
|
January 25, 2021
|
How to implement a `nop()` loop for sub-µs delays? (Raspberry Pi, GPIO)
|
|
0
|
1281
|
November 26, 2020
|