| Commit message (Expand) | Author | Age | Files | Lines |
| * | Introduce MCCodeGenInfo, which keeps information that can affect codegen | Evan Cheng | 2011-07-19 | 1 | -0/+12 |
| * | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -2/+2 |
| * | ExecutionEngine: push TargetMachine creation into clients (v2) | Dylan Noblesmith | 2011-05-13 | 1 | -8/+2 |
| * | ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2) | Dylan Noblesmith | 2011-05-13 | 1 | -0/+8 |
| * | Revert ExecutionEngine patches, they either failed to build or broke unit tests. | Jakob Stoklund Olesen | 2011-05-07 | 1 | -10/+8 |
| * | ExecutionEngine: push TargetMachine creation into clients | Dylan Noblesmith | 2011-05-06 | 1 | -8/+2 |
| * | ExecutionEngine: fix JIT/MCJIT selectTarget() duplication | Dylan Noblesmith | 2011-05-06 | 1 | -0/+8 |
| * | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
| * | EngineBuilder setter method for UseMCJIT was missing return value. | Jim Grosbach | 2011-04-06 | 1 | -1/+2 |
| * | Tidy up. Whitespace and 80-columns. | Jim Grosbach | 2011-03-30 | 1 | -17/+19 |
| * | Support unregistering exception frames of functions when they are removed. | Eric Christopher | 2011-03-04 | 1 | -3/+17 |
| * | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
| * | lli: Add stub -use-mcjit option, which doesn't currently do anything. | Daniel Dunbar | 2010-11-17 | 1 | -2/+20 |
| * | JIT: More nitty style tweakage, aka territory marking. | Daniel Dunbar | 2010-11-13 | 1 | -56/+67 |
| * | Fix the cleanup process of exception information in JIT. Now JIT | Duncan Sands | 2010-10-21 | 1 | -6/+17 |
| * | Convert some tab stops into spaces. | Duncan Sands | 2010-07-12 | 1 | -2/+2 |
| * | Move --march, --mcpu, and --mattr from JIT/TargetSelect.cpp to lli.cpp. | Jeffrey Yasskin | 2010-02-05 | 1 | -6/+34 |
| * | r94686 changed all ModuleProvider parameters to Modules, which made the | Jeffrey Yasskin | 2010-02-03 | 1 | -5/+0 |
| * | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin | 2010-01-27 | 1 | -34/+21 |
| * | Add ability to set code model within the execution engine builders | Eric Christopher | 2009-11-17 | 1 | -2/+14 |
| * | Remove dlsym stubs, with Nate Begeman's permission. | Jeffrey Yasskin | 2009-11-09 | 1 | -10/+1 |
| * | add interpreter support for indirect goto / blockaddress. The interpreter | Chris Lattner | 2009-10-29 | 1 | -0/+6 |
| * | Revert the API changes from r85295 to make it easier for people to build | Jeffrey Yasskin | 2009-10-27 | 1 | -3/+8 |
| * | Change the JIT to compile eagerly by default as agreed in | Jeffrey Yasskin | 2009-10-27 | 1 | -7/+18 |
| * | Automatically do the equivalent of freeMachineCodeForFunction(F) when F is | Jeffrey Yasskin | 2009-10-27 | 1 | -3/+2 |
| * | Fix http://llvm.org/PR4822: allow module deletion after a function has been | Jeffrey Yasskin | 2009-10-23 | 1 | -26/+13 |
| * | Make the ExecutionEngine automatically remove global mappings on when their | Jeffrey Yasskin | 2009-10-13 | 1 | -21/+44 |
| * | ExecutionEngine::clearGlobalMappingsFromModule failed to remove reverse | Jeffrey Yasskin | 2009-10-09 | 1 | -0/+3 |
| * | To catch bugs like the one fixed in | Jeffrey Yasskin | 2009-08-07 | 1 | -4/+5 |
| * | Add EngineBuilder to ExecutionEngine in favor of the five optional argument E... | Reid Kleckner | 2009-07-18 | 1 | -4/+99 |
| * | Switch llc and createJIT to use simpler command line parsing for -march. | Daniel Dunbar | 2009-07-16 | 1 | -0/+3 |
| * | Add an option to allocate JITed global data separately from code. By | Jeffrey Yasskin | 2009-07-08 | 1 | -4/+16 |
| * | Remove unused parameter. | Bill Wendling | 2009-07-07 | 1 | -2/+2 |
| * | Add a JITEventListener interface that gets called back when a new function is | Jeffrey Yasskin | 2009-06-25 | 1 | -4/+12 |
| * | Remove unused parameter warnings. | Bill Wendling | 2009-06-11 | 1 | -1/+1 |
| * | Allow the JIT ExecutionEngine to report details about the generated machine c... | Argyrios Kyrtzidis | 2009-05-18 | 1 | -0/+4 |
| * | Instead of passing in an unsigned value for the optimization level, use an enum, | Bill Wendling | 2009-04-29 | 1 | -7/+8 |
| * | The second part of the change from -fast to -O#. This changes the JIT to accept | Bill Wendling | 2009-04-29 | 1 | -3/+3 |
| * | improve documentation around memory lifetimes, | Chris Lattner | 2009-04-25 | 1 | -5/+17 |
| * | Add support to the JIT for true non-lazy operation. When a call to a function | Nate Begeman | 2009-02-18 | 1 | -0/+8 |
| * | Add support for deleting a module provider from a JIT in such a way that it d... | Nate Begeman | 2009-01-23 | 1 | -1/+7 |
| * | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 1 | -1/+0 |
| * | DisableGVCompilation should not abort on internal GlobalValue's. | Evan Cheng | 2008-12-09 | 1 | -2/+3 |
| * | Support for allocation of TLS variables in the JIT. Allocation of a global | Nicolas Geoffray | 2008-10-25 | 1 | -0/+3 |
| * | Add runStaticConstructorsDestructors which runs ctors / dtors of a single mod... | Evan Cheng | 2008-09-30 | 1 | -1/+5 |
| * | Add DisableGVCompilation which forces the JIT to assert when it tries to allo... | Evan Cheng | 2008-09-24 | 1 | -0/+11 |
| * | Add new parameter Fast to createJIT to enable the fast codegen path. | Evan Cheng | 2008-08-08 | 1 | -3/+6 |
| * | Add a new flag that disables symbol lookup with dlsym when set. This allows | Chris Lattner | 2008-06-16 | 1 | -3/+13 |
| * | Fix a couple issues with the JIT and multiple modules: | Nate Begeman | 2008-05-21 | 1 | -2/+7 |
| * | Remove warnings about unused parameters and shadowed variables. | Bill Wendling | 2008-05-19 | 1 | -2/+2 |