summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/JIT/JIT.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change isGVCompilationDisabled() semantics again. It should abort on any GV t...Evan Cheng2009-01-161-1/+4
* Add the private linkage.Rafael Espindola2009-01-151-1/+1
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-2/+2
* Handle weak_extern in the JIT. This fixesDan Gohman2009-01-051-4/+5
* DisableGVCompilation should not abort on internal GlobalValue's.Evan Cheng2008-12-091-2/+2
* Make JIT::runFunction handle functions with non-C calling conventions.Chris Lattner2008-11-231-0/+1
* For some targets, it's not possible to place GVs in the same memory buffer as...Evan Cheng2008-11-041-0/+10
* Support for allocation of TLS variables in the JIT. Allocation of a globalNicolas Geoffray2008-10-251-1/+20
* Revert r57340 move guard mutex in getPointerToFunction as this can causeMon P Wang2008-10-101-2/+2
* Moved guard mutex upwards to guard materializing a functionMon P Wang2008-10-101-3/+3
* Add DisableGVCompilation which forces the JIT to assert when it tries to allo...Evan Cheng2008-09-241-0/+4
* Add support for JIT exceptions on Darwin. Since we're dealing with libgcc,Nicolas Geoffray2008-08-281-2/+135
* Register the frame register function when allocating the JIT,Nicolas Geoffray2008-08-181-5/+5
* Add new parameter Fast to createJIT to enable the fast codegen path.Evan Cheng2008-08-081-4/+5
* Rewrite JIT handling of GlobalVariables so theyDale Johannesen2008-08-071-15/+7
* Prune a few dependencies on MachineFunction.h.Dan Gohman2008-07-011-1/+0
* Fix a couple issues with the JIT and multiple modules:Nate Begeman2008-05-211-7/+53
* Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif2008-05-151-3/+4
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-0/+4
* Do not hold the JIT lock when materializing a function and verify if theNicolas Geoffray2008-04-201-1/+6
* Switch to using Simplified ConstantFP::get API.Chris Lattner2008-04-201-10/+14
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-6/+6
* Register EH frames emitted in JIT when using gcc unwinding runtimeAnton Korobeynikov2008-03-221-1/+9
* Use getPreferredAlignmentLog or getPreferredAlignmentDuncan Sands2008-01-291-1/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* add a new ExecutionEngine::createJIT which can be used if you only want Chris Lattner2007-12-061-2/+19
* simplify creation of the interpreter, make ExecutionEngine ctor protected,Chris Lattner2007-12-061-1/+1
* Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.Duncan Sands2007-11-011-1/+1
* Implement x86 long double in jit (not reallyDale Johannesen2007-09-171-1/+10
* Next round of APFloat changes.Dale Johannesen2007-09-061-2/+4
* move assertion into mutex guard, a partial fix for PR1606.Chris Lattner2007-08-131-1/+1
* eliminate redundant conditions from the signless types conversion.Chris Lattner2007-08-081-7/+4
* New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene2007-08-011-1/+1
* Add detection of __dso_handle presence during configure. Use this information...Anton Korobeynikov2007-07-301-15/+20
* Here is the bulk of the sanitizing.Gabor Greif2007-07-051-3/+3
* rename JIT::state -> JIT::jitstate to avoid shadowing ExecutionEngine::stateChris Lattner2007-04-201-7/+7
* Simplify code as a result of the change in GenericValue to have a singleReid Spencer2007-03-061-28/+15
* Generalize TargetData strings, to support more interesting forms of data.Chris Lattner2007-02-141-1/+1
* eliminate vector-related allocationsChris Lattner2007-02-131-2/+2
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-301-2/+2
* Teach TargetData to handle 'preferred' alignment for each target, and useChris Lattner2007-01-201-1/+1
* For PR1064:Reid Spencer2007-01-121-17/+31
* Implement review feedback for the ConstantBool->ConstantInt merge. ChrisReid Spencer2007-01-121-1/+1
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-111-3/+3
* For PR1043:Zhou Sheng2007-01-111-1/+1
* For PR950:Reid Spencer2006-12-311-32/+24
* Fix PR1057 (compilation on macos 10.3), patch by Scott Michel!Chris Lattner2006-12-171-8/+8
* Change inferred cast creation calls to more specific cast creations.Reid Spencer2006-12-121-1/+1
* Removing even more <iostream> includes.Bill Wendling2006-12-071-6/+5
* For PR950:Reid Spencer2006-10-201-12/+12
OpenPOWER on IntegriCloud