aboutsummaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Collapse)AuthorFilesLines
2005-11-22remove unused variable n_functions_and_macros_in_dcl_modulesjohnvg1-5/+5
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1575 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2005-11-21remove portToNewSyntaxjohnvg1-11/+0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1566 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2005-11-11remove code for compatibility with Clean 1.3johnvg4-20/+0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1560 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2005-10-28pass -fusion flag to backendjohnvg1-1/+2
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1554 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2005-04-21remove unused field support_genericsjohnvg1-4/+0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1535 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2005-03-31use cDirectory.c with hfs paths instead of unix pathsjohnvg1-274/+415
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1524 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2005-03-17cli for MacOSX with MACH_O, same as unix, except : and , are usedjohnvg12-0/+730
in paths and object files generated by the c compiler have different names git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1519 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2005-03-17remove import StdDebugjohnvg1-1/+0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1515 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2004-04-29pass compiler_id in message to the IDEjohnvg2-5/+12
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1493 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2004-04-29add set_compiler_id and get_compiler_idjohnvg3-0/+254
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1492 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2004-04-02export strictness of argument of empty_cachejohnvg2-2/+2
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1482 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2004-03-31don't overwrite first byte of next node in the heap with a '\0'johnvg1-2/+0
in function get_command git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1479 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2004-02-04replace double ' by a single ' inside ' and 'johnvg1-2/+5
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1445 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2004-01-16removed incorrect commentronny1-2/+1
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1443 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2003-10-23commit again to prevent cr/lf conversionjohnvg3-0/+0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1416 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2003-10-23cvs doesn't seem to understand that these are data filesjohnvg3-0/+0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1415 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2003-10-21recompiled for carbonjohnvg1-0/+0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1411 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2003-10-21rename compiler folder to frontend, increase size of heap to 18mjohnvg1-5017/+2
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1410 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2003-10-21use .o, .xo and .cxo files, port to MachOjohnvg3-0/+0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1409 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2003-10-21port to MachOjohnvg1-7/+19
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1408 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2003-10-21use .o, .xo and .cxo filesjohnvg2-0/+0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1407 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2003-10-21use cDirectory object file from Directory modulejohnvg1-0/+0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1406 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2003-10-21import code from "cDirectory." instead of "cDirectory.obj"johnvg1-1/+1
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1405 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2003-10-21import code from "cae." instead of "cae.obj"johnvg1-1/+1
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1404 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2003-10-20don't abort when tcl file can't be created but give error messageronny1-13/+25
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1400 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2003-10-16remove directory_libraryjohnvg2-5/+1
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1393 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2003-10-07move (open/close)TclFile from type_io to compileronny1-1/+54
this removes a platform dependency from the frontend git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1385 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2003-10-06enable optimizer (-O)johnvg1-1/+1
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1379 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-11-26increase heap size (10m) and stack size (3m), don't showjohnvg1-6/+5024
execution times git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1292 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-11-26remove MSL libraries from project and increase heap size to 16mjohnvg1-5/+1
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1291 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-11-26add backend:Mac directory to search pathsjohnvg1-0/+1
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1290 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-10-07strip and dump commandline argsdiederik1-1/+15
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1218 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-07-02Added Clean.h.ronny1-0/+28
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1135 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-07-02Added Makefile.ronny1-0/+5
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1133 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-07-02Added cDirectory.c.ronny1-0/+339
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1132 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-07-02Removed object files.ronny3-0/+0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1131 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-07-01made Clean 2.0 compatibleronny2-9/+4
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1130 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-19Removed trace commandronny1-1/+1
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1125 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-19Optional loggingronny1-3/+3
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1124 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-19added clear_cachejohnvg1-3/+11
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1121 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-19Removed test arguments.ronny1-66/+1
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1120 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-18removed use of strncmp C library functionjohnvg3-3/+15
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1119 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-18removed ignored !'sjohnvg2-2/+2
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1116 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-18mpw script to add shared libraries to the applicationjohnvg1-0/+3
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1111 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-17renamed CleanCocl.icljohnvg1-0/+66
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1108 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-17remove import of SwitchFusionjohnvg1-3/+0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1100 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-17removed hello and bye, replace testArgs by []johnvg1-5/+4
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1096 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-17made Clean 2.0 compatibleronny2-8/+2
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1094 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-11Moved system dependent code from coclmain to CoclSystemDependentronny2-0/+108
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1091 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
2002-06-11Moved system dependent code from coclmain to CoclSystemDependentronny4-131/+117
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1090 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d