aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/JIT/JIT.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement x86 long double in jit (not reallyDale Johannesen2007-09-171-1/+10
* Next round of APFloat changes.Dale Johannesen2007-09-061-2/+4
* move assertion into mutex guard, a partial fix for PR1606.Chris Lattner2007-08-131-1/+1
* eliminate redundant conditions from the signless types conversion.Chris Lattner2007-08-081-7/+4
* New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene2007-08-011-1/+1
* Add detection of __dso_handle presence during configure. Use this information...Anton Korobeynikov2007-07-301-15/+20
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+369