[C++] Use 'nullptr'.
[oota-llvm.git] / lib / ExecutionEngine / JIT / JIT.h
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...
2014-01-23 Juergen RibutzkaAdd target analysis passes to the codegen pipeline...
2012-03-28 Danil MalyshevMove getPointerToNamedFunction() from JIT/MCJIT to...
2012-03-22 Chandler CarruthRevert a series of commits to MCJIT to get the build...
2012-03-21 Danil MalyshevBased on this discussion: lists.cs.uiuc.edu/pipermail...
2012-01-05 Danil MalyshevA small re-factored JIT/MCJIT::getPointerToNamedFunctio...
2011-12-12 Dylan NoblesmithExecutionEngine: refactor interface
2011-07-20 Evan Cheng- Move CodeModel from a TargetMachine global option...
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-05-13 Dylan NoblesmithExecutionEngine: push TargetMachine creation into clien...
2011-05-13 Dylan NoblesmithExecutionEngine: fix JIT/MCJIT selectTarget() duplicati...
2011-05-07 Jakob Stoklund OlesenRevert ExecutionEngine patches, they either failed...
2011-05-06 Dylan NoblesmithExecutionEngine: push TargetMachine creation into clients
2011-05-06 Dylan NoblesmithExecutionEngine: fix JIT/MCJIT selectTarget() duplication
2011-03-16 Jim GrosbachTidy up. Whitespace and 80 column.
2010-07-12 Duncan SandsConvert some tab stops into spaces.
2010-07-11 Chris Lattnerfirst part of JIT support for address of labels, part...
2010-02-11 Jeffrey YasskinMake it possible to create multiple JIT instances at...
2010-02-05 Jeffrey YasskinMove --march, --mcpu, and --mattr from JIT/TargetSelect...
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2009-12-17 Jeffrey YasskinDon't codegen available_externally functions. Fixes...
2009-11-17 Eric ChristopherAdd ability to set code model within the execution...
2009-11-09 Jeffrey YasskinRemove dlsym stubs, with Nate Begeman's permission.
2009-10-29 Benjamin KramerFix MSVC build.
2009-10-29 Chris Lattneradd interpreter support for indirect goto / blockaddres...
2009-10-27 Jeffrey YasskinAutomatically do the equivalent of freeMachineCodeForFu...
2009-10-13 Jeffrey YasskinKeep track of stubs that are created. This fixes PR5162...
2009-09-20 Reid KlecknerImplement the JIT side of the GDB JIT debugging interfa...
2009-07-18 Reid KlecknerAdd EngineBuilder to ExecutionEngine in favor of the...
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