aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ExecutionEngine/JIT
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
* Hush a noisy warning from GCC 4.2 about overflow during conversion by usingReid Spencer2007-07-191-2/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-186-0/+1802