Convert more code to use Operator instead of explicitly handling both
[oota-llvm.git] / lib / ExecutionEngine / JIT / JIT.h
2009-07-12 Daniel DunbarMatch declaration to definition.
2009-07-08 Jeffrey YasskinAdd an option to allocate JITed global data separately...
2009-06-25 Jeffrey YasskinAdd a JITEventListener interface that gets called back...
2009-06-01 Bruno Cardoso LopesFix new CodeEmitter stuff to follow LLVM codying style...
2009-05-30 Bruno Cardoso LopesFirst patch in the direction of splitting MachineCodeEm...
2009-05-18 Argyrios KyrtzidisAllow the JIT ExecutionEngine to report details about...
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...
2009-02-18 Nate BegemanAdd support to the JIT for true non-lazy operation...
2009-02-06 Dan GohmanSplit the locking out of JIT::runJITOnFunction so that...
2009-01-23 Nate BegemanAdd support for deleting a module provider from a JIT...
2009-01-05 Dan GohmanHandle weak_extern in the JIT. This fixes
2008-10-25 Nicolas GeoffraySupport for allocation of TLS variables in the JIT...
2008-08-08 Evan ChengAdd new parameter Fast to createJIT to enable the fast...
2008-08-05 Dan GohmanTrim #includes.
2008-07-03 Dan GohmanCorrect a comment.
2008-05-21 Nate BegemanFix a couple issues with the JIT and multiple modules:
2008-03-25 Dan GohmanAdd explicit keywords.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-06 Chris Lattneradd a new ExecutionEngine::createJIT which can be used...
2007-12-06 Chris Lattnersimplify creation of the interpreter, make ExecutionEng...
2007-04-20 Chris Lattnerfit in 80 cols
2007-04-20 Chris Lattnerrename JIT::state -> JIT::jitstate to avoid shadowing...
2007-03-03 Reid SpencerDeal with error handling better.
2007-02-24 Chris LattnerFix PR1216 by cleaning up the ownership of JITResolver.
2006-03-23 Chris Lattnerremove the intrinsiclowering hook
2006-03-22 Chris LattnerEliminate the dependency of ExecutionEngine on the...
2005-07-12 Reid SpencerFor PR540:
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-11-20 Chris LattnerAdd accessor
2004-11-07 Misha BrukmanImplement ExecutionEngine::freeMachineCodeForFunction()
2003-12-28 Chris LattnerPass around IntrinsicLowering instances as appropriate.
2003-12-26 Chris LattnerNo longer run atExit functions from run()
2003-12-20 Chris LattnerImplement PR135, lazy emission of global variables
2003-12-20 Chris LattnerCleanup the JIT as per PR176. This renames the VM...
2003-12-20 Chris LattnerRip JIT specific stuff out of TargetMachine, as per...
2003-12-12 Chris LattnerImplement the ExecutionEngine::getPointerToFunctionOrSt...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-21 John CriswellAdded LLVM copyright header.
2003-10-17 Brian GaekeTidy up doxygen comment for getPointerToFunction().
2003-10-14 Misha BrukmanEnabling incremental bytecode loading in the JIT:
2003-09-05 Brian GaekeExecutionEngine.h, GenericValue.h --> include/llvm...
2003-09-05 Brian GaekeMake CreateArgv part of lli rather than part of Executi...
2003-09-03 Brian GaekeExecutionEngine.cpp: Move execution engine creation...
2003-08-21 John CriswellThe JIT now passes the environment pointer to the main...
2003-08-13 Brian GaekeDeconstify parameter to getPointerToFunction().
2003-06-02 Misha Brukman* Removed SparcEmitter.cpp; rolled into lib/Target...
2003-06-01 Chris LattnerMove target specific code to target files. The new...
2003-05-27 Misha BrukmanAllow for specification of which JIT to run on the...
2003-05-14 Chris LattnerAdd support for atexit handlers to the JIT, fixing...
2003-05-09 Chris LattnerAdd support for function stubs, which allow calling...
2003-05-08 Chris LattnerImprove efficiency of JIT by having it use direct funct...
2003-01-13 Chris LattnerAdd support for named functions
2002-12-24 Chris LattnerInitial checkin