| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify / normalize some uses of Value::getName. | Daniel Dunbar | 2009-07-21 | 1 | -1/+1 |
* | Add EngineBuilder to ExecutionEngine in favor of the five optional argument E... | Reid Kleckner | 2009-07-18 | 1 | -13/+52 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -9/+9 |
* | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -6/+6 |
* | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, | Torok Edwin | 2009-07-11 | 1 | -19/+21 |
* | Add an option to allocate JITed global data separately from code. By | Jeffrey Yasskin | 2009-07-08 | 1 | -3/+4 |
* | Introduce new error handling API. | Torok Edwin | 2009-07-07 | 1 | -4/+4 |
* | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman | 2009-06-04 | 1 | -9/+12 |
* | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands | 2009-05-09 | 1 | -5/+5 |
* | Instead of passing in an unsigned value for the optimization level, use an enum, | Bill Wendling | 2009-04-29 | 1 | -1/+1 |
* | The second part of the change from -fast to -O#. This changes the JIT to accept | Bill Wendling | 2009-04-29 | 1 | -3/+3 |
* | fix one more fp80 case (used only by Interpreter) | Dale Johannesen | 2009-03-24 | 1 | -21/+5 |
* | Change JIT for different layout of fp80. | Dale Johannesen | 2009-03-24 | 1 | -5/+5 |
* | Add support to the JIT for true non-lazy operation. When a call to a function | Nate Begeman | 2009-02-18 | 1 | -0/+1 |
* | allow main to have any integer type. | Chris Lattner | 2009-02-04 | 1 | -1/+1 |
* | Add support for deleting a module provider from a JIT in such a way that it d... | Nate Begeman | 2009-01-23 | 1 | -1/+19 |
* | rename methods in System/Host to be more consistent. | Chris Lattner | 2009-01-22 | 1 | -4/+4 |
* | Add the private linkage. | Rafael Espindola | 2009-01-15 | 1 | -2/+2 |
* | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands | 2009-01-12 | 1 | -5/+5 |
* | More debug output. | Evan Cheng | 2008-11-07 | 1 | -1/+1 |
* | Improve JIT debugging outputs format consistency. | Evan Cheng | 2008-11-06 | 1 | -5/+4 |
* | Debugging output tweak. | Evan Cheng | 2008-11-05 | 1 | -2/+2 |
* | 80 col violation. | Evan Cheng | 2008-11-04 | 1 | -2/+2 |
* | Support for allocation of TLS variables in the JIT. Allocation of a global | Nicolas Geoffray | 2008-10-25 | 1 | -12/+15 |
* | little optimization: reuse getPointerToGlobalIfAvailable(CGV) value in emitGl... | Nuno Lopes | 2008-10-14 | 1 | -1/+1 |
* | Add a "loses information" return value to APFloat::convert | Dale Johannesen | 2008-10-09 | 1 | -1/+2 |
* | Rename APFloat::convertToAPInt to bitcastToAPInt to | Dale Johannesen | 2008-10-09 | 1 | -8/+8 |
* | Add runStaticConstructorsDestructors which runs ctors / dtors of a single mod... | Evan Cheng | 2008-09-30 | 1 | -32/+40 |
* | Add DisableGVCompilation which forces the JIT to assert when it tries to allo... | Evan Cheng | 2008-09-24 | 1 | -0/+1 |
* | Preliminary support for systems which require changing JIT memory regions pri... | Evan Cheng | 2008-09-18 | 1 | -1/+2 |
* | Avoid a warning about isTargetNullPtr being unused in release builds. | Dan Gohman | 2008-08-26 | 1 | -0/+2 |
* | Add new parameter Fast to createJIT to enable the fast codegen path. | Evan Cheng | 2008-08-08 | 1 | -3/+4 |
* | Rewrite JIT handling of GlobalVariables so they | Dale Johannesen | 2008-08-07 | 1 | -0/+2 |
* | Don't forget to initialize SymbolSearchingDisabled. | Evan Cheng | 2008-06-17 | 1 | -0/+1 |
* | Fix a couple issues with the JIT and multiple modules: | Nate Begeman | 2008-05-21 | 1 | -0/+17 |
* | Fix ExecutionEngine's constant code to work properly when structs and arrays | Dan Gohman | 2008-05-20 | 1 | -17/+8 |
* | Add CommonLinkage; currently tentative definitions | Dale Johannesen | 2008-05-14 | 1 | -1/+1 |
* | Make ExecutionEngine::updateGlobalMapping return the old mapping. | Chris Lattner | 2008-04-04 | 1 | -5/+18 |
* | Fix formatting. | Duncan Sands | 2008-03-10 | 1 | -2/+2 |
* | Load the symbols first so that the interpreter constructor can find them when | Nick Lewycky | 2008-03-08 | 1 | -9/+5 |
* | Simplify code using convertFromZeroExtendedInteger with an APInt | Dan Gohman | 2008-02-29 | 1 | -6/+6 |
* | Unbreak build with gcc 4.3: provide missed includes and silence most annoying... | Anton Korobeynikov | 2008-02-20 | 1 | -1/+2 |
* | Support vector constant zeros, thanks to Zack Rusin for the testcase. | Chris Lattner | 2008-02-15 | 1 | -3/+3 |
* | Enable exception handling int JIT | Nicolas Geoffray | 2008-02-13 | 1 | -0/+2 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Change the PointerType api for creating pointer types. The old functionality ... | Christopher Lamb | 2007-12-17 | 1 | -2/+3 |
* | These are more correctly called signaling NaNs. | Duncan Sands | 2007-12-15 | 1 | -1/+1 |
* | Teach the interpreter to read and write memory in the | Duncan Sands | 2007-12-14 | 1 | -59/+94 |
* | Remove host endianness info from TargetData and | Duncan Sands | 2007-12-12 | 1 | -2/+3 |
* | Fix PR1836: in the interpreter, read and write apints | Duncan Sands | 2007-12-10 | 1 | -24/+47 |