summaryrefslogtreecommitdiff
path: root/include/llvm-c/Core.h
Commit message (Expand)AuthorAge
...
* Expose most of the rest of IRBuilder's functions to llvm-c.Erick Tryzelaar2009-08-16
* Expose LLVMContext to llvm-c.Erick Tryzelaar2009-08-14
* Put new enum at end of list to avoid changing ABI.Bill Wendling2009-07-20
* Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling2009-07-20
* Fix copy & paste errorsAnton Korobeynikov2009-07-17
* Add missed attributes to C bindingsAnton Korobeynikov2009-07-17
* Add support for naked functionsAnton Korobeynikov2009-07-17
* Update the C bindings to keep the LLVMTypeKind up to date between the C/C++Chris Lattner2009-07-15
* add missing *, patch by Peter O'Gorman!Chris Lattner2009-07-10
* Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky2009-07-08
* Add two new accessors to the C bindings, patch by Wladimir van der Laan!Chris Lattner2009-07-06
* Restore other bits of the C API that I tore up. All pre-existing APIs defaul...Owen Anderson2009-07-02
* Add a C wrapper for accessing the global default context.Owen Anderson2009-07-02
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-01
* OCaml parameter attribute bindings from PR2752.Duncan Sands2009-05-06
* add AvailableExternally linkage to C bindings.Chris Lattner2009-04-13
* It makes no sense to have a ODR version of commonDuncan Sands2009-03-11
* Remove the one-definition-rule version of extern_weakDuncan Sands2009-03-11
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-07
* Add dyn_cast_or_null bindings for some additional classes missed in r61252.Gordon Henriksen2008-12-19
* C bindings for dyn_cast_or_null.Gordon Henriksen2008-12-19
* This adds some missing functions to the C binding:Chris Lattner2008-12-17
* Add C bindings for extractvalue and insertvalue. Patch by Frits van Bommel!Dan Gohman2008-11-03
* Large mechanical patch.Devang Patel2008-09-25
* PR2731: C and Ocaml bindings for setTailCall and isTailCall.Gordon Henriksen2008-08-30
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-17
* Delete a redundant binding, LLVMHasInitializer.Gordon Henriksen2008-08-09
* Have IRBuilder take a template argument on whether or not to preserveEric Christopher2008-08-08
* Remove a duplicative binding. Patch by Mahadevan R.Gordon Henriksen2008-05-19
* Use (void) instead of () in C code.Gordon Henriksen2008-05-04
* Correct parameter attributes encoding for C bindings.Anton Korobeynikov2008-04-28
* Expose parameter attributes via C bindings.Gordon Henriksen2008-04-28
* PR2245: Misleading parameter name in llvm-c/Core.h:LLVMConstArrayGordon Henriksen2008-04-25
* Merge LLVMBuilder and FoldingBuilder, callingDuncan Sands2008-04-13
* Objective Caml bindings for basic block, function, global, and arg iterators.Gordon Henriksen2008-03-23
* C bindings for Module-, Function-, and BasicBlock::iterator.Gordon Henriksen2008-03-19
* C and Objective Caml bindings for the various getParent methods of the IR.Gordon Henriksen2008-03-19
* Remove unnecessary includes.Gordon Henriksen2008-03-16
* C and Objective Caml bindings for PassManagers.Gordon Henriksen2008-03-16
* Expose Module::dump via C and Ocaml.Gordon Henriksen2008-03-14
* Cleanup some comments in the OCaml bindings.Gordon Henriksen2008-03-07
* Fixing a bug creating floating point constants of type otherGordon Henriksen2008-02-02
* Adding C bindings for SwitchInst::addCase.Gordon Henriksen2008-01-01
* Add some doxygen comments to llvm-c/Core.h.Gordon Henriksen2007-12-30
* Bindings for instruction calling conventions.Gordon Henriksen2007-12-29
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Adding bindings for target triple and data layout.Gordon Henriksen2007-12-27
* Switch the bindings to use LLVMFoldingBuilder.Gordon Henriksen2007-12-27
* Adding bindings for memory buffers and module providers. SwitchingGordon Henriksen2007-12-19
* C and Ocaml bindings for address spaces, for that burgeoning marketGordon Henriksen2007-12-17