Removing dependency on third party library for Intel JIT event support.
[oota-llvm.git] / lib / ExecutionEngine / Interpreter /
2012-06-24 NAKAMURA Takumillvm/lib: [CMake] Add explicit dependency to intrinsics...
2012-06-23 Stepan DyatkovskiyOptimized usage of new SwitchInst case values (Integers...
2012-06-02 Stepan DyatkovskiyPR1255: case ranges.
2012-06-01 Stepan DyatkovskiyPR1255: case ranges.
2012-05-29 Stepan DyatkovskiyConstantRangesSet renamed to IntegersSubset. CRSBuilder...
2012-05-28 Stepan DyatkovskiyPR1255: Case Ranges
2012-05-21 Stepan DyatkovskiyPR1255 (case ranges: work with ConstantRangesSet instea...
2012-03-11 Stepan Dyatkovskiyllvm::SwitchInst
2012-03-08 Stepan DyatkovskiyTaken into account Duncan's comments for r149481 dated...
2012-02-24 NAKAMURA TakumiEE/Interpreter/ExternalFunctions.cpp: Staticize lle_X_...
2012-02-24 NAKAMURA TakumiEE/Interpreter/ExternalFunctions.cpp: Prune "C" linkage...
2012-02-19 Ahmed CharlesRemove dead code. Improve llvm_unreachable text. Simpli...
2012-02-14 Aaron BallmanUsing the new external-linkage warning recently added...
2012-02-14 Aaron BallmanFixing warning due to the new "UTD return type in exter...
2012-02-06 Bill Wendling[unwind removal] We no longer have 'unwind' instruction...
2012-02-01 Stepan DyatkovskiySwitchInst refactoring.
2012-01-23 Bill WendlingRemove extraneous ';'s.
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-05 Danil MalyshevA small re-factored JIT/MCJIT::getPointerToNamedFunctio...
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-11-15 Benjamin KramerRemove all remaining uses of Value::getNameStr().
2011-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
2011-09-29 Eli FriedmanClean up uses of switch instructions so they are not...
2011-09-09 Duncan SandsDon't tack "Instruction not interpretable yet!" onto...
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-06-18 Chris Lattnereliminate the Type::getDescription() method, using...
2011-01-28 Oscar FuentesFix libffi usage when it is on a custom path.
2011-01-27 Oscar FuentesUse the paths to libffi's header and library even when...
2011-01-21 Oscar FuentesHandles libffi on the CMake build.
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-28 Jay FoadPR5207: change APInt::doubleToBits() and APInt::floatTo...
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-07-12 Duncan SandsConvert some tab stops into spaces.
2010-06-18 Dan GohmanHandle execution entrypoints with non-integer return...
2010-05-01 Dan GohmanFix an ancient FIXME.
2010-04-07 Chris Lattnerrename llvm::llvm_report_error -> llvm::report_fatal_error
2010-03-30 Torok EdwinTypo noticed by Duncan.
2010-03-30 Torok EdwinDon't overwrite previous value, if it succeeded.
2010-03-30 Torok EdwinHonour addGlobalMapping() in the interpreter, if it...
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
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-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
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().
2009-11-18 Nick LewyckyFix passing of float arguments through ffi.
2009-11-17 Nick LewyckyFail less mysteriously; inform the user that their...
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-10-29 Chris Lattneradd interpreter support for indirect goto / blockaddres...
2009-10-26 Victor HernandezRemove FreeInst.
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-23 Victor HernandezRemove AllocationInst. Since MallocInst went away...
2009-10-05 Chris Lattnerstrength reduce a ton of type equality tests to check...
2009-09-18 Nick LewyckyStop using alloca.
2009-09-17 Daniel DunbarSome platforms may need malloc.h for alloca.
2009-08-23 Chris Lattnerremove some uses of llvm/Support/Streams.h
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-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-12 Dan GohmanThis void is implicit in C++.
2009-08-07 Daniel DunbarMSVC warning fixes; patch by Stein Roger!
2009-08-03 Benjamin Kramerllvm_report_error already prints "LLVM ERROR:". So...
2009-07-24 Daniel DunbarSwitch to getNameStr().
2009-07-22 Daniel DunbarSimplify some uses of Value::getName()
2009-07-18 Reid KlecknerAdd EngineBuilder to ExecutionEngine in favor of the...
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-11 Torok EdwinConvert more assert(0)+abort() -> LLVM_UNREACHABLE,
2009-07-09 Chris Lattnerremove dead function.
2009-07-08 Jeffrey YasskinAdd an option to allocate JITed global data separately...
2009-07-07 Owen AndersonHave scoped mutexes take referenes instead of pointers.
2009-06-26 Owen AndersonGet rid of unnecessary global variables.
2009-06-24 Bob WilsonFix the Ocaml bindings for the ExecutionEngine: with...
2009-06-23 Douglas GregorEliminate object-relinking support from CMake. Fixes...
2009-06-22 Owen AndersonAdd locking around the external function lookup table...
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingThe second part of the change from -fast to -O#. This...
2009-04-13 Nick LewyckyLink against libffi if available, fall back to "no...
2009-04-01 Dan GohmanUse CHAR_BIT instead of hard-coding 8 in several places...
2009-02-04 Nick LewyckyReapply patch from r62553, with a fix to avoid looking...
2009-01-22 Tanya LattnerRevert r62553 and r62616 due to issues with portability.
2009-01-20 Duncan SandsFix typo. Patch by Alexei Svitkine.
2009-01-20 Nick LewyckyMake the Interpreter use libffi if it's available....
2009-01-16 Chris Lattnerdon't assert and die on out of range (undefined) shifts...
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2009-01-09 Misha BrukmanRemoved trailing whitespace from Makefiles.
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-10-08 Duncan SandsAdd <cstdio> include where needed by gcc-4.4.
next