Pass around IntrinsicLowering instances as appropriate.
[oota-llvm.git] / lib / ExecutionEngine / Interpreter / Interpreter.cpp
2003-12-28 Chris LattnerPass around IntrinsicLowering instances as appropriate.
2003-12-26 Chris LattnerNo longer run atExit functions from run()
2003-12-14 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-05 Chris LattnerBe friendly to gcc 3.4... good compiler. Nice compiler.
2003-10-24 Brian GaekeExecutionEngine::create no longer takes a TraceMode...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-09-22 Chris LattnerSquelch warning
2003-09-05 Brian GaekeMake CreateArgv part of lli rather than part of Executi...
2003-09-05 Brian GaekeRemove support for interactive (step finish next) instr...
2003-09-04 Brian GaekeInterpreter cleanups:
2003-09-03 Brian GaekeExecutionEngine.cpp: Move execution engine creation...
2003-08-24 Chris LattnerTargets now configure themselves based on the source...
2003-08-21 John CriswellThe JIT now passes the environment pointer to the main...
2003-05-14 Chris LattnerAdd support for atexit function, remove support for...
2003-05-12 Chris LattnerMake sure that globals are emitted AFTER the passmanage...
2003-05-08 Chris LattnerA large number of simple changes:
2003-04-26 Chris LattnerRemove two fields from TargetData which are target...
2003-04-25 Chris LattnerMAke sure that LLI properly configures align_of(double)
2002-12-24 Chris LattnerInitial checkin of new LLI with JIT compiler