summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/Interpreter
Commit message (Expand)AuthorAge
* 1. Don't swap byte order in scanf. It isn't necessary and leads toReid Spencer2007-04-26
* We only need one putchar which gives it a shot at getting matched by itsReid Spencer2007-04-21
* eliminate use of Instruction::getPrev(). Patch by Gabor Greif in 2005.Chris Lattner2007-04-17
* Implement @sext and @zext parameter attribute handling properly instead ofReid Spencer2007-04-16
* For PR1293:Reid Spencer2007-03-30
* Don't use std::hex.Bill Wendling2007-03-08
* Don't use a cast. It causes an error on some platforms.Bill Wendling2007-03-08
* Fix some thinko's in the last patch. PtrSize has to be in bits and weReid Spencer2007-03-06
* Fix a bug in IntToPtr. Truncating to 64-bits only works if the integerReid Spencer2007-03-06
* Radically simplify execution. This patch gets rid of all the specialReid Spencer2007-03-06
* Adjust and simplify external function processing now that GenericValue hasReid Spencer2007-03-06
* APInt's are no longer allocated on the heap because they are directReid Spencer2007-03-06
* Remove the insufficient code in Interpreter::create that computed theReid Spencer2007-03-06
* Remove unnecessary #include.Reid Spencer2007-03-03
* Deal with error handling better.Reid Spencer2007-03-03
* Complete the APIntification of the interpreter. All asserts for > 64 bitsReid Spencer2007-03-03
* Implement APInt support for the binary operators.Reid Spencer2007-03-03
* 1. Have the ExecutionContext keep track of the APInt's allocated andReid Spencer2007-03-03
* From Dan Gohman:Chris Lattner2007-02-14
* Privatize StructLayout::MemberOffsets, adding an accessorChris Lattner2007-02-10
* For PR1188:Reid Spencer2007-02-08
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-02
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* Remove tabs.Reid Spencer2007-01-29
* Implement use of new IntrinsicLowering interface.Reid Spencer2007-01-29
* For PR761:Reid Spencer2007-01-26
* For PR970:Reid Spencer2007-01-21
* Implement the signed icmp instructions properly. To do this we introduceReid Spencer2007-01-20
* Implement bit-accurate sext instruction.Reid Spencer2007-01-20
* Use the new maskToBitWidth function to ensure that the results ofReid Spencer2007-01-18
* Add an inline helper function that masks a GenericValue to a specifiedReid Spencer2007-01-18
* Make shl instruction mask its result to the correct bitsize. This isReid Spencer2007-01-18
* Two changes:Reid Spencer2007-01-18
* rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner2007-01-15
* eliminate calls to Type::isInteger, preferring isIntegral instead.Chris Lattner2007-01-15
* For PR1064:Reid Spencer2007-01-12
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-11
* For PR950:Reid Spencer2006-12-31
* For PR950:Reid Spencer2006-12-23
* elimiante Statistic static ctorsChris Lattner2006-12-19
* Removing even more <iostream> includes.Bill Wendling2006-12-07
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-06
* Unbreak VC++ build.Jeff Cohen2006-12-02
* Removed #include <iostream> and replaced streams with llvm streams.Bill Wendling2006-11-27
* For PR950:Reid Spencer2006-11-27
* Simplify IntrinsicLowering and clarify that it is only for use by theChris Lattner2006-11-15
* Remove redundant <cmath>.Jim Laskey2006-11-08
* For PR950:Reid Spencer2006-11-08
* Remove a function prototype that is no longer needed (REM patch missed it)Reid Spencer2006-11-02