aboutsummaryrefslogtreecommitdiffstats
path: root/qv4isel_llvm_p.h
Commit message (Expand)AuthorAgeFilesLines
* Fix isel for eval and a whole bunch of other warnings.Erik Verbruggen2012-11-191-0/+1
* Changed the LLVM backend to also support the LLVM JIT.Erik Verbruggen2012-11-121-1/+7
* Fix: implement missing virtual method.Erik Verbruggen2012-10-221-0/+1
* Moved LLVM specific code out of main.cpp.Erik Verbruggen2012-10-181-2/+12
* Fix for LLVM 3.2.Erik Verbruggen2012-10-151-1/+1
* Add missing license headersSimon Hausmann2012-10-121-0/+40
* Remove dead codeAaron Kennedy2012-06-081-1/+0
* Generate LLVM code for constructor callsRoberto Raggi2012-06-071-1/+3
* Initial work on exceptions for the AOT compiler.Roberto Raggi2012-06-061-0/+1
* Generate code for closures.Roberto Raggi2012-06-061-0/+2
* Generate LLVM code for MoveMemberRoberto Raggi2012-06-061-0/+1
* Lower subscriptsRoberto Raggi2012-06-061-0/+2
* Lower IR::Call and IR::NewRoberto Raggi2012-06-061-0/+3
* Generate LLVM code for member expressionsRoberto Raggi2012-06-061-0/+1
* Move the Alloca instructions at the beginning of the function.Roberto Raggi2012-06-061-0/+2
* LLVM code for unary expressionsRoberto Raggi2012-06-051-0/+1
* Generate LLVM code for the binary expressionsRoberto Raggi2012-06-051-0/+1
* Some more work on the LLVM-based AOT compiler.Roberto Raggi2012-06-051-1/+4
* Initial work on the LLVM-based AOT compiler.Roberto Raggi2012-05-311-0/+63