SimplifyCFG: Expose phi node folding cost threshold as command line parameter
[oota-llvm.git] / include / llvm-c /
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-13 Rafael EspindolaAdd the alias analysis to the C api.
2011-04-11 Kevin EnderbyAdding support for printing operands symbolically to...
2011-04-07 Rafael EspindolaExpose more passes to the C API.
2011-04-03 Eric ChristopherAdd a set of C bindings for the Object interface.
2011-03-29 Daniel DunbarC-API: Include DataTypes.h instead of stdint.h.
2011-03-28 Kevin EnderbyAgain adding a C API to the disassembler for use by...
2011-03-26 Kevin EnderbyRemove the files for r128308 as it is causing a buildbo...
2011-03-26 Kevin EnderbyAdding a C API to the disassembler for use by such...
2011-03-22 Rafael EspindolaAdd a lto_codegen_compile_to_file to avoid producing...
2011-03-17 Rafael EspindolaAdd support in the LTO library for loading an object...
2011-03-14 Jim GrosbachTrailing whitespace.
2011-02-18 Rafael EspindolaExpose getTypeName to the C API. Patch by Patrick Walton.
2011-02-08 Rafael EspindolaDon't open the file again in the gold plugin. To be...
2011-01-07 Devang PatelDo not include DataTypes.h in llvm-c/lto.h.
2010-11-29 Michael J. SpencerI swear I did a make clean and make before committing...
2010-11-29 Michael J. SpencerMerge System into Support.
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-11-02 Duncan SandsFix comment typo.
2010-10-11 Chris Lattnerremove dead prototype, PR8351
2010-10-07 Owen AndersonAdd initialization routines for Instrumentation.
2010-10-07 Owen AndersonAdd initialization routines to InstCombine.
2010-10-07 Owen AndersonAdd initialization routines for VMCore.
2010-10-07 Owen AndersonAdd initialization routines for Target.
2010-10-07 Owen AndersonAdd initialization routines for CodeGen.
2010-10-07 Owen AndersonAdd initialization routines for Analysis and IPA.
2010-10-07 Owen AndersonAdd an initialization routine for libLLVMipo.a
2010-10-07 Owen AndersonAdd a header that I forgot to commit.
2010-10-07 Owen AndersonNext step on the getting-rid-of-static-ctors train...
2010-09-27 Bill WendlingAdd a new scope type "LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_H...
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-30 Eric ChristopherFix LLVM target initialization to deal with sociopathic...
2010-08-28 Chris Lattnerremove unions from LLVM IR. They are severely buggy...
2010-08-26 Devang PatelFix prototypes.
2010-08-25 Dan Gohmanlto_codegen_set_gcc_path was removed.
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-08-11 Rafael EspindolaMake it possible to set the cpu used for codegen.
2010-08-10 Rafael EspindolaMake it possible to set the flags passed to the assembler.
2010-08-09 Rafael EspindolaMake it possible to set the target triple and expose...
2010-08-08 Eric ChristopherFix PR7809 by creating a header for just llvm variables...
2010-07-20 Chris Lattnerstart straightening out libedis's dependencies and...
2010-07-19 Duncan SandsExpose BasicBlock::moveBefore and moveAfter in C API...
2010-07-19 Duncan SandsExpose JIT::recompileAndRelinkFunction for use through...
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...
next