aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-11-01Revert the majority of the next patch in the address space series:Chandler Carruth1-2/+1
2012-10-15Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow1-1/+2
2012-10-11Revert 165732 for further review.Micah Villmow1-2/+1
2012-10-11Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow1-1/+2
2012-06-23Optimized usage of new SwitchInst case values (IntegersSubset type) in Local....Stepan Dyatkovskiy1-9/+29
2012-06-02PR1255: case ranges.Stepan Dyatkovskiy1-2/+2
2012-06-01PR1255: case ranges.Stepan Dyatkovskiy1-2/+2
2012-05-29ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...Stepan Dyatkovskiy1-2/+2
2012-05-28PR1255: Case RangesStepan Dyatkovskiy1-2/+5
2012-05-21PR1255 (case ranges: work with ConstantRangesSet instead of ConstantInt) rela...Stepan Dyatkovskiy1-4/+10
2012-03-11llvm::SwitchInstStepan Dyatkovskiy1-1/+1
2012-03-08Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:Stepan Dyatkovskiy1-5/+3
2012-02-19Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles1-1/+1
2012-02-06[unwind removal] We no longer have 'unwind' instructions being generated, soBill Wendling1-18/+0
2012-02-01SwitchInst refactoring.Stepan Dyatkovskiy1-2/+2
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie1-1/+0
2011-09-29Clean up uses of switch instructions so they are not dependent on the operand...Eli Friedman1-7/+10
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner1-59/+59
2010-11-28PR5207: change APInt::doubleToBits() and APInt::floatToBits() to beJay Foad1-4/+2
2010-06-18Handle execution entrypoints with non-integer return types.Dan Gohman1-1/+1
2010-04-07rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner1-2/+2
2010-02-16There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands1-5/+5
2010-02-15Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands1-9/+9
2010-01-05Avoid going through the LLVMContext for type equality where it's safe to dere...Benjamin Kramer1-1/+1
2010-01-05Change errs() to dbgs().David Greene1-38/+38
2009-11-08Fix the interpreter to not crash due to zeroext/signextNick Lewycky1-10/+0
2009-10-29add interpreter support for indirect goto / blockaddress. The interpreterChris Lattner1-12/+19
2009-10-26Remove FreeInst.Victor Hernandez1-8/+0
2009-10-23Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su...Victor Hernandez1-1/+1
2009-10-05strength reduce a ton of type equality tests to check the typeid (ThroughChris Lattner1-11/+9
2009-08-23remove the std::ostream version of module and type printing.Chris Lattner1-4/+4
2009-08-23eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner1-42/+40
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson1-11/+14
2009-08-03llvm_report_error already prints "LLVM ERROR:". So stop reporting errors like...Benjamin Kramer1-1/+1
2009-07-14llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin1-30/+30
2009-07-11assert(0) -> LLVM_UNREACHABLE.Torok Edwin1-3/+3
2009-07-11Convert more assert(0)+abort() -> LLVM_UNREACHABLE,Torok Edwin1-30/+30
2009-07-09remove dead function.Chris Lattner1-9/+0
2009-06-26Get rid of unnecessary global variables.Owen Anderson1-6/+1
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman1-30/+26
2009-05-09Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands1-2/+2
2009-04-01Use CHAR_BIT instead of hard-coding 8 in several places where itDan Gohman1-2/+2
2009-01-16don't assert and die on out of range (undefined) shifts. This fixesChris Lattner1-4/+16
2009-01-12Rename getABITypeSize to getTypePaddedSize, asDuncan Sands1-2/+2
2008-09-25 Large mechanical patch.Devang Patel1-2/+2
2008-09-23s/ParameterAttributes/Attributes/gDevang Patel1-1/+0
2008-07-08Add a new hidden option to the interpreter to cause it to printChris Lattner1-0/+8
2008-04-06fix warnings with assertions disabled.Chris Lattner1-21/+6
2008-02-20Update gcc 4.3 warnings fix patch with recent head changesAnton Korobeynikov1-11/+12
2008-02-20Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov1-1/+2