llvm-6502/include/llvm-c
Duncan Sands e8e01b600c I forgot to update the prototype for LLVMBuildIntCast when correcting
the body to not pass the name for the isSigned parameter.  However it
seems that changing prototypes is a big-no-no, so here I revert the
previous change and pass "true" for isSigned, meaning this always does
a signed cast, which was the previous behaviour assuming the name was
not NULL!  Some other C function needs to be introduced for the general
case of signed or unsigned casts.  This hopefully unbreaks the ocaml
binding.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89648 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-23 10:49:03 +00:00
..
Transforms remove the now dead condprop pass, PR3906. 2009-11-11 05:56:35 +00:00
Analysis.h
BitReader.h Change llvm-c's ordering of contexts to make it consistent. 2009-08-11 07:46:16 +00:00
BitWriter.h
Core.h I forgot to update the prototype for LLVMBuildIntCast when correcting 2009-11-23 10:49:03 +00:00
ExecutionEngine.h Match declaration to definition. 2009-07-12 23:50:34 +00:00
LinkTimeOptimizer.h
lto.h llvm-c/Core.h is no longer needed in lto.h, and it brings in 2009-07-15 00:47:00 +00:00
Target.h Add LLVMInitializeAllTargetInfos for C api, and update 2009-08-18 03:03:27 +00:00