aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/Interpreter/Execution.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-8/+8
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-8/+9
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-33/+34
* Update to LLVM 3.5a.Stephen Hines2014-04-241-2/+2
* LLVM Interpreter: implementation of "insertvalue" and "extractvalue";Elena Demikhovsky2013-09-121-0/+89
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-091-33/+4
* llvm interpreter: select, shuffle and insertelement instructions.Elena Demikhovsky2013-09-021-6/+123
* LLVM Interpreter: This patch implements vector support for cast operations (z...Elena Demikhovsky2013-08-051-77/+414
* Teach the interpreter to handle vector compares and additional vector arithme...Nadav Rotem2013-04-261-44/+280
* Revert r179409 because it caused some warnings and some of the build bots fail.Nadav Rotem2013-04-121-277/+44
* Add support for additional vector instructions in the interpreter.Nadav Rotem2013-04-121-44/+277
* Add support for vector data types in the LLVM interpreter.Nadav Rotem2013-04-011-0/+33
* Fix misplaced 'break'.Jim Grosbach2013-02-011-3/+3
* interpreter: Fix errant fallthrough.Jim Grosbach2013-01-311-1/+3
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-4/+4
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-011-2/+1
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-151-1/+2
* Revert 165732 for further review.Micah Villmow2012-10-111-2/+1
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-111-1/+2
* Optimized usage of new SwitchInst case values (IntegersSubset type) in Local....Stepan Dyatkovskiy2012-06-231-9/+29
* PR1255: case ranges.Stepan Dyatkovskiy2012-06-021-2/+2
* PR1255: case ranges.Stepan Dyatkovskiy2012-06-011-2/+2
* ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...Stepan Dyatkovskiy2012-05-291-2/+2
* PR1255: Case RangesStepan Dyatkovskiy2012-05-281-2/+5
* PR1255 (case ranges: work with ConstantRangesSet instead of ConstantInt) rela...Stepan Dyatkovskiy2012-05-211-4/+10
* llvm::SwitchInstStepan Dyatkovskiy2012-03-111-1/+1
* Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:Stepan Dyatkovskiy2012-03-081-5/+3
* Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles2012-02-191-1/+1
* [unwind removal] We no longer have 'unwind' instructions being generated, soBill Wendling2012-02-061-18/+0
* SwitchInst refactoring.Stepan Dyatkovskiy2012-02-011-2/+2
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-1/+0
* Clean up uses of switch instructions so they are not dependent on the operand...Eli Friedman2011-09-291-7/+10
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-59/+59
* PR5207: change APInt::doubleToBits() and APInt::floatToBits() to beJay Foad2010-11-281-4/+2
* Handle execution entrypoints with non-integer return types.Dan Gohman2010-06-181-1/+1
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-071-2/+2
* 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
* Avoid going through the LLVMContext for type equality where it's safe to dere...Benjamin Kramer2010-01-051-1/+1
* Change errs() to dbgs().David Greene2010-01-051-38/+38
* 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-291-12/+19
* Remove FreeInst.Victor Hernandez2009-10-261-8/+0
* Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su...Victor Hernandez2009-10-231-1/+1
* strength reduce a ton of type equality tests to check the typeid (ThroughChris Lattner2009-10-051-11/+9
* remove the std::ostream version of module and type printing.Chris Lattner2009-08-231-4/+4
* eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner2009-08-231-42/+40
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-11/+14
* llvm_report_error already prints "LLVM ERROR:". So stop reporting errors like...Benjamin Kramer2009-08-031-1/+1