| Commit message (Expand) | Author | Age | Files | Lines |
* | Add #includes to make some dependencies explicit. | Dan Gohman | 2008-05-23 | 2 | -0/+2 |
* | Fix a couple issues with the JIT and multiple modules: | Nate Begeman | 2008-05-21 | 3 | -8/+75 |
* | Fix ExecutionEngine's constant code to work properly when structs and arrays | Dan Gohman | 2008-05-20 | 1 | -17/+8 |
* | 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 |
* | Add CommonLinkage; currently tentative definitions | Dale Johannesen | 2008-05-14 | 1 | -1/+1 |
* | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman | 2008-05-13 | 3 | -0/+12 |
* | PR2202: LLVMCreateInterpreter creates a JIT | Gordon Henriksen | 2008-04-25 | 1 | -1/+1 |
* | 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 |
* | fix warnings with assertions disabled. | Chris Lattner | 2008-04-06 | 1 | -21/+6 |
* | 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 |
* | Make ExecutionEngine::updateGlobalMapping return the old mapping. | Chris Lattner | 2008-04-04 | 1 | -5/+18 |
* | Fix "Control reaches the end of non-void function" warnings, | Chris Lattner | 2008-03-30 | 1 | -0/+1 |
* | Expose ExecutionEngine::getTargetData() to c and ocaml bindings. | Erick Tryzelaar | 2008-03-27 | 1 | -0/+4 |
* | 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 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 |
* | fix 80 col violations | Chris Lattner | 2008-03-07 | 2 | -2/+4 |
* | Simplify code using convertFromZeroExtendedInteger with an APInt | Dan Gohman | 2008-02-29 | 1 | -6/+6 |
* | Update gcc 4.3 warnings fix patch with recent head changes | Anton Korobeynikov | 2008-02-20 | 1 | -11/+12 |
* | Unbreak build with gcc 4.3: provide missed includes and silence most annoying... | Anton Korobeynikov | 2008-02-20 | 6 | -2/+9 |
* | Added memmove to interpreter external functions list. Patch by Daniel Dunbar. | Evan Cheng | 2008-02-20 | 1 | -0/+9 |
* | 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 | 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 |