summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/Interpreter/Execution.cpp
Commit message (Expand)AuthorAge
* Revert 165732 for further review.Micah Villmow2012-10-11
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-11
* Optimized usage of new SwitchInst case values (IntegersSubset type) in Local....Stepan Dyatkovskiy2012-06-23
* PR1255: case ranges.Stepan Dyatkovskiy2012-06-02
* PR1255: case ranges.Stepan Dyatkovskiy2012-06-01
* ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...Stepan Dyatkovskiy2012-05-29
* PR1255: Case RangesStepan Dyatkovskiy2012-05-28
* PR1255 (case ranges: work with ConstantRangesSet instead of ConstantInt) rela...Stepan Dyatkovskiy2012-05-21
* llvm::SwitchInstStepan Dyatkovskiy2012-03-11
* Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:Stepan Dyatkovskiy2012-03-08
* Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles2012-02-19
* [unwind removal] We no longer have 'unwind' instructions being generated, soBill Wendling2012-02-06
* SwitchInst refactoring.Stepan Dyatkovskiy2012-02-01
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Clean up uses of switch instructions so they are not dependent on the operand...Eli Friedman2011-09-29
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* PR5207: change APInt::doubleToBits() and APInt::floatToBits() to beJay Foad2010-11-28
* Handle execution entrypoints with non-integer return types.Dan Gohman2010-06-18
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-07
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-16
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-15
* Avoid going through the LLVMContext for type equality where it's safe to dere...Benjamin Kramer2010-01-05
* Change errs() to dbgs().David Greene2010-01-05
* Fix the interpreter to not crash due to zeroext/signextNick Lewycky2009-11-08
* add interpreter support for indirect goto / blockaddress. The interpreterChris Lattner2009-10-29
* Remove FreeInst.Victor Hernandez2009-10-26
* Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su...Victor Hernandez2009-10-23
* strength reduce a ton of type equality tests to check the typeid (ThroughChris Lattner2009-10-05
* remove the std::ostream version of module and type printing.Chris Lattner2009-08-23
* eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner2009-08-23
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* llvm_report_error already prints "LLVM ERROR:". So stop reporting errors like...Benjamin Kramer2009-08-03
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-11
* Convert more assert(0)+abort() -> LLVM_UNREACHABLE,Torok Edwin2009-07-11
* remove dead function.Chris Lattner2009-07-09
* Get rid of unnecessary global variables.Owen Anderson2009-06-26
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-09
* Use CHAR_BIT instead of hard-coding 8 in several places where itDan Gohman2009-04-01
* don't assert and die on out of range (undefined) shifts. This fixesChris Lattner2009-01-16
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-12
* Large mechanical patch.Devang Patel2008-09-25
* s/ParameterAttributes/Attributes/gDevang Patel2008-09-23
* Add a new hidden option to the interpreter to cause it to printChris Lattner2008-07-08
* fix warnings with assertions disabled.Chris Lattner2008-04-06
* Update gcc 4.3 warnings fix patch with recent head changesAnton Korobeynikov2008-02-20
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-20
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Add some convenience methods for querying attributes, andDuncan Sands2007-11-28