Fix case for include of Compiler.h.
[oota-llvm.git] / include / llvm / ExecutionEngine /
2012-10-16 Eric ChristopherSpacing.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-02 Andrew KaylorClean-up of memory buffer and object ownership model...
2012-09-28 Andrew KaylorRemoving dependency on third party library for Intel...
2012-09-18 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-09-14 Dmitri GribenkoFix Doxygen issues:
2012-09-13 Jim GrosbachBetter const handling for RuntimeDyld and MCJIT.
2012-09-05 Jim GrosbachMCJIT: getPointerToFunction() references target address...
2012-07-19 Galina KistanovaFixed few warnings.
2012-04-29 Eli BenderskyFix some formatting, grammar and style issues and add...
2012-04-29 Eli BenderskyFix comments from copy-paste to a more relevant meaning
2012-03-30 Danil MalyshevRe-factored RuntimeDyLd:
2012-03-29 Bill WendlingRevert r153694. It was causing failures in the buildbots.
2012-03-29 Danil MalyshevRe-factored RuntimeDyld.
2012-03-28 Danil MalyshevMove getPointerToNamedFunction() from JIT/MCJIT to...
2012-03-23 Owen AndersonMake it feasible for clients using EngineBuilder to...
2012-03-22 Chandler CarruthRevert a series of commits to MCJIT to get the build...
2012-03-21 Danil MalyshevRe-factored RuntimeDyld.
2012-03-21 Danil MalyshevMissed getPointerToNamedFunction() declaration.
2012-03-21 Danil MalyshevBased on this discussion: lists.cs.uiuc.edu/pipermail...
2012-03-13 Eli BenderskyAdd profiling support for Intel Parallel Amplifier...
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-16 Jim GrosbachExecutionEngine interface to re-map addresses for engin...
2012-01-16 Jim GrosbachMCJIT support for non-function sections.
2012-01-05 Danil MalyshevA small re-factored JIT/MCJIT::getPointerToNamedFunctio...
2011-12-12 Dylan NoblesmithExecutionEngine: refactor interface
2011-12-07 Peter CollingbourneEngineBuilder: support for custom TargetOptions. Fixes the
2011-12-01 Dylan NoblesmithExecutionEngine: honor optimization level
2011-11-04 Eli FriedmanDelete names for unused parameters in inline function...
2011-09-29 Jim GrosbachTidy up. Formatting.
2011-08-30 Nicolas GeoffrayThe code model of JIT should default to JITDefault.
2011-07-20 Evan Cheng- Move CodeModel from a TargetMachine global option...
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-13 Danil MalyshevAdd to RuntimeDyld support different object formats
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-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-12 Jim GrosbachMCJIT lazy relocation resolution and symbol address...
2011-04-12 Jim GrosbachTidy up a bit now that we're using the MemoryManager...
2011-04-08 Jim GrosbachRefactor MCJIT 32-bit section loading.
2011-04-06 Jim GrosbachEngineBuilder setter method for UseMCJIT was missing...
2011-04-06 Jim GrosbachRuntimeDyld should use the memory manager API.
2011-04-05 Chandler CarruthMake the virtual destructor out-of-line so we have...
2011-04-05 Chandler CarruthProvide an empty virtual destructor to go with the...
2011-04-04 Jim GrosbachLayer the memory manager between the JIT and the runtim...
2011-03-30 Jim GrosbachTidy up. Whitespace and 80-columns.
2011-03-29 Jim GrosbachInstantiate a JITMemoryManager for MCJIT Dyld
2011-03-22 Jim GrosbachPropogate the error message, not just the error state.
2011-03-21 Jim GrosbachLibrary-ize the dyld components of llvm-rtdyld.
2011-03-04 Eric ChristopherSupport unregistering exception frames of functions...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-17 Daniel DunbarMCJIT: Stub out MCJIT implementation, still doesn't...
2010-11-17 Daniel Dunbarlli: Add stub -use-mcjit option, which doesn't currentl...
2010-11-13 Daniel DunbarJIT: More nitty style tweakage, aka territory marking.
2010-11-13 Daniel DunbarMore style nittiness.
2010-11-13 Daniel DunbarClean up some doxyments/style.
2010-10-21 Duncan SandsFix the cleanup process of exception information in...
2010-07-22 Chris Lattnerremove the JIT "NeedsExactSize" feature and supporting...
2010-07-12 Duncan SandsConvert some tab stops into spaces.
2010-02-05 Jeffrey YasskinMove --march, --mcpu, and --mattr from JIT/TargetSelect...
2010-02-03 Jeffrey Yasskinr94686 changed all ModuleProvider parameters to Modules...
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
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 Chris Lattneradd interpreter support for indirect goto / blockaddres...
2009-10-27 Jeffrey YasskinRevert the API changes from r85295 to make it easier...
2009-10-27 Jeffrey YasskinChange the JIT to compile eagerly by default as agreed in
2009-10-27 Jeffrey YasskinAutomatically do the equivalent of freeMachineCodeForFu...
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-23 Jeffrey YasskinFix llvm.org/PR4822: allow module deletion after a...
2009-10-21 Jeffrey YasskinDelete the MacOSJITEventListener per echristo's request...
2009-10-20 Jeffrey YasskinMove the Function*->allocated blocks map from the JITMe...
2009-10-14 Eric ChristopherRemove a bunch of unused arguments from functions,...
2009-10-13 Jeffrey YasskinMake the ExecutionEngine automatically remove global...
2009-10-09 Jeffrey YasskinExecutionEngine::clearGlobalMappingsFromModule failed...
2009-08-12 Dan GohmanThis void is implicit in C++.
2009-08-07 Jeffrey YasskinTo catch bugs like the one fixed in
2009-07-23 Reid KlecknerRe-committing r76828 with the JIT memory manager change...
2009-07-23 Reid KlecknerReverting r76825 and r76828, since they caused clang...
2009-07-23 Reid KlecknerMake the JIT code emitter properly retry and ask for...
2009-07-18 Reid KlecknerAdd EngineBuilder to ExecutionEngine in favor of the...
2009-07-16 Jeffrey YasskinAdd line numbers to OProfile. To do this, I added a...
2009-07-16 Daniel DunbarSwitch llc and createJIT to use simpler command line...
2009-07-10 Jeffrey YasskinAdd a --with-oprofile flag to configure, which uses...
2009-07-08 Jeffrey YasskinAdd an option to allocate JITed global data separately...
2009-07-07 Bill WendlingRemove unused parameter.
2009-06-25 Jeffrey YasskinAdd a JITEventListener interface that gets called back...
2009-06-24 Bob WilsonFix the Ocaml bindings for the ExecutionEngine: with...
2009-06-11 Bill WendlingRemove unused parameter warnings.
2009-06-04 Bruno Cardoso LopesUse uint8_t and int32_t in {JIT,Machine}CodeEmiters
2009-06-03 Bruno Cardoso LopesRevert 72650
2009-05-30 Bruno Cardoso LopesUse uint8_t and int32_t in {JIT,Machine}CodeEmiters
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-04-25 Chris Lattnerimprove documentation around memory lifetimes,
next