about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm/enzyme_ffi.rs
AgeCommit message (Expand)AuthorLines
2025-09-19autodiff: typetree recursive depth query from enzyme with fallbackKaran Janthe-1/+0
2025-09-19autodiff: recurion added for typetreeKaran Janthe-0/+1
2025-09-19autodiff: fixed test to be more precise for type tree checkingKaran Janthe-0/+23
2025-09-19autodiff: f128 support added for typetreeKaran Janthe-1/+1
2025-09-19added typetree support for memcpyKaran Janthe-0/+1
2025-09-19Add TypeTree metadata attachment for autodiffKaran Janthe-1/+181
2025-09-15Make llvm_enzyme a regular cargo featurebjorn3-4/+4
2025-07-18add various wrappers for gpu code generationManuel Drehwald-1/+9
2025-07-07Remove unused allow attrsYotam Ofek-1/+0
2025-07-03setup CI and tidy to use typos for spellchecking and fix few typosklensy-1/+1
2025-06-25added PrintTAFn flag for autodiffKaran Janthe-0/+17
2025-04-28remove noinline attribute and add alwaysinline after AD passbit-aloo-2/+6
2025-04-25add llvm wrappers and corresponding methods in attributebit-aloo-0/+9
2025-04-05Rollup merge of #137880 - EnzymeAD:autodiff-batching, r=oli-obkStuart Cook-1/+3
2025-04-04add autodiff batching backendManuel Drehwald-1/+3
2025-03-25Reduce visibility of most items in `rustc_codegen_llvm`Daniel Paoliello-22/+22
2025-03-07Rollup merge of #137549 - oli-obk:llvm-ffi, r=davidtwcoMatthias Krüger-1/+2
2025-02-25Fix enzyme build errorsVayun Biyani-2/+2
2025-02-24Mark more LLVM FFI as safeOli Scherer-1/+2
2025-02-22Auto merge of #137420 - matthiaskrgr:rollup-rr0q37f, r=matthiaskrgrbors-2/+2
2025-02-21update autodiff flagsManuel Drehwald-0/+94
2025-02-22Fix overcapturing, unsafe extern blocks, and new unsafe opsMichael Goulet-2/+2
2025-02-13cg_llvm: Reduce visibility of all functions in the llvm moduleDaniel Paoliello-13/+14
2025-01-31Add link attribute for Enzyme's FFIBen Kimock-2/+7
2025-01-29upstream rustc_codegen_ssa/rustc_middle changes for enzyme/autodiffManuel Drehwald-1/+3
2025-01-01upstream rustc_codegen_llvm changes for enzyme/autodiffManuel Drehwald-0/+29