summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine
AgeCommit message (Expand)Author
2005-05-12Fix a really horrible problem that causes the JIT to miscompile any programChris Lattner
2005-05-06Make the stub functions be tail callsChris Lattner
2005-04-22Convert tabs to spacesMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-21* Remove trailing whitespaceMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-18Add support for targets that require stubs for external functions.Chris Lattner
2005-03-17Fix the missing symbols problem Bill was hitting. Patch contributed byChris Lattner
2005-03-15This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner
2005-02-27Use const iterators where possible. Patch by Evan Jones!Chris Lattner
2005-02-20Fix problems running the HowToUseJIT on powerpc, and probably problems withChris Lattner
2005-02-02This is no longer needed. Global variables with undef initializers can beChris Lattner
2005-01-21If the interpreter tries to execute an external function, kill it. Of courseChris Lattner
2005-01-16Improve compatiblity with HPUX on Itanium, patch by Duraid MadinaChris Lattner
2005-01-10Rework constant pool handling so that function constant pools are no longerChris Lattner
2005-01-08Silence warningsChris Lattner
2005-01-08Silence VS warnings.Chris Lattner
2005-01-08Silence VS warnings.Chris Lattner
2005-01-08Silence VS warningsChris Lattner
2004-12-20Be double sure about including sys/stat.h by wrapping the inclusion inReid Spencer
2004-12-17Move the #include of sys/stat.h inside the linux "hack" for the statReid Spencer
2004-12-17Only #include sys/stat.h if we're on linux where we have the PR274 problem.Reid Spencer
2004-12-13Get rid of some leaks found by VC leak detector.Reid Spencer
2004-12-05Properly implement a fix for PR475Chris Lattner
2004-12-05Revert this patch, it broke a ton of programs.Chris Lattner
2004-12-05Fix PR475.Alkis Evlogimenos
2004-12-03Remove darwin specific majikChris Lattner
2004-12-03Do not look here for elegance.Chris Lattner
2004-12-01Remove unneeded cast.Chris Lattner
2004-11-30Fix the JIT when being used from llvm-dbChris Lattner
2004-11-29Use System/DynamicLibrary instead of Support/DynamicLinkerReid Spencer
2004-11-22Rename Emitter.cpp -> JITEmitter.cppChris Lattner
2004-11-22Fix the FIXME, nuke the JIT specific forceCompilationOf method.Chris Lattner
2004-11-22These methods are obsoleteChris Lattner
2004-11-22Support targets that require stubs for external functions betterChris Lattner
2004-11-21Clean up DEBUG outputChris Lattner
2004-11-21Allow targets to avoid emitting a stub for EVERY lazily resolved call. InChris Lattner
2004-11-20Implement relocation support by adding a target independent resolver interface.Chris Lattner
2004-11-20This method does not exist any longer.Chris Lattner
2004-11-20Add getCurrentPCOffset() and addRelocation() methods.Chris Lattner
2004-11-20Add accessorChris Lattner
2004-11-19Match change in MachineCodeEmitter prototype.Chris Lattner
2004-11-19This is a horrible hack to work around libstdc++ bugs :(Chris Lattner
2004-11-15Now that we have ghost linkage, we can force resolution of external symbolsChris Lattner
2004-11-15There is no reason to try to materialize the function from bytecode if itChris Lattner
2004-11-07Implement ExecutionEngine::freeMachineCodeForFunction()Misha Brukman
2004-10-29When emitting debug msgs for function stubs, don't truncate theBrian Gaeke
2004-10-28Fix library name.Reid Spencer
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer
2004-10-27Changes to support rand48 testsReid Spencer