summaryrefslogtreecommitdiff
path: root/include/llvm-c/Core.h
Commit message (Expand)AuthorAge
...
* Don't require C bindings opcode numbers to be kept in sync.Torok Edwin2011-10-06
* Add uwtable, returnstwice and nonlazybind to the C bindings also.Torok Edwin2011-10-06
* ocaml/C bindings: type->isSized()Torok Edwin2011-10-06
* add binding to read icmp predicateTorok Edwin2011-10-06
* ocaml/C bindings: getmdstring, add num_op, get_op should work on metadata tooTorok Edwin2011-10-06
* C/OCaml API to retrieve struct name.Torok Edwin2011-10-06
* Add C api for Instruction->eraseFromParent().Devang Patel2011-10-03
* Add some useful accessors to c++ api that appear to be missing from the c apiNate Begeman2011-08-23
* C API functions must be able to see their extern "C" definitions, or it will ...Benjamin Kramer2011-08-19
* Initial commit of the 'landingpad' instruction.Bill Wendling2011-08-12
* Remove the LLVMBuildUnwind C API function.Bill Wendling2011-08-02
* Add the 'resume' instruction for the new EH rewrite.Bill Wendling2011-07-31
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-30
* LangRef and basic memory-representation/reading/writing for 'cmpxchg' andEli Friedman2011-07-28
* Keep enums stable. Append EH stuff to the end.Bill Wendling2011-07-27
* Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling2011-07-27
* The numbering of LLVMOpcode is supposed to be stable; revert my earlier chang...Eli Friedman2011-07-27
* Fix a couple minor mistakes pointed out by Bill in adding 'fence' instruction.Eli Friedman2011-07-26
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Add LLVMConstNamedStruct to the C api to let its users create constantsRafael Espindola2011-07-14
* add a couple more missing C api, patch by Vitaly Lugovskiy!Chris Lattner2011-07-14
* add C api for hte new type system rewrite API. Patch by Vitaly Lugovskiy!Chris Lattner2011-07-14
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* Cast unused parameter to void.Hans Wennborg2011-06-04
* Declare this function here so that it doesn't get C++ mangling.Nick Lewycky2011-05-15
* Expose getTypeName to the C API. Patch by Patrick Walton.Rafael Espindola2011-02-18
* I swear I did a make clean and make before committing all this...Michael J. Spencer2010-11-29
* add a function to the C api to get the context out of a module, patchChris Lattner2010-11-28
* add a 'LLVMConstIntOfArbitraryPrecision' api to the C api,Chris Lattner2010-11-23
* Next step on the getting-rid-of-static-ctors train: begin adding per-libraryOwen Anderson2010-10-07
* Add missing X86 MMX declarations. Hopefully fixes buildbot?Dale Johannesen2010-09-10
* Add X86 MMX type to bitcode and Type.Dale Johannesen2010-09-10
* remove unions from LLVM IR. They are severely buggy and notChris Lattner2010-08-28
* Create the new linker type "linker_private_weak_def_auto".Bill Wendling2010-08-20
* Expose LLVMSetOperand and LLVMGetNumOperands to llvm-c and ocaml.Erick Tryzelaar2010-08-20
* Expose BasicBlock::moveBefore and moveAfter in C API, patchDuncan Sands2010-07-19
* Implement the "linker_private_weak" linkage type. This will be used forBill Wendling2010-07-01
* Revert r107205 and r107207.Bill Wendling2010-06-29
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-29
* add attributes and module level asm to the ocaml bindings,Chris Lattner2010-04-10
* Expose alignment and stack alignment attributes to llvm-c and ocaml.Erick Tryzelaar2010-03-03
* Add Module functions in place of module providers.Erick Tryzelaar2010-03-02
* Rename LLVMUseIteratorRef to LLVMUseRef since we don't refer to iterators in ...Erick Tryzelaar2010-03-02
* Add support for global variables in an address space for llvm-c and ocaml.Erick Tryzelaar2010-02-28
* Add indirect br support to llvm-c and ocaml.Erick Tryzelaar2010-02-28
* Add metadata functions to llvm-c and ocaml.Erick Tryzelaar2010-02-28
* Add the new builder arthmetic instructions to llvm-c and ocaml.Erick Tryzelaar2010-02-28
* Add the new union arthmetic instructions to llvm-c and ocaml.Erick Tryzelaar2010-02-28
* Add generic binary op and cast builder functions.Erick Tryzelaar2010-02-28
* Fix a typo in an LLVMOpcode enum. LLVMTrunk -> LLVMTrunc.Erick Tryzelaar2010-02-16