summary refs log tree commit diff stats
path: root/compiler/platform.nim
Commit message (Expand)AuthorAgeFilesLines
* define sparc64 platformSergey Avseyev2016-07-211-2/+3
* nimrod -> nimErik Johansson Andersson2016-02-051-1/+1
* add msp430 cpu supportKeerthan Jaic2015-08-261-2/+3
* Add arm64 support (untested)def2015-07-311-1/+2
* Add powerpc64el support (untested)def2015-07-311-2/+3
* Add Mipsel CPU support (untested)def2015-07-311-1/+2
* codegen doesn't produce line tracing commands anymore; fixes #1344Araq2015-03-211-142/+142
* merged #2083 manuallyAraq2015-02-081-1/+1
* the compiler knows vxWorks is an OSAraq2015-01-281-3/+7
* minor improvement to the barrier implementationAraq2014-12-091-1/+1
* case consistency part 4Araq2013-12-271-4/+4
* case consistency part 1Araq2013-12-271-6/+6
* --os:standalone works againAraq2013-06-301-1/+1
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* EcmaScript => JS. Fixes #330Simon Hafner2013-02-151-4/+4
* added some support for HaikuAraq2012-07-291-1/+5
* implemented support for the AVR CPU and standalone OSAraq2012-03-311-4/+10
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* new compiler option tlsEmulationAraq2011-10-271-5/+5
* first steps to thread local heapsAraq2011-06-021-2/+3
* big repo cleanupAraq2011-04-121-0/+213
an>" vim: ft=vim " Data-flow highlighting: http://www.reddit.com/r/programming/comments/1w76um/coding_in_color/cezpios highlight highlight_97a5a5e3 ctermfg=205 call matchadd('highlight_97a5a5e3', '\<ncols\>') highlight highlight_1f88e41c ctermfg=139 call matchadd('highlight_1f88e41c', '\<nrows\>') highlight highlight_6da20a96 ctermfg=141 call matchadd('highlight_6da20a96', '\<rowidx\>') highlight highlight_ae83eebb ctermfg=149 call matchadd('highlight_ae83eebb', 'curr-line-address-address') highlight highlight_bb695e14 ctermfg=36 call matchadd('highlight_bb695e14', '\<default-scope\>') highlight highlight_1e44ab4f ctermfg=208 call matchadd('highlight_1e44ab4f', '\<first-arg\>') highlight highlight_3323f077 ctermfg=208 call matchadd('highlight_3323f077', '\<first-arg-box\>') highlight highlight_74fc42b2 ctermfg=220 call matchadd('highlight_74fc42b2', 'second-arg') highlight highlight_ff6f0571 ctermfg=220 call matchadd('highlight_ff6f0571', 'second-arg-box')