1. e7a9db1 Fix LLVM target initialization to deal with sociopathic outside projects by Eric Christopher · 15 years ago
  2. f24446d Fix PR7809 by creating a header for just llvm variables that can be by Eric Christopher · 15 years ago
  3. 135de90 80 columns. by Eric Christopher · 15 years ago
  4. 9d18647 add some more (void)'s to prototypes for PR6961 by Chris Lattner · 16 years ago
  5. ee3576e declare targets with (void) instead of () since this is a C header. by Chris Lattner · 16 years ago
  6. 51c4996 hopefully unbreak the ocaml bindings. by Chris Lattner · 16 years ago
  7. 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
  8. a0a51c7 improve compatibility with SWIG, patch by James Knight! by Chris Lattner · 16 years ago
  9. f4e7b6c Add LLVMInitializeAllTargetInfos for C api, and update by Daniel Dunbar · 16 years ago
  10. 5a495fe Provide InitializeAllTargets and InitializeNativeTarget functions in the by Bob Wilson · 16 years ago
  11. af9eaa8 Rename PaddedSize to AllocSize, in the hope that this by Duncan Sands · 16 years ago
  12. dc020f9 Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. by Duncan Sands · 17 years ago
  13. ab4b7d3 C and Objective Caml bindings for the TargetData class. by Gordon Henriksen · 18 years ago