| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable exception handling int JIT | Nicolas Geoffray | 2008-02-13 | 5 | -1/+802 |
* | Use empty() instead of comparing size() with zero. | Dan Gohman | 2008-01-29 | 1 | -3/+3 |
* | Use getPreferredAlignmentLog or getPreferredAlignment | Duncan Sands | 2008-01-29 | 1 | -1/+1 |
* | JITEmitter.cpp was trying to sync the icache for function stubs, but | Chris Lattner | 2008-01-25 | 1 | -8/+0 |
* | I doubt the address of the Error string was intended | Duncan Sands | 2008-01-07 | 1 | -1/+2 |
* | X86 JIT PIC jumptable support. | Evan Cheng | 2008-01-05 | 1 | -4/+6 |
* | X86 PIC JIT support fixes: encoding bugs, add lazy pointer stubs support. | Evan Cheng | 2008-01-04 | 1 | -0/+49 |
* | Remove symbols that don't exist, remove tabs, fix comment typo | Chris Lattner | 2008-01-03 | 1 | -17/+15 |
* | Fix PR1873, a problem finding stat-related symbols on linux, due to | Chris Lattner | 2008-01-03 | 1 | -9/+20 |
* | Change MachineRelocation::DoesntNeedFnStub to NeedStub. This fields will be used | Evan Cheng | 2008-01-03 | 1 | -2/+2 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 12 | -24/+24 |
* | remove attribution from lib Makefiles. | Chris Lattner | 2007-12-29 | 3 | -6/+6 |
* | C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler). | Gordon Henriksen | 2007-12-23 | 1 | -0/+187 |
* | 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 |
* | Add explicit keywords, and fix a minor typo that they uncovered. | Dan Gohman | 2007-12-14 | 1 | -1/+1 |
* | Remove host endianness info from TargetData and | Duncan Sands | 2007-12-12 | 1 | -2/+3 |
* | Add a guard to cxxabi header as other platform may | Zhou Sheng | 2007-12-12 | 1 | -0/+12 |
* | Fixed PR1629. | Zhou Sheng | 2007-12-12 | 1 | -0/+40 |
* | Fix PR1836: in the interpreter, read and write apints | Duncan Sands | 2007-12-10 | 1 | -24/+47 |
* | It looks like this has been broken for some time - | Duncan Sands | 2007-12-10 | 1 | -2/+2 |
* | Adjust VStudio files to add JITMemoryManager files + include <cassert> from s... | Chuck Rose III | 2007-12-06 | 1 | -0/+1 |
* | add a new ExecutionEngine::createJIT which can be used if you only want | Chris Lattner | 2007-12-06 | 3 | -8/+33 |
* | simplify creation of the interpreter, make ExecutionEngine ctor protected, | Chris Lattner | 2007-12-06 | 6 | -25/+11 |
* | split the JIT memory management code out from the main JIT logic into its | Chris Lattner | 2007-12-05 | 2 | -411/+454 |
* | for consistency, allow a fallthrough if the final check returns null. | Chris Lattner | 2007-11-28 | 1 | -1/+2 |
* | Add some convenience methods for querying attributes, and | Duncan Sands | 2007-11-28 | 1 | -12/+9 |
* | My compiler complains that "x always evaluates to true" | Duncan Sands | 2007-11-28 | 1 | -2/+6 |
* | Make this actually work on systems that support ppc long double. | Chris Lattner | 2007-11-27 | 1 | -3/+8 |
* | Unbreak all of the darwin/ppc32 JIT failures having to do | Chris Lattner | 2007-11-27 | 1 | -0/+10 |
* | Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. | Duncan Sands | 2007-11-01 | 4 | -9/+9 |
* | add a mechanism for the JIT to invoke a function to lazily create functions a... | Chris Lattner | 2007-10-22 | 2 | -2/+7 |
* | llvm-gcc3 is dead, along with it __main. | Chris Lattner | 2007-10-22 | 1 | -12/+0 |
* | LoadLibraryPermanently doesn't throw. | Chris Lattner | 2007-10-21 | 1 | -3/+3 |
* | Add a convenience method for creating EE's. | Chris Lattner | 2007-10-21 | 1 | -0/+4 |
* | Switching TargetMachineRegistry to use the new generic Registry. | Gordon Henriksen | 2007-10-17 | 1 | -2/+3 |
* | Add removeModuleProvider() | Devang Patel | 2007-10-15 | 1 | -0/+15 |
* | Fix an assertion abort on sparc. malloc(0) is allowed to | Gabor Greif | 2007-10-11 | 1 | -1/+3 |
* | convertFromInteger, as originally written, expected sign-extended | Neil Booth | 2007-10-07 | 1 | -2/+2 |
* | Constant fold int-to-long-double conversions; | Dale Johannesen | 2007-09-30 | 1 | -2/+2 |
* | Change APFloat::convertFromInteger to take the incoming | Dale Johannesen | 2007-09-21 | 1 | -3/+5 |
* | #ifdef out unsafe tracing code, which fixes PR1689 | Chris Lattner | 2007-09-21 | 1 | -15/+17 |
* | Implement x86 long double in jit (not really | Dale Johannesen | 2007-09-17 | 2 | -4/+93 |
* | Next round of APFloat changes. | Dale Johannesen | 2007-09-06 | 2 | -4/+6 |
* | rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned() | Chris Lattner | 2007-08-23 | 1 | -2/+3 |
* | move assertion into mutex guard, a partial fix for PR1606. | Chris Lattner | 2007-08-13 | 1 | -1/+1 |
* | Fix a comment typo noticed by Sandro Magi. | Reid Spencer | 2007-08-11 | 1 | -1/+1 |
* | eliminate redundant conditions from the signless types conversion. | Chris Lattner | 2007-08-08 | 1 | -7/+4 |
* | New CallInst interface to address GLIBCXX_DEBUG errors caused by | David Greene | 2007-08-01 | 1 | -1/+1 |