aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary #include.Reid Spencer2007-03-031-1/+0
* Deal with error handling better.Reid Spencer2007-03-035-14/+31
* Complete the APIntification of the interpreter. All asserts for > 64 bitsReid Spencer2007-03-031-118/+209
* Avoid memory leakage by having caller construct the APInt for theReid Spencer2007-03-031-5/+4
* Implement APInt support for the binary operators.Reid Spencer2007-03-031-254/+240
* 1. Have the ExecutionContext keep track of the APInt's allocated andReid Spencer2007-03-031-11/+13
* Implement loading and storing of APInt values from memory.Reid Spencer2007-03-031-8/+16
* Fix PR1216 by cleaning up the ownership of JITResolver.Chris Lattner2007-02-242-29/+42
* For PR1195:Reid Spencer2007-02-151-1/+1
* From Dan Gohman:Chris Lattner2007-02-142-3/+3
* Generalize TargetData strings, to support more interesting forms of data.Chris Lattner2007-02-141-1/+1
* eliminate vector-related allocationsChris Lattner2007-02-131-2/+2
* eliminate use of TargetData::getIndexedOffset that takes a vectorChris Lattner2007-02-101-2/+3
* Privatize StructLayout::MemberOffsets, adding an accessorChris Lattner2007-02-102-2/+2
* For PR1188:Reid Spencer2007-02-082-2/+2
* For PR411:Reid Spencer2007-02-051-1/+1
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-022-6/+7
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-304-10/+10
* Remove tabs.Reid Spencer2007-01-291-2/+2
* Implement use of new IntrinsicLowering interface.Reid Spencer2007-01-291-1/+1
* For PR761:Reid Spencer2007-01-261-12/+11
* Moved disassembler to libSystemAnton Korobeynikov2007-01-231-10/+2
* For PR970:Reid Spencer2007-01-211-1/+1
* Teach TargetData to handle 'preferred' alignment for each target, and useChris Lattner2007-01-201-1/+1
* DOUT still evaluates side effects, even though it doesn't print. This meansChris Lattner2007-01-201-0/+2
* Implement the signed icmp instructions properly. To do this we introduceReid Spencer2007-01-201-17/+27
* Implement bit-accurate sext instruction.Reid Spencer2007-01-201-10/+14
* For PR1043:Reid Spencer2007-01-191-6/+2
* fix build on amd64Andrew Lenharth2007-01-191-1/+1
* Adding disassembler interface and external hook to udis86 library.Anton Korobeynikov2007-01-191-1/+14
* Fix a regression in the last patch. When constructing a BitMask, be carefulReid Spencer2007-01-181-0/+4
* Use the new maskToBitWidth function to ensure that the results ofReid Spencer2007-01-181-10/+15
* Add an inline helper function that masks a GenericValue to a specifiedReid Spencer2007-01-181-0/+12
* Make shl instruction mask its result to the correct bitsize. This isReid Spencer2007-01-181-5/+10
* Two changes:Reid Spencer2007-01-181-18/+17
* Make sure we truncate stored values to their bit width.Reid Spencer2007-01-181-30/+40
* rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner2007-01-151-6/+6
* eliminate calls to Type::isInteger, preferring isIntegral instead.Chris Lattner2007-01-151-4/+4
* For PR1064:Reid Spencer2007-01-125-500/+967
* Implement review feedback for the ConstantBool->ConstantInt merge. ChrisReid Spencer2007-01-122-2/+2
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-114-36/+36
* For PR1043:Zhou Sheng2007-01-112-2/+2
* For PR950:Reid Spencer2006-12-314-498/+346
* For PR950:Reid Spencer2006-12-232-112/+331
* elimiante Statistic static ctorsChris Lattner2006-12-191-5/+2
* remove static ctors from Statistic objectsChris Lattner2006-12-192-10/+5
* Fix PR1057 (compilation on macos 10.3), patch by Scott Michel!Chris Lattner2006-12-171-8/+8
* Simplify the fetching of relocation mode.Jim Laskey2006-12-141-4/+4
* 1. Tidy up jump table info.Jim Laskey2006-12-141-17/+36
* Change inferred cast creation calls to more specific cast creations.Reid Spencer2006-12-121-1/+1