llvm/lib/ExecutionEngine
Reid Spencer f9536330d6 Radically simplify execution. This patch gets rid of all the special
handling for integer of various sizes. GenericValue now has just a single
integer field of type APInt. We use its facilities directly in the
execution of all instructions.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34951 91177308-0d34-0410-b5e6-96231b3b80d8
2007-03-06 03:09:31 +00:00
..
Interpreter Radically simplify execution. This patch gets rid of all the special 2007-03-06 03:09:31 +00:00
JIT Deal with error handling better. 2007-03-03 18:19:18 +00:00
ExecutionEngine.cpp Simplify things significantly because GenericValue now has a single integer 2007-03-06 03:04:04 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00