Pranav Gaddamadugu
|
b36966db8f
|
Clean up passes
|
2023-10-27 18:54:57 -04:00 |
|
Pranav Gaddamadugu
|
3b720001d6
|
Update SSA pass
|
2023-10-27 18:54:57 -04:00 |
|
Pranav Gaddamadugu
|
17cdda2227
|
Refactor TypeTable
|
2023-10-27 18:54:57 -04:00 |
|
Pranav Gaddamadugu
|
64550555ee
|
Ensure type consistency during function inlining
|
2023-10-27 18:54:57 -04:00 |
|
Pranav Gaddamadugu
|
c193b1d2ab
|
Ensure type consistency during loop unrolling
|
2023-10-27 18:54:57 -04:00 |
|
Pranav Gaddamadugu
|
edcc1a6fce
|
Update RenameTable
|
2023-10-27 18:54:57 -04:00 |
|
Pranav Gaddamadugu
|
3e59672c34
|
Cleanup
|
2023-10-27 18:54:57 -04:00 |
|
Pranav Gaddamadugu
|
93aca5c103
|
Ensure type consistency in SSA pass
|
2023-10-27 18:54:57 -04:00 |
|
Pranav Gaddamadugu
|
a3446d3aea
|
Introduce TypeTable
|
2023-10-27 18:54:57 -04:00 |
|
Pranav Gaddamadugu
|
621a2f2a95
|
Add expressions to the type map
|
2023-10-27 18:54:57 -04:00 |
|
Pranav Gaddamadugu
|
2fc155798e
|
Add the type map to the symbol table
|
2023-10-27 18:54:57 -04:00 |
|
Pranav Gaddamadugu
|
d1a5283513
|
WIP
|
2023-10-27 18:54:57 -04:00 |
|
Pranav Gaddamadugu
|
7e5a6e9755
|
WIP flattening for arrays
|
2023-10-27 18:54:57 -04:00 |
|
Pranav Gaddamadugu
|
82ad245aff
|
WIP flattening
|
2023-10-27 18:54:57 -04:00 |
|
Pranav Gaddamadugu
|
4b9a96ee50
|
Update passes
|
2023-10-27 18:54:57 -04:00 |
|
Pranav Gaddamadugu
|
072ab7b930
|
Change PositiveNumber to NonzeroNumber
|
2023-10-27 18:54:56 -04:00 |
|
Pranav Gaddamadugu
|
7e471b7748
|
Add type checking for arrays
|
2023-10-27 18:54:56 -04:00 |
|
Pranav Gaddamadugu
|
eb420b6544
|
Stubs for arrays access expressions in passes
|
2023-10-27 18:54:56 -04:00 |
|
Pranav Gaddamadugu
|
f18953144f
|
Stubs for arrays in passes
|
2023-10-27 18:54:56 -04:00 |
|
Pranav Gaddamadugu
|
c3b92d1a4d
|
Add Array type to Type
|
2023-10-27 18:54:56 -04:00 |
|
Pranav Gaddamadugu
|
dc4668b50d
|
Refactor
|
2023-10-27 10:07:08 -04:00 |
|
Pranav Gaddamadugu
|
8f78d08209
|
Implement fix
|
2023-10-27 09:52:19 -04:00 |
|
Pranav Gaddamadugu
|
4cc1a17920
|
Implement fix
|
2023-10-25 14:09:24 -04:00 |
|
Collin Chin
|
eb12c7e475
|
chore(leo): bump version for new release
|
2023-10-19 21:02:05 -07:00 |
|
Pranav Gaddamadugu
|
e4fbf30088
|
clippy
|
2023-10-19 22:42:01 -04:00 |
|
Pranav Gaddamadugu
|
e34caf1458
|
Implement fix
|
2023-10-19 22:42:01 -04:00 |
|
evan-schott
|
e55035c568
|
increase test coverage
|
2023-10-04 16:46:11 -07:00 |
|
evan-schott
|
6da2753b83
|
small edits to make tests pass
|
2023-10-04 13:27:25 -07:00 |
|
Pranav Gaddamadugu
|
70e0c26ad1
|
Fix
|
2023-10-04 13:05:35 -07:00 |
|
d0cd
|
184c306688
|
Update compiler/passes/src/function_inlining/inline_program.rs
Signed-off-by: d0cd <pranavsaig@gmail.com>
|
2023-10-04 13:05:35 -07:00 |
|
d0cd
|
f6a8f46dee
|
Update compiler/passes/src/function_inlining/inline_program.rs
Signed-off-by: d0cd <pranavsaig@gmail.com>
|
2023-10-04 13:05:35 -07:00 |
|
d0cd
|
70e055773d
|
Update compiler/passes/src/function_inlining/inline_program.rs
Signed-off-by: d0cd <pranavsaig@gmail.com>
|
2023-10-04 13:05:35 -07:00 |
|
evan-schott
|
f3f98ac30e
|
formatting
|
2023-10-04 13:05:35 -07:00 |
|
evan-schott
|
c37eeaae03
|
constant time lookups
|
2023-10-04 13:05:35 -07:00 |
|
evan-schott
|
141bca35c4
|
Update compiler/passes/src/function_inlining/inline_program.rs
Co-authored-by: d0cd <pranavsaig@gmail.com>
Signed-off-by: evan-schott <53463459+evan-schott@users.noreply.github.com>
|
2023-10-04 13:05:34 -07:00 |
|
evan-schott
|
3d0be6b04d
|
Update compiler/passes/src/function_inlining/function_inliner.rs
Co-authored-by: d0cd <pranavsaig@gmail.com>
Signed-off-by: evan-schott <53463459+evan-schott@users.noreply.github.com>
|
2023-10-04 13:05:34 -07:00 |
|
evan-schott
|
0348e613c6
|
change AST
|
2023-10-04 13:05:32 -07:00 |
|
evan-schott
|
52bb785ff4
|
fixes
|
2023-10-04 13:00:58 -07:00 |
|
evan-schott
|
0a2ea03701
|
rebase
|
2023-10-04 13:00:52 -07:00 |
|
evan-schott
|
a70a3ffb7a
|
create error for tuple length mismatch
|
2023-10-04 12:57:09 -07:00 |
|
evan-schott
|
dcf03dd393
|
simplify
|
2023-10-04 12:54:36 -07:00 |
|
evan-schott
|
24c88795fe
|
fixes
|
2023-10-04 12:54:36 -07:00 |
|
evan-schott
|
c5464db066
|
formatting & test expectation
|
2023-10-04 12:54:36 -07:00 |
|
evan-schott
|
ae86532e96
|
Construct CPT during pass without messing up loop unrolling
|
2023-10-04 12:54:36 -07:00 |
|
evan-schott
|
22c592b9bf
|
moved bounds checking form TC to LU
|
2023-10-04 12:54:36 -07:00 |
|
evan-schott
|
a7ee073f07
|
add constants to CPT and remove constant definitions from ST and AST
|
2023-10-04 12:54:36 -07:00 |
|
evan-schott
|
c249786f7c
|
tweak loop unrolling so that build constant propagation table simultaneously
|
2023-10-04 12:54:36 -07:00 |
|
evan-schott
|
be1866f582
|
propagate constants by substituting constants for there values
|
2023-10-04 12:54:36 -07:00 |
|
evan-schott
|
9aa2553b29
|
move bounds checking to loop unrolling pass
|
2023-10-04 12:54:36 -07:00 |
|
evan-schott
|
ef04d31099
|
beautify
|
2023-10-04 12:54:36 -07:00 |
|