1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00
cc65/src/cc65
2020-07-12 12:35:42 +02:00
..
.lclintrc Added .lclintrc 2001-09-06 09:43:53 +00:00
anonname.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
anonname.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
asmcode.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
asmcode.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
asmlabel.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
asmlabel.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
asmstmt.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
asmstmt.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
assignment.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
assignment.h Normalized code. 2014-03-04 01:11:19 +01:00
casenode.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
casenode.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
codeent.c Fixed register usage tracking interfered by CE_SetArg. 2020-06-22 23:23:39 +02:00
codeent.h Improved fix for Issues #167 and #784 and somehow #781. 2020-06-22 23:23:39 +02:00
codegen.c Only enable signed div replacements with shift according to the code size factor settings. 2020-07-09 10:00:50 +02:00
codegen.h Adjust SP on gotos between blocks with local variables. 2018-10-02 18:49:53 +02:00
codeinfo.c Improved fix for Issues #167 and #784 and somehow #781. 2020-06-22 23:23:39 +02:00
codeinfo.h Improved fix for Issues #167 and #784 and somehow #781. 2020-06-22 23:23:39 +02:00
codelab.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
codelab.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
codeopt.c rearranged order of new optimizations to better handle -Oi flag 2019-03-31 22:33:22 -04:00
codeopt.h Normalized code. 2014-03-04 01:11:19 +01:00
codeseg.c If the previous insn may be skipped, we cannot simply predict the output values of the registers. 2020-06-22 23:23:39 +02:00
codeseg.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
compile.c Fixed Issue #1028 by outputing local literals when exiting the function scope. 2020-06-01 22:37:40 +02:00
compile.h Normalized code. 2014-03-04 01:11:19 +01:00
coptadd.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
coptadd.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
coptc02.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
coptc02.h Normalized code. 2014-03-04 01:11:19 +01:00
coptcmp.c are more specific version of the comparison removal #895 2019-05-27 10:03:25 +02:00
coptcmp.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
coptind.c Just disable OptPushPop if N/Z is used after the PLA. 2020-02-01 18:04:32 +01:00
coptind.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
coptneg.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
coptneg.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
coptptrload.c Code cleanup per code review 2019-03-31 22:33:22 -04:00
coptptrload.h cleaned up code per review 2019-03-31 22:33:22 -04:00
coptptrstore.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
coptptrstore.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
coptpush.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
coptpush.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
coptshift.c Added another op-code to the test pattern for a right-shift optimizer in cc65. 2015-12-14 11:50:43 -05:00
coptshift.h Fixed a signed char shift optimization so that it won't be used on signed int also. 2015-12-13 17:04:43 -05:00
coptsize.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
coptsize.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
coptstop.c More complete fix for Issue #1071. 2020-07-07 18:28:56 +02:00
coptstop.h Normalized code. 2014-03-04 01:11:19 +01:00
coptstore.c Fixed a bug that didn't preserve the accumulator's value when a simple 16-bit fetch-and-store is optimized. (#637) 2018-05-12 13:46:16 -04:00
coptstore.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
coptsub.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
coptsub.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
copttest.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
copttest.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
copyleft.jrd This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
dataseg.c Normalized code. 2014-03-04 01:11:19 +01:00
dataseg.h Normalized code. 2014-03-04 01:11:19 +01:00
datatype.c Made C's sizeof operator work with initialized void variables. 2017-03-12 14:41:32 -04:00
datatype.h Completed the cc65 code that recognizes __CDECL__ as a calling convention qualifier. 2015-03-09 19:39:04 -04:00
declare.c Replace unary negation with subtraction 2020-07-09 09:49:24 +02:00
declare.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
declattr.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
declattr.h Normalized code. 2014-03-04 01:11:19 +01:00
error.c Allowed character code zero to be remapped with other character codes. 2016-06-11 06:43:19 -04:00
error.h Allowed character code zero to be remapped with other character codes. 2016-06-11 06:43:19 -04:00
expr.c Fixed wrong case in PreDec codegen, which never seems to be in use though. 2020-06-01 22:37:40 +02:00
expr.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
exprdesc.c Changed the type of a compiler variable that holds either integers or pointers. 2018-01-09 05:34:16 -05:00
exprdesc.h Changed the type of a compiler variable that holds either integers or pointers. 2018-01-09 05:34:16 -05:00
funcdesc.c Rename trampoline to wrappedcall everywhere 2017-05-18 16:00:04 +03:00
funcdesc.h Wrapper functions use all registers 2017-05-19 15:25:50 +03:00
function.c Fixed Issue #1028 by outputing local literals when exiting the function scope. 2020-06-01 22:37:40 +02:00
function.h Proper warnings for "risky" gotos. 2018-10-02 18:49:53 +02:00
global.c So far the built-in inlining of several known standard function was always (!) enabled and the option -Os enabled additional, potentially unsafe inlining of some of those functions. 2017-04-03 23:20:26 +02:00
global.h So far the built-in inlining of several known standard function was always (!) enabled and the option -Os enabled additional, potentially unsafe inlining of some of those functions. 2017-04-03 23:20:26 +02:00
goto.c goto.c warning fix for implicit truncation 2019-05-01 10:53:41 +02:00
goto.h Normalized code. 2014-03-04 01:11:19 +01:00
hexval.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
hexval.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
ident.c Normalized code. 2014-03-04 01:11:19 +01:00
ident.h Normalized code. 2014-03-04 01:11:19 +01:00
incpath.c Normalized code. 2014-03-04 01:11:19 +01:00
incpath.h Normalized code. 2014-03-04 01:11:19 +01:00
input.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
input.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
lineinfo.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
lineinfo.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
litpool.c Fixed Issue #1028 by outputing local literals when exiting the function scope. 2020-06-01 22:37:40 +02:00
litpool.h Fixed Issue #1028 by outputing local literals when exiting the function scope. 2020-06-01 22:37:40 +02:00
loadexpr.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
loadexpr.h Normalized code. 2014-03-04 01:11:19 +01:00
locals.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
locals.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
loop.c Normalized code. 2014-03-04 01:11:19 +01:00
loop.h Normalized code. 2014-03-04 01:11:19 +01:00
macrotab.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
macrotab.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
main.c use same description as in the docs 2020-06-16 00:11:07 +02:00
opcodes.c +cc65 inline asm stp mnemonic support 2020-03-26 23:08:49 -04:00
opcodes.h Aligned comment. 2020-03-26 23:08:49 -04:00
output.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
output.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
pragma.c remove TABs 2019-02-05 23:27:52 +01:00
pragma.h Allowed character code zero to be remapped with other character codes. 2016-06-11 06:43:19 -04:00
preproc.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
preproc.h Normalized code. 2014-03-04 01:11:19 +01:00
reginfo.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
reginfo.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
scanner.c Comment fix. 2020-07-12 12:35:42 +02:00
scanner.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
scanstrbuf.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
scanstrbuf.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
segments.c Fixed Issues #420 and #919 by always outputing the code segment before the three data segments for functions. 2020-06-01 22:37:40 +02:00
segments.h Normalized code. 2014-03-04 01:11:19 +01:00
shiftexpr.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
shiftexpr.h - fixed an old #include guard typo 2014-03-20 00:07:59 +01:00
stackptr.c Normalized code. 2014-03-04 01:11:19 +01:00
stackptr.h Normalized code. 2014-03-04 01:11:19 +01:00
standard.c Make some arrays const. 2017-06-28 20:43:31 +02:00
standard.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
stdfunc.c Optimize the inlined memcpy/memset for the sizes of 128/129. 2017-05-17 10:08:08 +02:00
stdfunc.h Small optimization of some cc65-generated loops. 2016-05-24 15:52:12 -04:00
stdnames.c Normalized code. 2014-03-04 01:11:19 +01:00
stdnames.h Normalized code. 2014-03-04 01:11:19 +01:00
stmt.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
stmt.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
swstmt.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
swstmt.h Normalized code. 2014-03-04 01:11:19 +01:00
symentry.c Proper warnings for "risky" gotos. 2018-10-02 18:49:53 +02:00
symentry.h Add support for computed gotos 2019-04-21 12:46:03 -04:00
symtab.c AddBitField: Rename Width arg to BitWidth 2020-06-21 01:08:44 +02:00
symtab.h AddBitField: Rename Width arg to BitWidth 2020-06-21 01:08:44 +02:00
testexpr.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
testexpr.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
textseg.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
textseg.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
typecmp.c Made cc65 properly test calling conventions when it compares forward declarations to function definitions. 2015-05-24 18:31:50 -04:00
typecmp.h Normalized code. 2014-03-04 01:11:19 +01:00
typeconv.c Changed most "backticks" (grave accents) into apostrophes. 2019-01-05 14:57:12 -05:00
typeconv.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
util.c Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
util.h Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
wrappedcall.c Made 'wrapped call' code build with VS 2015. 2018-03-05 20:44:32 +01:00
wrappedcall.h Rename trampoline to wrappedcall everywhere 2017-05-18 16:00:04 +03:00