summary refs log tree commit diff stats
path: root/compiler/vmdeps.nim
Commit message (Expand)AuthorAgeFilesLines
* Fixed gorge/staticExec to not strip newlines.Reimer Behrends2014-06-221-0/+2
* case consistency part 4Araq2013-12-271-2/+2
* more tests are greenAraq2013-12-081-57/+0
* computed goto now works; some progress on the new VMAraq2013-10-251-1/+1
* docgen: more newlines in the output to support primitive postprocessorsAraq2013-08-291-15/+0
* implemented opcTypeTraitAraq2013-08-221-15/+15
* new VM: register allocator bugfix; implemented more magicsAraq2013-08-081-30/+1
* new VM: implemented constructors and jump optimizerAraq2013-08-071-1/+30
* new vm: further progressAraq2013-07-291-0/+108
> 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163