2010-07-19 |
Duncan Sands | Fix indentation. |
tree | commitdiff |
2010-07-19 |
Duncan Sands | Expose JIT::recompileAndRelinkFunction for use through... |
tree | commitdiff |
2010-07-16 |
Eli Friedman | Get rid of a bunch of duplicated ELF enum values. |
tree | commitdiff |
2010-07-12 |
Duncan Sands | Convert some tab stops into spaces. |
tree | commitdiff |
2010-07-11 |
Chris Lattner | first part of JIT support for address of labels, part... |
tree | commitdiff |
2010-06-18 |
Dan Gohman | Handle execution entrypoints with non-integer return... |
tree | commitdiff |
2010-05-15 |
Chris Lattner | improve portability to systems that don't have powf... |
tree | commitdiff |
2010-05-02 |
Duncan Sands | Remove the -enable-sjlj-eh option, which doesn't do... |
tree | commitdiff |
2010-05-01 |
Dan Gohman | Fix an ancient FIXME. |
tree | commitdiff |
2010-04-30 |
Jeffrey Yasskin | Fix the OProfileJITEventListener build after r101844... |
tree | commitdiff |
2010-04-18 |
Bill Wendling | Don't rely upon the MCSymbol "isDefined" method to... |
tree | commitdiff |
2010-04-18 |
Bill Wendling | Formatting changes. No functionality change. |
tree | commitdiff |
2010-04-17 |
Dan Gohman | Fix -Wcast-qual warnings. |
tree | commitdiff |
2010-04-16 |
Bill Wendling | The JIT calls TidyLandingPads to tidy up the landing... |
tree | commitdiff |
2010-04-15 |
Dan Gohman | Add const qualifiers to CodeGen's use of LLVM IR constr... |
tree | commitdiff |
2010-04-14 |
Nicolas Geoffray | Don't use DILocation when processing a DebugLoc. |
tree | commitdiff |
2010-04-08 |
Benjamin Kramer | Use twines to simplify calls to report_fatal_error... |
tree | commitdiff |
2010-04-07 |
Chris Lattner | rename llvm::llvm_report_error -> llvm::report_fatal_error |
tree | commitdiff |
2010-04-05 |
Jeffrey Yasskin | Fix OProfileJITEventListener build for new DebugLoc. |
tree | commitdiff |
2010-04-04 |
Nicolas Geoffray | CurFn is only used for relocations. Use EmissionDetails... |
tree | commitdiff |
2010-04-02 |
Chris Lattner | Switch the code generator (except the JIT) onto the... |
tree | commitdiff |
2010-03-30 |
Torok Edwin | Typo noticed by Duncan. |
tree | commitdiff |
2010-03-30 |
Torok Edwin | Don't overwrite previous value, if it succeeded. |
tree | commitdiff |
2010-03-30 |
Torok Edwin | Honour addGlobalMapping() in the interpreter, if it... |
tree | commitdiff |
2010-03-27 |
Jeffrey Yasskin | Avoid leaking the memory allocated for GlobalVariables... |
tree | commitdiff |
2010-03-26 |
Jeffrey Yasskin | Avoid leaking argv and env arrays from lli. |
tree | commitdiff |
2010-03-16 |
Jeffrey Yasskin | Avoid a memory leak in JITDebugRegisterer. |
tree | commitdiff |
2010-03-14 |
Chris Lattner | fix these two get the mcsymbol operand instead of imm... |
tree | commitdiff |
2010-03-14 |
Chris Lattner | Now that DBG_LABEL is updated, we can finally make... |
tree | commitdiff |
2010-03-14 |
Chris Lattner | change EH related stuff (other than EH_LABEL) to use... |
tree | commitdiff |
2010-03-11 |
Richard Osborne | Add a new jump table encoding to indicate jump tables... |
tree | commitdiff |
2010-03-09 |
Chris Lattner | strength reduce MMI::MappedLabel to MMI::isLabelDeleted, |
tree | commitdiff |
2010-03-04 |
Jeffrey Yasskin | Fix PR6360. It's easy for a stub's address to escape... |
tree | commitdiff |
2010-03-04 |
Jeffrey Yasskin | Fix PR5291, in which a SmallPtrSet iterator was held... |
tree | commitdiff |
2010-03-04 |
Jeffrey Yasskin | Make sure JITResolvers don't leave any stubs behind... |
tree | commitdiff |
2010-03-02 |
Erick Tryzelaar | Add Module functions in place of module providers. |
tree | commitdiff |
2010-02-16 |
Duncan Sands | There are two ways of checking for a given type, for... |
tree | commitdiff |
2010-02-16 |
Bill Wendling | Apply patch from llvm.org/bugs/attachment.cgi?id=4136... |
tree | commitdiff |
2010-02-15 |
Duncan Sands | Uniformize the names of type predicates: rather than... |
tree | commitdiff |
2010-02-12 |
Jeffrey Yasskin | Make JIT::runFunction clean up the generated stub function. |
tree | commitdiff |
2010-02-11 |
Jeffrey Yasskin | Make it possible to create multiple JIT instances at... |
tree | commitdiff |
2010-02-10 |
Dan Gohman | Fix "the the" and similar typos. |
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-28 |
Benjamin Kramer | Replace strcpy with memcpy when we have the length... |
tree | commitdiff |
2010-01-27 |
Jeffrey Yasskin | Kill ModuleProvider and ghost linkage by inverting... |
tree | commitdiff |
2010-01-26 |
Chris Lattner | Add support for target-specific 32-bit custom-lowered |
tree | commitdiff |
2010-01-26 |
Chris Lattner | make jit jump table emission be based on the EntryKind... |
tree | commitdiff |
2010-01-25 |
Chris Lattner | Rearrange handling of jump tables. Highlights: |
tree | commitdiff |
2010-01-24 |
Chris Lattner | make -fno-rtti the default unless a directory builds... |
tree | commitdiff |
2010-01-22 |
Jeffrey Yasskin | Make OProfile support compile again after r93630 removed |
tree | commitdiff |
2010-01-22 |
Chris Lattner | Stop building RTTI information for *most* llvm librarie... |
tree | commitdiff |
2010-01-19 |
Devang Patel | Avoid including DebugInfo.h in AsmPrinter.h |
tree | commitdiff |
2010-01-16 |
Devang Patel | Replace DebugLocTuple with DILocation. |
tree | commitdiff |
2010-01-15 |
Jay Foad | Fix llvm.org/PR6028, an assertion failure when an Undef... |
tree | commitdiff |
2010-01-09 |
Chris Lattner | "In order to ease automatic bindings generation, it... |
tree | commitdiff |
2010-01-05 |
Benjamin Kramer | Move remaining stuff to the isInteger predicate. |
tree | commitdiff |
2010-01-05 |
Benjamin Kramer | Convert a ton of simple integer type equality tests... |
tree | commitdiff |
2010-01-05 |
Benjamin Kramer | Avoid going through the LLVMContext for type equality... |
tree | commitdiff |
2010-01-05 |
David Greene | These should probably be errs(). |
tree | commitdiff |
2010-01-05 |
David Greene | Change errs() to dbgs(). |
tree | commitdiff |
2010-01-05 |
David Greene | Change errs() to dbgs(). |
tree | commitdiff |
2010-01-05 |
David Greene | Change errs() to dbgs(). |
tree | commitdiff |
2010-01-05 |
David Greene | Change errs() to dbgs(). |
tree | commitdiff |
2010-01-05 |
David Greene | Change errs() to dbgs(). |
tree | commitdiff |
2010-01-05 |
David Greene | Change errs() to dbgs(). |
tree | commitdiff |
2009-12-28 |
Bill Wendling | Remove dead store and simplify code. |
tree | commitdiff |
2009-12-22 |
Jeffrey Yasskin | Partially revert r91626. Materializing extra functions... |
tree | commitdiff |
2009-12-22 |
Jeffrey Yasskin | Fix a crash in JIT::recompileAndRelinkFunction(). It... |
tree | commitdiff |
2009-12-17 |
Jeffrey Yasskin | Don't codegen available_externally functions. Fixes... |
tree | commitdiff |
2009-12-15 |
Jeffrey Yasskin | Change indirect-globals to use a dedicated allocIndirec... |
tree | commitdiff |
2009-12-15 |
Chris Lattner | Remove isPod() from DenseMapInfo, splitting it out... |
tree | commitdiff |
2009-12-15 |
Eric Christopher | Formatting. |
tree | commitdiff |
2009-12-13 |
Jeffrey Yasskin | Reinstate r91208 to fix available_externally linkage... |
tree | commitdiff |
2009-12-12 |
Jeffrey Yasskin | Revert r91208. Something on Linux prevents the JIT... |
tree | commitdiff |
2009-12-12 |
Jeffrey Yasskin | Fix available_externally linkage for globals. It's... |
tree | commitdiff |
2009-12-10 |
Torok Edwin | Comparing std::string with NULL is a bad idea, so just... |
tree | commitdiff |
2009-12-07 |
Jeffrey Yasskin | Fix the OProfileJITEventListener for StringRef being... |
tree | commitdiff |
2009-11-23 |
Jeffrey Yasskin | * Move stub allocation inside the JITEmitter, instead... |
tree | commitdiff |
2009-11-23 |
Jeffrey Yasskin | Allow more than one stub to be being generated at the... |
tree | commitdiff |
2009-11-19 |
Jeffrey Yasskin | Try to fix JITTest.FarCallToKnownFunction on ARM and... |
tree | commitdiff |
2009-11-18 |
Nick Lewycky | Fix passing of float arguments through ffi. |
tree | commitdiff |
2009-11-17 |
Eric Christopher | Add ability to set code model within the execution... |
tree | commitdiff |
2009-11-17 |
Nick Lewycky | Fail less mysteriously; inform the user that their... |
tree | commitdiff |
2009-11-16 |
Jeffrey Yasskin | Make X86-64 in the Large model always emit 64-bit calls. |
tree | commitdiff |
2009-11-14 |
Benjamin Kramer | Implement DISABLE_INLINE for MSVC. This required changi... |
tree | commitdiff |
2009-11-12 |
Eric Christopher | Use stubs when we have them, otherwise use code we... |
tree | commitdiff |
2009-11-12 |
Eric Christopher | Fix typo, cleanup whitespace. |
tree | commitdiff |
2009-11-09 |
Jeffrey Yasskin | Remove dlsym stubs, with Nate Begeman's permission. |
tree | commitdiff |
2009-11-08 |
Daniel Dunbar | Remove ByteswapSCANFResults, it is dead. |
tree | commitdiff |
2009-11-08 |
Nick Lewycky | We don't need to byteswap, the interpreter assumes... |
tree | commitdiff |
2009-11-08 |
Nick Lewycky | Fix the interpreter to not crash due to zeroext/signext |
tree | commitdiff |
2009-11-07 |
Jeffrey Yasskin | Make the need-stub variables accurate and consistent... |
tree | commitdiff |
2009-11-07 |
Jeffrey Yasskin | Give the JITResolver a direct pointer to its JITEmitter... |
tree | commitdiff |
2009-10-29 |
Benjamin Kramer | Fix MSVC build. |
tree | commitdiff |
2009-10-29 |
Chris Lattner | add interpreter support for indirect goto / blockaddres... |
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 | Fix OProfileJITEventListener after r85182. |
tree | commitdiff |
2009-10-27 |
Jeffrey Yasskin | Automatically do the equivalent of freeMachineCodeForFu... |
tree | commitdiff |
2009-10-26 |
Victor Hernandez | Remove FreeInst. |
tree | commitdiff |
next |