aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/ExecutionEngine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-201-1/+2
* Support vector constant zeros, thanks to Zack Rusin for the testcase.Chris Lattner2008-02-151-3/+3
* Enable exception handling int JITNicolas Geoffray2008-02-131-0/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-171-2/+3
* These are more correctly called signaling NaNs.Duncan Sands2007-12-151-1/+1
* Teach the interpreter to read and write memory in theDuncan Sands2007-12-141-59/+94
* Remove host endianness info from TargetData andDuncan Sands2007-12-121-2/+3
* Fix PR1836: in the interpreter, read and write apintsDuncan Sands2007-12-101-24/+47
* simplify creation of the interpreter, make ExecutionEngine ctor protected,Chris Lattner2007-12-061-6/+0
* My compiler complains that "x always evaluates to true"Duncan Sands2007-11-281-2/+6
* Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.Duncan Sands2007-11-011-5/+5
* add a mechanism for the JIT to invoke a function to lazily create functions a...Chris Lattner2007-10-221-2/+2
* LoadLibraryPermanently doesn't throw.Chris Lattner2007-10-211-3/+3
* Add a convenience method for creating EE's.Chris Lattner2007-10-211-0/+4
* Add removeModuleProvider()Devang Patel2007-10-151-0/+15
* convertFromInteger, as originally written, expected sign-extendedNeil Booth2007-10-071-2/+2
* Constant fold int-to-long-double conversions;Dale Johannesen2007-09-301-2/+2
* Change APFloat::convertFromInteger to take the incomingDale Johannesen2007-09-211-3/+5
* Implement x86 long double in jit (not reallyDale Johannesen2007-09-171-3/+83
* Next round of APFloat changes.Dale Johannesen2007-09-061-2/+2
* Fix a comment typo noticed by Sandro Magi.Reid Spencer2007-08-111-1/+1
* Add comments to fallsthrough cases. Also, this fixes PR1492Anton Korobeynikov2007-06-031-0/+3
* Check arguments & return types of main(). Abort in case of no match.Anton Korobeynikov2007-06-031-0/+32
* Compute the correct word number.Zhou Sheng2007-05-241-1/+1
* Unbreak C++ build.Jeff Cohen2007-03-121-0/+1
* Fix all of last night's JIT failures in Prolangs-C++ by finishing theReid Spencer2007-03-061-42/+151
* 1. Make StoreValueToMemory a little more efficient by not requiring callerReid Spencer2007-03-061-2/+2
* Simplify things significantly because GenericValue now has a single integerReid Spencer2007-03-061-281/+72
* Deal with error handling better.Reid Spencer2007-03-031-3/+5
* Avoid memory leakage by having caller construct the APInt for theReid Spencer2007-03-031-5/+4
* Implement loading and storing of APInt values from memory.Reid Spencer2007-03-031-8/+16
* For PR1195:Reid Spencer2007-02-151-1/+1
* From Dan Gohman:Chris Lattner2007-02-141-2/+2
* eliminate use of TargetData::getIndexedOffset that takes a vectorChris Lattner2007-02-101-2/+3
* Privatize StructLayout::MemberOffsets, adding an accessorChris Lattner2007-02-101-1/+1
* For PR411:Reid Spencer2007-02-051-1/+1
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-301-4/+4
* For PR1043:Reid Spencer2007-01-191-6/+2
* Fix a regression in the last patch. When constructing a BitMask, be carefulReid Spencer2007-01-181-0/+4
* Make sure we truncate stored values to their bit width.Reid Spencer2007-01-181-30/+40
* For PR1064:Reid Spencer2007-01-121-98/+205
* Implement review feedback for the ConstantBool->ConstantInt merge. ChrisReid Spencer2007-01-121-1/+1
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-111-6/+6
* For PR1043:Zhou Sheng2007-01-111-1/+1
* For PR950:Reid Spencer2006-12-311-97/+69
* remove static ctors from Statistic objectsChris Lattner2006-12-191-4/+2
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-071-9/+9
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-061-2/+2
* Introducing external weak linkage. Darwin codegen should be added later.Anton Korobeynikov2006-12-011-1/+1