summary refs log tree commit diff stats
path: root/compiler/ccgstmts.nim
Commit message (Expand)AuthorAgeFilesLines
...
* C++ support: codegen generates C++'s references and avoids copiesAraq2015-02-041-1/+12
* nimsuggest improvementsAraq2015-01-301-0/+1
* asm stmt: don't quote what is already quotedAraq2015-01-291-1/+1
* fixes yet another GAS parsing bugAraq2015-01-291-2/+2
* fixes #1907Araq2015-01-111-2/+2
* Happy new year!Guillaume Gelin2015-01-061-1/+1
* fixes #1742Araq2014-12-241-3/+5
* fixes #1181Araq2014-11-131-0/+11
* Merge branch 'devel' into bigbreakAraq2014-10-251-0/+1
|\
| * '.emit' pragma produces a trailing newlineAraq2014-10-251-0/+1
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into bigbreakAraq2014-10-041-1/+12
|\|
| * Improve setjmp()/longjmp() performance.Reimer Behrends2014-09-251-1/+8
| * Avoid unnecessary #include triggered by importc vars.Reimer Behrends2014-09-191-0/+4
| * fixes #1067Araq2014-09-111-0/+10
* | implemented mixed mode codegenAraq2014-10-031-6/+5
* | implemented 'guard' annotationAraq2014-09-211-2/+2
* | fixes #1067Araq2014-08-301-0/+9
* | Nimrod renamed to NimAraq2014-08-281-2/+2
* | the big renamefest: first stepsAraq2014-08-221-2/+10
|/
* fixes newly introduced bugsAraq2014-08-141-5/+4
* fixes #1434Araq2014-08-141-3/+13
* compiler prepared for the new comment handlingAraq2014-04-301-0/+1
* gensym'edass="w"> ${CFLAGS} $< ${OBJ}: config.h config.mk config.h: @echo creating $@ from config.def.h @cp config.def.h $@ dwm: ${OBJ} @echo CC -o $@ @${CC} -o $@ ${OBJ} ${LDFLAGS} clean: @echo cleaning @rm -f dwm ${OBJ} dwm-${VERSION}.tar.gz dist: clean @echo creating dist tarball @mkdir -p dwm-${VERSION} @cp -R LICENSE Makefile README config.def.h config.mk \ dwm.1 ${SRC} dwm-${VERSION} @tar -cf dwm-${VERSION}.tar dwm-${VERSION} @gzip dwm-${VERSION}.tar @rm -rf dwm-${VERSION} install: all @echo installing executable file to ${DESTDIR}${PREFIX}/bin @mkdir -p ${DESTDIR}${PREFIX}/bin @cp -f dwm ${DESTDIR}${PREFIX}/bin @chmod 755 ${DESTDIR}${PREFIX}/bin/dwm @echo installing manual page to ${DESTDIR}${MANPREFIX}/man1 @mkdir -p ${DESTDIR}${MANPREFIX}/man1 @sed "s/VERSION/${VERSION}/g" < dwm.1 > ${DESTDIR}${MANPREFIX}/man1/dwm.1 @chmod 644 ${DESTDIR}${MANPREFIX}/man1/dwm.1 uninstall: @echo removing executable file from ${DESTDIR}${PREFIX}/bin @rm -f ${DESTDIR}${PREFIX}/bin/dwm @echo removing manual page from ${DESTDIR}${MANPREFIX}/man1 @rm -f ${DESTDIR}${MANPREFIX}/man1/dwm.1 .PHONY: all options clean dist install uninstall ommit/compiler/ccgstmts.nim?h=devel&id=d53f313599111576c9eb290d679d6ed518582530'>implemented computed goto supportAraq2013-08-131-1/+60
* fixes #532Araq2013-08-011-0/+1
* fixes #501Araq2013-07-011-1/+1
* fixed: typoAraq2013-05-031-1/+1
* completed expr/stmt unificationAraq2013-05-031-122/+76
* revert new scope for 'if'Araq2013-05-021-1/+2
* tester should work again; documented (;)Araq2013-04-301-5/+7
* first steps to the expr/stmt unificationAraq2013-04-301-3/+2
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* documented object constrs; endb works againAraq2013-03-091-17/+21
* preparations for a generational GCAraq2013-02-161-1/+2