aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm-c
Commit message (Expand)AuthorAgeFilesLines
* Put new enum at end of list to avoid changing ABI.Bill Wendling2009-07-201-2/+2
* Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling2009-07-201-0/+1
* Fix copy & paste errorsAnton Korobeynikov2009-07-171-8/+8
* Add missed attributes to C bindingsAnton Korobeynikov2009-07-171-0/+8
* Add support for naked functionsAnton Korobeynikov2009-07-171-1/+2
* Update the C bindings to keep the LLVMTypeKind up to date between the C/C++Chris Lattner2009-07-151-1/+2
* llvm-c/Core.h is no longer needed in lto.h, and it brings inDan Gohman2009-07-151-1/+0
* Match declaration to definition.Daniel Dunbar2009-07-121-1/+1
* add missing *, patch by Peter O'Gorman!Chris Lattner2009-07-101-1/+1
* Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky2009-07-081-2/+0
* Add two new accessors to the C bindings, patch by Wladimir van der Laan!Chris Lattner2009-07-061-0/+2
* Restore other bits of the C API that I tore up. All pre-existing APIs defaul...Owen Anderson2009-07-022-2/+12
* Maintain the old LTO API, by using the global context.Owen Anderson2009-07-021-6/+3
* Add a C wrapper for accessing the global default context.Owen Anderson2009-07-021-0/+1
* Fix the LTO header for LLVMContext changes.Owen Anderson2009-07-011-3/+5
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-1/+1
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-012-1/+12
* Fix the Ocaml bindings for the ExecutionEngine: with the change to buildBob Wilson2009-06-241-0/+3
* Provide InitializeAllTargets and InitializeNativeTarget functions in theBob Wilson2009-06-231-0/+29
* <rdar://problem/6940611> libLTO.dylib needs to let linker specify path to ass...Nick Kledzik2009-06-041-0/+10
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-091-1/+1
* OCaml parameter attribute bindings from PR2752.Duncan Sands2009-05-061-0/+2
* Oops! Missed a file in my last commit.Nick Lewycky2009-04-301-0/+8
* The second part of the change from -fast to -O#. This changes the JIT to acceptBill Wendling2009-04-291-1/+1
* Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin.Rafael Espindola2009-04-241-0/+1
* add AvailableExternally linkage to C bindings.Chris Lattner2009-04-131-0/+1
* It makes no sense to have a ODR version of commonDuncan Sands2009-03-111-3/+1
* Remove the one-definition-rule version of extern_weakDuncan Sands2009-03-111-3/+1
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-071-4/+14
* fix header comment and include guard.Chris Lattner2009-03-061-9/+5
* add a bunch more passes to the C bindings (PR3734), patch byChris Lattner2009-03-062-9/+131
* Correct strange whitespace.Nick Lewycky2009-02-061-1/+1
* add getPointerToGlobal to the C bindings, patch by Lennart Augustsson!Chris Lattner2009-01-211-0/+2
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-1/+1
* Add dyn_cast_or_null bindings for some additional classes missed in r61252.Gordon Henriksen2008-12-191-1/+18
* C bindings for dyn_cast_or_null.Gordon Henriksen2008-12-191-10/+65
* This adds some missing functions to the C binding:Chris Lattner2008-12-171-0/+9
* Add protected visibility to libLTO.Nick Lewycky2008-11-291-1/+2
* Add C bindings for extractvalue and insertvalue. Patch by Frits van Bommel!Dan Gohman2008-11-031-0/+10
* Large mechanical patch.Devang Patel2008-09-251-17/+17
* PR2731: C and Ocaml bindings for setTailCall and isTailCall.Gordon Henriksen2008-08-301-0/+4
* Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen2008-08-171-2/+2
* Delete a redundant binding, LLVMHasInitializer.Gordon Henriksen2008-08-091-1/+0
* Fix the LLVMCreateJITCompiler C binding.Gordon Henriksen2008-08-081-0/+1
* Have IRBuilder take a template argument on whether or not to preserveEric Christopher2008-08-081-1/+1
* Provide a hook to set the code generation debug options to investigate lto f...Devang Patel2008-07-031-0/+5
* Add C binding for ExecutionEngine::addGlobalMapping.Gordon Henriksen2008-06-201-0/+3
* Remove a duplicative binding. Patch by Mahadevan R.Gordon Henriksen2008-05-191-3/+0
* Improve documentation.Gordon Henriksen2008-05-061-1/+2
* Use (void) instead of () in C code.Gordon Henriksen2008-05-042-18/+18