aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/Interpreter
AgeCommit message (Expand)Author
2007-02-14From Dan Gohman:Chris Lattner
2007-02-10Privatize StructLayout::MemberOffsets, adding an accessorChris Lattner
2007-02-08For PR1188:Reid Spencer
2007-02-02Changes to support making the shift instructions be true BinaryOperators.Reid Spencer
2007-01-30For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer
2007-01-29Remove tabs.Reid Spencer
2007-01-29Implement use of new IntrinsicLowering interface.Reid Spencer
2007-01-26For PR761:Reid Spencer
2007-01-21For PR970:Reid Spencer
2007-01-20Implement the signed icmp instructions properly. To do this we introduceReid Spencer
2007-01-20Implement bit-accurate sext instruction.Reid Spencer
2007-01-18Use the new maskToBitWidth function to ensure that the results ofReid Spencer
2007-01-18Add an inline helper function that masks a GenericValue to a specifiedReid Spencer
2007-01-18Make shl instruction mask its result to the correct bitsize. This isReid Spencer
2007-01-18Two changes:Reid Spencer
2007-01-15rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner
2007-01-15eliminate calls to Type::isInteger, preferring isIntegral instead.Chris Lattner
2007-01-12For PR1064:Reid Spencer
2007-01-11Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer
2006-12-31For PR950:Reid Spencer
2006-12-23For PR950:Reid Spencer
2006-12-19elimiante Statistic static ctorsChris Lattner
2006-12-07Removing even more <iostream> includes.Bill Wendling
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-12-06Detemplatize the Statistic class. The only type it is instantiated withChris Lattner
2006-12-02Unbreak VC++ build.Jeff Cohen
2006-11-27Removed #include <iostream> and replaced streams with llvm streams.Bill Wendling
2006-11-27For PR950:Reid Spencer
2006-11-15Simplify IntrinsicLowering and clarify that it is only for use by theChris Lattner
2006-11-08Remove redundant <cmath>.Jim Laskey
2006-11-08For PR950:Reid Spencer
2006-11-02Remove a function prototype that is no longer needed (REM patch missed it)Reid Spencer
2006-11-02For PR950:Reid Spencer
2006-11-01Remove unnecessary sign conversions made possible by last patch.Reid Spencer
2006-11-01Fix a bug in the interpreter where divides of unmatched signed operandsReid Spencer
2006-10-26For PR950:Reid Spencer
2006-10-20For PR950:Reid Spencer
2006-08-16initial changes to support JIT'ing from multiple module providers, implicitlyChris Lattner
2006-06-16Simplify TargetData ctor callChris Lattner
2006-06-16Simplify interpreter construction.Chris Lattner
2006-06-01Fix -pedantic warningsChris Lattner
2006-05-24For PR786:Reid Spencer
2006-05-03Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson
2006-03-24Get JIT/Interpreter working on Windows again.Jeff Cohen
2006-03-23remove the intrinsiclowering hookChris Lattner
2006-03-22Eliminate the dependency of ExecutionEngine on the JIT/Interpreter libraries.Chris Lattner
2006-02-07The interpreter assumes that the caller of runFunction() must be lli, andJeff Cohen
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen
2005-06-18core changes for varargsAndrew Lenharth
2005-04-22Convert tabs to spacesMisha Brukman