Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
b200f1c28ee49fcb7876406fd26debc20cecbc5f
/
lib
/
Target
/
Target.cpp
d686c8e
"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."
by Chris Lattner
· 16 years ago
43469b6
move debug info stuff out of line, allowing two #includes
by Chris Lattner
· 16 years ago
1d0be15
Push LLVMContexts through the IntegerType APIs.
by Owen Anderson
· 16 years ago
777d230
Rename PaddedSize to AllocSize, in the hope that this
by Duncan Sands
· 16 years ago
ceb4d1a
Rename getABITypeSize to getTypePaddedSize, as suggested by Chris.
by Duncan Sands
· 17 years ago
3e3dc57
strdup needs <cstring>. This fixes a build error with g++-4.3.
by Torok Edwin
· 17 years ago
3e0c835
C and Objective Caml bindings for the TargetData class.
by Gordon Henriksen
· 17 years ago