Convert more assert(0)+abort() -> LLVM_UNREACHABLE,
[oota-llvm.git] / lib / ExecutionEngine / Interpreter / Execution.cpp
2009-07-11 Torok EdwinConvert more assert(0)+abort() -> LLVM_UNREACHABLE,
2009-07-09 Chris Lattnerremove dead function.
2009-06-26 Owen AndersonGet rid of unnecessary global variables.
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-04-01 Dan GohmanUse CHAR_BIT instead of hard-coding 8 in several places...
2009-01-16 Chris Lattnerdon't assert and die on out of range (undefined) shifts...
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2008-09-25 Devang Patel Large mechanical patch.
2008-09-23 Devang Patels/ParameterAttributes/Attributes/g
2008-07-08 Chris LattnerAdd a new hidden option to the interpreter to cause...
2008-04-06 Chris Lattnerfix warnings with assertions disabled.
2008-02-20 Anton KorobeynikovUpdate gcc 4.3 warnings fix patch with recent head...
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-28 Duncan SandsAdd some convenience methods for querying attributes...
2007-11-01 Duncan SandsExecutive summary: getTypeSize -> getTypeStoreSize...
2007-10-11 Gabor GreifFix an assertion abort on sparc. malloc(0) is allowed to
2007-09-21 Chris Lattner#ifdef out unsafe tracing code, which fixes PR1689
2007-08-23 Chris Lattnerrename APInt::toString -> toStringUnsigned for symmetry...
2007-06-01 Reid SpencerFor PR1486:
2007-05-17 Reid SpencerPrint integer values as both decimal and hexadecimal...
2007-05-16 Reid SpencerAvoid a "loss of precision" error in gcc 4.1.3.
2007-05-16 Reid SpencerImplement printing of instruction result values when...
2007-05-04 Reid SpencerBitcast all the bits of a floating point value, not...
2007-04-26 Reid Spencer1. Don't swap byte order in scanf. It isn't necessary...
2007-04-17 Chris Lattnereliminate use of Instruction::getPrev(). Patch by...
2007-04-16 Reid SpencerImplement @sext and @zext parameter attribute handling...
2007-03-08 Bill WendlingDon't use std::hex.
2007-03-08 Bill WendlingDon't use a cast. It causes an error on some platforms.
2007-03-06 Reid SpencerFix some thinko's in the last patch. PtrSize has to...
2007-03-06 Reid SpencerFix a bug in IntToPtr. Truncating to 64-bits only works...
2007-03-06 Reid SpencerRadically simplify execution. This patch gets rid of...
2007-03-03 Reid SpencerComplete the APIntification of the interpreter. All...
2007-03-03 Reid SpencerImplement APInt support for the binary operators.
2007-02-14 Chris LattnerFrom Dan Gohman:
2007-02-10 Chris LattnerPrivatize StructLayout::MemberOffsets, adding an accessor
2007-02-08 Reid SpencerFor PR1188:
2007-02-02 Reid SpencerChanges to support making the shift instructions be...
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-21 Reid SpencerFor PR970:
2007-01-20 Reid SpencerImplement the signed icmp instructions properly. To...
2007-01-20 Reid SpencerImplement bit-accurate sext instruction.
2007-01-18 Reid SpencerUse the new maskToBitWidth function to ensure that...
2007-01-18 Reid SpencerMake shl instruction mask its result to the correct...
2007-01-18 Reid SpencerTwo changes:
2007-01-15 Chris Lattnerrename Type::isIntegral to Type::isInteger, eliminating...
2007-01-15 Chris Lattnereliminate calls to Type::isInteger, preferring isIntegr...
2007-01-12 Reid SpencerFor PR1064:
2007-01-11 Reid SpencerRename BoolTy as Int1Ty. Patch by Sheng Zhou.
2006-12-31 Reid SpencerFor PR950:
2006-12-23 Reid SpencerFor PR950:
2006-12-19 Chris Lattnerelimiante Statistic static ctors
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-12-02 Jeff CohenUnbreak VC++ build.
2006-11-27 Bill WendlingRemoved #include <iostream> and replaced streams with...
2006-11-27 Reid SpencerFor PR950:
2006-11-08 Jim LaskeyRemove redundant <cmath>.
2006-11-08 Reid SpencerFor PR950:
2006-11-02 Reid SpencerRemove a function prototype that is no longer needed...
2006-11-02 Reid SpencerFor PR950:
2006-11-01 Reid SpencerRemove unnecessary sign conversions made possible by...
2006-11-01 Reid SpencerFix a bug in the interpreter where divides of unmatched...
2006-10-26 Reid SpencerFor PR950:
2006-10-20 Reid SpencerFor PR950:
2006-02-07 Jeff CohenThe interpreter assumes that the caller of runFunction...
2005-06-18 Andrew Lenharthcore changes for varargs
2005-04-21 Misha Brukman* Remove trailing whitespace
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-01-08 Chris LattnerSilence VS warnings
2004-10-16 Chris LattnerAdd support for unreachable
2004-09-15 Reid SpencerConvert code to compile with vc7.1.
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-15 Chris LattnerFixes for PR341
2004-07-15 Chris LattnerFixes for PR341
2004-06-20 Chris LattnerMove the IntrinsicLowering header into the CodeGen...
2004-06-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2004-04-23 Brian GaekeGo back to the interpreter main loop after performing...
2004-04-20 Chris LattnerAdd support for the select instruction
2004-03-13 Chris LattnerRename the intrinsic enum values for llvm.va_* from...
2004-02-25 Brian GaekeRepresent va_list in interpreter as a (ec-stack-depth...
2004-02-13 Brian GaekeThe Interpreter was failing the AtExit UnitTest. This...
2004-02-08 Chris Lattnerrename the "exceptional" destination of an invoke instr...
2004-01-14 Brian GaekeDon't pass anything to the IntrinsicLowering class...
2003-12-28 Chris LattnerClean up a lot of the code I added yesterday by exposin...
2003-12-28 Chris LattnerPass around IntrinsicLowering instances as appropriate.
2003-12-12 Brian GaekeSince we are using a gep_type_iterator, we apparently...
2003-12-11 Brian GaekeAdd support for --debug-only=interpreter, to print...
2003-11-25 Chris LattnerDo not depend on structure elements being of type UByteTy
2003-11-13 Brian GaekeChange LLI's internal representation of va_list to...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-07 Brian GaekeImplement vaarg instruction. This is not quite perfect...
2003-11-07 Brian GaekepopStackAndReturnValueToCaller() must advance instructi...
2003-11-07 Brian GaekeAdd stub version of unwind support
2003-11-07 Brian GaekevisitCallInst --> visitCallSite.
2003-11-07 Brian GaekeMake the operation of visitCallInst() only depend on...
2003-11-07 Brian GaekeUse CallSites for call sites, instead of CallInsts...
2003-11-07 Brian GaekeRefactor the return-from-function code into popStackAnd...
2003-11-05 Chris LattnerBe friendly to gcc 3.4... good compiler. Nice compiler.
next