Rename some GC classes so that their roll will hopefully be clearer.
[oota-llvm.git] / lib / VMCore / Core.cpp
2008-08-17 Gordon HenriksenRename some GC classes so that their roll will hopefull...
2008-08-09 Gordon HenriksenDelete a redundant binding, LLVMHasInitializer.
2008-08-08 Eric ChristopherHave IRBuilder take a template argument on whether...
2008-06-21 Dan GohmanUse Function's arg_size() and size() methods.
2008-05-19 Gordon HenriksenRemove a duplicative binding. Patch by Mahadevan R.
2008-05-04 Gordon HenriksenUse (void) instead of () in C code.
2008-04-28 Gordon HenriksenExpose parameter attributes via C bindings.
2008-04-20 Chris LattnerUse simplified ConstantFP::get method, fix a bug handli...
2008-04-13 Duncan SandsMerge LLVMBuilder and FoldingBuilder, calling
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2008-04-01 Chris LattnerChange the MemoryBuffer::getFile* methods to take just...
2008-03-23 Gordon HenriksenObjective Caml bindings for basic block, function,...
2008-03-19 Gordon HenriksenC bindings for Module-, Function-, and BasicBlock:...
2008-03-19 Gordon HenriksenC and Objective Caml bindings for the various getParent...
2008-03-14 Gordon HenriksenExpose Module::dump via C and Ocaml.
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-02-02 Gordon HenriksenFixing a bug creating floating point constants of type...
2008-01-01 Gordon HenriksenAdding C bindings for SwitchInst::addCase.
2007-12-30 Gordon HenriksenAdd some doxygen comments to llvm-c/Core.h.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-27 Gordon HenriksenAdding bindings for target triple and data layout.
2007-12-27 Gordon HenriksenSwitch the bindings to use LLVMFoldingBuilder.
2007-12-19 Gordon HenriksenAdding bindings for memory buffers and module providers...
2007-12-17 Gordon HenriksenC and Ocaml bindings for address spaces, for that burge...
2007-12-17 Christopher LambChange the PointerType api for creating pointer types...
2007-12-12 Gordon HenriksenAdd (very basic) bindings for ModuleProvider.
2007-12-10 Gordon HenriksenAdding a collector name attribute to Function in the...
2007-10-08 Gordon HenriksenC and Objective Caml bindings for PHINode::addIncoming...
2007-10-08 Evan ChengRemove debugging printf to get build going on x86-64.
2007-10-08 Gordon HenriksenC and Objective Caml bindings for getFunction and getNa...
2007-10-07 Gordon HenriksenC and Objective Caml bindings for GlobalVariable::isCon...
2007-10-07 Gordon HenriksenC and Objective Caml bindings for PATypeHolder.
2007-10-06 Gordon HenriksenAdopting a uniform naming convention for type construct...
2007-10-06 Gordon HenriksenAdopting a uniform naming convention for constant const...
2007-10-06 Gordon HenriksenAdding C and Ocaml bindings for ConstantExpr.
2007-10-06 Gordon HenriksenWrapping Value::dump.
2007-10-05 Gordon HenriksenRemoving the silly CHelpers header by rolling wrap...
2007-09-29 Gordon HenriksenDemoting CHelpers.h to include/llvm/Support.
2007-09-26 Gordon HenriksenAdded C and Ocaml bindings for functions, basic blocks...
2007-09-18 Gordon HenriksenTests of the ocaml (and thus C) bindings for constants.
2007-09-18 Gordon HenriksenC bindings for libLLVMCore.a and libLLVMBitWriter.a.