aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/JIT
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix typosGabor Greif2007-07-091-5/+5
* Here is the bulk of the sanitizing.Gabor Greif2007-07-052-5/+5
* (For Chris): Fix failure where we rejected compiling stubs when lazy compilat...Evan Cheng2007-06-301-18/+25
* avoid mutating a global in an accessorChris Lattner2007-04-201-5/+6
* fit in 80 colsChris Lattner2007-04-201-2/+2
* rename JIT::state -> JIT::jitstate to avoid shadowing ExecutionEngine::stateChris Lattner2007-04-202-8/+8
* Implement PR1240Anton Korobeynikov2007-03-061-2/+3
* Simplify code as a result of the change in GenericValue to have a singleReid Spencer2007-03-061-28/+15
* Deal with error handling better.Reid Spencer2007-03-032-3/+10
* Fix PR1216 by cleaning up the ownership of JITResolver.Chris Lattner2007-02-242-29/+42
* 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-302-4/+4
* Moved disassembler to libSystemAnton Korobeynikov2007-01-231-10/+2
* Teach TargetData to handle 'preferred' alignment for each target, and useChris Lattner2007-01-201-1/+1
* DOUT still evaluates side effects, even though it doesn't print. This meansChris Lattner2007-01-201-0/+2
* fix build on amd64Andrew Lenharth2007-01-191-1/+1
* Adding disassembler interface and external hook to udis86 library.Anton Korobeynikov2007-01-191-1/+14
* 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