| Commit message (Expand) | Author | Age | Files | Lines |
* | Change isGVCompilationDisabled() semantics again. It should abort on any GV t... | Evan Cheng | 2009-01-16 | 1 | -1/+4 |
* | Add the private linkage. | Rafael Espindola | 2009-01-15 | 1 | -1/+1 |
* | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands | 2009-01-12 | 1 | -2/+2 |
* | Handle weak_extern in the JIT. This fixes | Dan Gohman | 2009-01-05 | 1 | -4/+5 |
* | DisableGVCompilation should not abort on internal GlobalValue's. | Evan Cheng | 2008-12-09 | 1 | -2/+2 |
* | Make JIT::runFunction handle functions with non-C calling conventions. | Chris Lattner | 2008-11-23 | 1 | -0/+1 |
* | For some targets, it's not possible to place GVs in the same memory buffer as... | Evan Cheng | 2008-11-04 | 1 | -0/+10 |
* | Support for allocation of TLS variables in the JIT. Allocation of a global | Nicolas Geoffray | 2008-10-25 | 1 | -1/+20 |
* | Revert r57340 move guard mutex in getPointerToFunction as this can cause | Mon P Wang | 2008-10-10 | 1 | -2/+2 |
* | Moved guard mutex upwards to guard materializing a function | Mon P Wang | 2008-10-10 | 1 | -3/+3 |
* | Add DisableGVCompilation which forces the JIT to assert when it tries to allo... | Evan Cheng | 2008-09-24 | 1 | -0/+4 |
* | Add support for JIT exceptions on Darwin. Since we're dealing with libgcc, | Nicolas Geoffray | 2008-08-28 | 1 | -2/+135 |
* | Register the frame register function when allocating the JIT, | Nicolas Geoffray | 2008-08-18 | 1 | -5/+5 |
* | Add new parameter Fast to createJIT to enable the fast codegen path. | Evan Cheng | 2008-08-08 | 1 | -4/+5 |
* | Rewrite JIT handling of GlobalVariables so they | Dale Johannesen | 2008-08-07 | 1 | -15/+7 |
* | Prune a few dependencies on MachineFunction.h. | Dan Gohman | 2008-07-01 | 1 | -1/+0 |
* | Fix a couple issues with the JIT and multiple modules: | Nate Begeman | 2008-05-21 | 1 | -7/+53 |
* | 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 | 1 | -0/+4 |
* | 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 |
* | API changes for class Use size reduction, wave 1. | Gabor Greif | 2008-04-06 | 1 | -6/+6 |
* | Register EH frames emitted in JIT when using gcc unwinding runtime | Anton Korobeynikov | 2008-03-22 | 1 | -1/+9 |
* | Use getPreferredAlignmentLog or getPreferredAlignment | Duncan Sands | 2008-01-29 | 1 | -1/+1 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | add a new ExecutionEngine::createJIT which can be used if you only want | Chris Lattner | 2007-12-06 | 1 | -2/+19 |
* | simplify creation of the interpreter, make ExecutionEngine ctor protected, | Chris Lattner | 2007-12-06 | 1 | -1/+1 |
* | Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. | Duncan Sands | 2007-11-01 | 1 | -1/+1 |
* | 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 |
* | Here is the bulk of the sanitizing. | Gabor Greif | 2007-07-05 | 1 | -3/+3 |
* | rename JIT::state -> JIT::jitstate to avoid shadowing ExecutionEngine::state | Chris Lattner | 2007-04-20 | 1 | -7/+7 |
* | Simplify code as a result of the change in GenericValue to have a single | Reid Spencer | 2007-03-06 | 1 | -28/+15 |
* | Generalize TargetData strings, to support more interesting forms of data. | Chris Lattner | 2007-02-14 | 1 | -1/+1 |
* | eliminate vector-related allocations | Chris Lattner | 2007-02-13 | 1 | -2/+2 |
* | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer | 2007-01-30 | 1 | -2/+2 |
* | Teach TargetData to handle 'preferred' alignment for each target, and use | Chris Lattner | 2007-01-20 | 1 | -1/+1 |
* | For PR1064: | Reid Spencer | 2007-01-12 | 1 | -17/+31 |
* | Implement review feedback for the ConstantBool->ConstantInt merge. Chris | Reid Spencer | 2007-01-12 | 1 | -1/+1 |
* | Rename BoolTy as Int1Ty. Patch by Sheng Zhou. | Reid Spencer | 2007-01-11 | 1 | -3/+3 |
* | For PR1043: | Zhou Sheng | 2007-01-11 | 1 | -1/+1 |
* | For PR950: | Reid Spencer | 2006-12-31 | 1 | -32/+24 |
* | Fix PR1057 (compilation on macos 10.3), patch by Scott Michel! | Chris Lattner | 2006-12-17 | 1 | -8/+8 |
* | Change inferred cast creation calls to more specific cast creations. | Reid Spencer | 2006-12-12 | 1 | -1/+1 |
* | Removing even more <iostream> includes. | Bill Wendling | 2006-12-07 | 1 | -6/+5 |
* | For PR950: | Reid Spencer | 2006-10-20 | 1 | -12/+12 |