[LLVMbugs] [Bug 4727] New: Expose most of IRBuilder and Constant* to llvm-c and ocaml

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sat Aug 15 14:34:42 PDT 2009


http://llvm.org/bugs/show_bug.cgi?id=4727

           Summary: Expose most of IRBuilder and Constant* to llvm-c and
                    ocaml
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Core LLVM classes
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: idadesub at users.sourceforge.net
                CC: llvmbugs at cs.uiuc.edu


This patch series exposes most of the functionality in IRBuilder and the
Constant functions to llvm-c and ocaml. Specifically, it exposes:

IRBuilder::CreateAggregateRet
IRBuilder::CreateNSWAdd
IRBuilder::CreateFAdd
IRBuilder::CreateFSub
IRBuilder::CreateFMul
IRBuilder::CreateExactSDiv
IRBuilder::CreateInBoundsGEP
IRBuilder::CreateStructGEP
IRBuilder::CreateGlobalString
IRBuilder::CreateGlobalStringPtr
IRBuilder::CreateZExtOrBitCast
IRBuilder::CreateSExtOrBitCast
IRBuilder::CreateTruncOrBitCast
IRBuilder::CreatePointerCast
IRBuilder::CreateIntCast
IRBuilder::CreateFPCast
IRBuilder::CreateIsNull
IRBuilder::CreateIsNotNull
IRBuilder::CreatePtrDiff
ConstantExpr::getFNeg
ConstantExpr::getNSWAdd
ConstantExpr::getFAdd
ConstantExpr::getFSub
ConstantExpr::getFMul
ConstantExpr::getExactSDiv
ConstantExpr::getInBoundsGEP
ConstantExpr::getZExtOrBitCast
ConstantExpr::getSExtOrBitCast
ConstantExpr::getTruncOrBitCast
ConstantExpr::getPointerCast
ConstantExpr::getIntegerCast
ConstantExpr::getFPCast


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list