aboutsummaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/ExecutionEngine.cpp
AgeCommit message (Expand)Author
2008-03-10Fix formatting.Duncan Sands
2008-03-08Load the symbols first so that the interpreter constructor can find them whenNick Lewycky
2008-02-29Simplify code using convertFromZeroExtendedInteger with an APIntDan Gohman
2008-02-20Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov
2008-02-15Support vector constant zeros, thanks to Zack Rusin for the testcase.Chris Lattner
2008-02-13Enable exception handling int JITNicolas Geoffray
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-17Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb
2007-12-15These are more correctly called signaling NaNs.Duncan Sands
2007-12-14Teach the interpreter to read and write memory in theDuncan Sands
2007-12-12Remove host endianness info from TargetData andDuncan Sands
2007-12-10Fix PR1836: in the interpreter, read and write apintsDuncan Sands
2007-12-06simplify creation of the interpreter, make ExecutionEngine ctor protected,Chris Lattner
2007-11-28My compiler complains that "x always evaluates to true"Duncan Sands
2007-11-01Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.Duncan Sands
2007-10-22add a mechanism for the JIT to invoke a function to lazily create functions a...Chris Lattner
2007-10-21LoadLibraryPermanently doesn't throw.Chris Lattner
2007-10-21Add a convenience method for creating EE's.Chris Lattner
2007-10-15Add removeModuleProvider()Devang Patel
2007-10-07convertFromInteger, as originally written, expected sign-extendedNeil Booth
2007-09-30Constant fold int-to-long-double conversions;Dale Johannesen
2007-09-21Change APFloat::convertFromInteger to take the incomingDale Johannesen
2007-09-17Implement x86 long double in jit (not reallyDale Johannesen
2007-09-06Next round of APFloat changes.Dale Johannesen
2007-08-11Fix a comment typo noticed by Sandro Magi.Reid Spencer
2007-06-03Add comments to fallsthrough cases. Also, this fixes PR1492Anton Korobeynikov
2007-06-03Check arguments & return types of main(). Abort in case of no match.Anton Korobeynikov
2007-05-24Compute the correct word number.Zhou Sheng
2007-03-12Unbreak C++ build.Jeff Cohen
2007-03-06Fix all of last night's JIT failures in Prolangs-C++ by finishing theReid Spencer
2007-03-061. Make StoreValueToMemory a little more efficient by not requiring callerReid Spencer
2007-03-06Simplify things significantly because GenericValue now has a single integerReid Spencer
2007-03-03Deal with error handling better.Reid Spencer
2007-03-03Avoid memory leakage by having caller construct the APInt for theReid Spencer
2007-03-03Implement loading and storing of APInt values from memory.Reid Spencer
2007-02-15For PR1195:Reid Spencer
2007-02-14From Dan Gohman:Chris Lattner
2007-02-10eliminate use of TargetData::getIndexedOffset that takes a vectorChris Lattner
2007-02-10Privatize StructLayout::MemberOffsets, adding an accessorChris Lattner
2007-02-05For PR411:Reid Spencer
2007-01-30For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer
2007-01-19For PR1043:Reid Spencer
2007-01-18Fix a regression in the last patch. When constructing a BitMask, be carefulReid Spencer
2007-01-18Make sure we truncate stored values to their bit width.Reid Spencer
2007-01-12For PR1064:Reid Spencer
2007-01-12Implement review feedback for the ConstantBool->ConstantInt merge. ChrisReid Spencer
2007-01-11Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer
2007-01-11For PR1043:Zhou Sheng
2006-12-31For PR950:Reid Spencer
2006-12-19remove static ctors from Statistic objectsChris Lattner