2011-04-15 |
Chris Lattner | Fix a ton of comment typos found by codespell. Patch by |
blob | commitdiff | raw |
2011-03-15 |
Jim Grosbach | Trailing whitespae. |
blob | commitdiff | raw | diff to current |
2010-11-29 |
Michael J. Spencer | Merge System into Support. |
blob | commitdiff | raw | diff to current |
2010-11-13 |
Daniel Dunbar | Fix some more 80-col violas. |
blob | commitdiff | raw | diff to current |
2010-10-21 |
Duncan Sands | Fix the cleanup process of exception information in... |
blob | commitdiff | raw | diff to current |
2010-08-17 |
Nick Lewycky | When creating a JIT, try to load the program so that... |
blob | commitdiff | raw | diff to current |
2010-08-09 |
Nick Lewycky | Stop the JIT from refusing to work just because the... |
blob | commitdiff | raw | diff to current |
2010-07-26 |
Bob Wilson | Don't call __register_frame from the JIT on systems... |
blob | commitdiff | raw | diff to current |
2010-07-11 |
Chris Lattner | first part of JIT support for address of labels, part... |
blob | commitdiff | raw | diff to current |
2010-04-07 |
Chris Lattner | rename llvm::llvm_report_error -> llvm::report_fatal_error |
blob | commitdiff | raw | diff to current |
2010-02-16 |
Duncan Sands | There are two ways of checking for a given type, for... |
blob | commitdiff | raw | diff to current |
2010-02-15 |
Duncan Sands | Uniformize the names of type predicates: rather than... |
blob | commitdiff | raw | diff to current |
2010-02-12 |
Jeffrey Yasskin | Make JIT::runFunction clean up the generated stub function. |
blob | commitdiff | raw | diff to current |
2010-02-11 |
Jeffrey Yasskin | Make it possible to create multiple JIT instances at... |
blob | commitdiff | raw | diff to current |
2010-02-10 |
Dan Gohman | Fix "the the" and similar typos. |
blob | commitdiff | raw | diff to current |
2010-02-05 |
Jeffrey Yasskin | Move --march, --mcpu, and --mattr from JIT/TargetSelect... |
blob | commitdiff | raw | diff to current |
2010-01-27 |
Jeffrey Yasskin | Kill ModuleProvider and ghost linkage by inverting... |
blob | commitdiff | raw | diff to current |
2010-01-05 |
Benjamin Kramer | Move remaining stuff to the isInteger predicate. |
blob | commitdiff | raw | diff to current |
2010-01-05 |
Benjamin Kramer | Convert a ton of simple integer type equality tests... |
blob | commitdiff | raw | diff to current |
2010-01-05 |
Benjamin Kramer | Avoid going through the LLVMContext for type equality... |
blob | commitdiff | raw | diff to current |
2009-12-22 |
Jeffrey Yasskin | Fix a crash in JIT::recompileAndRelinkFunction(). It... |
blob | commitdiff | raw | diff to current |
2009-12-17 |
Jeffrey Yasskin | Don't codegen available_externally functions. Fixes... |
blob | commitdiff | raw | diff to current |
2009-12-15 |
Eric Christopher | Formatting. |
blob | commitdiff | raw | diff to current |
2009-12-13 |
Jeffrey Yasskin | Reinstate r91208 to fix available_externally linkage... |
blob | commitdiff | raw | diff to current |
2009-12-12 |
Jeffrey Yasskin | Revert r91208. Something on Linux prevents the JIT... |
blob | commitdiff | raw | diff to current |
2009-12-12 |
Jeffrey Yasskin | Fix available_externally linkage for globals. It's... |
blob | commitdiff | raw | diff to current |
2009-11-17 |
Eric Christopher | Add ability to set code model within the execution... |
blob | commitdiff | raw | diff to current |
2009-11-09 |
Jeffrey Yasskin | Remove dlsym stubs, with Nate Begeman's permission. |
blob | commitdiff | raw | diff to current |
2009-10-27 |
Jeffrey Yasskin | Change the JIT to compile eagerly by default as agreed in |
blob | commitdiff | raw | diff to current |
2009-10-27 |
Jeffrey Yasskin | Automatically do the equivalent of freeMachineCodeForFu... |
blob | commitdiff | raw | diff to current |
2009-10-25 |
Chris Lattner | fix PR5186: the JIT shouldn't try to codegen available_... |
blob | commitdiff | raw | diff to current |
2009-09-20 |
Reid Kleckner | Implement the JIT side of the GDB JIT debugging interfa... |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Owen Anderson | Push LLVMContexts through the IntegerType APIs. |
blob | commitdiff | raw | diff to current |
2009-07-29 |
Owen Anderson | Move types back to the 2.5 API. |
blob | commitdiff | raw | diff to current |
2009-07-29 |
Owen Anderson | Move ConstantExpr to 2.5 API. |
blob | commitdiff | raw | diff to current |
2009-07-27 |
Owen Anderson | Move ConstantFP construction back to the 2.5-ish API. |
blob | commitdiff | raw | diff to current |
2009-07-24 |
Owen Anderson | Revert the ConstantInt constructors back to their 2... |
blob | commitdiff | raw | diff to current |
2009-07-22 |
Owen Anderson | Get rid of the Pass+Context magic. |
blob | commitdiff | raw | diff to current |
2009-07-21 |
Daniel Dunbar | Simplify / normalize some uses of Value::getName. |
blob | commitdiff | raw | diff to current |
2009-07-18 |
Reid Kleckner | Add EngineBuilder to ExecutionEngine in favor of the... |
blob | commitdiff | raw | diff to current |
2009-07-14 |
Owen Anderson | Move EVER MORE stuff over to LLVMContext. |
blob | commitdiff | raw | diff to current |
2009-07-14 |
Torok Edwin | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE... |
blob | commitdiff | raw | diff to current |
2009-07-11 |
Torok Edwin | assert(0) -> LLVM_UNREACHABLE. |
blob | commitdiff | raw | diff to current |
2009-07-11 |
Torok Edwin | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, |
blob | commitdiff | raw | diff to current |
2009-07-08 |
Jeffrey Yasskin | Add an option to allocate JITed global data separately... |
blob | commitdiff | raw | diff to current |
2009-07-07 |
Torok Edwin | Introduce new error handling API. |
blob | commitdiff | raw | diff to current |
2009-07-01 |
Chris Lattner | improve the APIs for creating struct and function types... |
blob | commitdiff | raw | diff to current |
2009-06-25 |
Jeffrey Yasskin | Add a JITEventListener interface that gets called back... |
blob | commitdiff | raw | diff to current |
2009-06-24 |
Bob Wilson | Fix the Ocaml bindings for the ExecutionEngine: with... |
blob | commitdiff | raw | diff to current |
2009-06-12 |
Nicolas Geoffray | After obtaining the lock, look if the function has... |
blob | commitdiff | raw | diff to current |
2009-05-30 |
Bruno Cardoso Lopes | First patch in the direction of splitting MachineCodeEm... |
blob | commitdiff | raw | diff to current |
2009-05-18 |
Argyrios Kyrtzidis | Allow the JIT ExecutionEngine to report details about... |
blob | commitdiff | raw | diff to current |
2009-05-09 |
Duncan Sands | Rename PaddedSize to AllocSize, in the hope that this |
blob | commitdiff | raw | diff to current |
2009-04-29 |
Bill Wendling | Instead of passing in an unsigned value for the optimiz... |
blob | commitdiff | raw | diff to current |
2009-04-29 |
Bill Wendling | The second part of the change from -fast to -O#. This... |
blob | commitdiff | raw | diff to current |
2009-04-16 |
Chris Lattner | make sure to unlock keymgr if the JIT is created and... |
blob | commitdiff | raw | diff to current |
2009-04-14 |
Evan Cheng | Mac OS X 10.6 and above do not use key manager to regis... |
blob | commitdiff | raw | diff to current |
2009-03-07 |
Duncan Sands | Introduce new linkage types linkonce_odr, weak_odr... |
blob | commitdiff | raw | diff to current |
2009-03-07 |
Nate Begeman | Finish cross-process JIT work, and clean up previous... |
blob | commitdiff | raw | diff to current |
2009-03-04 |
Nate Begeman | Fix a thinko in the JIT where the address of a GV was... |
blob | commitdiff | raw | diff to current |
2009-03-03 |
Chris Lattner | don't #include a header into the middle of an anon... |
blob | commitdiff | raw | diff to current |
2009-02-19 |
Dan Gohman | Fix the logic in this assertion to properly validate... |
blob | commitdiff | raw | diff to current |
2009-02-19 |
Dan Gohman | Reapply r57340. VMKit does not presently rely on materi... |
blob | commitdiff | raw | diff to current |
2009-02-18 |
Nate Begeman | Add support to the JIT for true non-lazy operation... |
blob | commitdiff | raw | diff to current |
2009-02-06 |
Dan Gohman | Split the locking out of JIT::runJITOnFunction so that... |
blob | commitdiff | raw | diff to current |
2009-02-01 |
Evan Cheng | Fix PR3423: Link llvm on ARM EABI machines. Patch by... |
blob | commitdiff | raw | diff to current |
2009-01-23 |
Nate Begeman | Add support for deleting a module provider from a JIT... |
blob | commitdiff | raw | diff to current |
2009-01-16 |
Evan Cheng | Change isGVCompilationDisabled() semantics again. It... |
blob | commitdiff | raw | diff to current |
2009-01-15 |
Rafael Espindola | Add the private linkage. |
blob | commitdiff | raw | diff to current |
2009-01-12 |
Duncan Sands | Rename getABITypeSize to getTypePaddedSize, as |
blob | commitdiff | raw | diff to current |
2009-01-05 |
Dan Gohman | Handle weak_extern in the JIT. This fixes |
blob | commitdiff | raw | diff to current |
2008-12-09 |
Evan Cheng | DisableGVCompilation should not abort on internal Globa... |
blob | commitdiff | raw | diff to current |
2008-11-23 |
Chris Lattner | Make JIT::runFunction handle functions with non-C calli... |
blob | commitdiff | raw | diff to current |
2008-11-04 |
Evan Cheng | For some targets, it's not possible to place GVs in... |
blob | commitdiff | raw | diff to current |
2008-10-25 |
Nicolas Geoffray | Support for allocation of TLS variables in the JIT... |
blob | commitdiff | raw | diff to current |
2008-10-10 |
Mon P Wang | Revert r57340 move guard mutex in getPointerToFunction... |
blob | commitdiff | raw | diff to current |
2008-10-10 |
Mon P Wang | Moved guard mutex upwards to guard materializing a... |
blob | commitdiff | raw | diff to current |
2008-09-24 |
Evan Cheng | Add DisableGVCompilation which forces the JIT to assert... |
blob | commitdiff | raw | diff to current |
2008-08-28 |
Nicolas Geoffray | Add support for JIT exceptions on Darwin. Since we... |
blob | commitdiff | raw | diff to current |
2008-08-18 |
Nicolas Geoffray | Register the frame register function when allocating... |
blob | commitdiff | raw | diff to current |
2008-08-08 |
Evan Cheng | Add new parameter Fast to createJIT to enable the fast... |
blob | commitdiff | raw | diff to current |
2008-08-07 |
Dale Johannesen | Rewrite JIT handling of GlobalVariables so they |
blob | commitdiff | raw | diff to current |
2008-07-01 |
Dan Gohman | Prune a few dependencies on MachineFunction.h. |
blob | commitdiff | raw | diff to current |
2008-05-21 |
Nate Begeman | Fix a couple issues with the JIT and multiple modules: |
blob | commitdiff | raw | diff to current |
2008-05-15 |
Gabor Greif | Fix a bunch of 80col violations that arose from the... |
blob | commitdiff | raw | diff to current |
2008-05-13 |
Dan Gohman | Clean up the use of static and anonymous namespaces... |
blob | commitdiff | raw | diff to current |
2008-04-20 |
Nicolas Geoffray | Do not hold the JIT lock when materializing a function... |
blob | commitdiff | raw | diff to current |
2008-04-20 |
Chris Lattner | Switch to using Simplified ConstantFP::get API. |
blob | commitdiff | raw | diff to current |
2008-04-06 |
Gabor Greif | API changes for class Use size reduction, wave 1. |
blob | commitdiff | raw | diff to current |
2008-03-22 |
Anton Korobeynikov | Register EH frames emitted in JIT when using gcc unwind... |
blob | commitdiff | raw | diff to current |
2008-01-29 |
Duncan Sands | Use getPreferredAlignmentLog or getPreferredAlignment |
blob | commitdiff | raw | diff to current |
2007-12-29 |
Chris Lattner | Remove attribution from file headers, per discussion... |
blob | commitdiff | raw | diff to current |
2007-12-06 |
Chris Lattner | add a new ExecutionEngine::createJIT which can be used... |
blob | commitdiff | raw | diff to current |
2007-12-06 |
Chris Lattner | simplify creation of the interpreter, make ExecutionEng... |
blob | commitdiff | raw | diff to current |
2007-11-01 |
Duncan Sands | Executive summary: getTypeSize -> getTypeStoreSize... |
blob | commitdiff | raw | diff to current |
2007-09-17 |
Dale Johannesen | Implement x86 long double in jit (not really |
blob | commitdiff | raw | diff to current |
2007-09-06 |
Dale Johannesen | Next round of APFloat changes. |
blob | commitdiff | raw | diff to current |
2007-08-13 |
Chris Lattner | move assertion into mutex guard, a partial fix for... |
blob | commitdiff | raw | diff to current |
2007-08-08 |
Chris Lattner | eliminate redundant conditions from the signless types... |
blob | commitdiff | raw | diff to current |
2007-08-01 |
David Greene | New CallInst interface to address GLIBCXX_DEBUG errors... |
blob | commitdiff | raw | diff to current |
next |