aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/JIT
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple issues with the JIT and multiple modules:Nate Begeman2008-05-212-8/+58
* Fix a backwards check in the JIT symbol table codeNate Begeman2008-05-181-1/+1
* Disable JIT symbol table for now.Evan Cheng2008-05-151-1/+1
* 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-132-0/+8
* Be pessimistic in computing the buffer size when aligning.Nicolas Geoffray2008-04-202-7/+11
* Cosmetic changes, as suggested by Evan. No functionality changes.Nicolas Geoffray2008-04-203-102/+79
* 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
* Enable jitting with a known memory size.Nicolas Geoffray2008-04-183-5/+552
* Correlate stubs with functions in JIT: when emitting a stub, the JIT tells th...Nicolas Geoffray2008-04-162-10/+15
* Fix some serious logic errors that broke the jit on darwin/x86-64.Chris Lattner2008-04-131-3/+3
* Add debugging code.Evan Cheng2008-04-121-3/+7
* Reenable JIT symbol table.Chris Lattner2008-04-111-1/+1
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-6/+6
* disable this for now.Chris Lattner2008-04-051-1/+1
* Provide an initial cut at exposing JIT compiled symbols to performanceChris Lattner2008-04-041-1/+139
* Add explicit keywords.Dan Gohman2008-03-252-2/+2
* Register EH frames emitted in JIT when using gcc unwinding runtimeAnton Korobeynikov2008-03-221-1/+9
* fix 80 col violationsChris Lattner2008-03-072-2/+4
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-201-0/+2
* Enable exception handling int JITNicolas Geoffray2008-02-134-1/+800
* Use getPreferredAlignmentLog or getPreferredAlignmentDuncan Sands2008-01-291-1/+1
* JITEmitter.cpp was trying to sync the icache for function stubs, butChris Lattner2008-01-251-8/+0
* X86 JIT PIC jumptable support.Evan Cheng2008-01-051-4/+6
* X86 PIC JIT support fixes: encoding bugs, add lazy pointer stubs support.Evan Cheng2008-01-041-0/+49
* Remove symbols that don't exist, remove tabs, fix comment typoChris Lattner2008-01-031-17/+15
* Fix PR1873, a problem finding stat-related symbols on linux, due toChris Lattner2008-01-031-9/+20
* Change MachineRelocation::DoesntNeedFnStub to NeedStub. This fields will be usedEvan Cheng2008-01-031-2/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-296-12/+12
* remove attribution from lib Makefiles.Chris Lattner2007-12-291-2/+2
* Adjust VStudio files to add JITMemoryManager files + include <cassert> from s...Chuck Rose III2007-12-061-0/+1
* add a new ExecutionEngine::createJIT which can be used if you only want Chris Lattner2007-12-063-8/+33
* simplify creation of the interpreter, make ExecutionEngine ctor protected,Chris Lattner2007-12-063-6/+6
* split the JIT memory management code out from the main JIT logic into itsChris Lattner2007-12-052-411/+454
* for consistency, allow a fallthrough if the final check returns null.Chris Lattner2007-11-281-1/+2
* Make this actually work on systems that support ppc long double.Chris Lattner2007-11-271-3/+8
* Unbreak all of the darwin/ppc32 JIT failures having to do Chris Lattner2007-11-271-0/+10
* Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.Duncan Sands2007-11-012-2/+2
* add a mechanism for the JIT to invoke a function to lazily create functions a...Chris Lattner2007-10-221-0/+5
* llvm-gcc3 is dead, along with it __main.Chris Lattner2007-10-221-12/+0
* Switching TargetMachineRegistry to use the new generic Registry.Gordon Henriksen2007-10-171-2/+3
* 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
* Hush a noisy warning from GCC 4.2 about overflow during conversion by usingReid Spencer2007-07-191-2/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-186-0/+1802