aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/ExecutionEngine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix formatting.Duncan Sands2008-03-101-2/+2
* Load the symbols first so that the interpreter constructor can find them whenNick Lewycky2008-03-081-9/+5
* Simplify code using convertFromZeroExtendedInteger with an APIntDan Gohman2008-02-291-6/+6
* 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
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+809