aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/ExecutionEngine.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+809