More templatization.
[oota-llvm.git] / lib / ExecutionEngine / Interpreter /
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-07-30 Anton KorobeynikovAdd a comment: don't expect from external function...
2007-07-30 Dan GohmanMore explicit keywords.
2007-07-27 Chuck Rose IIIVStudio compiler errors and placing Function*->ExFunc...
2007-06-01 Reid SpencerFor PR1486:
2007-05-19 Reid SpencerOn Linux platforms and at optimization levels -O1 and...
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-21 Reid SpencerWe only need one putchar which gives it a shot at getti...
2007-04-17 Chris Lattnereliminate use of Instruction::getPrev(). Patch by...
2007-04-16 Reid SpencerImplement @sext and @zext parameter attribute handling...
2007-03-30 Reid SpencerFor PR1293:
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-06 Reid SpencerAdjust and simplify external function processing now...
2007-03-06 Reid SpencerAPInt's are no longer allocated on the heap because...
2007-03-06 Reid SpencerRemove the insufficient code in Interpreter::create...
2007-03-03 Reid SpencerRemove unnecessary #include.
2007-03-03 Reid SpencerDeal with error handling better.
2007-03-03 Reid SpencerComplete the APIntification of the interpreter. All...
2007-03-03 Reid SpencerImplement APInt support for the binary operators.
2007-03-03 Reid Spencer1. Have the ExecutionContext keep track of the APInt...
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-29 Reid SpencerRemove tabs.
2007-01-29 Reid SpencerImplement use of new IntrinsicLowering interface.
2007-01-26 Reid SpencerFor PR761:
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 SpencerAdd an inline helper function that masks a GenericValue...
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 WendlingRemoving even more <iostream> includes.
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-15 Chris LattnerSimplify IntrinsicLowering and clarify that it is only...
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-08-16 Chris Lattnerinitial changes to support JIT'ing from multiple module...
2006-06-16 Chris LattnerSimplify TargetData ctor call
2006-06-16 Chris LattnerSimplify interpreter construction.
2006-06-01 Chris LattnerFix -pedantic warnings
2006-05-24 Reid SpencerFor PR786:
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-03-24 Jeff CohenGet JIT/Interpreter working on Windows again.
2006-03-23 Chris Lattnerremove the intrinsiclowering hook
2006-03-22 Chris LattnerEliminate the dependency of ExecutionEngine on the...
2006-02-07 Jeff CohenThe interpreter assumes that the caller of runFunction...
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-06-18 Andrew Lenharthcore changes for varargs
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha Brukman* Remove trailing whitespace
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-01-21 Chris LattnerIf the interpreter tries to execute an external functio...
2005-01-16 Chris LattnerImprove compatiblity with HPUX on Itanium, patch by...
2005-01-08 Chris LattnerSilence warnings
2005-01-08 Chris LattnerSilence VS warnings
2004-11-29 Reid SpencerUse System/DynamicLibrary instead of Support/DynamicLinker
2004-11-07 Misha BrukmanImplement ExecutionEngine::freeMachineCodeForFunction()
2004-10-28 Reid SpencerFix library name.
2004-10-27 Reid SpencerChanges to support rand48 tests
2004-10-22 Reid SpencerWe won't use automake
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-16 Chris LattnerAdd support for unreachable
2004-10-13 Reid SpencerUpdate to reflect changes in Makefile rules.
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
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
next