Comparing std::string with NULL is a bad idea, so just check whether its empty.
[oota-llvm.git] / include / llvm-c /
2009-11-23 Duncan SandsI forgot to update the prototype for LLVMBuildIntCast...
2009-11-11 Chris Lattnerremove the now dead condprop pass, PR3906.
2009-10-26 Victor HernandezRemove FreeInst.
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-24 Victor HernandezAuto-upgrade free instructions to calls to the builtin...
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-18 Daniel DunbarAdd LLVMInitializeAllTargetInfos for C api, and update
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-08-11 Erick TryzelaarChange llvm-c's ordering of contexts to make it consistent.
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-15 Dan Gohmanllvm-c/Core.h is no longer needed in lto.h, and it...
2009-07-12 Daniel DunbarMatch declaration to definition.
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 AndersonMaintain the old LTO API, by using the global context.
2009-07-02 Owen AndersonAdd a C wrapper for accessing the global default context.
2009-07-01 Owen AndersonFix the LTO header for LLVMContext changes.
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2009-06-24 Bob WilsonFix the Ocaml bindings for the ExecutionEngine: with...
2009-06-23 Bob WilsonProvide InitializeAllTargets and InitializeNativeTarget...
2009-06-04 Nick Kledzik<rdar://problem/6940611> libLTO.dylib needs to let...
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-05-06 Duncan SandsOCaml parameter attribute bindings from PR2752.
2009-04-30 Nick LewyckyOops! Missed a file in my last commit.
2009-04-29 Bill WendlingThe second part of the change from -fast to -O#. This...
2009-04-24 Rafael EspindolaAdd LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the...
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...
2009-03-06 Chris Lattnerfix header comment and include guard.
2009-03-06 Chris Lattneradd a bunch more passes to the C bindings (PR3734)...
2009-02-06 Nick LewyckyCorrect strange whitespace.
2009-01-21 Chris Lattneradd getPointerToGlobal to the C bindings, patch by...
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
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-29 Nick LewyckyAdd protected visibility to libLTO.
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 Gordon HenriksenFix the LLVMCreateJITCompiler C binding.
2008-08-08 Eric ChristopherHave IRBuilder take a template argument on whether...
2008-07-03 Devang PatelProvide a hook to set the code generation debug option...
2008-06-20 Gordon HenriksenAdd C binding for ExecutionEngine::addGlobalMapping.
2008-05-19 Gordon HenriksenRemove a duplicative binding. Patch by Mahadevan R.
2008-05-06 Gordon HenriksenImprove documentation.
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-31 Erick TryzelaarExpose Function::viewCFG and Function::viewCFGOnly...
2008-03-27 Erick TryzelaarExpose ExecutionEngine::getTargetData() to c and ocaml...
2008-03-23 Gordon HenriksenObjective Caml bindings for basic block, function,...
2008-03-20 Gordon HenriksenC and Objective Caml bindings for mem2reg and reg2mem.
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 HenriksenC and Objective Caml bindings for the TargetData class.
2008-03-16 Gordon HenriksenC and Objective Caml bindings for several scalar transf...
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-27 Nick Kledzikfixes from review of first commit
2008-02-26 Nick Kledzikfirst commit of new LTO system. It is not hooked up...
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-23 Gordon HenriksenC and Ocaml bindings for ExecutionEngine (i.e., the...
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.
next