aboutsummaryrefslogtreecommitdiffstats
path: root/v4.pro
Commit message (Expand)AuthorAgeFilesLines
* Fix remaining number-to-string failures in chapter 9Simon Hausmann2013-01-031-0/+1
* Move the Managed class into it's own fileLars Knoll2013-01-031-2/+4
* Use QString::toDouble to convert to numbersLars Knoll2012-12-111-1/+1
* Fix linker warning.Erik Verbruggen2012-12-101-1/+1
* Add a MemoryManager, which does GC for the interpreter.Erik Verbruggen2012-12-081-2/+4
* Add some debugging infrastructure to the interpreter.Erik Verbruggen2012-11-291-2/+4
* Fix isel for eval and a whole bunch of other warnings.Erik Verbruggen2012-11-191-1/+3
* Move Value into it's own header/cpp fileLars Knoll2012-11-191-0/+2
* Move the engine and context classes into their own filesLars Knoll2012-11-191-0/+4
* Changed the LLVM backend to also support the LLVM JIT.Erik Verbruggen2012-11-121-1/+1
* Allow Const's as operands to Binop in moth.Erik Verbruggen2012-11-121-1/+2
* Fixed compilation of LLVM glue-code.Erik Verbruggen2012-11-081-5/+4
* Added LLVM code generation for in-place operators.Erik Verbruggen2012-10-191-1/+1
* Moved LLVM specific code out of main.cpp.Erik Verbruggen2012-10-181-1/+2
* Store integer constants as integer ValuesLars Knoll2012-10-171-0/+1
* Fix: make it possible to change the used LLVM installation.Erik Verbruggen2012-10-121-3/+9
* Remove old assemblerSimon Hausmann2012-10-101-19/+0
* Initial import of MASMSimon Hausmann2012-09-231-1/+4
* Add moth skeletonAaron Kennedy2012-06-111-0/+2
* Remove dead codeAaron Kennedy2012-06-081-2/+0
* Import the ARM macro assembler from the mono project.Roberto Raggi2012-06-071-2/+11
* Use O2-level inliningRoberto Raggi2012-06-061-1/+1
* Fix the targetsRoberto Raggi2012-06-061-1/+1
* More work on the AOT.Roberto Raggi2012-06-051-1/+4
* Some more work on the LLVM-based AOT compiler.Roberto Raggi2012-06-051-4/+11
* Fix the pro fileRoberto Raggi2012-06-011-4/+8
* Initial work on the LLVM-based AOT compiler.Roberto Raggi2012-05-311-2/+21
* Generalized instruction selection.Roberto Raggi2012-05-311-3/+4
* Initial support for Array objects.Roberto Raggi2012-05-211-1/+2
* Import Array from QtScript classic.Roberto Raggi2012-05-181-1/+2
* Initial work on the String object.Roberto Raggi2012-05-141-2/+5
* Added a simple syntax checker.Roberto Raggi2012-05-081-2/+4
* Remove boehm GCRoberto Raggi2012-05-041-2/+0
* Initial importRoberto Raggi2012-05-031-0/+29