Chris Lattner
|
25963c6113
|
"In order to ease automatic bindings generation, it would be helpful if boolean values were distinguishable from integers. The attached patch introduces "typedef int LLVMBool;", and uses LLVMBool instead of int throughout the C API, wherever a boolean value is called for."
Patch by James Y Knight!
llvm-svn: 93079
|
2010-01-09 22:27:07 +00:00 |
Chris Lattner
|
7ef1cac576
|
move debug info stuff out of line, allowing two #includes
to go away from IRBuilder.h
llvm-svn: 92230
|
2009-12-28 21:45:40 +00:00 |
Owen Anderson
|
55f1c09e31
|
Push LLVMContexts through the IntegerType APIs.
llvm-svn: 78948
|
2009-08-13 21:58:54 +00:00 |
Duncan Sands
|
af9eaa830a
|
Rename PaddedSize to AllocSize, in the hope that this
will make it more obvious what it represents, and stop
it being confused with the StoreSize.
llvm-svn: 71349
|
2009-05-09 07:06:46 +00:00 |
Duncan Sands
|
dc020f9c3c
|
Rename getABITypeSize to getTypePaddedSize, as
suggested by Chris.
llvm-svn: 62099
|
2009-01-12 20:38:59 +00:00 |
Torok Edwin
|
b20e659770
|
strdup needs <cstring>. This fixes a build error with g++-4.3.
llvm-svn: 49218
|
2008-04-04 16:08:00 +00:00 |
Gordon Henriksen
|
ab4b7d36cd
|
C and Objective Caml bindings for the TargetData class.
llvm-svn: 48422
|
2008-03-16 20:08:03 +00:00 |