aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/Core.cpp
AgeCommit message (Expand)Author
2008-11-03Add C bindings for extractvalue and insertvalue. Patch by Frits van Bommel!Dan Gohman
2008-10-09Add a "loses information" return value to APFloat::convertDale Johannesen
2008-09-25 Large mechanical patch.Devang Patel
2008-08-30PR2731: C and Ocaml bindings for setTailCall and isTailCall.Gordon Henriksen
2008-08-17Rename some GC classes so that their roll will hopefully be clearer.Gordon Henriksen
2008-08-09Delete a redundant binding, LLVMHasInitializer.Gordon Henriksen
2008-08-08Have IRBuilder take a template argument on whether or not to preserveEric Christopher
2008-06-21Use Function's arg_size() and size() methods.Dan Gohman
2008-05-19Remove a duplicative binding. Patch by Mahadevan R.Gordon Henriksen
2008-05-04Use (void) instead of () in C code.Gordon Henriksen
2008-04-28Expose parameter attributes via C bindings.Gordon Henriksen
2008-04-20Use simplified ConstantFP::get method, fix a bug handling frem x, 0 with long...Chris Lattner
2008-04-13Merge LLVMBuilder and FoldingBuilder, callingDuncan Sands
2008-04-06API changes for class Use size reduction, wave 1.Gabor Greif
2008-04-01Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner
2008-03-23Objective Caml bindings for basic block, function, global, and arg iterators.Gordon Henriksen
2008-03-19C bindings for Module-, Function-, and BasicBlock::iterator.Gordon Henriksen
2008-03-19C and Objective Caml bindings for the various getParent methods of the IR.Gordon Henriksen
2008-03-14Expose Module::dump via C and Ocaml.Gordon Henriksen
2008-02-20Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov
2008-02-02Fixing a bug creating floating point constants of type otherGordon Henriksen
2008-01-01Adding C bindings for SwitchInst::addCase.Gordon Henriksen
2007-12-30Add some doxygen comments to llvm-c/Core.h.Gordon Henriksen
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-27Adding bindings for target triple and data layout.Gordon Henriksen
2007-12-27Switch the bindings to use LLVMFoldingBuilder.Gordon Henriksen
2007-12-19Adding bindings for memory buffers and module providers. SwitchingGordon Henriksen
2007-12-17C and Ocaml bindings for address spaces, for that burgeoning marketGordon Henriksen
2007-12-17Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb
2007-12-12Add (very basic) bindings for ModuleProvider.Gordon Henriksen
2007-12-10Adding a collector name attribute to Function in the IR. These Gordon Henriksen
2007-10-08C and Objective Caml bindings for PHINode::addIncoming etc.Gordon Henriksen
2007-10-08Remove debugging printf to get build going on x86-64.Evan Cheng
2007-10-08C and Objective Caml bindings for getFunction and getNamedGlobal. Also enhancedGordon Henriksen
2007-10-07C and Objective Caml bindings for GlobalVariable::isConstant.Gordon Henriksen
2007-10-07C and Objective Caml bindings for PATypeHolder.Gordon Henriksen
2007-10-06Adopting a uniform naming convention for type constructors in bindings.Gordon Henriksen
2007-10-06Adopting a uniform naming convention for constant constructors in bindings.Gordon Henriksen
2007-10-06Adding C and Ocaml bindings for ConstantExpr.Gordon Henriksen
2007-10-06Wrapping Value::dump.Gordon Henriksen
2007-10-05Removing the silly CHelpers header by rolling wrap and unwrap into the CGordon Henriksen
2007-09-29Demoting CHelpers.h to include/llvm/Support.Gordon Henriksen
2007-09-26Added C and Ocaml bindings for functions, basic blocks, and Gordon Henriksen
2007-09-18Tests of the ocaml (and thus C) bindings for constants.Gordon Henriksen
2007-09-18C bindings for libLLVMCore.a and libLLVMBitWriter.a.Gordon Henriksen