Move TargetData to DataLayout.
[oota-llvm.git] / lib / ExecutionEngine / Interpreter / Interpreter.cpp
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2009-07-18 Reid KlecknerAdd EngineBuilder to ExecutionEngine in favor of the...
2009-07-08 Jeffrey YasskinAdd an option to allocate JITed global data separately...
2009-06-24 Bob WilsonFix the Ocaml bindings for the ExecutionEngine: with...
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingThe second part of the change from -fast to -O#. This...
2008-08-08 Evan ChengAdd new parameter Fast to createJIT to enable the fast...
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-06 Chris Lattnersimplify creation of the interpreter, make ExecutionEng...
2007-06-01 Reid SpencerFor PR1486:
2007-03-06 Reid SpencerRemove the insufficient code in Interpreter::create...
2007-03-03 Reid SpencerRemove unnecessary #include.
2007-03-03 Reid SpencerDeal with error handling better.
2007-01-29 Reid SpencerRemove tabs.
2007-01-29 Reid SpencerImplement use of new IntrinsicLowering interface.
2007-01-26 Reid SpencerFor PR761:
2006-11-15 Chris LattnerSimplify IntrinsicLowering and clarify that it is only...
2006-06-16 Chris LattnerSimplify TargetData ctor call
2006-06-16 Chris LattnerSimplify interpreter construction.
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-03-24 Jeff CohenGet JIT/Interpreter working on Windows again.
2006-03-23 Chris Lattnerremove the intrinsiclowering hook
2006-03-22 Chris LattnerEliminate the dependency of ExecutionEngine on the...
2006-02-07 Jeff CohenThe interpreter assumes that the caller of runFunction...
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha Brukman* Remove trailing whitespace
2004-06-20 Chris LattnerMove the IntrinsicLowering header into the CodeGen...
2004-02-09 Chris LattnerStart using the new and improve interface to FunctionTy...
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