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