| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert a series of commits to MCJIT to get the build working in CMake | Chandler Carruth | 2012-03-22 | 1 | -25/+3 |
* | Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee... | Danil Malyshev | 2012-03-21 | 1 | -3/+25 |
* | Convert assert(0) to llvm_unreachable | Craig Topper | 2012-02-07 | 1 | -3/+2 |
* | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 1 | -1/+0 |
* | ExecutionEngine: refactor interface | Dylan Noblesmith | 2011-12-12 | 1 | -3/+2 |
* | ExecutionEngine: honor optimization level | Dylan Noblesmith | 2011-12-01 | 1 | -3/+3 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -4/+4 |
* | Convert CallInst and InvokeInst APIs to use ArrayRef. | Jay Foad | 2011-07-15 | 1 | -2/+1 |
* | ExecutionEngine: move createJIT() definition (v2) | Dylan Noblesmith | 2011-05-13 | 1 | -19/+0 |
* | ExecutionEngine: push TargetMachine creation into clients (v2) | Dylan Noblesmith | 2011-05-13 | 1 | -16/+7 |
* | ExecutionEngine: fix JIT/MCJIT selectTarget() duplication (v2) | Dylan Noblesmith | 2011-05-13 | 1 | -2/+9 |
* | Revert ExecutionEngine patches, they either failed to build or broke unit tests. | Jakob Stoklund Olesen | 2011-05-07 | 1 | -4/+25 |
* | ExecutionEngine: move createJIT() definition | Dylan Noblesmith | 2011-05-06 | 1 | -19/+0 |
* | ExecutionEngine: push TargetMachine creation into clients | Dylan Noblesmith | 2011-05-06 | 1 | -16/+7 |
* | ExecutionEngine: fix JIT/MCJIT selectTarget() duplication | Dylan Noblesmith | 2011-05-06 | 1 | -2/+9 |
* | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
* | Trailing whitespae. | Jim Grosbach | 2011-03-15 | 1 | -34/+34 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
* | Fix some more 80-col violas. | Daniel Dunbar | 2010-11-13 | 1 | -4/+11 |
* | Fix the cleanup process of exception information in JIT. Now JIT | Duncan Sands | 2010-10-21 | 1 | -0/+6 |
* | When creating a JIT, try to load the program so that we can resolve symbols | Nick Lewycky | 2010-08-17 | 1 | -0/+3 |
* | Stop the JIT from refusing to work just because the program it was compiled into | Nick Lewycky | 2010-08-09 | 1 | -5/+0 |
* | Don't call __register_frame from the JIT on systems that use setjmp/longjmp | Bob Wilson | 2010-07-26 | 1 | -2/+2 |
* | first part of JIT support for address of labels, part of PR7264, | Chris Lattner | 2010-07-11 | 1 | -8/+46 |
* | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner | 2010-04-07 | 1 | -6/+6 |
* | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands | 2010-02-16 | 1 | -3/+3 |
* | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands | 2010-02-15 | 1 | -4/+4 |
* | Make JIT::runFunction clean up the generated stub function. | Jeffrey Yasskin | 2010-02-12 | 1 | -2/+6 |
* | Make it possible to create multiple JIT instances at the same time, by removing | Jeffrey Yasskin | 2010-02-11 | 1 | -2/+51 |
* | Fix "the the" and similar typos. | Dan Gohman | 2010-02-10 | 1 | -1/+1 |
* | Move --march, --mcpu, and --mattr from JIT/TargetSelect.cpp to lli.cpp. | Jeffrey Yasskin | 2010-02-05 | 1 | -4/+13 |
* | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin | 2010-01-27 | 1 | -79/+20 |
* | Move remaining stuff to the isInteger predicate. | Benjamin Kramer | 2010-01-05 | 1 | -1/+1 |
* | Convert a ton of simple integer type equality tests to the new predicate. | Benjamin Kramer | 2010-01-05 | 1 | -3/+3 |
* | Avoid going through the LLVMContext for type equality where it's safe to dere... | Benjamin Kramer | 2010-01-05 | 1 | -3/+2 |
* | Fix a crash in JIT::recompileAndRelinkFunction(). It doesn't pass the MCI | Jeffrey Yasskin | 2009-12-22 | 1 | -2/+4 |
* | Don't codegen available_externally functions. Fixes http://llvm.org/PR5735. | Jeffrey Yasskin | 2009-12-17 | 1 | -27/+39 |
* | Formatting. | Eric Christopher | 2009-12-15 | 1 | -1/+1 |
* | Reinstate r91208 to fix available_externally linkage for globals, with | Jeffrey Yasskin | 2009-12-13 | 1 | -1/+1 |
* | Revert r91208. Something on Linux prevents the JIT from looking up a symbol | Jeffrey Yasskin | 2009-12-12 | 1 | -1/+1 |
* | Fix available_externally linkage for globals. It's probably still not | Jeffrey Yasskin | 2009-12-12 | 1 | -1/+1 |
* | Add ability to set code model within the execution engine builders | Eric Christopher | 2009-11-17 | 1 | -3/+6 |
* | Remove dlsym stubs, with Nate Begeman's permission. | Jeffrey Yasskin | 2009-11-09 | 1 | -8/+2 |
* | Change the JIT to compile eagerly by default as agreed in | Jeffrey Yasskin | 2009-10-27 | 1 | -2/+2 |
* | Automatically do the equivalent of freeMachineCodeForFunction(F) when F is | Jeffrey Yasskin | 2009-10-27 | 1 | -2/+2 |
* | fix PR5186: the JIT shouldn't try to codegen available_externally | Chris Lattner | 2009-10-25 | 1 | -1/+1 |
* | Implement the JIT side of the GDB JIT debugging interface. To enable this | Reid Kleckner | 2009-09-20 | 1 | -1/+1 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -10/+14 |
* | Move types back to the 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -2/+1 |
* | Move ConstantExpr to 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -1/+1 |