aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/Interpreter
AgeCommit message (Expand)Author
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-28PR5207: change APInt::doubleToBits() and APInt::floatToBits() to beJay Foad
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer
2010-07-12Convert some tab stops into spaces.Duncan Sands
2010-06-18Handle execution entrypoints with non-integer return types.Dan Gohman
2010-05-01Fix an ancient FIXME.Dan Gohman
2010-04-07rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner
2010-03-30Typo noticed by Duncan.Torok Edwin
2010-03-30Don't overwrite previous value, if it succeeded.Torok Edwin
2010-03-30Honour addGlobalMapping() in the interpreter, if it was used to add mappings forTorok Edwin
2010-02-16There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands
2010-02-15Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands
2010-01-28Replace strcpy with memcpy when we have the length around anyway.Benjamin Kramer
2010-01-27Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin
2010-01-24make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner
2010-01-22Stop building RTTI information for *most* llvm libraries. NotableChris Lattner
2010-01-05Avoid going through the LLVMContext for type equality where it's safe to dere...Benjamin Kramer
2010-01-05These should probably be errs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2010-01-05Change errs() to dbgs().David Greene
2009-11-18Fix passing of float arguments through ffi.Nick Lewycky
2009-11-17Fail less mysteriously; inform the user that their LLVM was not built withNick Lewycky
2009-11-08Remove ByteswapSCANFResults, it is dead.Daniel Dunbar
2009-11-08We don't need to byteswap, the interpreter assumes the program is runningNick Lewycky
2009-11-08Fix the interpreter to not crash due to zeroext/signextNick Lewycky
2009-10-29add interpreter support for indirect goto / blockaddress. The interpreterChris Lattner
2009-10-26Remove FreeInst.Victor Hernandez
2009-10-26Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth
2009-10-23Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su...Victor Hernandez
2009-10-05strength reduce a ton of type equality tests to check the typeid (ThroughChris Lattner
2009-09-18Stop using alloca.Nick Lewycky
2009-09-17Some platforms may need malloc.h for alloca.Daniel Dunbar
2009-08-23remove some uses of llvm/Support/Streams.hChris Lattner
2009-08-23remove the std::ostream version of module and type printing.Chris Lattner
2009-08-23eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson
2009-08-12This void is implicit in C++.Dan Gohman
2009-08-07MSVC warning fixes; patch by Stein Roger!Daniel Dunbar
2009-08-03llvm_report_error already prints "LLVM ERROR:". So stop reporting errors like...Benjamin Kramer
2009-07-24Switch to getNameStr().Daniel Dunbar
2009-07-22Simplify some uses of Value::getName()Daniel Dunbar
2009-07-18Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner
2009-07-14llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin
2009-07-11assert(0) -> LLVM_UNREACHABLE.Torok Edwin
2009-07-11Convert more assert(0)+abort() -> LLVM_UNREACHABLE,Torok Edwin
2009-07-09remove dead function.Chris Lattner
2009-07-08Add an option to allocate JITed global data separately from code. ByJeffrey Yasskin
2009-07-07Have scoped mutexes take referenes instead of pointers.Owen Anderson
2009-06-26Get rid of unnecessary global variables.Owen Anderson