| Commit message (Expand) | Author | Age | Files | Lines |
* | Large mechanical patch. | Devang Patel | 2008-09-25 | 1 | -2/+2 |
* | Add DisableGVCompilation which forces the JIT to assert when it tries to allo... | Evan Cheng | 2008-09-24 | 2 | -0/+5 |
* | s/ParameterAttributes/Attributes/g | Devang Patel | 2008-09-23 | 1 | -1/+0 |
* | Initial support for the CMake build system. | Oscar Fuentes | 2008-09-22 | 3 | -0/+20 |
* | Preliminary support for systems which require changing JIT memory regions pri... | Evan Cheng | 2008-09-18 | 3 | -1/+9 |
* | Make safer variant of alias resolution routine to be default | Anton Korobeynikov | 2008-09-09 | 1 | -1/+1 |
* | MMI may be null. | Evan Cheng | 2008-09-02 | 1 | -1/+3 |
* | Add support for JIT exceptions on Darwin. Since we're dealing with libgcc, | Nicolas Geoffray | 2008-08-28 | 1 | -2/+135 |
* | Avoid a warning about isTargetNullPtr being unused in release builds. | Dan Gohman | 2008-08-26 | 1 | -0/+2 |
* | Get rid of a couple of dynamic_cast. | Evan Cheng | 2008-08-20 | 1 | -4/+10 |
* | Update the JIT exception writer to better mimic the codegen exception writer. | Nicolas Geoffray | 2008-08-19 | 1 | -11/+10 |
* | Register the frame register function when allocating the JIT, | Nicolas Geoffray | 2008-08-18 | 1 | -5/+5 |
* | Move SLEB/ULEB size calculation routines from AsmPrinter to TargetAsmInfo. Th... | asl | 2008-08-16 | 1 | -40/+39 |
* | Some fixes for x86-64 JIT. Make it use small code | Dale Johannesen | 2008-08-11 | 1 | -0/+13 |
* | Fix the LLVMCreateJITCompiler C binding. | Gordon Henriksen | 2008-08-08 | 1 | -3/+3 |
* | Add new parameter Fast to createJIT to enable the fast codegen path. | Evan Cheng | 2008-08-08 | 7 | -17/+24 |
* | Rewrite JIT handling of GlobalVariables so they | Dale Johannesen | 2008-08-07 | 4 | -23/+179 |
* | Use strcpy instead of sprintf here. This avoids a GCC 4.3 format-string | Dan Gohman | 2008-08-05 | 1 | -1/+1 |
* | Trim #includes. | Dan Gohman | 2008-08-05 | 1 | -1/+0 |
* | Fix for PR2578. Do not split off a block whose size is less than FreeRangeHea... | Evan Cheng | 2008-07-29 | 1 | -0/+3 |
* | Add a new hidden option to the interpreter to cause it to print | Chris Lattner | 2008-07-08 | 1 | -0/+8 |
* | Use empty() instead of size(). | Dan Gohman | 2008-07-07 | 1 | -1/+1 |
* | Correct a comment. | Dan Gohman | 2008-07-03 | 1 | -1/+1 |
* | Prune a few dependencies on MachineFunction.h. | Dan Gohman | 2008-07-01 | 1 | -1/+0 |
* | Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating | Dan Gohman | 2008-07-01 | 1 | -2/+2 |
* | Implement JIT support for global aliases, patch by David Chisnall! | Chris Lattner | 2008-06-25 | 1 | -0/+2 |
* | Switch the PPC backend and target-independent JIT to use the libsystem | Chris Lattner | 2008-06-25 | 1 | -1/+2 |
* | Use back() instead of [size()-1]. | Dan Gohman | 2008-06-21 | 1 | -2/+2 |
* | Use static_cast instead of reinterpret_cast for casting void*. | Dan Gohman | 2008-06-21 | 1 | -1/+1 |
* | Add C binding for ExecutionEngine::addGlobalMapping. | Gordon Henriksen | 2008-06-20 | 1 | -0/+5 |
* | Provide generic hooks for icache invalidation. Add PPC implementation. | Anton Korobeynikov | 2008-06-17 | 1 | -15/+1 |
* | Don't forget to initialize SymbolSearchingDisabled. | Evan Cheng | 2008-06-17 | 1 | -0/+1 |
* | Add a new flag that disables symbol lookup with dlsym when set. This allows | Chris Lattner | 2008-06-16 | 1 | -33/+35 |
* | 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 |