summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/Interpreter/Execution.cpp
Commit message (Expand)AuthorAge
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* [C++] Use 'nullptr'.Craig Topper2014-04-24
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [Modules] Move GetElementPtrTypeIterator into the IR library. As itsChandler Carruth2014-03-04
* Fix known typosAlp Toker2014-01-24
* LLVM Interpreter: implementation of "insertvalue" and "extractvalue";Elena Demikhovsky2013-09-12
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-09
* llvm interpreter: select, shuffle and insertelement instructions.Elena Demikhovsky2013-09-02
* LLVM Interpreter: This patch implements vector support for cast operations (z...Elena Demikhovsky2013-08-05
* Teach the interpreter to handle vector compares and additional vector arithme...Nadav Rotem2013-04-26
* Revert r179409 because it caused some warnings and some of the build bots fail.Nadav Rotem2013-04-12
* Add support for additional vector instructions in the interpreter.Nadav Rotem2013-04-12
* Add support for vector data types in the LLVM interpreter.Nadav Rotem2013-04-01
* Fix misplaced 'break'.Jim Grosbach2013-02-01
* interpreter: Fix errant fallthrough.Jim Grosbach2013-01-31
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-01
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-15
* Revert 165732 for further review.Micah Villmow2012-10-11
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-11
* Optimized usage of new SwitchInst case values (IntegersSubset type) in Local....Stepan Dyatkovskiy2012-06-23
* PR1255: case ranges.Stepan Dyatkovskiy2012-06-02
* PR1255: case ranges.Stepan Dyatkovskiy2012-06-01
* ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...Stepan Dyatkovskiy2012-05-29
* PR1255: Case RangesStepan Dyatkovskiy2012-05-28
* PR1255 (case ranges: work with ConstantRangesSet instead of ConstantInt) rela...Stepan Dyatkovskiy2012-05-21
* llvm::SwitchInstStepan Dyatkovskiy2012-03-11
* Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:Stepan Dyatkovskiy2012-03-08
* Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles2012-02-19
* [unwind removal] We no longer have 'unwind' instructions being generated, soBill Wendling2012-02-06
* SwitchInst refactoring.Stepan Dyatkovskiy2012-02-01
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Clean up uses of switch instructions so they are not dependent on the operand...Eli Friedman2011-09-29
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* PR5207: change APInt::doubleToBits() and APInt::floatToBits() to beJay Foad2010-11-28
* Handle execution entrypoints with non-integer return types.Dan Gohman2010-06-18
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-07
* 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
* Avoid going through the LLVMContext for type equality where it's safe to dere...Benjamin Kramer2010-01-05
* Change errs() to dbgs().David Greene2010-01-05
* Fix the interpreter to not crash due to zeroext/signextNick Lewycky2009-11-08
* add interpreter support for indirect goto / blockaddress. The interpreterChris Lattner2009-10-29
* Remove FreeInst.Victor Hernandez2009-10-26
* Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su...Victor Hernandez2009-10-23
* strength reduce a ton of type equality tests to check the typeid (ThroughChris Lattner2009-10-05
* remove the std::ostream version of module and type printing.Chris Lattner2009-08-23
* eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner2009-08-23
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13