Ecte
|
b411178aae
|
added standard c++ method c_str to opp::string that calls cstr method.
This should help Intellisense while allowing code that still uses the cstr method to work.
|
2024-03-09 19:44:59 +10:30 |
|
drmortalwombat
|
148c288942
|
Add extract char operator to istream
|
2024-02-26 18:22:21 +01:00 |
|
drmortalwombat
|
c05bd269ad
|
Fix stop petscii definition
|
2024-02-21 12:12:29 +01:00 |
|
drmortalwombat
|
aab71cbab3
|
Add more std c include files
|
2024-02-20 14:16:32 +01:00 |
|
drmortalwombat
|
6f7efd9efc
|
Optimized long multiply
|
2024-02-17 12:06:15 +01:00 |
|
drmortalwombat
|
18cfbc713a
|
Force some inline calls in vdc
|
2024-02-14 15:24:01 +01:00 |
|
drmortalwombat
|
806539a2d6
|
add "tan" to intrinsic functions
|
2024-02-13 20:49:11 +01:00 |
|
drmortalwombat
|
ce5be92225
|
Fix linux build
|
2024-02-12 17:40:03 +01:00 |
|
drmortalwombat
|
623b511ce6
|
restore order of vdc 16 bit writes
|
2024-01-29 12:42:13 +01:00 |
|
drmortalwombat
|
80efe2351b
|
Optimize short wait loop handling
|
2024-01-28 19:09:59 +01:00 |
|
drmortalwombat
|
974688a8a5
|
Fix overlay prg file save
|
2024-01-27 17:11:10 +01:00 |
|
drmortalwombat
|
bcc5e9d362
|
Fix propagation of conditions out of loops
|
2024-01-23 09:02:38 +01:00 |
|
drmortalwombat
|
8a49ffd111
|
Improve unrolled loops towards zero
|
2024-01-20 13:49:25 +01:00 |
|
drmortalwombat
|
4eaa6c8b1e
|
Add immediate variable address parameter in inline assembler
|
2024-01-10 12:22:46 +01:00 |
|
Xander Mol
|
299374aa50
|
Proposals for krnio additions: setbnk and save
|
2024-01-09 23:50:46 +01:00 |
|
drmortalwombat
|
4ea3633b5a
|
Fixed fix
|
2024-01-08 20:11:11 +01:00 |
|
drmortalwombat
|
bcf19136d4
|
Fix zp clear in C128 on exit
|
2024-01-08 20:10:46 +01:00 |
|
drmortalwombat
|
3821b228e9
|
Fix missing defines for c128e conio
|
2024-01-06 14:18:00 +01:00 |
|
drmortalwombat
|
1c1d7fefaa
|
Add c128e target machine
|
2024-01-06 09:09:52 +01:00 |
|
drmortalwombat
|
da20b4d27a
|
Fix atan2, failed in mathtest.c
|
2023-12-30 09:21:17 +01:00 |
|
drmortalwombat
|
ef6598e94b
|
Fix unnamed structs
|
2023-12-18 07:40:31 +01:00 |
|
drmortalwombat
|
5055635d3d
|
fix unnamed union in math.c until supported by compiler
|
2023-12-17 22:47:14 +01:00 |
|
drmortalwombat
|
ae4b48c445
|
Various loop optimizations
|
2023-12-16 21:03:09 +01:00 |
|
drmortalwombat
|
6bbf325720
|
Add BIT instruction for sign check, add inlay sections in linker
|
2023-12-12 11:08:59 +01:00 |
|
drmortalwombat
|
2b0f074c94
|
Change C128 vdc ready check
|
2023-12-11 12:23:34 +01:00 |
|
drmortalwombat
|
f76599ac08
|
Change C128 bank 1 code to use __noinline
|
2023-12-10 16:48:49 +01:00 |
|
drmortalwombat
|
ee67c6dec1
|
Add more HEAPCHECK
|
2023-12-10 12:41:37 +01:00 |
|
drmortalwombat
|
1e0450cd8a
|
Optimize sprite multiplexer
|
2023-12-09 13:40:58 +01:00 |
|
drmortalwombat
|
cce2f272ef
|
Add optimization section to readme
|
2023-12-06 13:55:38 +01:00 |
|
drmortalwombat
|
d48da32586
|
Improve placement of "if" cascades
|
2023-12-04 22:09:33 +01:00 |
|
drmortalwombat
|
11f454390e
|
Add HEAPCHECK
|
2023-12-03 10:50:00 +01:00 |
|
drmortalwombat
|
003306f961
|
Fix noinline, improve cartridge use of bank 0
|
2023-11-29 20:53:04 +01:00 |
|
drmortalwombat
|
cf28c1a618
|
Move conditions out of loops
|
2023-11-28 17:40:44 +01:00 |
|
drmortalwombat
|
d5026ed9b0
|
Fix join common branch sequence
|
2023-11-26 21:34:06 +01:00 |
|
drmortalwombat
|
57537cd43a
|
Join common branch code sequences
|
2023-11-26 15:46:59 +01:00 |
|
drmortalwombat
|
eec4ed45d1
|
Fix global array aliasing error
|
2023-11-20 22:53:12 +01:00 |
|
drmortalwombat
|
0309fcb286
|
Fixed copy with offset
|
2023-11-20 08:29:23 +01:00 |
|
drmortalwombat
|
157f9c00e5
|
Fix do while loop with function condition
|
2023-11-16 16:40:11 +01:00 |
|
drmortalwombat
|
44e6921842
|
Change string literal processing to use unsigned chars
|
2023-11-14 15:02:35 +01:00 |
|
drmortalwombat
|
06ab48461b
|
Implement striped unions
|
2023-11-06 21:33:04 +01:00 |
|
drmortalwombat
|
8ea991db81
|
Optimize div/mod unsigned pairs
|
2023-11-03 20:16:23 +01:00 |
|
Stefan
|
25a0c0b4ad
|
Optimisation crt.c
|
2023-10-26 16:37:51 +02:00 |
|
drmortalwombat
|
982fe17aed
|
Fix compiler crash when using function result in if condition
|
2023-10-24 14:29:46 +02:00 |
|
drmortalwombat
|
aad35e0243
|
Fix IEC drive timing
|
2023-10-22 12:14:15 +02:00 |
|
drmortalwombat
|
7858e32d12
|
Improve handling of single member structs
|
2023-10-15 20:17:04 +02:00 |
|
drmortalwombat
|
2027ac5d4c
|
Fix template expansion in multiple cpp
|
2023-10-12 14:10:34 +02:00 |
|
drmortalwombat
|
d4f979b1bc
|
Fix accu return with temp spilling
|
2023-10-08 21:30:53 +02:00 |
|
drmortalwombat
|
33d692194a
|
Add iterators to string
|
2023-10-08 16:27:52 +02:00 |
|
drmortalwombat
|
4e6769d81c
|
Add <new> header file
|
2023-10-02 18:43:58 +02:00 |
|
drmortalwombat
|
c53a288d0b
|
Optimize index chains
|
2023-10-01 21:48:09 +02:00 |
|
drmortalwombat
|
e6b865130a
|
Fix volatile in vsprites
|
2023-09-25 19:20:30 +02:00 |
|
drmortalwombat
|
d93cffaa30
|
Fix const pointers in vic_setmode
|
2023-09-25 19:18:22 +02:00 |
|
drmortalwombat
|
619c4f8962
|
Join consecutive functions in linker
|
2023-09-24 22:22:48 +02:00 |
|
drmortalwombat
|
da29a87477
|
Fix address of array in const declaration to return correct pointer type
|
2023-09-24 11:03:54 +02:00 |
|
drmortalwombat
|
9d8c6991e8
|
Add global optimizer for parameter/return optimizations
|
2023-09-23 14:56:04 +02:00 |
|
drmortalwombat
|
a0409002b6
|
Fix pointers in constexpr
|
2023-09-20 14:19:56 +02:00 |
|
drmortalwombat
|
f211eef837
|
Add fold expressions for argument packs
|
2023-09-17 20:34:42 +02:00 |
|
drmortalwombat
|
38274fb4f7
|
Add emplace_back in vector
|
2023-09-17 15:40:05 +02:00 |
|
drmortalwombat
|
06ebf85d9d
|
Recursive variadic templates
|
2023-09-17 10:24:28 +02:00 |
|
drmortalwombat
|
ab273181f5
|
First shot implementing constexpr
|
2023-09-08 20:12:38 +02:00 |
|
drmortalwombat
|
fa19e466de
|
Fix opp string append char
|
2023-08-28 18:52:14 +02:00 |
|
drmortalwombat
|
54296bdd71
|
Add friend classes
|
2023-08-20 15:06:51 +02:00 |
|
drmortalwombat
|
8dc37e9ab2
|
Mangling function types in template expansion
|
2023-08-18 23:03:15 +02:00 |
|
drmortalwombat
|
0440f0ef19
|
More template support
|
2023-08-17 14:55:43 +02:00 |
|
drmortalwombat
|
b7daafcac8
|
Add list and iterators to opp
|
2023-08-16 16:16:04 +02:00 |
|
drmortalwombat
|
82dff88ba8
|
Added numeric conversion to opp strings
|
2023-08-15 16:55:58 +02:00 |
|
drmortalwombat
|
69b46c4b7b
|
Fix namespaces for templates
|
2023-08-15 12:46:57 +02:00 |
|
drmortalwombat
|
50cc2afb52
|
Add template algorithm sort
|
2023-08-15 11:05:52 +02:00 |
|
drmortalwombat
|
ae2fbb6256
|
Global object initialization
|
2023-08-14 18:09:35 +02:00 |
|
drmortalwombat
|
80426d974c
|
Add RValue Reference
|
2023-08-13 20:53:39 +02:00 |
|
drmortalwombat
|
61f8b68c2f
|
Fix duplicate member cons/destructor if class included from multiple cpp
|
2023-08-13 11:00:02 +02:00 |
|
drmortalwombat
|
9d6691cf91
|
Copy constructor and destruct for scalar types
|
2023-08-12 18:19:46 +02:00 |
|
drmortalwombat
|
fef6bc29bc
|
Add templates
|
2023-08-11 07:41:27 +02:00 |
|
drmortalwombat
|
07969d1fa6
|
Fix type coercion from empty string pointer to 0
|
2023-08-08 17:33:47 +02:00 |
|
drmortalwombat
|
58ab6818ed
|
Add alignment for functions
|
2023-08-03 13:34:23 +02:00 |
|
drmortalwombat
|
f3eb6e19cf
|
Fix linux build
|
2023-08-02 16:52:45 +02:00 |
|
drmortalwombat
|
fa218d8dd7
|
Fix adc to inx with wrong address mode
|
2023-07-31 22:53:55 +02:00 |
|
drmortalwombat
|
02e7f15810
|
Improve outer loop optimizations
|
2023-07-28 18:51:29 +02:00 |
|
drmortalwombat
|
9b2d90ec58
|
Add autotest for string stream
|
2023-07-23 11:19:26 +02:00 |
|
drmortalwombat
|
fbde581475
|
Add file and string streams
|
2023-07-21 22:07:19 +02:00 |
|
drmortalwombat
|
bd6db60802
|
Add iostream library
|
2023-07-20 14:46:10 +02:00 |
|
drmortalwombat
|
9cdfad7d34
|
Improve cpp code generation
|
2023-07-17 07:52:59 +02:00 |
|
drmortalwombat
|
fa60c2e658
|
Improve operator overloading
|
2023-07-14 07:48:48 +02:00 |
|
drmortalwombat
|
6178bb1f9d
|
Shortcut jump cascades
|
2023-07-10 22:12:41 +02:00 |
|
drmortalwombat
|
00ded29b35
|
Improve opp string library
|
2023-07-09 21:35:49 +02:00 |
|
drmortalwombat
|
e8587105c4
|
Fix duplicate label in crt.c
|
2023-07-03 17:48:55 +02:00 |
|
drmortalwombat
|
6c7347310b
|
Init const copy construction
|
2023-07-02 20:48:46 +02:00 |
|
drmortalwombat
|
7f6cf654f6
|
Implemented new and delete operators
|
2023-07-02 16:34:17 +02:00 |
|
drmortalwombat
|
291ff890e6
|
Change heap layout for vector delete
|
2023-07-02 13:36:02 +02:00 |
|
drmortalwombat
|
7858c2135b
|
Add malloc/free as intrinsic
|
2023-07-02 12:00:53 +02:00 |
|
drmortalwombat
|
1b73df7e25
|
const member functions
|
2023-06-29 18:11:11 +02:00 |
|
drmortalwombat
|
9bcec5bf17
|
Destructors when leaving scopes the normal way
|
2023-06-21 22:07:00 +02:00 |
|
drmortalwombat
|
b8478348ed
|
Fix nullptr reference cause assert in linux
|
2023-06-18 09:24:50 +02:00 |
|
drmortalwombat
|
962240f09d
|
Fix init state of 32 vsprites mux
|
2023-06-03 13:01:52 +02:00 |
|
drmortalwombat
|
7d3dc493c0
|
Fix inter instruction cross block move
|
2023-05-26 20:16:19 +02:00 |
|
drmortalwombat
|
cdbb24b6b2
|
Add iecbus library
|
2023-05-21 17:19:26 +02:00 |
|
polluks
|
1616b9335f
|
Fixed typos
|
2023-05-13 15:57:46 +02:00 |
|
drmortalwombat
|
4aa6b1c47d
|
Improve int dependency in loop analysis
|
2023-05-07 17:46:53 +02:00 |
|
drmortalwombat
|
0639fdc008
|
Unify instruction dependency check in optimizer
|
2023-05-06 18:28:59 +02:00 |
|
drmortalwombat
|
df733d09a8
|
Fix add cross move in native code optimizer
|
2023-05-01 19:16:25 +02:00 |
|