summaryrefslogtreecommitdiff
path: root/cginput.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-01port to ARM (update existing files)John van Groningen1-9/+9
2015-08-20in .record directives store descriptor addresses of unboxed sub records after...John van Groningen1-3/+25
2015-08-12parse and ignore .algtype directivesJohn van Groningen1-0/+1
2013-12-03implement position independent code generation on 64 bit linuxJohn van Groningen1-0/+1
2013-12-02add .impmod directiveJohn van Groningen1-0/+1
2013-06-14add ABC instruction load_si32 for AMD64John van Groningen1-0/+3
2011-11-22generate thread safe code on 64 bit windows if THREAD64 is definedJohn van Groningen1-16/+212
2011-04-27parse the other 64 bit integer on 64 bit windowsJohn van Groningen1-1/+1
2011-04-27parse 64 bit integer on 64 bit windowsJohn van Groningen1-1/+1
2011-04-27use CleanInt instead of LONG, to get 64 bit integers on 64 bit windowsJohn van Groningen1-1/+2
2011-04-19add rotl% and rotr% instructions John van Groningen1-5/+4
2010-10-13change type of n from long to LONG to prevent c compiler warning on 64 bit linuxJohn van Groningen1-1/+1
2008-12-18add pushZ, pushZR and jmp_not_eqZJohn van Groningen1-23/+215
2008-12-18add truncateR and ceilingRJohn van Groningen1-0/+2
2008-12-18add floordiv and modJohn van Groningen1-1/+4
2007-09-03allow ( , and ) in record type, add .desc0, get_desc0_number,John van Groningen1-1/+49
2007-05-10rename IMOVEW as IMOVEDB,John van Groningen1-0/+3
2006-06-30allow strings with >200 characters for buildAC and eqAC_aJohn van Groningen1-2/+82
2006-05-01use int_64 instead of __int64, define int_64, include stdint.h on 64 bits linuxJohn van Groningen1-0/+3
2006-01-10port to 64 bit windowsJohn van Groningen1-2/+39
2005-12-06add pushLc instruction for pushing the value of a label, withJohn van Groningen1-0/+1
2005-11-11add .descs directive for selectorsJohn van Groningen1-1/+4
2005-10-06use new apply and new descriptors for IA32,John van Groningen1-0/+6
2005-01-19implement mulUUL and divLU instructions for IA32,John van Groningen1-5/+27
2005-01-13add divU for the PowerPCJohn van Groningen1-1/+1
2004-12-08add jsr_ap and jmp_ap instructionsJohn van Groningen1-0/+2
2004-07-15add absR and negI for sparc, commit not yet used code for new array represent...John van Groningen1-7/+5
2004-07-12implement absR, negI and faster not for the PowerPCJohn van Groningen1-2/+2
2004-07-12add absR, negI, unsigned compare, divU, remU and faster notJohn van Groningen1-0/+18
2004-04-23implement umulIIL instruction on the PowerPCJohn van Groningen1-0/+3
2004-04-19port to gcc on Mac OS XJohn van Groningen1-1/+1
2003-05-16bug fix for .pb with \ in stringJohn van Groningen1-1/+12
2003-05-12cginput.cJohn van Groningen1-0/+2570