- 44a708f Expose some extra functions to llvm-c by Erick Tryzelaar · 15 years ago
- baf3edd Add LLVMInitializeAllTargetInfos for C api, and update by Daniel Dunbar · 15 years ago
- e0a1bf6 Expose creating constant ints and floats from strings in llvm-c. by Erick Tryzelaar · 15 years ago
- 5c1c208 Add an llvm-c function that lets you insert an instruction with a name. by Erick Tryzelaar · 15 years ago
- 56b2269 Expose most of the Constant creation functions to llvm-c. by Erick Tryzelaar · 15 years ago
- f72596c Expose most of the rest of IRBuilder's functions to llvm-c. by Erick Tryzelaar · 15 years ago
- 22c3f18 Expose LLVMContext to llvm-c. by Erick Tryzelaar · 15 years ago
- ccf9f2b Change llvm-c's ordering of contexts to make it consistent. by Erick Tryzelaar · 15 years ago
- 39a499b Put new enum at end of list to avoid changing ABI. by Bill Wendling · 15 years ago
- 3d10a5a Add plumbing for the `linker_private' linkage type. This type is meant for by Bill Wendling · 15 years ago
- 46a47f5 Fix copy & paste errors by Anton Korobeynikov · 15 years ago
- 0cb896a Add missed attributes to C bindings by Anton Korobeynikov · 15 years ago
- c5ec8a7 Add support for naked functions by Anton Korobeynikov · 15 years ago
- 0df5c8e Update the C bindings to keep the LLVMTypeKind up to date between the C/C++ by Chris Lattner · 15 years ago
- 21da1ed llvm-c/Core.h is no longer needed in lto.h, and it brings in by Dan Gohman · 15 years ago
- deb052a Match declaration to definition. by Daniel Dunbar · 15 years ago
- 8b16f70 add missing *, patch by Peter O'Gorman! by Chris Lattner · 15 years ago
- 7f6aa2b Remove the vicmp and vfcmp instructions. Because we never had a release with by Nick Lewycky · 15 years ago
- e4840bc Add two new accessors to the C bindings, patch by Wladimir van der Laan! by Chris Lattner · 15 years ago
- c8897d9 Restore other bits of the C API that I tore up. All pre-existing APIs default to using the by Owen Anderson · 15 years ago
- 0e7a546 Maintain the old LTO API, by using the global context. by Owen Anderson · 15 years ago
- c70e621 Add a C wrapper for accessing the global default context. by Owen Anderson · 15 years ago
- 335bcc7 Fix the LTO header for LLVMContext changes. by Owen Anderson · 15 years ago
- 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 15 years ago
- 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 15 years ago
- e46161f Fix the Ocaml bindings for the ExecutionEngine: with the change to build by Bob Wilson · 15 years ago
- a96751f Provide InitializeAllTargets and InitializeNativeTarget functions in the by Bob Wilson · 15 years ago
- cbad586 <rdar://problem/6940611> libLTO.dylib needs to let linker specify path to assembler by Nick Kledzik · 15 years ago
- 777d230 Rename PaddedSize to AllocSize, in the hope that this by Duncan Sands · 16 years ago
- e149e99 OCaml parameter attribute bindings from PR2752. by Duncan Sands · 16 years ago
- 1d621f7 Oops! Missed a file in my last commit. by Nick Lewycky · 16 years ago
- 5e5cb79 The second part of the change from -fast to -O#. This changes the JIT to accept by Bill Wendling · 16 years ago
- 7431af0 Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin. by Rafael Espindola · 16 years ago
- db1afd4 add AvailableExternally linkage to C bindings. by Chris Lattner · 16 years ago
- 4dc2b39 It makes no sense to have a ODR version of common linkage, so remove it. by Duncan Sands · 16 years ago
- 5f4ee1f Remove the one-definition-rule version of extern_weak by Duncan Sands · 16 years ago
- 667d4b8 Introduce new linkage types linkonce_odr, weak_odr, common_odr by Duncan Sands · 16 years ago
- 224cef6 fix header comment and include guard. by Chris Lattner · 16 years ago
- 57c0383 add a bunch more passes to the C bindings (PR3734), patch by Lennart Augustsson! by Chris Lattner · 16 years ago
- b454eab Correct strange whitespace. by Nick Lewycky · 16 years ago
- 1e42c5b add getPointerToGlobal to the C bindings, patch by Lennart Augustsson! PR3364 by Chris Lattner · 16 years ago
- ceb4d1a Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. by Duncan Sands · 16 years ago
- 95ca731 Add dyn_cast_or_null bindings for some additional classes missed in r61252. by Gordon Henriksen · 16 years ago
- 2a9c671 C bindings for dyn_cast_or_null. by Gordon Henriksen · 16 years ago
- 851ba39 This adds some missing functions to the C binding: by Chris Lattner · 16 years ago
- 4fd40e8 Add protected visibility to libLTO. by Nick Lewycky · 16 years ago
- b593117 Add C bindings for extractvalue and insertvalue. Patch by Frits van Bommel! by Dan Gohman · 16 years ago
- 0598866 Large mechanical patch. by Devang Patel · 16 years ago
- 07cabf6 PR2731: C and Ocaml bindings for setTailCall and isTailCall. by Gordon Henriksen · 16 years ago
- 5eca075 Rename some GC classes so that their roll will hopefully be clearer. by Gordon Henriksen · 16 years ago
- f068263 Delete a redundant binding, LLVMHasInitializer. by Gordon Henriksen · 16 years ago
- c13c4d6 Fix the LLVMCreateJITCompiler C binding. by Gordon Henriksen · 16 years ago
- 7a61d70 Have IRBuilder take a template argument on whether or not to preserve by Eric Christopher · 16 years ago
- a93ae71 Provide a hook to set the code generation debug options to investigate lto failures. by Devang Patel · 16 years ago
- 54227f6 Add C binding for ExecutionEngine::addGlobalMapping. by Gordon Henriksen · 16 years ago
- 83eaae1 Remove a duplicative binding. Patch by Mahadevan R. by Gordon Henriksen · 16 years ago
- 919852b Improve documentation. by Gordon Henriksen · 17 years ago
- 16c1f44 Use (void) instead of () in C code. by Gordon Henriksen · 17 years ago
- 1fcfc3b Correct parameter attributes encoding for C bindings. Patch by Anders Johnsen! by Anton Korobeynikov · 17 years ago
- e2435da Expose parameter attributes via C bindings. by Gordon Henriksen · 17 years ago
- 877ee97 PR2245: Misleading parameter name in llvm-c/Core.h:LLVMConstArray by Gordon Henriksen · 17 years ago
- 89f6d88 Merge LLVMBuilder and FoldingBuilder, calling by Duncan Sands · 17 years ago
- d6d0185 Expose Function::viewCFG and Function::viewCFGOnly to bindings. by Erick Tryzelaar · 17 years ago
- 7c1483b Expose ExecutionEngine::getTargetData() to c and ocaml bindings. by Erick Tryzelaar · 17 years ago
- 4733be3 Objective Caml bindings for basic block, function, global, and arg iterators. by Gordon Henriksen · 17 years ago
- 69cf031 C and Objective Caml bindings for mem2reg and reg2mem. by Gordon Henriksen · 17 years ago
- 3400097 C bindings for Module-, Function-, and BasicBlock::iterator. by Gordon Henriksen · 17 years ago
- dc1ce7b C and Objective Caml bindings for the various getParent methods of the IR. by Gordon Henriksen · 17 years ago
- 3e0c835 C and Objective Caml bindings for the TargetData class. by Gordon Henriksen · 17 years ago
- 41ba154 C and Objective Caml bindings for several scalar transforms. by Gordon Henriksen · 17 years ago
- 395b414 Remove unnecessary includes. by Gordon Henriksen · 17 years ago
- d78c0f5 C and Objective Caml bindings for PassManagers. by Gordon Henriksen · 17 years ago
- af59b10 Expose Module::dump via C and Ocaml. by Gordon Henriksen · 17 years ago
- bbf1c51 Cleanup some comments in the OCaml bindings. by Gordon Henriksen · 17 years ago
- ef194ed fixes from review of first commit by Nick Kledzik · 17 years ago
- 77595fc first commit of new LTO system. It is not hooked up in the llvm/tools/Makefile, so no one will build it be default yet by Nick Kledzik · 17 years ago
- e62a8a3 Fixing a bug creating floating point constants of type other by Gordon Henriksen · 17 years ago
- ab477cc Adding C bindings for SwitchInst::addCase. by Gordon Henriksen · 17 years ago
- dc2c07a Add some doxygen comments to llvm-c/Core.h. by Gordon Henriksen · 17 years ago
- cc0928f Bindings for instruction calling conventions. by Gordon Henriksen · 17 years ago
- 7ed47a1 Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
- a353ffa Adding bindings for target triple and data layout. by Gordon Henriksen · 17 years ago
- 1d2e49c Switch the bindings to use LLVMFoldingBuilder. by Gordon Henriksen · 17 years ago
- 2e855e6 C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler). by Gordon Henriksen · 17 years ago
- da1435f Adding bindings for memory buffers and module providers. Switching by Gordon Henriksen · 17 years ago
- 57cebee C and Ocaml bindings for address spaces, for that burgeoning market by Gordon Henriksen · 17 years ago
- 1ae6135 Add (very basic) bindings for ModuleProvider. by Gordon Henriksen · 17 years ago
- bbc6597 Adding Ocaml bindings for the bitreader as requested by Sarah by Gordon Henriksen · 17 years ago
- 80a75bf Adding a collector name attribute to Function in the IR. These by Gordon Henriksen · 17 years ago
- 2618a6c C and Objective Caml bindings for PHINode::addIncoming etc. by Gordon Henriksen · 17 years ago
- 6d6203d C and Objective Caml bindings for getFunction and getNamedGlobal. Also enhanced by Gordon Henriksen · 17 years ago
- c84c16b C and Objective Caml bindings for GlobalVariable::isConstant. by Gordon Henriksen · 17 years ago
- 1cf08fd C and Objective Caml bindings for PATypeHolder. by Gordon Henriksen · 17 years ago
- c0491ac Bindings for the verifier. by Gordon Henriksen · 17 years ago
- 81a7881 Adopting a uniform naming convention for type constructors in bindings. by Gordon Henriksen · 17 years ago
- e3b989d Adopting a uniform naming convention for constant constructors in bindings. by Gordon Henriksen · 17 years ago
- 4647569 Adding C and Ocaml bindings for ConstantExpr. by Gordon Henriksen · 17 years ago
- 88cc699 Wrapping Value::dump. by Gordon Henriksen · 17 years ago
- acd9619 Removing the silly CHelpers header by rolling wrap and unwrap into the C by Gordon Henriksen · 17 years ago
- 46abf91 Added C and Ocaml bindings for functions, basic blocks, and by Gordon Henriksen · 17 years ago