2013-01-10 |
Jakub Staszak | Fix include guards so they exactly match file names. |
tree | commitdiff |
2012-12-13 |
NAKAMURA Takumi | JITEventListener.h: Use llvm-config.h instead of config.h. |
tree | commitdiff |
2012-12-03 |
Chandler Carruth | Sort the #include lines for the include/... tree with... |
tree | commitdiff |
2012-11-27 |
Andrew Kaylor | Fix comment formatting in RuntimeDyld.h |
tree | commitdiff |
2012-11-27 |
Andrew Kaylor | Moving SectionMemoryManager into RuntimeDyld and adding... |
tree | commitdiff |
2012-11-15 |
Andrew Kaylor | Interface changes to allow RuntimeDyld memory managers... |
tree | commitdiff |
2012-11-15 |
Dmitri Gribenko | Use empty parens for empty function parameter list... |
tree | commitdiff |
2012-11-14 |
Jakub Staszak | Fix comment. |
tree | commitdiff |
2012-11-14 |
Jakub Staszak | Remove DOS line endings. |
tree | commitdiff |
2012-11-06 |
Andrew Kaylor | Add interface for object-based JIT events. |
tree | commitdiff |
2012-11-05 |
Andrew Kaylor | Add a method to indicate section address re-assignment... |
tree | commitdiff |
2012-11-01 |
Andrew Kaylor | Streamlined memory manager hierarchy for MCJIT and... |
tree | commitdiff |
2012-10-16 |
Eric Christopher | Spacing. |
tree | commitdiff |
2012-10-08 |
Micah Villmow | Move TargetData to DataLayout. |
tree | commitdiff |
2012-10-02 |
Andrew Kaylor | Clean-up of memory buffer and object ownership model... |
tree | commitdiff |
2012-09-28 |
Andrew Kaylor | Removing dependency on third party library for Intel... |
tree | commitdiff |
2012-09-18 |
Craig Topper | Mark unimplemented copy constructors and copy assignmen... |
tree | commitdiff |
2012-09-14 |
Dmitri Gribenko | Fix Doxygen issues: |
tree | commitdiff |
2012-09-13 |
Jim Grosbach | Better const handling for RuntimeDyld and MCJIT. |
tree | commitdiff |
2012-09-05 |
Jim Grosbach | MCJIT: getPointerToFunction() references target address... |
tree | commitdiff |
2012-07-19 |
Galina Kistanova | Fixed few warnings. |
tree | commitdiff |
2012-04-29 |
Eli Bendersky | Fix some formatting, grammar and style issues and add... |
tree | commitdiff |
2012-04-29 |
Eli Bendersky | Fix comments from copy-paste to a more relevant meaning |
tree | commitdiff |
2012-03-30 |
Danil Malyshev | Re-factored RuntimeDyLd: |
tree | commitdiff |
2012-03-29 |
Bill Wendling | Revert r153694. It was causing failures in the buildbots. |
tree | commitdiff |
2012-03-29 |
Danil Malyshev | Re-factored RuntimeDyld. |
tree | commitdiff |
2012-03-28 |
Danil Malyshev | Move getPointerToNamedFunction() from JIT/MCJIT to... |
tree | commitdiff |
2012-03-23 |
Owen Anderson | Make it feasible for clients using EngineBuilder to... |
tree | commitdiff |
2012-03-22 |
Chandler Carruth | Revert a series of commits to MCJIT to get the build... |
tree | commitdiff |
2012-03-21 |
Danil Malyshev | Re-factored RuntimeDyld. |
tree | commitdiff |
2012-03-21 |
Danil Malyshev | Missed getPointerToNamedFunction() declaration. |
tree | commitdiff |
2012-03-21 |
Danil Malyshev | Based on this discussion: lists.cs.uiuc.edu/pipermail... |
tree | commitdiff |
2012-03-13 |
Eli Bendersky | Add profiling support for Intel Parallel Amplifier... |
tree | commitdiff |
2012-02-05 |
Craig Topper | Convert assert(0) to llvm_unreachable |
tree | commitdiff |
2012-01-16 |
Jim Grosbach | ExecutionEngine interface to re-map addresses for engin... |
tree | commitdiff |
2012-01-16 |
Jim Grosbach | MCJIT support for non-function sections. |
tree | commitdiff |
2012-01-05 |
Danil Malyshev | A small re-factored JIT/MCJIT::getPointerToNamedFunctio... |
tree | commitdiff |
2011-12-12 |
Dylan Noblesmith | ExecutionEngine: refactor interface |
tree | commitdiff |
2011-12-07 |
Peter Collingbourne | EngineBuilder: support for custom TargetOptions. Fixes the |
tree | commitdiff |
2011-12-01 |
Dylan Noblesmith | ExecutionEngine: honor optimization level |
tree | commitdiff |
2011-11-04 |
Eli Friedman | Delete names for unused parameters in inline function... |
tree | commitdiff |
2011-09-29 |
Jim Grosbach | Tidy up. Formatting. |
tree | commitdiff |
2011-08-30 |
Nicolas Geoffray | The code model of JIT should default to JITDefault. |
tree | commitdiff |
2011-07-20 |
Evan Cheng | - Move CodeModel from a TargetMachine global option... |
tree | commitdiff |
2011-07-19 |
Evan Cheng | Introduce MCCodeGenInfo, which keeps information that... |
tree | commitdiff |
2011-07-18 |
Chris Lattner | land David Blaikie's patch to de-constify Type, with... |
tree | commitdiff |
2011-07-13 |
Danil Malyshev | Add to RuntimeDyld support different object formats |
tree | commitdiff |
2011-05-13 |
Dylan Noblesmith | ExecutionEngine: push TargetMachine creation into clien... |
tree | commitdiff |
2011-05-13 |
Dylan Noblesmith | ExecutionEngine: fix JIT/MCJIT selectTarget() duplicati... |
tree | commitdiff |
2011-05-07 |
Jakob Stoklund Olesen | Revert ExecutionEngine patches, they either failed... |
tree | commitdiff |
2011-05-06 |
Dylan Noblesmith | ExecutionEngine: push TargetMachine creation into clients |
tree | commitdiff |
2011-05-06 |
Dylan Noblesmith | ExecutionEngine: fix JIT/MCJIT selectTarget() duplication |
tree | commitdiff |
2011-04-15 |
Chris Lattner | Fix a ton of comment typos found by codespell. Patch by |
tree | commitdiff |
2011-04-12 |
Jim Grosbach | MCJIT lazy relocation resolution and symbol address... |
tree | commitdiff |
2011-04-12 |
Jim Grosbach | Tidy up a bit now that we're using the MemoryManager... |
tree | commitdiff |
2011-04-08 |
Jim Grosbach | Refactor MCJIT 32-bit section loading. |
tree | commitdiff |
2011-04-06 |
Jim Grosbach | EngineBuilder setter method for UseMCJIT was missing... |
tree | commitdiff |
2011-04-06 |
Jim Grosbach | RuntimeDyld should use the memory manager API. |
tree | commitdiff |
2011-04-05 |
Chandler Carruth | Make the virtual destructor out-of-line so we have... |
tree | commitdiff |
2011-04-05 |
Chandler Carruth | Provide an empty virtual destructor to go with the... |
tree | commitdiff |
2011-04-04 |
Jim Grosbach | Layer the memory manager between the JIT and the runtim... |
tree | commitdiff |
2011-03-30 |
Jim Grosbach | Tidy up. Whitespace and 80-columns. |
tree | commitdiff |
2011-03-29 |
Jim Grosbach | Instantiate a JITMemoryManager for MCJIT Dyld |
tree | commitdiff |
2011-03-22 |
Jim Grosbach | Propogate the error message, not just the error state. |
tree | commitdiff |
2011-03-21 |
Jim Grosbach | Library-ize the dyld components of llvm-rtdyld. |
tree | commitdiff |
2011-03-04 |
Eric Christopher | Support unregistering exception frames of functions... |
tree | commitdiff |
2010-11-29 |
Michael J. Spencer | Merge System into Support. |
tree | commitdiff |
2010-11-17 |
Daniel Dunbar | MCJIT: Stub out MCJIT implementation, still doesn't... |
tree | commitdiff |
2010-11-17 |
Daniel Dunbar | lli: Add stub -use-mcjit option, which doesn't currentl... |
tree | commitdiff |
2010-11-13 |
Daniel Dunbar | JIT: More nitty style tweakage, aka territory marking. |
tree | commitdiff |
2010-11-13 |
Daniel Dunbar | More style nittiness. |
tree | commitdiff |
2010-11-13 |
Daniel Dunbar | Clean up some doxyments/style. |
tree | commitdiff |
2010-10-21 |
Duncan Sands | Fix the cleanup process of exception information in... |
tree | commitdiff |
2010-07-22 |
Chris Lattner | remove the JIT "NeedsExactSize" feature and supporting... |
tree | commitdiff |
2010-07-12 |
Duncan Sands | Convert some tab stops into spaces. |
tree | commitdiff |
2010-02-05 |
Jeffrey Yasskin | Move --march, --mcpu, and --mattr from JIT/TargetSelect... |
tree | commitdiff |
2010-02-03 |
Jeffrey Yasskin | r94686 changed all ModuleProvider parameters to Modules... |
tree | commitdiff |
2010-01-27 |
Jeffrey Yasskin | Kill ModuleProvider and ghost linkage by inverting... |
tree | commitdiff |
2009-11-17 |
Eric Christopher | Add ability to set code model within the execution... |
tree | commitdiff |
2009-11-09 |
Jeffrey Yasskin | Remove dlsym stubs, with Nate Begeman's permission. |
tree | commitdiff |
2009-10-29 |
Chris Lattner | add interpreter support for indirect goto / blockaddres... |
tree | commitdiff |
2009-10-27 |
Jeffrey Yasskin | Revert the API changes from r85295 to make it easier... |
tree | commitdiff |
2009-10-27 |
Jeffrey Yasskin | Change the JIT to compile eagerly by default as agreed in |
tree | commitdiff |
2009-10-27 |
Jeffrey Yasskin | Automatically do the equivalent of freeMachineCodeForFu... |
tree | commitdiff |
2009-10-26 |
Chandler Carruth | Move DataTypes.h to include/llvm/System, update all... |
tree | commitdiff |
2009-10-23 |
Jeffrey Yasskin | Fix llvm.org/PR4822: allow module deletion after a... |
tree | commitdiff |
2009-10-21 |
Jeffrey Yasskin | Delete the MacOSJITEventListener per echristo's request... |
tree | commitdiff |
2009-10-20 |
Jeffrey Yasskin | Move the Function*->allocated blocks map from the JITMe... |
tree | commitdiff |
2009-10-14 |
Eric Christopher | Remove a bunch of unused arguments from functions,... |
tree | commitdiff |
2009-10-13 |
Jeffrey Yasskin | Make the ExecutionEngine automatically remove global... |
tree | commitdiff |
2009-10-09 |
Jeffrey Yasskin | ExecutionEngine::clearGlobalMappingsFromModule failed... |
tree | commitdiff |
2009-08-12 |
Dan Gohman | This void is implicit in C++. |
tree | commitdiff |
2009-08-07 |
Jeffrey Yasskin | To catch bugs like the one fixed in |
tree | commitdiff |
2009-07-23 |
Reid Kleckner | Re-committing r76828 with the JIT memory manager change... |
tree | commitdiff |
2009-07-23 |
Reid Kleckner | Reverting r76825 and r76828, since they caused clang... |
tree | commitdiff |
2009-07-23 |
Reid Kleckner | Make the JIT code emitter properly retry and ask for... |
tree | commitdiff |
2009-07-18 |
Reid Kleckner | Add EngineBuilder to ExecutionEngine in favor of the... |
tree | commitdiff |
2009-07-16 |
Jeffrey Yasskin | Add line numbers to OProfile. To do this, I added a... |
tree | commitdiff |
2009-07-16 |
Daniel Dunbar | Switch llc and createJIT to use simpler command line... |
tree | commitdiff |
2009-07-10 |
Jeffrey Yasskin | Add a --with-oprofile flag to configure, which uses... |
tree | commitdiff |
next |