aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Interpreter
AgeCommit message (Expand)AuthorFilesLines
2014-09-19Converting FuncNames to a ManagedStatic to avoid static constructors and dest...Chris Bieneman1-14/+14
2014-09-16Add a missing return to operator=Reid Kleckner1-0/+1
2014-09-16Fix move-only type issues in Interpreter with MSVCReid Kleckner1-12/+24
2014-09-16Spell out a move ctor. Even the 2013 vintage of MSVC cannot synthesize move c...Benjamin Kramer1-1/+1
2014-09-16Interpreter: Hack around a series of bugs in MSVC 2012 that copies around thisBenjamin Kramer1-3/+9
2014-09-15Add return that was lost somehow in my last commit.Benjamin Kramer1-0/+1
2014-09-15Remove ancient hack that was emulating move semantics with reference counting.Benjamin Kramer1-20/+13
2014-09-15[MCJIT] Start Stringref-izing the ExecutionEngine interface.Lang Hames1-1/+1
2014-09-04build/cmake: Fix CMP0023 warning with libffiJan Vesely1-1/+1
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher1-12/+0
2014-08-23Support: add llvm::unique_lockDylan Noblesmith1-3/+4
2014-08-23Support: make LLVM Mutexes STL-compatibleDylan Noblesmith1-3/+3
2014-08-19Make it explicit that ExecutionEngine takes ownership of the modules.Rafael Espindola2-10/+12
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-2/+2
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher1-0/+12
2014-08-07Nuke the old JIT.Rafael Espindola1-12/+0
2014-06-13Remove 'using std::errro_code' from lib.Rafael Espindola1-2/+1
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola1-0/+1
2014-04-28[C++] Use 'nullptr'.Craig Topper2-33/+33
2014-04-24[C++] Use 'nullptr'.Craig Topper3-5/+5
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-03-08[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-8/+8
2014-03-06[Layering] Move InstVisitor.h into the IR library as it is prettyChandler Carruth1-1/+1
2014-03-04[Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth1-1/+1
2014-03-04[Modules] Move GetElementPtrTypeIterator into the IR library. As itsChandler Carruth1-1/+1
2014-01-24Fix known typosAlp Toker1-1/+1
2014-01-14Return an error_code from materializeAllPermanently.Rafael Espindola1-1/+4
2013-12-11Prune redundant dependencies in LLVMBuild.txt.NAKAMURA Takumi1-1/+1
2013-09-12LLVM Interpreter: implementation of "insertvalue" and "extractvalue";Elena Demikhovsky2-0/+92
2013-09-11Don't expose symbols of lle_ functions.Benjamin Kramer1-7/+6
2013-09-09Revert patches to add case-range support for PR1255.Bob Wilson1-33/+4
2013-09-02llvm interpreter: select, shuffle and insertelement instructions.Elena Demikhovsky3-8/+156
2013-08-05LLVM Interpreter: This patch implements vector support for cast operations (z...Elena Demikhovsky1-77/+414
2013-04-26Teach the interpreter to handle vector compares and additional vector arithme...Nadav Rotem1-44/+280
2013-04-12Revert r179409 because it caused some warnings and some of the build bots fail.Nadav Rotem1-277/+44
2013-04-12Add support for additional vector instructions in the interpreter.Nadav Rotem1-44/+277
2013-04-01Add support for vector data types in the LLVM interpreter.Nadav Rotem2-0/+34
2013-02-01Fix misplaced 'break'.Jim Grosbach1-3/+3
2013-01-31interpreter: Fix errant fallthrough.Jim Grosbach1-1/+3
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth4-10/+10
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth1-2/+2
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth2-9/+9
2012-11-30Move the InstVisitor utility into VMCore where it belongs. It heavilyChandler Carruth1-2/+2
2012-11-01Revert the majority of the next patch in the address space series:Chandler Carruth2-3/+2
2012-10-15Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2-2/+3
2012-10-11Revert 165732 for further review.Micah Villmow2-3/+2
2012-10-11Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2-2/+3
2012-10-08Move TargetData to DataLayout.Micah Villmow3-7/+7
2012-06-24llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi1-0/+2
2012-06-23Optimized usage of new SwitchInst case values (IntegersSubset type) in Local....Stepan Dyatkovskiy1-9/+29