261 Commits

Author SHA1 Message Date
David
6b63c21e03
Merge pull request #153 from birth-software/basic-enum-metaprogramming
Basic enum metaprogramming
2024-04-18 17:39:36 -06:00
David Gonzalez Martin
99a6b04633 Basic enum metaprogramming 2024-04-18 17:39:11 -06:00
David
428fe7207b
Merge pull request #152 from birth-software/block-termination
Improve handling of block termination in switches
2024-04-18 13:25:43 -06:00
David Gonzalez Martin
b4dbf18d4a Improve handling of block termination in switches 2024-04-18 13:25:03 -06:00
David
ba4bc3712a
Merge pull request #151 from birth-software/continue
Implement continue expression
2024-04-18 10:14:42 -06:00
David Gonzalez Martin
213082f532 Implement continue expression 2024-04-18 10:14:03 -06:00
David
26a21c828e
Merge pull request #150 from birth-software/one-complement
One's complement implementation
2024-04-18 07:43:36 -06:00
David Gonzalez Martin
2ac5e19b32 One's complement implementation 2024-04-18 07:41:59 -06:00
David
e2008be871
Merge pull request #149 from birth-software/actually-implement-polymorphism-on-functions
Actually implement polymorphism in functions
2024-04-17 21:18:55 -06:00
David Gonzalez Martin
d68c2e8fc4 Actually implement polymorphism in functions 2024-04-17 21:18:21 -06:00
David
812fe0c10d
Merge pull request #148 from birth-software/keep-working-on-self-hosted
More self-hosted work
2024-04-17 19:17:52 -06:00
David Gonzalez Martin
98dce155c8 More self-hosted work 2024-04-17 19:17:16 -06:00
David
8a05de3f91
Merge pull request #147 from birth-software/native-features
Support native CPU feature detection
2024-04-17 12:30:45 -06:00
David Gonzalez Martin
c38306be15 Support native CPU feature detection 2024-04-17 12:29:37 -06:00
David Gonzalez Martin
9bfb150554 Add perf.data to .gitignore 2024-04-17 08:38:02 -06:00
David
87b810768b
Merge pull request #146 from birth-software/line-count
lexer: count lines
2024-04-17 08:30:07 -06:00
David Gonzalez Martin
166e9a5b8e lexer: count lines 2024-04-17 08:29:42 -06:00
David
4c84ad0ea0
Merge pull request #145 from birth-software/implement-file-reading
Implement file reading in the self-hosted compiler
2024-04-17 08:20:30 -06:00
David Gonzalez Martin
e44a6ee8b7 Implement file reading in the self-hosted compiler 2024-04-17 08:19:35 -06:00
David
ebcb452b9d
Merge pull request #144 from birth-software/more-self-hosted-work
More self-hosted work
2024-04-16 21:18:41 -06:00
David Gonzalez Martin
49c8f47459 More self-hosted work 2024-04-16 21:18:07 -06:00
David
70c0a4bbd9
Merge pull request #143 from birth-software/fix-windows-debugging
Fix Windows debugging
2024-04-15 16:34:27 -06:00
David Gonzalez Martin
a4a9241b09 Fix Windows debugging 2024-04-15 16:33:48 -06:00
David
2d067f624d
Merge pull request #142 from birth-software/some-windows-improvements
Some Windows improvements
2024-04-15 09:26:30 -06:00
David Gonzalez Martin
23399c5ea6 Some Windows improvements 2024-04-15 09:23:58 -06:00
David
1e7248ab0a
Merge pull request #141 from birth-software/provide-debug-info-switch
Provide debug info switch
2024-04-14 14:39:03 -06:00
David Gonzalez Martin
5bee0d0122 Provide debug info switch 2024-04-14 14:38:32 -06:00
David
a5f6a05755
Merge pull request #140 from birth-software/remove-compiler-dead-code
Remove dead code
2024-04-14 10:33:33 -06:00
David Gonzalez Martin
5914c54116 Remove dead code 2024-04-14 10:32:48 -06:00
David
b6dd3d0807
Merge pull request #139 from birth-software/integrate-optimization-pipeline
Integrate optimization pipeline
2024-04-14 09:51:07 -06:00
David Gonzalez Martin
801582b56d Integrate optimization pipeline 2024-04-14 09:37:28 -06:00
David
a9977e40f8
Merge pull request #138 from birth-software/self-hosted-work
Write initial self-hosted code
2024-04-13 23:18:17 -06:00
David Gonzalez Martin
203bee684c Write initial self-hosted code 2024-04-13 23:16:26 -06:00
David Gonzalez Martin
5473d1c5a9 Print some arguments 2024-04-11 07:53:04 -06:00
David
995b73ec08
Merge pull request #136 from birth-software/self-hosted-test-suite-draft
Test integration draft of the self-hosted compiler
2024-04-10 20:55:57 -06:00
David Gonzalez Martin
23b6752e0e Test integration draft of the self-hosted compiler 2024-04-10 20:54:31 -06:00
David
83b8429089
Merge pull request #135 from birth-software/fix-struct-debug-info
Fix struct debug info
2024-04-10 11:07:40 -06:00
David Gonzalez Martin
f2c978fd47 Fix struct debug info 2024-04-10 11:06:52 -06:00
David
42f7297df7
Merge pull request #134 from birth-software/delete-concatenate
Delete concatenate bytes
2024-04-10 10:40:04 -06:00
David Gonzalez Martin
9f5ee6bcc3 Delete concatenate bytes 2024-04-10 10:39:17 -06:00
David
097f13957c
Merge pull request #133 from birth-software/ditch-allocator-for-arena
Ditch allocator for arena
2024-04-10 10:32:26 -06:00
David Gonzalez Martin
46f070294c Ditch allocator for arena 2024-04-10 10:31:33 -06:00
David
387e073b4c
Merge pull request #132 from birth-software/llvm-opt-pipeline
Write some LLVM optimization pipeline stub
2024-04-09 20:51:47 -06:00
David Gonzalez Martin
60abe3f9d5 Write some LLVM optimization pipeline stub 2024-04-09 20:51:06 -06:00
David
636e6c0be2
Merge pull request #131 from birth-software/make-windows-compile
Make Windows compile
2024-04-09 15:31:32 -06:00
David Gonzalez Martin
2dde2b4598 Make Windows compile 2024-04-09 15:30:59 -06:00
David
714da97a3f
Merge pull request #130 from birth-software/some-windows-fixes
Some Windows fixes
2024-04-09 15:25:40 -06:00
David Gonzalez Martin
08ca8706b9 Some Windows fixes 2024-04-09 15:25:20 -06:00
David
5398895e5e
Merge pull request #129 from birth-software/polymorphic-function
Basic polymorphic function
2024-04-08 19:46:41 -06:00
David Gonzalez Martin
9244bd106d Basic polymorphic function 2024-04-08 19:45:13 -06:00