Lancern
Posts
About
Friends
RSS
Lancern
commented to issue
#1292
in the repository
llvm/clangir
llvm/clangir
#1292: [CIR] LLVM lowering support for pointers to member functions
Lancern
pushed 1 commit(s) to refs/heads/member-func-ptr-lowering in repository
Lancern/clangir
Lancern/clangir
Lancern
commented to issue
#1261
in the repository
llvm/clangir
llvm/clangir
#1261: [CIR] Lower nested local constant alloca
Lancern
pushed 1 commit(s) to refs/heads/nested-local-const-lowering in repository
Lancern/clangir
Lancern/clangir
Lancern
deleted branch fix-deprecated-get in the repository
Lancern/clangir
Lancern
pushed 6 commit(s) to refs/heads/main in repository
Lancern/clangir
Lancern/clangir
#2267e5
-
[CIR][CIRGen] Add padding to unions (#1289)
by gitoleg
#713ba6
-
[CIR][CIRGen][Builtin][Clang] Lowering clang::AArch64::BI__builtin_arm_ldaex ...
by Amr Hesham
#c4e584
-
[CIR] Fix Lowering/ptrstride.cir xfailed after rebasing (#1302)
by Amr Hesham
#de1cd9
-
[CIR] Implement support for zero-initialized builtin type allocation (#1304)
by Andy Kaylor
#7c2225
-
[CIR][CIRGen] Implement array cookie ABI for AppleARM64 targets (#1301)
by Andy Kaylor
#f8821e
-
[CIR] Implement partial initialization for array new (#1307)
by Andy Kaylor
Lancern
reviewed pull request
#124315
in the repository
llvm/llvm-project
llvm/llvm-project
#124315: [Sema] Add code completion for if constexpr
Lancern
pushed 5 commit(s) to refs/heads/main in repository
Lancern/clangir
Lancern/clangir
#cf09db
-
[CIR] Fix build due to deprecated interfaces (#1299)
by darkbuck
#34bd74
-
[CIR] Cleanup cir.scopes with a single cir.yield operation (#1291)
by Amr Hesham
#1b45e8
-
[CIR] Add initial support for array cookies (#1297)
by Andy Kaylor
#a310ae
-
[CIR][NFC] Teach op parsers to use enum keyword parsing helpers (#1298)
by Amr Hesham
#d329c9
-
[CIR] Fix vector issues from latest rebase
by Bruno Cardoso Lopes
Lancern
created a new branch master in the repository
Lancern/mini-llama
Lancern
created a new repository
Lancern/mini-llama
Lancern
commented to issue
#1300
in the repository
llvm/clangir
llvm/clangir
#1300: [CIR][NFC] Fix deprecated calls after rebase
Lancern
closed pull request
#1300
in the repository
llvm/clangir
llvm/clangir
#1300: [CIR][NFC] Fix deprecated calls after rebase
Lancern
opened pull request
#1300
in the repository
llvm/clangir
llvm/clangir
#1300: [CIR][NFC] Fix deprecated calls after rebase
Lancern
created a new branch fix-deprecated-get in the repository
Lancern/clangir
Lancern
starred the repository
ollama/ollama
Lancern
starred the repository
ulfjack/ryu
Lancern
pushed 8015 commit(s) to refs/heads/main in repository
Lancern/clangir
Lancern/clangir
#2b492d
-
[CIR][Lowering] Add cir.brcond lowering (#278)
by Keyi Zhang
#72467a
-
[CIR][IR] Relax get_member verifier for incomplete types (#269)
by gitoleg
#9d3506
-
[CIR][CodeGen][Bugfix] supports local structs decl (#280)
by gitoleg
#14d2e5
-
[CIR][CodeGen][Bugfix] fixes global vars initialization (#281)
by gitoleg
#1d50ef
-
[CIR][CIRGen] Ensure unique IDs for anonymous records (#274)
by Vinicius Couto Espindola
#c3e9d0
-
[CIR] Rename StructType "typeName" attribute to "name" (#275)
by Vinicius Couto Espindola
#661a66
-
[CIR][Codegen] RTTI support for virtual class inheritence (#259)
by Hongtao Yu
#3f23a1
-
[CIR][Lowering] Lower vtable and type info (#264)
by Hongtao Yu
#4db3f7
-
[CIR][Lowering] Fix opaque pointer issue from recent merge
by Bruno Cardoso Lopes
#cdce71
-
[CIR][NFC] Refactor StructType body attribute
by Vinicius Couto Espindola
#bb879c
-
[CIR][NFC] Remove std::optional from StructType ast attribute
by Vinicius Couto Espindola
#88d845
-
[CIR][CIRGen][NFC] Fix redudancy while casting integers and remove wrong and ...
by Bruno Cardoso Lopes
#8821fa
-
[CIR] Implement bool->int conversion (#292)
by David Olsen
#2830eb
-
[CIR][Codegen] Support codegen for FP truncations. (#291)
by Yury Gribov
#5bfe14
-
[CIR] Add empty CIRBaseBuilder file
by Nathan Lanza
#d5b0f0
-
[CIR][CodeGen] Introduce CIRBaseBuilder (#297)
by gitoleg
#a5fabf
-
[CIR][CodeGen] Support integer-to-pointer casts. (#298)
by Yury Gribov
#bc531c
-
[CIR][CIRGen] Ensure unique names for template specializations (#295)
by Vinicius Couto Espindola
#a35107
-
[CIR][CIRGen] Refactor StructType builders (#294)
by Vinicius Couto Espindola
#51c9a1
-
[CIR] Forbid identified structs with empty names (#301)
by Vinicius Couto Espindola
Lancern
reviewed pull request
#1291
in the repository
llvm/clangir
llvm/clangir
#1291: [CIR] Cleanup cir.scopes with a single cir.yield operation
Lancern
starred the repository
davidlattimore/wild
Lancern
commented to a review in pull request
#123742
in the repository
llvm/llvm-project
llvm/llvm-project
#123742: [libc][windows] implement unistd/rmdir