Age | Commit message (Expand) | Author |
2013-05-01 | This patch breaks up Wrap.h so that it does not have to include all of | Filip Pizlo |
2013-04-25 | Re-enabling MCJIT object caching with memory leak fixed | Andrew Kaylor |
2013-04-25 | Revert "Adding object caching support to MCJIT" | Rafael Espindola |
2013-04-23 | Fix dependency layering issues caused by r180112. | Eric Christopher |
2013-04-23 | Fixing typo in comment. | Andrew Kaylor |
2013-04-23 | Adding object caching support to MCJIT | Andrew Kaylor |
2013-01-10 | Fix include guards so they exactly match file names. | Jakub Staszak |
2012-12-03 | Sort the #include lines for the include/... tree with the script. | Chandler Carruth |
2012-11-05 | Add a method to indicate section address re-assignment is finished. | Andrew Kaylor |
2012-10-08 | Move TargetData to DataLayout. | Micah Villmow |
2012-09-14 | Fix Doxygen issues: | Dmitri Gribenko |
2012-09-13 | Better const handling for RuntimeDyld and MCJIT. | Jim Grosbach |
2012-07-19 | Fixed few warnings. | Galina Kistanova |
2012-03-23 | Make it feasible for clients using EngineBuilder to capture the TargetMachine... | Owen Anderson |
2012-02-05 | Convert assert(0) to llvm_unreachable | Craig Topper |
2012-01-16 | ExecutionEngine interface to re-map addresses for engines that support it. | Jim Grosbach |
2012-01-05 | A small re-factored JIT/MCJIT::getPointerToNamedFunction(), so it could be ca... | Danil Malyshev |
2011-12-12 | ExecutionEngine: refactor interface | Dylan Noblesmith |
2011-12-07 | EngineBuilder: support for custom TargetOptions. Fixes the | Peter Collingbourne |
2011-12-01 | ExecutionEngine: honor optimization level | Dylan Noblesmith |
2011-09-29 | Tidy up. Formatting. | Jim Grosbach |
2011-08-30 | The code model of JIT should default to JITDefault. | Nicolas Geoffray |
2011-07-20 | - Move CodeModel from a TargetMachine global option to MCCodeGenInfo. | Evan Cheng |
2011-07-19 | Introduce MCCodeGenInfo, which keeps information that can affect codegen | Evan Cheng |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
2011-05-13 | ExecutionEngine: push TargetMachine creation into clients (v2) | Dylan Noblesmith |
2011-05-13 | ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2) | Dylan Noblesmith |
2011-05-07 | Revert ExecutionEngine patches, they either failed to build or broke unit tests. | Jakob Stoklund Olesen |
2011-05-06 | ExecutionEngine: push TargetMachine creation into clients | Dylan Noblesmith |
2011-05-06 | ExecutionEngine: fix JIT/MCJIT selectTarget() duplication | Dylan Noblesmith |
2011-04-15 | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner |
2011-04-06 | EngineBuilder setter method for UseMCJIT was missing return value. | Jim Grosbach |
2011-03-30 | Tidy up. Whitespace and 80-columns. | Jim Grosbach |
2011-03-04 | Support unregistering exception frames of functions when they are removed. | Eric Christopher |
2010-11-29 | Merge System into Support. | Michael J. Spencer |
2010-11-17 | lli: Add stub -use-mcjit option, which doesn't currently do anything. | Daniel Dunbar |
2010-11-13 | JIT: More nitty style tweakage, aka territory marking. | Daniel Dunbar |
2010-10-21 | Fix the cleanup process of exception information in JIT. Now JIT | Duncan Sands |
2010-07-12 | Convert some tab stops into spaces. | Duncan Sands |
2010-02-05 | Move --march, --mcpu, and --mattr from JIT/TargetSelect.cpp to lli.cpp. | Jeffrey Yasskin |
2010-02-03 | r94686 changed all ModuleProvider parameters to Modules, which made the | Jeffrey Yasskin |
2010-01-27 | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin |
2009-11-17 | Add ability to set code model within the execution engine builders | Eric Christopher |
2009-11-09 | Remove dlsym stubs, with Nate Begeman's permission. | Jeffrey Yasskin |
2009-10-29 | add interpreter support for indirect goto / blockaddress. The interpreter | Chris Lattner |
2009-10-27 | Revert the API changes from r85295 to make it easier for people to build | Jeffrey Yasskin |
2009-10-27 | Change the JIT to compile eagerly by default as agreed in | Jeffrey Yasskin |
2009-10-27 | Automatically do the equivalent of freeMachineCodeForFunction(F) when F is | Jeffrey Yasskin |
2009-10-23 | Fix http://llvm.org/PR4822: allow module deletion after a function has been | Jeffrey Yasskin |
2009-10-13 | Make the ExecutionEngine automatically remove global mappings on when their | Jeffrey Yasskin |