aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/Interpreter
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-183-14/+13
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-092-9/+10
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-024-65/+69
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-1/+1
* Adds the ability to run the llvm test suite in-tree.Chris Wailes2014-06-061-0/+18
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-294-39/+40
* Update to LLVM 3.5a.Stephen Hines2014-04-244-14/+17
* LLVM Interpreter: implementation of "insertvalue" and "extractvalue";Elena Demikhovsky2013-09-122-0/+92
* Don't expose symbols of lle_ functions.Benjamin Kramer2013-09-111-7/+6
* 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-023-8/+156
* 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-012-0/+34
* 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-024-10/+10
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-2/+2
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-032-9/+9
* Move the InstVisitor utility into VMCore where it belongs. It heavilyChandler Carruth2012-11-301-2/+2
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-012-3/+2
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-152-2/+3
* Revert 165732 for further review.Micah Villmow2012-10-112-3/+2
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-112-2/+3
* Move TargetData to DataLayout.Micah Villmow2012-10-083-7/+7
* llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi2012-06-241-0/+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
* EE/Interpreter/ExternalFunctions.cpp: Staticize lle_X_() entries. They can be...NAKAMURA Takumi2012-02-241-0/+8
* EE/Interpreter/ExternalFunctions.cpp: Prune "C" linkage to suppress warnings ...NAKAMURA Takumi2012-02-241-22/+0
* Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles2012-02-191-1/+1
* Using the new external-linkage warning recently added instead of disabling al...Aaron Ballman2012-02-141-1/+1
* Fixing warning due to the new "UTD return type in extern 'C'".Aaron Ballman2012-02-141-2/+9
* [unwind removal] We no longer have 'unwind' instructions being generated, soBill Wendling2012-02-062-19/+0
* SwitchInst refactoring.Stepan Dyatkovskiy2012-02-011-2/+2
* 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