Fix comment typo.
[oota-llvm.git] / lib / ExecutionEngine /
2010-03-16 Jeffrey YasskinAvoid a memory leak in JITDebugRegisterer.
2010-03-14 Chris Lattnerfix these two get the mcsymbol operand instead of imm...
2010-03-14 Chris LattnerNow that DBG_LABEL is updated, we can finally make...
2010-03-14 Chris Lattnerchange EH related stuff (other than EH_LABEL) to use...
2010-03-11 Richard OsborneAdd a new jump table encoding to indicate jump tables...
2010-03-09 Chris Lattnerstrength reduce MMI::MappedLabel to MMI::isLabelDeleted,
2010-03-04 Jeffrey YasskinFix PR6360. It's easy for a stub's address to escape...
2010-03-04 Jeffrey YasskinFix PR5291, in which a SmallPtrSet iterator was held...
2010-03-04 Jeffrey YasskinMake sure JITResolvers don't leave any stubs behind...
2010-03-02 Erick TryzelaarAdd Module functions in place of module providers.
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2010-02-16 Bill WendlingApply patch from llvm.org/bugs/attachment.cgi?id=4136...
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2010-02-12 Jeffrey YasskinMake JIT::runFunction clean up the generated stub function.
2010-02-11 Jeffrey YasskinMake it possible to create multiple JIT instances at...
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-02-05 Jeffrey YasskinMove --march, --mcpu, and --mattr from JIT/TargetSelect...
2010-02-03 Jeffrey Yasskinr94686 changed all ModuleProvider parameters to Modules...
2010-01-28 Benjamin KramerReplace strcpy with memcpy when we have the length...
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-26 Chris LattnerAdd support for target-specific 32-bit custom-lowered
2010-01-26 Chris Lattnermake jit jump table emission be based on the EntryKind...
2010-01-25 Chris LattnerRearrange handling of jump tables. Highlights:
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2010-01-22 Jeffrey YasskinMake OProfile support compile again after r93630 removed
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2010-01-19 Devang PatelAvoid including DebugInfo.h in AsmPrinter.h
2010-01-16 Devang PatelReplace DebugLocTuple with DILocation.
2010-01-15 Jay FoadFix llvm.org/PR6028, an assertion failure when an Undef...
2010-01-09 Chris Lattner"In order to ease automatic bindings generation, it...
2010-01-05 Benjamin KramerMove remaining stuff to the isInteger predicate.
2010-01-05 Benjamin KramerConvert a ton of simple integer type equality tests...
2010-01-05 Benjamin KramerAvoid going through the LLVMContext for type equality...
2010-01-05 David GreeneThese should probably be errs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2010-01-05 David GreeneChange errs() to dbgs().
2009-12-28 Bill WendlingRemove dead store and simplify code.
2009-12-22 Jeffrey YasskinPartially revert r91626. Materializing extra functions...
2009-12-22 Jeffrey YasskinFix a crash in JIT::recompileAndRelinkFunction(). It...
2009-12-17 Jeffrey YasskinDon't codegen available_externally functions. Fixes...
2009-12-15 Jeffrey YasskinChange indirect-globals to use a dedicated allocIndirec...
2009-12-15 Chris LattnerRemove isPod() from DenseMapInfo, splitting it out...
2009-12-15 Eric ChristopherFormatting.
2009-12-13 Jeffrey YasskinReinstate r91208 to fix available_externally linkage...
2009-12-12 Jeffrey YasskinRevert r91208. Something on Linux prevents the JIT...
2009-12-12 Jeffrey YasskinFix available_externally linkage for globals. It's...
2009-12-10 Torok EdwinComparing std::string with NULL is a bad idea, so just...
2009-12-07 Jeffrey YasskinFix the OProfileJITEventListener for StringRef being...
2009-11-23 Jeffrey Yasskin* Move stub allocation inside the JITEmitter, instead...
2009-11-23 Jeffrey YasskinAllow more than one stub to be being generated at the...
2009-11-19 Jeffrey YasskinTry to fix JITTest.FarCallToKnownFunction on ARM and...
2009-11-18 Nick LewyckyFix passing of float arguments through ffi.
2009-11-17 Eric ChristopherAdd ability to set code model within the execution...
2009-11-17 Nick LewyckyFail less mysteriously; inform the user that their...
2009-11-16 Jeffrey YasskinMake X86-64 in the Large model always emit 64-bit calls.
2009-11-14 Benjamin KramerImplement DISABLE_INLINE for MSVC. This required changi...
2009-11-12 Eric ChristopherUse stubs when we have them, otherwise use code we...
2009-11-12 Eric ChristopherFix typo, cleanup whitespace.
2009-11-09 Jeffrey YasskinRemove dlsym stubs, with Nate Begeman's permission.
2009-11-08 Daniel DunbarRemove ByteswapSCANFResults, it is dead.
2009-11-08 Nick LewyckyWe don't need to byteswap, the interpreter assumes...
2009-11-08 Nick LewyckyFix the interpreter to not crash due to zeroext/signext
2009-11-07 Jeffrey YasskinMake the need-stub variables accurate and consistent...
2009-11-07 Jeffrey YasskinGive the JITResolver a direct pointer to its JITEmitter...
2009-10-29 Benjamin KramerFix MSVC build.
2009-10-29 Chris Lattneradd interpreter support for indirect goto / blockaddres...
2009-10-27 Jeffrey YasskinChange the JIT to compile eagerly by default as agreed in
2009-10-27 Jeffrey YasskinFix OProfileJITEventListener after r85182.
2009-10-27 Jeffrey YasskinAutomatically do the equivalent of freeMachineCodeForFu...
2009-10-26 Victor HernandezRemove FreeInst.
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-25 Chris Lattnerfix PR5186: the JIT shouldn't try to codegen available_...
2009-10-23 Jeffrey YasskinFix llvm.org/PR4822: allow module deletion after a...
2009-10-23 Victor HernandezRemove AllocationInst. Since MallocInst went away...
2009-10-22 Benjamin KramerRandom include cleanup.
2009-10-22 Jeffrey YasskinFix OProfileJITEventListener after r84054 renamed Compi...
2009-10-22 Nicolas GeoffrayVerify that the function and exception table have been...
2009-10-21 Douglas GregorDe-bork CMake build
2009-10-21 Jeffrey YasskinDelete the MacOSJITEventListener per echristo's request...
2009-10-20 Jeffrey YasskinMove the Function*->allocated blocks map from the JITMe...
2009-10-19 Jeffrey YasskinClean up the JITResolver stub/callsite<->function maps.
2009-10-13 Devang Patels/DebugLoc.CompileUnit/DebugLoc.Scope/g
2009-10-13 Jeffrey YasskinKeep track of stubs that are created. This fixes PR5162...
2009-10-13 Jeffrey YasskinMake the ExecutionEngine automatically remove global...
2009-10-09 Jeffrey YasskinExecutionEngine::clearGlobalMappingsFromModule failed...
2009-10-06 Duncan SandsIntroduce and use convenience methods for getting point...
2009-10-06 Devang PatelUpdate processDebugLoc() to handle requests to process...
2009-10-06 Jeffrey YasskinFix llvm.org/PR5116 by rolling back r60822. This passe...
2009-10-05 Chris Lattnerstrength reduce a ton of type equality tests to check...
2009-09-30 Nick LewyckyFix compile error as debug interface changed.
2009-09-23 Benjamin KramerFix a struct/class mismatch.
2009-09-23 Chris Lattnererrorstr can be null, don't unconditionally set it...
2009-09-23 Chris LattnerMake EngineBuilder return more error codes, by KS Sreeram.
2009-09-22 Daniel DunbarUse Compiler.h macro instead of __attribute__.
2009-09-21 Xerxes RanbyUpdate cmake.
2009-09-21 Daniel DunbarRegister the MachineModuleInfo for the ARM JIT, and...
next