1. 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
  2. 43469b6 move debug info stuff out of line, allowing two #includes by Chris Lattner · 16 years ago
  3. 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 16 years ago
  4. 777d230 Rename PaddedSize to AllocSize, in the hope that this by Duncan Sands · 16 years ago
  5. ceb4d1a Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. by Duncan Sands · 17 years ago
  6. 3e3dc57 strdup needs <cstring>. This fixes a build error with g++-4.3. by Torok Edwin · 17 years ago
  7. 3e0c835 C and Objective Caml bindings for the TargetData class. by Gordon Henriksen · 17 years ago