Throw 'const char*' instead of 'std::string'.
[oota-llvm.git] / lib / ExecutionEngine /
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...
2009-09-20 Reid KlecknerImplement the JIT side of the GDB JIT debugging interfa...
2009-09-18 Nick LewyckyStop using alloca.
2009-09-17 Daniel DunbarSome platforms may need malloc.h for alloca.
2009-09-16 Chris Lattnerremove a dead variable.
2009-09-09 Bill WendlingFix PR4865. This syncs up the JIT's DWARF emitter with...
2009-09-08 Daniel DunbarImprove JIT error message for users crazy enough to...
2009-09-02 Evan ChengFix PR4845: r77946 completely broke x86_64 Darwin ...
2009-08-29 Jeffrey YasskinFix OProfile support after r80406 changed the DebugInfo...
2009-08-27 Dan GohmanInitialize the PoisonMemory member before initializing
2009-08-25 Xerxes RanbyFix PR4772 ARM JIT.GlobalInFuction unittest by explicit...
2009-08-23 Chris Lattnerjust remove interpreter support for endianness mismatch...
2009-08-23 Chris Lattnerremove use of alloca.h
2009-08-23 Chris Lattnerremove some uses of llvm/Support/Streams.h
2009-08-23 Chris Lattnerremove a few DOUTs here and there.
2009-08-23 Chris Lattnerremove the std::ostream version of module and type...
2009-08-23 Chris Lattnereliminate the "Value" printing methods that print to...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-21 Reid KlecknerFix a bug where the DWARF emitter in the JIT was not...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-12 Dan GohmanThis void is implicit in C++.
2009-08-11 Jim GrosbachSjLj based exception handling unwinding support. This...
2009-08-07 Daniel DunbarMSVC warning fixes; patch by Stein Roger!
2009-08-07 Jeffrey YasskinTo catch bugs like the one fixed in
2009-08-07 Dan GohmanFix a bunch of namespace pollution.
2009-08-04 Jeffrey YasskinMake ExecutionEngine::updateGlobalMapping(GV, NULL...
2009-08-04 Daniel DunbarNo really, it's unused.
2009-08-03 Benjamin Kramerllvm_report_error already prints "LLVM ERROR:". So...
2009-08-03 Daniel DunbarRemove now unused arguments from TargetRegistry::lookup...
2009-08-03 Daniel DunbarPass target triple string in to TargetMachine constructor.
2009-08-02 Nick LewyckyFix the build for people with oprofile installed.
2009-07-29 Nicolas GeoffrayIn TrimAllocationToSize, if a block is below the minimu...
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-29 Owen AndersonMove ConstantExpr to 2.5 API.
2009-07-27 Owen AndersonMove ConstantFP construction back to the 2.5-ish API.
2009-07-26 Daniel DunbarRemove Value::getName{Start,End}, the last of the old...
2009-07-26 Daniel DunbarEliminate some uses of DOUT, cerr, and getNameStart().
2009-07-25 Daniel DunbarSimplify JIT target selection.
2009-07-25 Daniel DunbarMore migration to raw_ostream, the water has dried...
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-24 Daniel DunbarSwitch to getNameStr().
2009-07-23 Reid KlecknerRe-committing r76828 with the JIT memory manager change...
2009-07-23 Reid KlecknerReverting r76825 and r76828, since they caused clang...
2009-07-23 Reid KlecknerMake the JIT code emitter properly retry and ask for...
2009-07-22 Daniel DunbarSimplify some uses of Value::getName()
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-21 Daniel DunbarSimplify / normalize some uses of Value::getName.
2009-07-18 Reid KlecknerAdd EngineBuilder to ExecutionEngine in favor of the...
2009-07-16 Jeffrey YasskinAdd line numbers to OProfile. To do this, I added a...
2009-07-16 Daniel DunbarRemove unused header.
2009-07-16 Daniel DunbarSwitch llc and createJIT to use simpler command line...
2009-07-15 Daniel DunbarReapply TargetRegistry refactoring commits.
2009-07-15 Stuart HastingsRevert 75762, 75763, 75766..75769, 75772..75775, 75778...
next