summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/Interpreter
Commit message (Expand)AuthorAgeFilesLines
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-2/+1
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* [C++] Use 'nullptr'.Craig Topper2014-04-282-33/+33
* [C++] Use 'nullptr'.Craig Topper2014-04-243-5/+5
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-8/+8
* [Layering] Move InstVisitor.h into the IR library as it is prettyChandler Carruth2014-03-061-1/+1
* [Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth2014-03-041-1/+1
* [Modules] Move GetElementPtrTypeIterator into the IR library. As itsChandler Carruth2014-03-041-1/+1
* Fix known typosAlp Toker2014-01-241-1/+1
* Return an error_code from materializeAllPermanently.Rafael Espindola2014-01-141-1/+4
* Prune redundant dependencies in LLVMBuild.txt.NAKAMURA Takumi2013-12-111-1/+1
* 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