aboutsummaryrefslogtreecommitdiff
path: root/lux-jvm (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Also using BIPUSH and SIPUSH during JVM generation.Eduardo Julian2020-10-093-32/+78
|
* Optimized generation of I64, F64 and variants on JVM.Eduardo Julian2020-10-072-13/+80
|
* Calculate SHA-1 and MD5 hashes.Eduardo Julian2020-08-181-9/+9
|
* Improved naming when evaluating code on the host platform.Eduardo Julian2020-08-105-77/+91
|
* Fixes and improvements to JavaScript compilation.Eduardo Julian2020-07-101-2/+3
|
* Got the JS compiler code to build again.Eduardo Julian2020-07-051-29/+21
|
* Moved all spec(ifications) from under "test/" to under "spec/".Eduardo Julian2020-07-011-1/+1
|
* Re-added & u[dated packaging machinery.Eduardo Julian2020-06-282-12/+22
|
* Last bug fixes to get the new JVM compiler to fully process the standard ↵Eduardo Julian2020-06-245-36/+43
| | | | library and its tests.
* Bug fixes.Eduardo Julian2020-06-231-2/+3
|
* Optimizing tests for bit/i64/f64/text literals during pattern-matching.Eduardo Julian2020-06-192-31/+62
|
* Optimizing-away unnecessary variable declarations/bindings.Eduardo Julian2020-06-121-17/+12
|
* Basic pattern-matching optimizations.Eduardo Julian2020-06-091-28/+26
|
* Properly implemented and enabled loop optimization.Eduardo Julian2020-06-032-14/+14
|
* Implemented an optimization for getting fields/slots from records in the new ↵Eduardo Julian2020-06-017-28/+65
| | | | compiler.
* Split new-luxc into lux-jvm and lux-r.Eduardo Julian2020-05-3027-0/+6376