Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
849857445ffbcf48e9fa7e88898049e16d1f31a2
/
llvm
/
include
/
llvm-c
/
Target.h
e7a9db1
Fix LLVM target initialization to deal with sociopathic outside projects
by Eric Christopher
· 15 years ago
f24446d
Fix PR7809 by creating a header for just llvm variables that can be
by Eric Christopher
· 15 years ago
135de90
80 columns.
by Eric Christopher
· 15 years ago
9d18647
add some more (void)'s to prototypes for PR6961
by Chris Lattner
· 16 years ago
ee3576e
declare targets with (void) instead of () since this is a C header.
by Chris Lattner
· 16 years ago
51c4996
hopefully unbreak the ocaml bindings.
by Chris Lattner
· 16 years ago
25963c6
"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
a0a51c7
improve compatibility with SWIG, patch by James Knight!
by Chris Lattner
· 16 years ago
f4e7b6c
Add LLVMInitializeAllTargetInfos for C api, and update
by Daniel Dunbar
· 16 years ago
5a495fe
Provide InitializeAllTargets and InitializeNativeTarget functions in the
by Bob Wilson
· 16 years ago
af9eaa8
Rename PaddedSize to AllocSize, in the hope that this
by Duncan Sands
· 16 years ago
dc020f9
Rename getABITypeSize to getTypePaddedSize, as suggested by Chris.
by Duncan Sands
· 17 years ago
ab4b7d3
C and Objective Caml bindings for the TargetData class.
by Gordon Henriksen
· 18 years ago