Releases: ApsarasX/llvm-bindings
Releases · ApsarasX/llvm-bindings
v0.4.2
v0.4.1
v0.4.0
v0.3.8
v0.3.7
v0.3.6
v0.3.5
v0.3.4
Breaking Changes
- IR: change the signature of
Module.print
(9a68779)
Bug Fixes
- IR: return missing in Module.print (377b1d4)
Features
- Config: add LLVM Config Macro (825dc3c)
- IR: add class GetElementPtrInst (cecd9fc)
- IR: add class SelectInst (8fa33b6)
- IR: add class VectorType and more instruction classes (30bcc1c)
- IR: add duplicated getType for all subclasses of Value (2e2bfe8)
- IR: add Module.getDataLayoutStr and DataLayout.getStringRepresentation (3cc8563)
v0.3.3
v0.3.2
Bug Fixes
- IR: the insertBB passed into DIBuilder.insertDeclare may be null (ea0760b)
Features
- IR: add DILexicalBlock and DIBuilder.createLexicalBlock (38519e0)
- IR: add Module.ModFlagBehavior(enum) (2c4f1be)
- IR: add some classes and methods related to debug information (7531651)
- IR: supplement more classes and methods related to debug information (4314aaa)
- IR: supplement some enums related to debug information (c08e087)