summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/Interpreter
Commit message (Expand)AuthorAge
* llvm::SwitchInstStepan Dyatkovskiy2012-03-11
* Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:Stepan Dyatkovskiy2012-03-08
* EE/Interpreter/ExternalFunctions.cpp: Staticize lle_X_() entries. They can be...NAKAMURA Takumi2012-02-24
* EE/Interpreter/ExternalFunctions.cpp: Prune "C" linkage to suppress warnings ...NAKAMURA Takumi2012-02-24
* Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles2012-02-19
* Using the new external-linkage warning recently added instead of disabling al...Aaron Ballman2012-02-14
* Fixing warning due to the new "UTD return type in extern 'C'".Aaron Ballman2012-02-14
* [unwind removal] We no longer have 'unwind' instructions being generated, soBill Wendling2012-02-06
* SwitchInst refactoring.Stepan Dyatkovskiy2012-02-01
* Remove extraneous ';'s.Bill Wendling2012-01-23
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* A small re-factored JIT/MCJIT::getPointerToNamedFunction(), so it could be ca...Danil Malyshev2012-01-05
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-12
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-29
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-15
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-03
* Clean up uses of switch instructions so they are not dependent on the operand...Eli Friedman2011-09-29
* Don't tack "Instruction not interpretable yet!" onto the end ofDuncan Sands2011-09-09
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* eliminate the Type::getDescription() method, using "<<" instead. This Chris Lattner2011-06-18
* Fix libffi usage when it is on a custom path.Oscar Fuentes2011-01-28
* Use the paths to libffi's header and library even when no customOscar Fuentes2011-01-27
* Handles libffi on the CMake build.Oscar Fuentes2011-01-21
* Merge System into Support.Michael J. Spencer2010-11-29
* PR5207: change APInt::doubleToBits() and APInt::floatToBits() to beJay Foad2010-11-28
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-13
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-10
* Convert some tab stops into spaces.Duncan Sands2010-07-12
* Handle execution entrypoints with non-integer return types.Dan Gohman2010-06-18
* Fix an ancient FIXME.Dan Gohman2010-05-01
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-07
* Typo noticed by Duncan.Torok Edwin2010-03-30
* Don't overwrite previous value, if it succeeded.Torok Edwin2010-03-30
* Honour addGlobalMapping() in the interpreter, if it was used to add mappings forTorok Edwin2010-03-30
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-16
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-15
* Replace strcpy with memcpy when we have the length around anyway.Benjamin Kramer2010-01-28
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-27
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-24
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-22
* Avoid going through the LLVMContext for type equality where it's safe to dere...Benjamin Kramer2010-01-05
* These should probably be errs().David Greene2010-01-05
* Change errs() to dbgs().David Greene2010-01-05
* Change errs() to dbgs().David Greene2010-01-05
* Fix passing of float arguments through ffi.Nick Lewycky2009-11-18
* Fail less mysteriously; inform the user that their LLVM was not built withNick Lewycky2009-11-17
* Remove ByteswapSCANFResults, it is dead.Daniel Dunbar2009-11-08
* We don't need to byteswap, the interpreter assumes the program is runningNick Lewycky2009-11-08