aboutsummaryrefslogtreecommitdiffstats
path: root/qv4isel_llvm.cpp
Commit message (Expand)AuthorAgeFilesLines
* More compilation fixes.Erik Verbruggen2012-12-181-0/+5
* Add some debugging infrastructure to the interpreter.Erik Verbruggen2012-11-291-0/+1
* Changed the interpreter and compiler backends to move consts.Erik Verbruggen2012-11-141-12/+12
* Added more built-ins to the llvm backend and runtime.Erik Verbruggen2012-11-141-8/+37
* Added different output types to LLVM backend to ease debugging.Erik Verbruggen2012-11-141-30/+63
* Changed the LLVM backend to also support the LLVM JIT.Erik Verbruggen2012-11-121-86/+154
* Fix LLVM backend compilation.Erik Verbruggen2012-10-241-1/+3
* Proper exception handlingLars Knoll2012-10-241-7/+0
* More LLVM code generation. This should complete the expressions.Erik Verbruggen2012-10-221-70/+69
* Fix: implement missing virtual method.Erik Verbruggen2012-10-221-0/+8
* Added LLVM code generation for in-place operators.Erik Verbruggen2012-10-191-25/+146
* Moved LLVM specific code out of main.cpp.Erik Verbruggen2012-10-181-8/+110
* Fix LLVM code generation to call the right methods.Erik Verbruggen2012-10-181-3/+3
* Add missing license headersSimon Hausmann2012-10-121-0/+40
* Fix LLVM code generation for unary expressionsRoberto Raggi2012-06-071-4/+4
* Generate LLVM code for constructor callsRoberto Raggi2012-06-071-21/+63
* Delete propertiesRoberto Raggi2012-06-071-0/+34
* Generate LLVM code for the `this-expression'.Roberto Raggi2012-06-061-3/+9
* Initial work on exceptions for the AOT compiler.Roberto Raggi2012-06-061-19/+54
* Generate code for closures.Roberto Raggi2012-06-061-6/+54
* Warn about unimplement assignments.Roberto Raggi2012-06-061-3/+10
* Lower IR::Name nodes.Roberto Raggi2012-06-061-6/+46
* Generate LLVM code for MoveMemberRoberto Raggi2012-06-061-21/+16
* Lower subscriptsRoberto Raggi2012-06-061-2/+38
* Lower IR::Call and IR::NewRoberto Raggi2012-06-061-30/+84
* Generate LLVM code for member expressionsRoberto Raggi2012-06-061-6/+20
* Compile simple IR::New nodesRoberto Raggi2012-06-061-2/+39
* Move the Alloca instructions at the beginning of the function.Roberto Raggi2012-06-061-8/+24
* Fix the return value of calls.Roberto Raggi2012-06-061-2/+7
* Fix code generation for IR::Call nodes.Roberto Raggi2012-06-051-8/+11
* Start generating LLVM code for IR::Call nodes.Roberto Raggi2012-06-051-2/+32
* LLVM code for unary expressionsRoberto Raggi2012-06-051-2/+25
* Generate LLVM code for the binary expressionsRoberto Raggi2012-06-051-3/+54
* Generate LLVM code for the conditional jumps.Roberto Raggi2012-06-051-5/+15
* Some more work on the LLVM-based AOT compiler.Roberto Raggi2012-06-051-28/+88
* Initial work on the LLVM-based AOT compiler.Roberto Raggi2012-05-311-0/+232