aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/lux/target (follow)
Commit message (Expand)AuthorAgeFilesLines
* Got the tests running again.Eduardo Julian2019-09-157-34/+59
* More fixes.Eduardo Julian2019-09-146-11/+96
* Some fixes.Eduardo Julian2019-09-086-17/+75
* Modified compiler's machinery to use the new abstractions for descriptors and...Eduardo Julian2019-09-0710-339/+562
* JVM type -> Lux type machinery based on signature parsing.Eduardo Julian2019-08-232-89/+133
* Parser for JVM types.Eduardo Julian2019-08-225-132/+196
* Factored-out the different categories of JVM types.Eduardo Julian2019-08-215-124/+84
* A unified type module to tie together the different JVM kinds of type.Eduardo Julian2019-08-211-207/+209
* Improved machinery in "lux/target/jvm/type/reflection".Eduardo Julian2019-08-203-50/+74
* Moved signature machinery to "lux/target/jvm/type/signature".Eduardo Julian2019-08-205-133/+160
* Renamed "lux/target/jvm/descriptor" to "lux/target/jvm/type/descriptor".Eduardo Julian2019-08-201-10/+12
* WIP: Make new-luxc instructions rely on the Descriptor type.Eduardo Julian2019-08-208-118/+130
* Implemented TABLESWITCH and LOOKUPSWITCH instructions.Eduardo Julian2019-08-123-37/+211
* Ported JVM reference generation to the new JVM bytecode machinery.Eduardo Julian2019-07-312-12/+17
* No more "n/"-prefixed functions.Eduardo Julian2019-07-2611-50/+65
* No more "i/"-prefixed functions.Eduardo Julian2019-07-254-8/+12
* No more "f/"-prefixed functions.Eduardo Julian2019-07-247-35/+35
* * Re-named "Instruction" to "Bytecode".Eduardo Julian2019-07-0810-546/+546
* Added I32, I16 and I8.Eduardo Julian2019-07-082-16/+8
* Ported JVM structure generation to the new JVM bytecode machinery.Eduardo Julian2019-07-073-14/+54
* Ported JVM primitive generation to the new JVM bytecode machinery.Eduardo Julian2019-07-072-2/+29
* Got long and double constants to work.Eduardo Julian2019-07-064-47/+69
* No more alternative row writers.Eduardo Julian2019-07-061-4/+7
* Removed the parsing machinery for JVM classes.Eduardo Julian2019-07-0618-247/+23
* + Support for string constants.Eduardo Julian2019-07-065-18/+57
* WIP: Method compilation.Eduardo Julian2019-07-059-36/+132
* Added signed numbers of different sizes.Eduardo Julian2019-07-034-54/+119
* Re-name "lux/data/error" to "lux/control/try".Eduardo Julian2019-07-028-84/+83
* Constant pool support, finished label machinery, and enhanced machinery for w...Eduardo Julian2019-06-266-54/+421
* WIP: Label resolution support for JVM instructions.Eduardo Julian2019-06-257-74/+180
* Added almost all the remaining instructions.Eduardo Julian2019-06-223-38/+204
* Implemented several different bytecode instructions.Eduardo Julian2019-06-229-56/+519
* Separated reading and writing binary data (lumping them together was a bad id...Eduardo Julian2019-06-2116-250/+284
* Extracted binary parsing code into its own module.Eduardo Julian2019-06-215-47/+32
* Moved "lux/world/binary" to "lux/data/binary".Eduardo Julian2019-06-203-8/+4
* Re-structured encoding-related modules a bit.Eduardo Julian2019-06-2018-66/+79
* Unified the unsigned integers.Eduardo Julian2019-06-2011-50/+57
* Improved the convention for using text formatters.Eduardo Julian2019-06-2013-48/+48
* Re-factored exceptions.Eduardo Julian2019-06-202-46/+58
* Re-factored labels.Eduardo Julian2019-06-202-17/+28
* Re-factored code attributes.Eduardo Julian2019-06-202-147/+174
* Re-factored constant attributes.Eduardo Julian2019-06-202-24/+35
* Improved the design of modifiers.Eduardo Julian2019-06-205-117/+103
* Expanded serialization capabilities for JVM bytecode.Eduardo Julian2019-06-206-88/+459
* Various fixes.Eduardo Julian2019-06-193-42/+62
* More JS machinery.Eduardo Julian2019-06-181-14/+51
* Fixes and adaptations for the JavaScript compiler.Eduardo Julian2019-06-161-1/+1
* Array machinery for the JavaScript compiler.Eduardo Julian2019-06-151-5/+9
* Some fixes for the scripting languages.Eduardo Julian2019-06-141-5/+7
* Removed the (magical) "alias" annotations tag.Eduardo Julian2019-06-013-3/+3