aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* When emitting debug msgs for function stubs, don't truncate theBrian Gaeke2004-10-291-1/+1
* Fix library name.Reid Spencer2004-10-282-2/+2
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-271-1/+1
* Changes to support rand48 testsReid Spencer2004-10-271-0/+15
* Fix the interpreter crash that Michael McCracken foundChris Lattner2004-10-261-0/+1
* Use cleaner quoting and eliminate blank spaceMisha Brukman2004-10-221-3/+3
* We won't use automakeReid Spencer2004-10-226-2170/+0
* Initial automake generated Makefile templateReid Spencer2004-10-183-0/+2097
* Add support for unreachableChris Lattner2004-10-162-0/+6
* Add support for undefChris Lattner2004-10-161-1/+3
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-133-12/+14
* Initial version of automake Makefile.am file.Reid Spencer2004-10-103-0/+71
* Convert code to compile with vc7.1.Reid Spencer2004-09-151-2/+3
* Simplify the sys::Memory interface per Chris' request.Reid Spencer2004-09-131-2/+2
* Convert the Emitter to use the lib/System "Memory" interface instead of theReid Spencer2004-09-111-2/+5
* Changes For Bug 352Reid Spencer2004-09-017-12/+12
* Add a special case for argc,argvChris Lattner2004-08-161-2/+13
* Don't pass too many arguments into runFunctionChris Lattner2004-08-161-8/+15
* Finally, add support for calling arbitrary non-varargs functions.Chris Lattner2004-08-161-9/+58
* Handle all nullary functions, of any valid return type.Chris Lattner2004-08-151-7/+46
* Fine, go all of the way and check that the argument types are correct as well.Chris Lattner2004-08-151-13/+27
* These only really work if returning int or voidChris Lattner2004-08-151-17/+21
* Handle zero arg function caseChris Lattner2004-08-151-1/+5
* Simplify code a bit, print error message always instead of asserting.Chris Lattner2004-08-151-16/+19
* Stop using getValues().Alkis Evlogimenos2004-08-041-7/+4
* bug 122:Reid Spencer2004-07-181-11/+6
* Fixes for PR341Chris Lattner2004-07-151-2/+2
* Fixes for PR341Chris Lattner2004-07-152-6/+6
* The cleanup is done. Update comment.Chris Lattner2004-07-111-5/+2
* Make add constantexprs work with all types, fixing the regressions from last ...Chris Lattner2004-07-111-4/+28
* Goodbye macro hell, hello nice clean simple extensible code. This changeChris Lattner2004-07-111-55/+13
* Make error message consistent with the rest of LLVM by saying that bytecodeReid Spencer2004-07-071-2/+2
* Fix for bug 391.Reid Spencer2004-07-072-0/+5
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-042-0/+3
* Move the IntrinsicLowering header into the CodeGen directory, as per PR346Chris Lattner2004-06-202-2/+2
* Move the IntrinsicLowering header into the CodeGen directoryChris Lattner2004-06-201-1/+1
* Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner2004-06-173-29/+29
* Add int ferror(FILE *)Brian Gaeke2004-06-161-0/+8
* Implement PR315: abort, don't warn, when missing external functions encounteredChris Lattner2004-06-011-9/+17
* Use the SystemUtils.h file to do our dirty work.Chris Lattner2004-05-281-52/+2
* Remove long unused #includesChris Lattner2004-05-271-1/+0
* These #includes are long deadChris Lattner2004-05-271-2/+0
* This code is a real mess, but at least get the JIT *building* on platformsChris Lattner2004-05-271-0/+8
* Get rid of a wart: useless getFILE function is now a cast macro.Reid Spencer2004-05-251-42/+2
* Generalize the strlen size_t hack, for the benefit of the other externalBrian Gaeke2004-05-011-17/+33
* Go back to the interpreter main loop after performing intrinsic lowering,Brian Gaeke2004-04-231-0/+1
* Implement emitWordAt() for the JIT emitter.Brian Gaeke2004-04-231-0/+5
* Add support for the select instructionChris Lattner2004-04-202-2/+24
* Add a TargetData to the PassManager regardless of the TargetMachine.Brian Gaeke2004-04-141-0/+3
* Adjust to new interfaceChris Lattner2004-04-041-1/+1