| Age | Commit message (Expand) | Author |
| 2009-11-23 | I forgot to update the prototype for LLVMBuildIntCast when correcting | Duncan Sands |
| 2009-11-16 | BuildIntCast takes an additional parameter, isSigned. | Duncan Sands |
| 2009-11-10 | Fix MemoryBuffer::getSTDIN to *not* return null if stdin is empty, this is a ... | Daniel Dunbar |
| 2009-11-07 | Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions. | Victor Hernandez |
| 2009-11-06 | Revert r86077 because it caused crashes in 179.art and 175.vpr on ARM | Victor Hernandez |
| 2009-11-05 | Update CreateMalloc so that its callers specify the size to allocate: | Victor Hernandez |
| 2009-10-26 | Remove FreeInst. | Victor Hernandez |
| 2009-10-21 | Rename msasm to alignstack per review. | Dale Johannesen |
| 2009-10-17 | Fix test/Bindings/Ocaml/vmcore.ml. When IRBuilder::CreateMalloc was removed, | Nick Lewycky |
| 2009-10-17 | Autoupgrade malloc insts to malloc calls. | Victor Hernandez |
| 2009-10-13 | Add an "msasm" flag to inline asm as suggested in PR 5125. | Dale Johannesen |
| 2009-10-12 | add some more hooks to the C bindings, patch by Kenneth Uildriks! | Chris Lattner |
| 2009-09-28 | Add C API calls for building FNeg operations. Patch by KS Sreeram! | Dan Gohman |
| 2009-09-25 | Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c... | Victor Hernandez |
| 2009-09-24 | Auto-upgrade malloc instructions to malloc calls. | Victor Hernandez |
| 2009-09-03 | Revert 80959. It isn't sufficient to solve the full problem. And it | Dan Gohman |
| 2009-09-03 | Remove the API for creating ConstantExprs with the nsw, nuw, inbounds, | Dan Gohman |
| 2009-09-02 | Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. | Sandeep Patel |
| 2009-08-16 | Expose creating constant ints and floats from strings in llvm-c. | Erick Tryzelaar |
| 2009-08-16 | Add an llvm-c function that lets you insert an instruction with a name. | Erick Tryzelaar |
| 2009-08-16 | Expose most of the Constant creation functions to llvm-c. | Erick Tryzelaar |
| 2009-08-16 | Expose most of the rest of IRBuilder's functions to llvm-c. | Erick Tryzelaar |
| 2009-08-14 | Expose LLVMContext to llvm-c. | Erick Tryzelaar |
| 2009-08-13 | Actually privatize a IntegerTypes, and fix a few bugs exposed by this. | Owen Anderson |
| 2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
| 2009-08-06 | Don't search the entire type table just to delete a type by name. | Daniel Dunbar |
| 2009-08-05 | Privatize the StructType table, which unfortunately involves routing contexts... | Owen Anderson |
| 2009-07-31 | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson |
| 2009-07-30 | Move more code back to 2.5 APIs. | Owen Anderson |
| 2009-07-29 | Move types back to the 2.5 API. | Owen Anderson |
| 2009-07-29 | Move ConstantExpr to 2.5 API. | Owen Anderson |
| 2009-07-28 | Return ConstantVector to 2.5 API. | Owen Anderson |
| 2009-07-28 | Change ConstantArray to 2.5 API. | Owen Anderson |
| 2009-07-27 | Move ConstantStruct back to 2.5 API. | Owen Anderson |
| 2009-07-27 | Move ConstantFP construction back to the 2.5-ish API. | Owen Anderson |
| 2009-07-26 | Eliminate some uses of DOUT, cerr, and getNameStart(). | Daniel Dunbar |
| 2009-07-24 | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson |
| 2009-07-20 | Change the casting of linkage types into a map. This makes this much more robust | Bill Wendling |
| 2009-07-16 | Fix compiler warning (for -Asserts). | Daniel Dunbar |
| 2009-07-15 | Update the C bindings to keep the LLVMTypeKind up to date between the C/C++ | Chris Lattner |
| 2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
| 2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
| 2009-07-08 | Push LLVMContext _back_ through IRBuilder. | Owen Anderson |
| 2009-07-08 | Switch GlobalVariable ctors to a sane API, where *either* a context or a modu... | Owen Anderson |
| 2009-07-08 | Push LLVMContext through GlobalVariables and IRBuilder. | Owen Anderson |
| 2009-07-07 | LLVMContext-ifiy the implementation of the C API. | Owen Anderson |
| 2009-07-06 | Add two new accessors to the C bindings, patch by Wladimir van der Laan! | Chris Lattner |
| 2009-07-02 | Restore other bits of the C API that I tore up. All pre-existing APIs defaul... | Owen Anderson |
| 2009-07-02 | Add a C wrapper for accessing the global default context. | Owen Anderson |
| 2009-07-01 | Hold the LLVMContext by reference rather than by pointer. | Owen Anderson |