llvm-6502/lib/ExecutionEngine/Interpreter
Reid Spencer d08050bd1e APInt's are no longer allocated on the heap because they are direct
members of GenericValue. Consequently the code to clean them up isn't
needed.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34948 91177308-0d34-0410-b5e6-96231b3b80d8
2007-03-06 03:06:48 +00:00
..
Execution.cpp Complete the APIntification of the interpreter. All asserts for > 64 bits 2007-03-03 08:38:04 +00:00
ExternalFunctions.cpp For PR1064: 2007-01-12 07:05:14 +00:00
Interpreter.cpp Remove the insufficient code in Interpreter::create that computed the 2007-03-06 03:05:57 +00:00
Interpreter.h APInt's are no longer allocated on the heap because they are direct 2007-03-06 03:06:48 +00:00
Makefile Fix library name. 2004-10-28 05:37:24 +00:00