aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine
AgeCommit message (Expand)Author
2008-03-27Expose ExecutionEngine::getTargetData() to c and ocaml bindings.Erick Tryzelaar
2008-03-25Add explicit keywords.Dan Gohman
2008-03-22Register EH frames emitted in JIT when using gcc unwinding runtimeAnton Korobeynikov
2008-03-10Fix formatting.Duncan Sands
2008-03-08Load the symbols first so that the interpreter constructor can find them whenNick Lewycky
2008-03-07fix 80 col violationsChris Lattner
2008-02-29Simplify code using convertFromZeroExtendedInteger with an APIntDan Gohman
2008-02-20Update gcc 4.3 warnings fix patch with recent head changesAnton Korobeynikov
2008-02-20Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov
2008-02-20Added memmove to interpreter external functions list. Patch by Daniel Dunbar.Evan Cheng
2008-02-15Support vector constant zeros, thanks to Zack Rusin for the testcase.Chris Lattner
2008-02-13Enable exception handling int JITNicolas Geoffray
2008-01-29Use empty() instead of comparing size() with zero.Dan Gohman
2008-01-29Use getPreferredAlignmentLog or getPreferredAlignmentDuncan Sands
2008-01-25JITEmitter.cpp was trying to sync the icache for function stubs, butChris Lattner
2008-01-07I doubt the address of the Error string was intendedDuncan Sands
2008-01-05X86 JIT PIC jumptable support.Evan Cheng
2008-01-04X86 PIC JIT support fixes: encoding bugs, add lazy pointer stubs support.Evan Cheng
2008-01-03Remove symbols that don't exist, remove tabs, fix comment typoChris Lattner
2008-01-03Fix PR1873, a problem finding stat-related symbols on linux, due toChris Lattner
2008-01-03Change MachineRelocation::DoesntNeedFnStub to NeedStub. This fields will be usedEvan Cheng
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-29remove attribution from lib Makefiles.Chris Lattner
2007-12-23C and Ocaml bindings for ExecutionEngine (i.e., the JIT compiler).Gordon Henriksen
2007-12-17Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb
2007-12-15These are more correctly called signaling NaNs.Duncan Sands
2007-12-14Teach the interpreter to read and write memory in theDuncan Sands
2007-12-14Add explicit keywords, and fix a minor typo that they uncovered.Dan Gohman
2007-12-12Remove host endianness info from TargetData andDuncan Sands
2007-12-12Add a guard to cxxabi header as other platform mayZhou Sheng
2007-12-12Fixed PR1629.Zhou Sheng
2007-12-10Fix PR1836: in the interpreter, read and write apintsDuncan Sands
2007-12-10It looks like this has been broken for some time -Duncan Sands
2007-12-06Adjust VStudio files to add JITMemoryManager files + include <cassert> from s...Chuck Rose III
2007-12-06add a new ExecutionEngine::createJIT which can be used if you only want Chris Lattner
2007-12-06simplify creation of the interpreter, make ExecutionEngine ctor protected,Chris Lattner
2007-12-05split the JIT memory management code out from the main JIT logic into itsChris Lattner
2007-11-28for consistency, allow a fallthrough if the final check returns null.Chris Lattner
2007-11-28Add some convenience methods for querying attributes, andDuncan Sands
2007-11-28My compiler complains that "x always evaluates to true"Duncan Sands
2007-11-27Make this actually work on systems that support ppc long double.Chris Lattner
2007-11-27Unbreak all of the darwin/ppc32 JIT failures having to do Chris Lattner
2007-11-01Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.Duncan Sands
2007-10-22add a mechanism for the JIT to invoke a function to lazily create functions a...Chris Lattner
2007-10-22llvm-gcc3 is dead, along with it __main.Chris Lattner
2007-10-21LoadLibraryPermanently doesn't throw.Chris Lattner
2007-10-21Add a convenience method for creating EE's.Chris Lattner
2007-10-17Switching TargetMachineRegistry to use the new generic Registry.Gordon Henriksen
2007-10-15Add removeModuleProvider()Devang Patel
2007-10-11Fix an assertion abort on sparc. malloc(0) is allowed toGabor Greif