Commit Graph

118 Commits

Author SHA1 Message Date
static f4efab6ebf HW7 (1) 2025-06-14 03:12:08 +00:00
static f596bf4701 HW4 Refactoring 2025-06-06 13:01:18 +00:00
static a4eefb8723 HW6 (3) 2025-06-01 17:35:59 +00:00
static ff9b22742d HW6 (2) 2025-06-01 17:16:21 +00:00
static 603af88803 HW6 (1) 2025-06-01 16:58:10 +00:00
static 1ab35c5367 HW5 (5) 2025-06-01 14:02:09 +00:00
static f70b84f84f HW5 (4) 2025-06-01 13:56:45 +00:00
static 40ee759c23 HW5 (3) 2025-06-01 13:05:34 +00:00
static 58c9a68820 HW5 (2) 2025-06-01 12:05:24 +00:00
static 9d8e510138 HW5 (1) 2025-06-01 08:37:49 +00:00
static ab7d884fd4 HW3~4 Refactoring 2025-06-01 06:31:29 +00:00
static a4cde0207b HW4 (3) 2025-05-26 06:35:02 +00:00
static 1d9727e480 HW4 (2) 2025-05-20 01:43:59 +00:00
static 7b67eaa2ce HW4 (1) 2025-05-20 00:25:14 +00:00
static bc55ddf118 HW3 (4) 2025-05-08 11:15:59 +00:00
static 41f68116cb HW3 (3) 2025-05-08 10:19:04 +00:00
static 82105057ad HW3 (2) 2025-05-08 10:14:16 +00:00
static 675387114b HW3 (1) 2025-05-07 13:41:25 +00:00
static 436a1946c7 Merge remote-tracking branch 'upstream/main' 2025-04-28 10:54:27 +00:00
Janggun Lee b465dd75f0 Fix examples formatting 2025-04-11 13:20:10 +09:00
static ebcebdff0d HW2 (6) 2025-04-08 15:23:34 +00:00
static 54e50b4622 HW2 (5)
완료
2025-04-08 12:37:04 +00:00
static 52d2c2bfee HW2 (4)
examples/c 디렉터리 아래에 있는 예제 모두 통과하는 상태
2025-04-08 06:08:29 +00:00
static 95c43b1d44 HW2 (3)
examples/c/array.c ~ array4.c까지 통과하는 상태
2025-04-08 01:02:45 +00:00
static 2dafbaba70 HW2 (2)
grade-irgen-small.sh 스크립트 통과
2025-04-07 02:23:35 +00:00
static b1de106aeb HW2 (1)
grade-irgen-small.sh 스크립트에서 switch.c 예제까지 통과하는 상태
2025-04-06 13:10:36 +00:00
static 88f6f9471b HW1 (3)
코드 정리
2025-03-11 09:06:37 +00:00
static 2e238b1163 HW1 (2)
UnaryOperatorExpression에도 괄호를 무조건 치도록 수정
2025-03-11 08:24:50 +00:00
static 873987829f HW1 (1)
examples/c 디렉터리 아래에 있는 예제에 대해 통과하는 상태
2025-03-11 07:28:02 +00:00
Janggun Lee a1655246c9 Cleanup some formatting code, add tips 2025-02-27 12:54:15 +09:00
Janggun Lee 6f18d77861 Remove some deadcode and tqdm 2025-02-26 20:20:54 +09:00
Janggun Lee 0b01588b6d Fix testing code 2025-02-25 16:20:11 +09:00
Janggun Lee 72dadc608d Various quality-of-life improvements (ideas from @33577 )
* Very basic `hello_main.c`
* Big starting hint to `write_c`
* Better error messages on failed test
  * TODO: also improve it for asmgen, but not sure how to do it in a good way
2025-02-25 00:28:55 +09:00
Janggun Lee fad9d02fea Prepare for Spring 2025. 2025-02-24 17:31:17 +09:00
Janggun Lee a8e0aa5e69 Nits 2025-02-11 16:11:31 +09:00
Janggun Lee 00c64a5297 Format and stuff 2025-01-23 19:11:43 +09:00
Janggun Lee fcb6ca2538 Update 2025-01-06 18:45:28 +09:00
Jeehoon Kang 099672d0b8 Bump 2024-05-08 03:31:34 +00:00
jungin.rhee a02a928bf9 Update examples with new testcase 2023-03-16 20:33:22 +09:00
Minseong Jang 8df80203b8 Update assertion message 2023-02-13 15:09:31 +09:00
Janggun Lee 55ebcad347 Parse integral values, closes #289 2022-12-20 16:31:06 +09:00
Janggun Lee c5946611a3 Bump Rust and add skeleton code for irgen. 2022-12-19 18:50:22 +09:00
Janggun Lee 094cbfdd2c Lots of improvements.
* Better script names and grammar fix.
* Bump Rust
* Enforce more lints.
* Improve few struct definitions by removing box.
* Many minor implementation improvements.
2022-11-21 15:27:04 +09:00
Minseong Jang f39851625a Bump dependencies 2022-10-20 13:04:11 +09:00
Minseong Jang e7edf89fb3 Bump dependencies 2022-09-12 10:51:55 +09:00
Janggun Lee 88bd64e423 Add fmt to kecc IR and Assembly (#7)
* Add fmt to kecc ir structs

* Add fmt for KECC asm
2022-08-02 10:14:37 +09:00
Minseong Jang d2f7b9b465 Make opt_utils public 2022-06-02 21:38:24 +09:00
Minseong Jang 64124bb68d Change function name
`Instruction::is_pure` -> `Instruction::has_no_side_effects`
2022-05-02 19:31:25 +09:00
Minseong Jang 1d2e46cc81 Allow dead code in opt utils 2022-04-21 19:05:58 +09:00
Minseong Jang 3a36e47985 Forbid incompatible pointer conversion 2022-04-04 20:26:54 +09:00