[llvm-commits] [PATCH 0/5] Some llvm-c changes.

Anders Waldenborg anders at 0x63.nu
Mon Mar 19 13:24:48 PDT 2012


Following up this mail 5 patches will be posted. The patches are not
affected by eachother so feel free to apply just some of them.

The "LLVMPrintModule" and "LLVMCreateMemoryBufferFromData" patches
adds new functionality to the llvm-c api. These functions will be used
by the python bindings, but should come handly in other bindings
aswell.

The other three patches are just cosmetic / documentation.


Anders Waldenborg (5):
  [llvm-c] Fix class hierarchy indentation in
    LLVM_FOR_EACH_VALUE_SUBCLASS macro
  [llvm-c] Add LLVMPrintModule.
  [llvm-c] Add LLVMCreateMemoryBufferFromData.
  [doc] Fix minor typos in LangRef
  [llvm-c] Add LLVMMessageRef for user-owned strings.

 docs/LangRef.html          |   14 +++++-----
 include/llvm-c/Analysis.h  |    2 +-
 include/llvm-c/BitReader.h |   12 +++++-----
 include/llvm-c/Core.h      |   54 ++++++++++++++++++++++++++-----------------
 include/llvm-c/Target.h    |    2 +-
 lib/VMCore/Core.cpp        |   24 +++++++++++++++++++
 6 files changed, 72 insertions(+), 36 deletions(-)

-- 
1.7.9.1




More information about the llvm-commits mailing list