Fix typos found by http://github.com/lyda/misspell-check
[oota-llvm.git] / include / llvm-c / Core.h
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-05-09 Hans WennborgIntroduce llvm-c function LLVMPrintModuleToFile.
2012-03-22 Chris Lattneradd load/store volatility control to the C API, patch...
2012-03-21 Gregory SzorcFinish organizing C API docs.
2012-03-21 Gregory SzorcOrganize LLVM C API docs into doxygen modules; add...
2012-02-06 Bill Wendling[unwind removal] Remove all of the code for the dead...
2012-01-31 Bill WendlingRemove the eh.exception and eh.selector intrinsics...
2012-01-25 Chandler CarruthRevert a tiny bit of r148553 which extended LLVM's...
2012-01-20 Benjamin KramerDon't use my favorite C++11 feature (comma at end of...
2012-01-20 Kostya SerebryanyExtend Attributes to 64 bits
2011-12-20 Devang PatelAdd support to add named metadata operand.
2011-12-17 Dan GohmanThe powers that be have decided that LLVM IR should...
2011-11-04 Chad RosierRemove declarations for functions that don't exist...
2011-10-14 Torok Edwinocaml bindings: introduce classify_value
2011-10-14 Torok Edwinocaml bindings: add getopcode for constant and instruct...
2011-10-06 Torok EdwinDon't require C bindings opcode numbers to be kept...
2011-10-06 Torok EdwinAdd uwtable, returnstwice and nonlazybind to the C...
2011-10-06 Torok Edwinocaml/C bindings: type->isSized()
2011-10-06 Torok Edwinadd binding to read icmp predicate
2011-10-06 Torok Edwinocaml/C bindings: getmdstring, add num_op, get_op shoul...
2011-10-06 Torok EdwinC/OCaml API to retrieve struct name.
2011-10-03 Devang PatelAdd C api for Instruction->eraseFromParent().
2011-08-23 Nate BegemanAdd some useful accessors to c++ api that appear to...
2011-08-19 Benjamin KramerC API functions must be able to see their extern "C...
2011-08-12 Bill WendlingInitial commit of the 'landingpad' instruction.
2011-08-02 Bill WendlingRemove the LLVMBuildUnwind C API function.
2011-07-31 Bill WendlingAdd the 'resume' instruction for the new EH rewrite.
2011-07-30 Bill WendlingRevert r136253, r136263, r136269, r136313, r136325...
2011-07-28 Eli FriedmanLangRef and basic memory-representation/reading/writing...
2011-07-27 Bill WendlingKeep enums stable. Append EH stuff to the end.
2011-07-27 Bill WendlingMerge the contents from exception-handling-rewrite...
2011-07-27 Eli FriedmanThe numbering of LLVMOpcode is supposed to be stable...
2011-07-26 Eli FriedmanFix a couple minor mistakes pointed out by Bill in...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-14 Rafael EspindolaAdd LLVMConstNamedStruct to the C api to let its users...
2011-07-14 Chris Lattneradd a couple more missing C api, patch by Vitaly Lugovskiy!
2011-07-14 Chris Lattneradd C api for hte new type system rewrite API. Patch...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-06-04 Hans WennborgCast unused parameter to void.
2011-05-15 Nick LewyckyDeclare this function here so that it doesn't get C...
2011-02-18 Rafael EspindolaExpose getTypeName to the C API. Patch by Patrick Walton.
2010-11-29 Michael J. SpencerI swear I did a make clean and make before committing...
2010-11-28 Chris Lattneradd a function to the C api to get the context out...
2010-11-23 Chris Lattneradd a 'LLVMConstIntOfArbitraryPrecision' api to the...
2010-10-07 Owen AndersonNext step on the getting-rid-of-static-ctors train...
2010-09-10 Dale JohannesenAdd missing X86 MMX declarations. Hopefully fixes...
2010-09-10 Dale JohannesenAdd X86 MMX type to bitcode and Type.
2010-08-28 Chris Lattnerremove unions from LLVM IR. They are severely buggy...
2010-08-20 Bill WendlingCreate the new linker type "linker_private_weak_def_auto".
2010-08-20 Erick TryzelaarExpose LLVMSetOperand and LLVMGetNumOperands to llvm...
2010-07-19 Duncan SandsExpose BasicBlock::moveBefore and moveAfter in C API...
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-10 Chris Lattneradd attributes and module level asm to the ocaml bindings,
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...
next