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: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to