aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/Interpreter
Commit message (Expand)AuthorAgeFilesLines
* Remove extraneous ';'s.Bill Wendling2012-01-231-1/+1
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-202-2/+0
* A small re-factored JIT/MCJIT::getPointerToNamedFunction(), so it could be ca...Danil Malyshev2012-01-051-0/+6
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-121-1/+0
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-291-8/+0
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-151-3/+4
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-031-0/+23
* Clean up uses of switch instructions so they are not dependent on the operand...Eli Friedman2011-09-291-7/+10
* Don't tack "Instruction not interpretable yet!" onto the end ofDuncan Sands2011-09-091-1/+1
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-291-0/+8
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-183-90/+90
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-1/+0
* eliminate the Type::getDescription() method, using "<<" instead. This Chris Lattner2011-06-181-2/+2
* Fix libffi usage when it is on a custom path.Oscar Fuentes2011-01-281-9/+1
* Use the paths to libffi's header and library even when no customOscar Fuentes2011-01-271-6/+10
* Handles libffi on the CMake build.Oscar Fuentes2011-01-211-0/+16
* Merge System into Support.Michael J. Spencer2010-11-292-3/+3
* PR5207: change APInt::doubleToBits() and APInt::floatToBits() to beJay Foad2010-11-281-4/+2
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-131-7/+0
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-101-0/+7
* Convert some tab stops into spaces.Duncan Sands2010-07-121-1/+1
* Handle execution entrypoints with non-integer return types.Dan Gohman2010-06-181-1/+1
* Fix an ancient FIXME.Dan Gohman2010-05-011-3/+1
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-072-7/+7
* Typo noticed by Duncan.Torok Edwin2010-03-301-1/+1
* Don't overwrite previous value, if it succeeded.Torok Edwin2010-03-301-1/+2
* Honour addGlobalMapping() in the interpreter, if it was used to add mappings forTorok Edwin2010-03-301-0/+1
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-161-5/+5
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-151-9/+9
* Replace strcpy with memcpy when we have the length around anyway.Benjamin Kramer2010-01-281-3/+4
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-272-9/+8
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-241-1/+0
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-221-0/+2
* Avoid going through the LLVMContext for type equality where it's safe to dere...Benjamin Kramer2010-01-051-1/+1
* These should probably be errs().David Greene2010-01-051-3/+3
* Change errs() to dbgs().David Greene2010-01-051-3/+3
* Change errs() to dbgs().David Greene2010-01-051-38/+38
* Fix passing of float arguments through ffi.Nick Lewycky2009-11-181-1/+1
* Fail less mysteriously; inform the user that their LLVM was not built withNick Lewycky2009-11-171-0/+3
* Remove ByteswapSCANFResults, it is dead.Daniel Dunbar2009-11-081-76/+0
* We don't need to byteswap, the interpreter assumes the program is runningNick Lewycky2009-11-081-8/+1
* Fix the interpreter to not crash due to zeroext/signextNick Lewycky2009-11-081-10/+0
* add interpreter support for indirect goto / blockaddress. The interpreterChris Lattner2009-10-292-12/+21
* Remove FreeInst.Victor Hernandez2009-10-262-9/+0
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su...Victor Hernandez2009-10-232-2/+2
* strength reduce a ton of type equality tests to check the typeid (ThroughChris Lattner2009-10-051-11/+9
* Stop using alloca.Nick Lewycky2009-09-181-17/+14
* Some platforms may need malloc.h for alloca.Daniel Dunbar2009-09-171-3/+6
* remove some uses of llvm/Support/Streams.hChris Lattner2009-08-231-4/+4