Expose alignment and stack alignment attributes to llvm-c and ocaml.
[oota-llvm.git] / include / llvm-c / Core.h
2010-03-03 Erick TryzelaarExpose alignment and stack alignment attributes to...
2010-03-02 Erick TryzelaarAdd Module functions in place of module providers.
2010-03-02 Erick TryzelaarRename LLVMUseIteratorRef to LLVMUseRef since we don...
2010-02-28 Erick TryzelaarAdd support for global variables in an address space...
2010-02-28 Erick TryzelaarAdd indirect br support to llvm-c and ocaml.
2010-02-28 Erick TryzelaarAdd metadata functions to llvm-c and ocaml.
2010-02-28 Erick TryzelaarAdd the new builder arthmetic instructions to llvm...
2010-02-28 Erick TryzelaarAdd the new union arthmetic instructions to llvm-c...
2010-02-28 Erick TryzelaarAdd generic binary op and cast builder functions.
2010-02-16 Erick TryzelaarFix a typo in an LLVMOpcode enum. LLVMTrunk -> LLVMTrunc.
2010-02-15 Bill WendlingRemove c++ style comments from c header.
2010-02-15 Bill WendlingRenumber Instruction enums in llvm-c.
2010-02-12 Chris LattnerAdd support for a union type in LLVM IR. Patch by...
2010-02-06 Jakob Stoklund OlesenReintroduce the InlineHint function attribute.
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2010-01-15 Eric ChristopherRemove the InlineHint attribute. There are no current...
2010-01-09 Chris Lattner"In order to ease automatic bindings generation, it...
2010-01-05 Devang PatelRemove dead debug info intrinsics.
2009-11-23 Duncan SandsI forgot to update the prototype for LLVMBuildIntCast...
2009-10-26 Victor HernandezRemove FreeInst.
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-23 Victor HernandezRemove AllocationInst. Since MallocInst went away...
2009-10-17 Victor HernandezRemove MallocInst from LLVM Instructions.
2009-10-12 Chris Lattneradd some more hooks to the C bindings, patch by Kenneth...
2009-09-28 Dan GohmanAdd C API calls for building FNeg operations. Patch...
2009-09-03 Dan GohmanRevert 80959. It isn't sufficient to solve the full...
2009-09-03 Dan GohmanRemove the API for creating ConstantExprs with the...
2009-08-30 Erick TryzelaarMake sure we specify no arguments for context functions.
2009-08-26 Dale JohannesenAdd an 'inline hint' attribute to represent source
2009-08-19 Erick TryzelaarExpose some extra functions to llvm-c
2009-08-16 Erick TryzelaarExpose creating constant ints and floats from strings...
2009-08-16 Erick TryzelaarAdd an llvm-c function that lets you insert an instruct...
2009-08-16 Erick TryzelaarExpose most of the Constant creation functions to llvm-c.
2009-08-16 Erick TryzelaarExpose most of the rest of IRBuilder's functions to...
2009-08-14 Erick TryzelaarExpose LLVMContext to llvm-c.
2009-07-20 Bill WendlingPut new enum at end of list to avoid changing ABI.
2009-07-20 Bill WendlingAdd plumbing for the `linker_private' linkage type...
2009-07-17 Anton KorobeynikovFix copy & paste errors
2009-07-17 Anton KorobeynikovAdd missed attributes to C bindings
2009-07-17 Anton KorobeynikovAdd support for naked functions
2009-07-15 Chris LattnerUpdate the C bindings to keep the LLVMTypeKind up to...
2009-07-10 Chris Lattneradd missing *, patch by Peter O'Gorman!
2009-07-08 Nick LewyckyRemove the vicmp and vfcmp instructions. Because we...
2009-07-06 Chris LattnerAdd two new accessors to the C bindings, patch by Wladi...
2009-07-02 Owen AndersonRestore other bits of the C API that I tore up. All...
2009-07-02 Owen AndersonAdd a C wrapper for accessing the global default context.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-05-06 Duncan SandsOCaml parameter attribute bindings from PR2752.
2009-04-13 Chris Lattneradd AvailableExternally linkage to C bindings.
2009-03-11 Duncan SandsIt makes no sense to have a ODR version of common
2009-03-11 Duncan SandsRemove the one-definition-rule version of extern_weak
2009-03-07 Duncan SandsIntroduce new linkage types linkonce_odr, weak_odr...
2008-12-19 Gordon HenriksenAdd dyn_cast_or_null bindings for some additional class...
2008-12-19 Gordon HenriksenC bindings for dyn_cast_or_null.
2008-12-17 Chris LattnerThis adds some missing functions to the C binding:
2008-11-03 Dan GohmanAdd C bindings for extractvalue and insertvalue. Patch...
2008-09-25 Devang Patel Large mechanical patch.
2008-08-30 Gordon HenriksenPR2731: C and Ocaml bindings for setTailCall and isTail...
2008-08-17 Gordon HenriksenRename some GC classes so that their roll will hopefull...
2008-08-09 Gordon HenriksenDelete a redundant binding, LLVMHasInitializer.
2008-08-08 Eric ChristopherHave IRBuilder take a template argument on whether...
2008-05-19 Gordon HenriksenRemove a duplicative binding. Patch by Mahadevan R.
2008-05-04 Gordon HenriksenUse (void) instead of () in C code.
2008-04-28 Anton KorobeynikovCorrect parameter attributes encoding for C bindings.
2008-04-28 Gordon HenriksenExpose parameter attributes via C bindings.
2008-04-25 Gordon HenriksenPR2245: Misleading parameter name in llvm-c/Core.h...
2008-04-13 Duncan SandsMerge LLVMBuilder and FoldingBuilder, calling
2008-03-23 Gordon HenriksenObjective Caml bindings for basic block, function,...
2008-03-19 Gordon HenriksenC bindings for Module-, Function-, and BasicBlock:...
2008-03-19 Gordon HenriksenC and Objective Caml bindings for the various getParent...
2008-03-16 Gordon HenriksenRemove unnecessary includes.
2008-03-16 Gordon HenriksenC and Objective Caml bindings for PassManagers.
2008-03-14 Gordon HenriksenExpose Module::dump via C and Ocaml.
2008-03-07 Gordon HenriksenCleanup some comments in the OCaml bindings.
2008-02-02 Gordon HenriksenFixing a bug creating floating point constants of type...
2008-01-01 Gordon HenriksenAdding C bindings for SwitchInst::addCase.
2007-12-30 Gordon HenriksenAdd some doxygen comments to llvm-c/Core.h.
2007-12-29 Gordon HenriksenBindings for instruction calling conventions.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-27 Gordon HenriksenAdding bindings for target triple and data layout.
2007-12-27 Gordon HenriksenSwitch the bindings to use LLVMFoldingBuilder.
2007-12-19 Gordon HenriksenAdding bindings for memory buffers and module providers...
2007-12-17 Gordon HenriksenC and Ocaml bindings for address spaces, for that burge...
2007-12-12 Gordon HenriksenAdd (very basic) bindings for ModuleProvider.
2007-12-10 Gordon HenriksenAdding a collector name attribute to Function in the...
2007-10-08 Gordon HenriksenC and Objective Caml bindings for PHINode::addIncoming...
2007-10-08 Gordon HenriksenC and Objective Caml bindings for getFunction and getNa...
2007-10-07 Gordon HenriksenC and Objective Caml bindings for GlobalVariable::isCon...
2007-10-07 Gordon HenriksenC and Objective Caml bindings for PATypeHolder.
2007-10-06 Gordon HenriksenAdopting a uniform naming convention for type construct...
2007-10-06 Gordon HenriksenAdopting a uniform naming convention for constant const...
2007-10-06 Gordon HenriksenAdding C and Ocaml bindings for ConstantExpr.
2007-10-06 Gordon HenriksenWrapping Value::dump.
2007-10-05 Gordon HenriksenRemoving the silly CHelpers header by rolling wrap...
2007-09-26 Gordon HenriksenAdded C and Ocaml bindings for functions, basic blocks...
2007-09-18 Gordon HenriksenTests of the ocaml (and thus C) bindings for constants.
2007-09-18 Gordon HenriksenC bindings for libLLVMCore.a and libLLVMBitWriter.a.