llvm-6502/lib/ExecutionEngine
Brian Gaeke 24a26e58ef The flag modifications weren't picking up the old values of the
flags before. Save them in a temporary variable, then restore them from the
temporary after creating the new constant.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6520 91177308-0d34-0410-b5e6-96231b3b80d8
2003-06-02 02:10:31 +00:00
..
Interpreter Add support for atexit function, remove support for __main function 2003-05-14 14:21:30 +00:00
JIT The flag modifications weren't picking up the old values of the 2003-06-02 02:10:31 +00:00
ExecutionEngine.cpp Fix typeos 2003-05-14 17:53:49 +00:00
Makefile Link in Sparc libs for the JIT, even on X86 to be able to support debugging 2003-05-27 21:42:05 +00:00