aboutsummaryrefslogtreecommitdiffstats
path: root/qmljs_math.h
Commit message (Expand)AuthorAgeFilesLines
* Use two operand version of imulSimon Hausmann2012-12-041-3/+3
* Fix clobber list for inline add/sub/mul instructionsSimon Hausmann2012-12-021-3/+3
* Fix isel for eval and a whole bunch of other warnings.Erik Verbruggen2012-11-191-2/+2
* Properly namespace the math headerLars Knoll2012-11-191-0/+6
* Changed the LLVM backend to also support the LLVM JIT.Erik Verbruggen2012-11-121-1/+1
* Fix integer arithmeticsLars Knoll2012-10-181-12/+15
* Change usage of qIsNaN to std::isnan.Erik Verbruggen2012-10-181-1/+3
* Fix build on ia32Simon Hausmann2012-10-171-3/+3
* Change usages of math.h into cmath. Fixes MacOS build.Erik Verbruggen2012-10-171-1/+1
* Store integer constants as integer ValuesLars Knoll2012-10-171-0/+95