Reimplement r108639 in InstCombine rather than DAGCombine.
[oota-llvm.git] / include / llvm-c /
2010-07-12 Eric Christopher80 columns.
2010-07-01 Bill WendlingImplement the "linker_private_weak" linkage type. This...
2010-06-29 Bill WendlingRevert r107205 and r107207.
2010-06-29 Bill WendlingIntroducing the "linker_weak" linkage type. This will...
2010-04-29 Chris Lattneradd some more (void)'s to prototypes for PR6961
2010-04-28 Chris Lattnerdeclare targets with (void) instead of () since this...
2010-04-12 Sean CallananBug fix: included System/Types.h instead of
2010-04-10 Chris Lattneradd attributes and module level asm to the ocaml bindings,
2010-04-09 Wesley PeckAdding IPSCCP and Internalize passes to the C-bindings
2010-04-08 Sean CallananAdded support for ARM disassembly to edis.
2010-03-11 Nate BegemanWhoops this already existed.
2010-03-11 Nate BegemanAdd a handful of additional useful pass manager things...
2010-03-06 Erick TryzelaarAdd a LLVMWriteBitcodeToFD that exposes the raw_fd_ostr...
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-08 Sean CallananAdded header file declarations and .exports entries
2010-02-06 Jakob Stoklund OlesenReintroduce the InlineHint function attribute.
2010-02-04 Sean CallananFilled in a few new APIs for the enhanced
2010-01-27 Sean CallananChanged constants to an enum so as not to pollute the
2010-01-27 Sean CallananAdded a header file defining the externally-visible...
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 Lattnerhopefully unbreak the ocaml bindings.
2010-01-09 Chris Lattner"In order to ease automatic bindings generation, it...
2010-01-05 Devang PatelRemove dead debug info intrinsics.
2009-12-21 Chris Lattnerimprove compatibility with SWIG, patch by James Knight!
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...
next