aboutsummaryrefslogtreecommitdiffstats
path: root/qv4_llvm_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Added different output types to LLVM backend to ease debugging.Erik Verbruggen2012-11-141-1/+10
| | | | | | | | While in that area of code, also throw in the pass-managers for some extra optimisations during compilation. Change-Id: I1239ab9d21fc50b2e65c2f9d77a03ae593b607bc Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
* Changed the LLVM backend to also support the LLVM JIT.Erik Verbruggen2012-11-121-1/+1
| | | | | | | This is useful for quick LLVM codegen testing. Change-Id: I45778371375b903e154222c47b15411d08085ae5 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Moved LLVM specific code out of main.cpp.Erik Verbruggen2012-10-181-0/+43
Change-Id: I16c79667625d5034acb91cec13c22ed58b74984f Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>