Age | Commit message (Expand) | Author |
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-02-05 | Move --march, --mcpu, and --mattr from JIT/TargetSelect.cpp to lli.cpp. | Jeffrey Yasskin |
2010-02-03 | r94686 changed all ModuleProvider parameters to Modules, which made the | Jeffrey Yasskin |
2010-01-27 | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin |
2010-01-15 | Fix http://llvm.org/PR6028, an assertion failure when an UndefValue of | Jay Foad |
2010-01-05 | Move remaining stuff to the isInteger predicate. | Benjamin Kramer |
2010-01-05 | Avoid going through the LLVMContext for type equality where it's safe to dere... | Benjamin Kramer |
2010-01-05 | Change errs() to dbgs(). | David Greene |
2009-11-17 | Add ability to set code model within the execution engine builders | Eric Christopher |
2009-11-09 | Remove dlsym stubs, with Nate Begeman's permission. | Jeffrey Yasskin |
2009-10-29 | add interpreter support for indirect goto / blockaddress. The interpreter | Chris Lattner |
2009-10-27 | Change the JIT to compile eagerly by default as agreed in | Jeffrey Yasskin |
2009-10-23 | Fix http://llvm.org/PR4822: allow module deletion after a function has been | Jeffrey Yasskin |
2009-10-13 | Make the ExecutionEngine automatically remove global mappings on when their | Jeffrey Yasskin |
2009-10-09 | ExecutionEngine::clearGlobalMappingsFromModule failed to remove reverse | Jeffrey Yasskin |
2009-10-06 | Introduce and use convenience methods for getting pointer types | Duncan Sands |
2009-10-05 | strength reduce a ton of type equality tests to check the typeid (Through | Chris Lattner |
2009-09-23 | errorstr can be null, don't unconditionally set it. Only report that | Chris Lattner |
2009-09-23 | Make EngineBuilder return more error codes, by KS Sreeram. | Chris Lattner |
2009-08-23 | just remove interpreter support for endianness mismatches. This was | Chris Lattner |
2009-08-23 | remove use of alloca.h | Chris Lattner |
2009-08-23 | remove a few DOUTs here and there. | Chris Lattner |
2009-08-23 | remove the std::ostream version of module and type printing. | Chris Lattner |
2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
2009-08-07 | To catch bugs like the one fixed in | Jeffrey Yasskin |
2009-08-04 | Make ExecutionEngine::updateGlobalMapping(GV, NULL) properly remove GV's old | Jeffrey Yasskin |
2009-07-26 | Eliminate some uses of DOUT, cerr, and getNameStart(). | Daniel Dunbar |
2009-07-21 | Simplify / normalize 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-08 | Add an option to allocate JITed global data separately from code. By | Jeffrey Yasskin |
2009-07-07 | Introduce new error handling API. | Torok Edwin |
2009-06-04 | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman |
2009-05-09 | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands |
2009-04-29 | Instead of passing in an unsigned value for the optimization level, use an enum, | Bill Wendling |
2009-04-29 | The second part of the change from -fast to -O#. This changes the JIT to accept | Bill Wendling |
2009-03-24 | fix one more fp80 case (used only by Interpreter) | Dale Johannesen |
2009-03-24 | Change JIT for different layout of fp80. | Dale Johannesen |
2009-02-18 | Add support to the JIT for true non-lazy operation. When a call to a function | Nate Begeman |
2009-02-04 | allow main to have any integer type. | Chris Lattner |
2009-01-23 | Add support for deleting a module provider from a JIT in such a way that it d... | Nate Begeman |
2009-01-22 | rename methods in System/Host to be more consistent. | Chris Lattner |
2009-01-15 | Add the private linkage. | Rafael Espindola |
2009-01-12 | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands |
2008-11-07 | More debug output. | Evan Cheng |
2008-11-06 | Improve JIT debugging outputs format consistency. | Evan Cheng |
2008-11-05 | Debugging output tweak. | Evan Cheng |