2010-03-11 |
Nate Begeman | Whoops this already existed. |
tree | commitdiff |
2010-03-11 |
Nate Begeman | Add a handful of additional useful pass manager things... |
tree | commitdiff |
2010-03-06 |
Erick Tryzelaar | Add a LLVMWriteBitcodeToFD that exposes the raw_fd_ostr... |
tree | commitdiff |
2010-03-03 |
Erick Tryzelaar | Expose alignment and stack alignment attributes to... |
tree | commitdiff |
2010-03-02 |
Erick Tryzelaar | Add Module functions in place of module providers. |
tree | commitdiff |
2010-03-02 |
Erick Tryzelaar | Rename LLVMUseIteratorRef to LLVMUseRef since we don... |
tree | commitdiff |
2010-02-28 |
Erick Tryzelaar | Add support for global variables in an address space... |
tree | commitdiff |
2010-02-28 |
Erick Tryzelaar | Add indirect br support to llvm-c and ocaml. |
tree | commitdiff |
2010-02-28 |
Erick Tryzelaar | Add metadata functions to llvm-c and ocaml. |
tree | commitdiff |
2010-02-28 |
Erick Tryzelaar | Add the new builder arthmetic instructions to llvm... |
tree | commitdiff |
2010-02-28 |
Erick Tryzelaar | Add the new union arthmetic instructions to llvm-c... |
tree | commitdiff |
2010-02-28 |
Erick Tryzelaar | Add generic binary op and cast builder functions. |
tree | commitdiff |
2010-02-16 |
Erick Tryzelaar | Fix a typo in an LLVMOpcode enum. LLVMTrunk -> LLVMTrunc. |
tree | commitdiff |
2010-02-15 |
Bill Wendling | Remove c++ style comments from c header. |
tree | commitdiff |
2010-02-15 |
Bill Wendling | Renumber Instruction enums in llvm-c. |
tree | commitdiff |
2010-02-12 |
Chris Lattner | Add support for a union type in LLVM IR. Patch by... |
tree | commitdiff |
2010-02-08 |
Sean Callanan | Added header file declarations and .exports entries |
tree | commitdiff |
2010-02-06 |
Jakob Stoklund Olesen | Reintroduce the InlineHint function attribute. |
tree | commitdiff |
2010-02-04 |
Sean Callanan | Filled in a few new APIs for the enhanced |
tree | commitdiff |
2010-01-27 |
Sean Callanan | Changed constants to an enum so as not to pollute the |
tree | commitdiff |
2010-01-27 |
Sean Callanan | Added a header file defining the externally-visible... |
tree | commitdiff |
2010-01-27 |
Jeffrey Yasskin | Kill ModuleProvider and ghost linkage by inverting... |
tree | commitdiff |
2010-01-22 |
Chris Lattner | Stop building RTTI information for *most* llvm librarie... |
tree | commitdiff |
2010-01-15 |
Eric Christopher | Remove the InlineHint attribute. There are no current... |
tree | commitdiff |
2010-01-09 |
Chris Lattner | hopefully unbreak the ocaml bindings. |
tree | commitdiff |
2010-01-09 |
Chris Lattner | "In order to ease automatic bindings generation, it... |
tree | commitdiff |
2010-01-05 |
Devang Patel | Remove dead debug info intrinsics. |
tree | commitdiff |
2009-12-21 |
Chris Lattner | improve compatibility with SWIG, patch by James Knight! |
tree | commitdiff |
2009-11-23 |
Duncan Sands | I forgot to update the prototype for LLVMBuildIntCast... |
tree | commitdiff |
2009-11-11 |
Chris Lattner | remove the now dead condprop pass, PR3906. |
tree | commitdiff |
2009-10-26 |
Victor Hernandez | Remove FreeInst. |
tree | commitdiff |
2009-10-26 |
Chandler Carruth | Move DataTypes.h to include/llvm/System, update all... |
tree | commitdiff |
2009-10-24 |
Victor Hernandez | Auto-upgrade free instructions to calls to the builtin... |
tree | commitdiff |
2009-10-23 |
Victor Hernandez | Remove AllocationInst. Since MallocInst went away... |
tree | commitdiff |
2009-10-17 |
Victor Hernandez | Remove MallocInst from LLVM Instructions. |
tree | commitdiff |
2009-10-12 |
Chris Lattner | add some more hooks to the C bindings, patch by Kenneth... |
tree | commitdiff |
2009-09-28 |
Dan Gohman | Add C API calls for building FNeg operations. Patch... |
tree | commitdiff |
2009-09-03 |
Dan Gohman | Revert 80959. It isn't sufficient to solve the full... |
tree | commitdiff |
2009-09-03 |
Dan Gohman | Remove the API for creating ConstantExprs with the... |
tree | commitdiff |
2009-08-30 |
Erick Tryzelaar | Make sure we specify no arguments for context functions. |
tree | commitdiff |
2009-08-26 |
Dale Johannesen | Add an 'inline hint' attribute to represent source |
tree | commitdiff |
2009-08-19 |
Erick Tryzelaar | Expose some extra functions to llvm-c |
tree | commitdiff |
2009-08-18 |
Daniel Dunbar | Add LLVMInitializeAllTargetInfos for C api, and update |
tree | commitdiff |
2009-08-16 |
Erick Tryzelaar | Expose creating constant ints and floats from strings... |
tree | commitdiff |
2009-08-16 |
Erick Tryzelaar | Add an llvm-c function that lets you insert an instruct... |
tree | commitdiff |
2009-08-16 |
Erick Tryzelaar | Expose most of the Constant creation functions to llvm-c. |
tree | commitdiff |
2009-08-16 |
Erick Tryzelaar | Expose most of the rest of IRBuilder's functions to... |
tree | commitdiff |
2009-08-14 |
Erick Tryzelaar | Expose LLVMContext to llvm-c. |
tree | commitdiff |
2009-08-11 |
Erick Tryzelaar | Change llvm-c's ordering of contexts to make it consistent. |
tree | commitdiff |
2009-07-20 |
Bill Wendling | Put new enum at end of list to avoid changing ABI. |
tree | commitdiff |
2009-07-20 |
Bill Wendling | Add plumbing for the `linker_private' linkage type... |
tree | commitdiff |
2009-07-17 |
Anton Korobeynikov | Fix copy & paste errors |
tree | commitdiff |
2009-07-17 |
Anton Korobeynikov | Add missed attributes to C bindings |
tree | commitdiff |
2009-07-17 |
Anton Korobeynikov | Add support for naked functions |
tree | commitdiff |
2009-07-15 |
Chris Lattner | Update the C bindings to keep the LLVMTypeKind up to... |
tree | commitdiff |
2009-07-15 |
Dan Gohman | llvm-c/Core.h is no longer needed in lto.h, and it... |
tree | commitdiff |
2009-07-12 |
Daniel Dunbar | Match declaration to definition. |
tree | commitdiff |
2009-07-10 |
Chris Lattner | add missing *, patch by Peter O'Gorman! |
tree | commitdiff |
2009-07-08 |
Nick Lewycky | Remove the vicmp and vfcmp instructions. Because we... |
tree | commitdiff |
2009-07-06 |
Chris Lattner | Add two new accessors to the C bindings, patch by Wladi... |
tree | commitdiff |
2009-07-02 |
Owen Anderson | Restore other bits of the C API that I tore up. All... |
tree | commitdiff |
2009-07-02 |
Owen Anderson | Maintain the old LTO API, by using the global context. |
tree | commitdiff |
2009-07-02 |
Owen Anderson | Add a C wrapper for accessing the global default context. |
tree | commitdiff |
2009-07-01 |
Owen Anderson | Fix the LTO header for LLVMContext changes. |
tree | commitdiff |
2009-07-01 |
Owen Anderson | Hold the LLVMContext by reference rather than by pointer. |
tree | commitdiff |
2009-07-01 |
Owen Anderson | Add a pointer to the owning LLVMContext to Module.... |
tree | commitdiff |
2009-06-24 |
Bob Wilson | Fix the Ocaml bindings for the ExecutionEngine: with... |
tree | commitdiff |
2009-06-23 |
Bob Wilson | Provide InitializeAllTargets and InitializeNativeTarget... |
tree | commitdiff |
2009-06-04 |
Nick Kledzik | <rdar://problem/6940611> libLTO.dylib needs to let... |
tree | commitdiff |
2009-05-09 |
Duncan Sands | Rename PaddedSize to AllocSize, in the hope that this |
tree | commitdiff |
2009-05-06 |
Duncan Sands | OCaml parameter attribute bindings from PR2752. |
tree | commitdiff |
2009-04-30 |
Nick Lewycky | Oops! Missed a file in my last commit. |
tree | commitdiff |
2009-04-29 |
Bill Wendling | The second part of the change from -fast to -O#. This... |
tree | commitdiff |
2009-04-24 |
Rafael Espindola | Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the... |
tree | commitdiff |
2009-04-13 |
Chris Lattner | add AvailableExternally linkage to C bindings. |
tree | commitdiff |
2009-03-11 |
Duncan Sands | It makes no sense to have a ODR version of common |
tree | commitdiff |
2009-03-11 |
Duncan Sands | Remove the one-definition-rule version of extern_weak |
tree | commitdiff |
2009-03-07 |
Duncan Sands | Introduce new linkage types linkonce_odr, weak_odr... |
tree | commitdiff |
2009-03-06 |
Chris Lattner | fix header comment and include guard. |
tree | commitdiff |
2009-03-06 |
Chris Lattner | add a bunch more passes to the C bindings (PR3734)... |
tree | commitdiff |
2009-02-06 |
Nick Lewycky | Correct strange whitespace. |
tree | commitdiff |
2009-01-21 |
Chris Lattner | add getPointerToGlobal to the C bindings, patch by... |
tree | commitdiff |
2009-01-12 |
Duncan Sands | Rename getABITypeSize to getTypePaddedSize, as |
tree | commitdiff |
2008-12-19 |
Gordon Henriksen | Add dyn_cast_or_null bindings for some additional class... |
tree | commitdiff |
2008-12-19 |
Gordon Henriksen | C bindings for dyn_cast_or_null. |
tree | commitdiff |
2008-12-17 |
Chris Lattner | This adds some missing functions to the C binding: |
tree | commitdiff |
2008-11-29 |
Nick Lewycky | Add protected visibility to libLTO. |
tree | commitdiff |
2008-11-03 |
Dan Gohman | Add C bindings for extractvalue and insertvalue. Patch... |
tree | commitdiff |
2008-09-25 |
Devang Patel | Large mechanical patch. |
tree | commitdiff |
2008-08-30 |
Gordon Henriksen | PR2731: C and Ocaml bindings for setTailCall and isTail... |
tree | commitdiff |
2008-08-17 |
Gordon Henriksen | Rename some GC classes so that their roll will hopefull... |
tree | commitdiff |
2008-08-09 |
Gordon Henriksen | Delete a redundant binding, LLVMHasInitializer. |
tree | commitdiff |
2008-08-08 |
Gordon Henriksen | Fix the LLVMCreateJITCompiler C binding. |
tree | commitdiff |
2008-08-08 |
Eric Christopher | Have IRBuilder take a template argument on whether... |
tree | commitdiff |
2008-07-03 |
Devang Patel | Provide a hook to set the code generation debug option... |
tree | commitdiff |
2008-06-20 |
Gordon Henriksen | Add C binding for ExecutionEngine::addGlobalMapping. |
tree | commitdiff |
2008-05-19 |
Gordon Henriksen | Remove a duplicative binding. Patch by Mahadevan R. |
tree | commitdiff |
2008-05-06 |
Gordon Henriksen | Improve documentation. |
tree | commitdiff |
2008-05-04 |
Gordon Henriksen | Use (void) instead of () in C code. |
tree | commitdiff |
2008-04-28 |
Anton Korobeynikov | Correct parameter attributes encoding for C bindings. |
tree | commitdiff |
next |