Skip to content

v0.2.2

Compare
Choose a tag to compare
@ApsarasX ApsarasX released this 15 Oct 08:25
· 118 commits to master since this release

Features

  • IR: add ConstantFP.getType (7c788b4)
  • IR: add ConstantFP.getType (8106c4e)
  • IR: add Function.deleteBody, Function.removeFromParent and Function.eraseFromParent (e7ad3bf)
  • IR: add Function.getNumUses and Function.removeDeadConstantUsers (a770a28)
  • IR: add GlobalVariable.removeFromParent and GlobalVariable.eraseFromParent (b625e09)
  • IR: add IntegerType.isIntegerTy (3effe47)
  • IR: add IRBuilder.CreateUnreachable (9d91aa6)
  • IR: add PointerType.isIntegerTy (75edd4f)
  • IR: add StructType.isIntegerTy (086e647)
  • IR: add SwitchInst (042c942)
  • IR: add UnreachableInst (ec9666a)
  • IR: add Value.user_empty, Function.use_empty and Function.user_empty (34ccfd7)
  • Linker: add Linker (71437ba)