summary refs log tree commit diff stats
path: root/tinyc
ModeNameSize
-rw-r--r--arm-asm.c1913log stats plain blame
-rw-r--r--arm-gen.c55144log stats plain blame
-rw-r--r--arm-link.c13152log stats plain blame
-rw-r--r--arm64-gen.c55900log stats plain blame
-rw-r--r--arm64-link.c8461log stats plain blame
-rw-r--r--c67-gen.c71046log stats plain blame
-rw-r--r--c67-link.c3385log stats plain blame
-rw-r--r--coff.h22429log stats plain blame
-rw-r--r--config.h556log stats plain blame
-rw-r--r--conftest.c1883log stats plain blame
-rw-r--r--elf.h145046log stats plain blame
d---------examples165log stats plain
-rw-r--r--i386-asm.c51259log stats plain blame
-rw-r--r--i386-asm.h23875log stats plain blame
-rw-r--r--i386-gen.c32331log stats plain blame
-rw-r--r--i386-link.c6924log stats plain blame
-rw-r--r--i386-tok.h4144log stats plain blame
-rw-r--r--il-gen.c16430log stats plain blame
-rw-r--r--il-opcodes.h7612log stats plain blame
d---------include181log stats plain
d---------lib428log stats plain
-rw-r--r--libtcc.c56398log stats plain blame
-rw-r--r--libtcc.h3270log stats plain blame
-rw-r--r--stab.def9131log stats plain blame
-rw-r--r--stab.h259log stats plain blame
-rw-r--r--tcc-doc.texi36607log stats plain blame
-rw-r--r--tcc.c12949log stats plain blame
-rw-r--r--tcc.h56025log stats plain blame
-rw-r--r--tccasm.c36715log stats plain blame
-rw-r--r--tcccoff.c22703log stats plain blame
-rw-r--r--tccelf.c98764log stats plain blame
-rw-r--r--tccgen.c221403log stats plain blame
-rw-r--r--tcclib.h2611log stats plain blame
-rw-r--r--tccpe.c61930log stats plain blame
-rw-r--r--tccpp.c109810log stats plain blame
-rw-r--r--tccrun.c23552log stats plain blame
-rw-r--r--tcctok.h11135log stats plain blame
-rw-r--r--tcctools.c15966log stats plain blame
d---------tests443log stats plain
-rw-r--r--texi2pod.pl11030log stats plain blame
d---------win32181log stats plain
-rw-r--r--x86_64-asm.h26439log stats plain blame
-rw-r--r--x86_64-gen.c64011log stats plain blame
-rw-r--r--x86_64-link.c9071log stats plain blame
851'>851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992