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