| Age | Commit message (Expand) | Author |
| 2010-07-12 | Convert some tab stops into spaces. | Duncan Sands |
| 2010-06-18 | Handle execution entrypoints with non-integer return types. | Dan Gohman |
| 2010-05-01 | Fix an ancient FIXME. | Dan Gohman |
| 2010-04-07 | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner |
| 2010-03-30 | Typo noticed by Duncan. | Torok Edwin |
| 2010-03-30 | Don't overwrite previous value, if it succeeded. | Torok Edwin |
| 2010-03-30 | Honour addGlobalMapping() in the interpreter, if it was used to add mappings for | Torok Edwin |
| 2010-02-16 | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands |
| 2010-02-15 | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands |
| 2010-01-28 | Replace strcpy with memcpy when we have the length around anyway. | Benjamin Kramer |
| 2010-01-27 | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin |
| 2010-01-24 | make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. | Chris Lattner |
| 2010-01-22 | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner |
| 2010-01-05 | Avoid going through the LLVMContext for type equality where it's safe to dere... | Benjamin Kramer |
| 2010-01-05 | These should probably be errs(). | David Greene |
| 2010-01-05 | Change errs() to dbgs(). | David Greene |
| 2010-01-05 | Change errs() to dbgs(). | David Greene |
| 2009-11-18 | Fix passing of float arguments through ffi. | Nick Lewycky |
| 2009-11-17 | Fail less mysteriously; inform the user that their LLVM was not built with | Nick Lewycky |
| 2009-11-08 | Remove ByteswapSCANFResults, it is dead. | Daniel Dunbar |
| 2009-11-08 | We don't need to byteswap, the interpreter assumes the program is running | Nick Lewycky |
| 2009-11-08 | Fix the interpreter to not crash due to zeroext/signext | Nick Lewycky |
| 2009-10-29 | add interpreter support for indirect goto / blockaddress. The interpreter | Chris Lattner |
| 2009-10-26 | Remove FreeInst. | Victor Hernandez |
| 2009-10-26 | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth |
| 2009-10-23 | Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su... | Victor Hernandez |
| 2009-10-05 | strength reduce a ton of type equality tests to check the typeid (Through | Chris Lattner |
| 2009-09-18 | Stop using alloca. | Nick Lewycky |
| 2009-09-17 | Some platforms may need malloc.h for alloca. | Daniel Dunbar |
| 2009-08-23 | remove some uses of llvm/Support/Streams.h | Chris Lattner |
| 2009-08-23 | remove the std::ostream version of module and type printing. | Chris Lattner |
| 2009-08-23 | eliminate the "Value" printing methods that print to a std::ostream. | Chris Lattner |
| 2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
| 2009-08-12 | This void is implicit in C++. | Dan Gohman |
| 2009-08-07 | MSVC warning fixes; patch by Stein Roger! | Daniel Dunbar |
| 2009-08-03 | llvm_report_error already prints "LLVM ERROR:". So stop reporting errors like... | Benjamin Kramer |
| 2009-07-24 | Switch to getNameStr(). | Daniel Dunbar |
| 2009-07-22 | Simplify some uses of Value::getName() | Daniel Dunbar |
| 2009-07-18 | Add EngineBuilder to ExecutionEngine in favor of the five optional argument E... | Reid Kleckner |
| 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-11 | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, | Torok Edwin |
| 2009-07-09 | remove dead function. | Chris Lattner |
| 2009-07-08 | Add an option to allocate JITed global data separately from code. By | Jeffrey Yasskin |
| 2009-07-07 | Have scoped mutexes take referenes instead of pointers. | Owen Anderson |
| 2009-06-26 | Get rid of unnecessary global variables. | Owen Anderson |
| 2009-06-24 | Fix the Ocaml bindings for the ExecutionEngine: with the change to build | Bob Wilson |
| 2009-06-23 | Eliminate object-relinking support from CMake. Fixes PR 4429 and | Douglas Gregor |
| 2009-06-22 | Add locking around the external function lookup table for the interpreter. | Owen Anderson |
| 2009-06-04 | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman |