aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine
AgeCommit message (Expand)Author
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
2004-10-26Fix the interpreter crash that Michael McCracken foundChris Lattner
2004-10-22Use cleaner quoting and eliminate blank spaceMisha Brukman
2004-10-22We won't use automakeReid Spencer
2004-10-18Initial automake generated Makefile templateReid Spencer
2004-10-16Add support for unreachableChris Lattner
2004-10-16Add support for undefChris Lattner
2004-10-13Update to reflect changes in Makefile rules.Reid Spencer
2004-10-10Initial version of automake Makefile.am file.Reid Spencer
2004-09-15Convert code to compile with vc7.1.Reid Spencer
2004-09-13Simplify the sys::Memory interface per Chris' request.Reid Spencer
2004-09-11Convert the Emitter to use the lib/System "Memory" interface instead of theReid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-08-16Add a special case for argc,argvChris Lattner
2004-08-16Don't pass too many arguments into runFunctionChris Lattner
2004-08-16Finally, add support for calling arbitrary non-varargs functions.Chris Lattner
2004-08-15Handle all nullary functions, of any valid return type.Chris Lattner
2004-08-15Fine, go all of the way and check that the argument types are correct as well.Chris Lattner
2004-08-15These only really work if returning int or voidChris Lattner
2004-08-15Handle zero arg function caseChris Lattner
2004-08-15Simplify code a bit, print error message always instead of asserting.Chris Lattner
2004-08-04Stop using getValues().Alkis Evlogimenos
2004-07-18bug 122:Reid Spencer
2004-07-15Fixes for PR341Chris Lattner
2004-07-15Fixes for PR341Chris Lattner
2004-07-11The cleanup is done. Update comment.Chris Lattner
2004-07-11Make add constantexprs work with all types, fixing the regressions from last ...Chris Lattner
2004-07-11Goodbye macro hell, hello nice clean simple extensible code. This changeChris Lattner
2004-07-07Make error message consistent with the rest of LLVM by saying that bytecodeReid Spencer
2004-07-07Fix for bug 391.Reid Spencer
2004-07-04Add #include <iostream> since Value.h does not #include it any more.Reid Spencer
2004-06-20Move the IntrinsicLowering header into the CodeGen directory, as per PR346Chris Lattner
2004-06-20Move the IntrinsicLowering header into the CodeGen directoryChris Lattner
2004-06-17Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner
2004-06-16Add int ferror(FILE *)Brian Gaeke
2004-06-01Implement PR315: abort, don't warn, when missing external functions encounteredChris Lattner
2004-05-28Use the SystemUtils.h file to do our dirty work.Chris Lattner
2004-05-27Remove long unused #includesChris Lattner
2004-05-27These #includes are long deadChris Lattner
2004-05-27This code is a real mess, but at least get the JIT *building* on platformsChris Lattner
2004-05-25Get rid of a wart: useless getFILE function is now a cast macro.Reid Spencer
2004-05-01Generalize the strlen size_t hack, for the benefit of the other externalBrian Gaeke
2004-04-23Go back to the interpreter main loop after performing intrinsic lowering,Brian Gaeke