| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a couple issues with the JIT and multiple modules: | Nate Begeman | 2008-05-21 | 2 | -8/+58 |
* | Fix a backwards check in the JIT symbol table code | Nate Begeman | 2008-05-18 | 1 | -1/+1 |
* | Disable JIT symbol table for now. | Evan Cheng | 2008-05-15 | 1 | -1/+1 |
* | Fix a bunch of 80col violations that arose from the Create API change. Tweak ... | Gabor Greif | 2008-05-15 | 1 | -3/+4 |
* | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman | 2008-05-13 | 2 | -0/+8 |
* | Be pessimistic in computing the buffer size when aligning. | Nicolas Geoffray | 2008-04-20 | 2 | -7/+11 |
* | Cosmetic changes, as suggested by Evan. No functionality changes. | Nicolas Geoffray | 2008-04-20 | 3 | -102/+79 |
* | Do not hold the JIT lock when materializing a function and verify if the | Nicolas Geoffray | 2008-04-20 | 1 | -1/+6 |
* | Switch to using Simplified ConstantFP::get API. | Chris Lattner | 2008-04-20 | 1 | -10/+14 |
* | Enable jitting with a known memory size. | Nicolas Geoffray | 2008-04-18 | 3 | -5/+552 |
* | Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th... | Nicolas Geoffray | 2008-04-16 | 2 | -10/+15 |
* | Fix some serious logic errors that broke the jit on darwin/x86-64. | Chris Lattner | 2008-04-13 | 1 | -3/+3 |
* | Add debugging code. | Evan Cheng | 2008-04-12 | 1 | -3/+7 |
* | Reenable JIT symbol table. | Chris Lattner | 2008-04-11 | 1 | -1/+1 |
* | API changes for class Use size reduction, wave 1. | Gabor Greif | 2008-04-06 | 1 | -6/+6 |
* | disable this for now. | Chris Lattner | 2008-04-05 | 1 | -1/+1 |
* | Provide an initial cut at exposing JIT compiled symbols to performance | Chris Lattner | 2008-04-04 | 1 | -1/+139 |
* | Add explicit keywords. | Dan Gohman | 2008-03-25 | 2 | -2/+2 |
* | Register EH frames emitted in JIT when using gcc unwinding runtime | Anton Korobeynikov | 2008-03-22 | 1 | -1/+9 |
* | fix 80 col violations | Chris Lattner | 2008-03-07 | 2 | -2/+4 |
* | Unbreak build with gcc 4.3: provide missed includes and silence most annoying... | Anton Korobeynikov | 2008-02-20 | 1 | -0/+2 |
* | Enable exception handling int JIT | Nicolas Geoffray | 2008-02-13 | 4 | -1/+800 |
* | 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 |
* | 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 | 6 | -12/+12 |
* | remove attribution from lib Makefiles. | Chris Lattner | 2007-12-29 | 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 | 3 | -6/+6 |
* | 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 |
* | 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 | 2 | -2/+2 |
* | add a mechanism for the JIT to invoke a function to lazily create functions a... | Chris Lattner | 2007-10-22 | 1 | -0/+5 |
* | llvm-gcc3 is dead, along with it __main. | Chris Lattner | 2007-10-22 | 1 | -12/+0 |
* | Switching TargetMachineRegistry to use the new generic Registry. | Gordon Henriksen | 2007-10-17 | 1 | -2/+3 |
* | Implement x86 long double in jit (not really | Dale Johannesen | 2007-09-17 | 1 | -1/+10 |
* | Next round of APFloat changes. | Dale Johannesen | 2007-09-06 | 1 | -2/+4 |
* | move assertion into mutex guard, a partial fix for PR1606. | Chris Lattner | 2007-08-13 | 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 |
* | Add detection of __dso_handle presence during configure. Use this information... | Anton Korobeynikov | 2007-07-30 | 1 | -15/+20 |
* | Hush a noisy warning from GCC 4.2 about overflow during conversion by using | Reid Spencer | 2007-07-19 | 1 | -2/+2 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 6 | -0/+1802 |