10380 Commits (release-2.0.0)
 

Author SHA1 Message Date
Jakob Stoklund Olesen 26ed45160e Fix rustc warning about unused Write trait. 8 years ago
Jakob Stoklund Olesen 84abe28837 Fix rustc warning about unused Write trait. 8 years ago
Jakob Stoklund Olesen 62e96f4d3e Metadefs for integer reduce and extend operations. 8 years ago
Jakob Stoklund Olesen 6321fd1f5f Metadefs for integer reduce and extend operations. 8 years ago
Jakob Stoklund Olesen 05826c8a69 Fix Travis script path. 8 years ago
Jakob Stoklund Olesen ce7524d68f Fix Travis script path. 8 years ago
Jakob Stoklund Olesen 31520717d3 Include parser tests in the test-all.sh script. 8 years ago
Jakob Stoklund Olesen a8c7ca6c75 Include parser tests in the test-all.sh script. 8 years ago
Jakob Stoklund Olesen c82b772315 Add meta definition for bitcast. 8 years ago
Jakob Stoklund Olesen 4a929f5e41 Add meta definition for bitcast. 8 years ago
Jakob Stoklund Olesen 81ca406dd0 Add meta definitions for floating point operations. 8 years ago
Jakob Stoklund Olesen 2bfb4ca5b7 Add meta definitions for floating point operations. 8 years ago
Jakob Stoklund Olesen 5d8fb0fdc3 Define icmp and fcmp comparison instructions. 8 years ago
Jakob Stoklund Olesen 86688053a6 Define icmp and fcmp comparison instructions. 8 years ago
Jakob Stoklund Olesen 70507a3be0 Add enums for condition codes. 8 years ago
Jakob Stoklund Olesen 90bb2fd27d Add enums for condition codes. 8 years ago
Jakob Stoklund Olesen 7f8479e097 Parse insertlane and extractlane instruction formats. 8 years ago
Jakob Stoklund Olesen a6c1362975 Parse insertlane and extractlane instruction formats. 8 years ago
Jakob Stoklund Olesen f18e5fe0fa Parse select instructions. 8 years ago
Jakob Stoklund Olesen e5feb864c7 Parse select instructions. 8 years ago
Jakob Stoklund Olesen 473e708dce Parse branch and jump instructions. 8 years ago
Jakob Stoklund Olesen cdc2638f96 Parse branch and jump instructions. 8 years ago
Jakob Stoklund Olesen cbf78c294b Print a type suffix on some polymorphic instructions. 8 years ago
Jakob Stoklund Olesen a82554192a Print a type suffix on some polymorphic instructions. 8 years ago
Jakob Stoklund Olesen 7b03ecfe04 Add very basic test framework for parser tests. 8 years ago
Jakob Stoklund Olesen 954fd015e0 Add very basic test framework for parser tests. 8 years ago
Jakob Stoklund Olesen b4525a329b Ignore comments in .cton files. 8 years ago
Jakob Stoklund Olesen 74038d153c Ignore comments in .cton files. 8 years ago
Jakob Stoklund Olesen 56996adabd Don't return any values from inst_results() for VOID instructions. 8 years ago
Jakob Stoklund Olesen a985bc18bc Don't return any values from inst_results() for VOID instructions. 8 years ago
Jakob Stoklund Olesen ab35a6e596 Add a script for reformatting all sources. 8 years ago
Jakob Stoklund Olesen 9b5760d544 Add a script for reformatting all sources. 8 years ago
Jakob Stoklund Olesen 320d5b369a rustfmt v0.5.0 8 years ago
Jakob Stoklund Olesen a981fc5605 rustfmt v0.5.0 8 years ago
Jakob Stoklund Olesen 8e1de5c0f8 Give a better error message for unknown opcodes. 8 years ago
Jakob Stoklund Olesen cb4e9fbae0 Give a better error message for unknown opcodes. 8 years ago
Jakob Stoklund Olesen 5ce1a4f0e8 Parse and write IR in the 'cat' subcommand. 8 years ago
Jakob Stoklund Olesen 7519475f91 Parse and write IR in the 'cat' subcommand. 8 years ago
Jakob Stoklund Olesen 61094f6909 Begin a basic command line interface. 9 years ago
Jakob Stoklund Olesen 96e88893be Begin a basic command line interface. 9 years ago
Jakob Stoklund Olesen 49aa38b15f Use an err! macro to build parser errors with format! arguments. 9 years ago
Jakob Stoklund Olesen 8fac050bb5 Use an err! macro to build parser errors with format! arguments. 9 years ago
Jakob Stoklund Olesen 441001c1ad Avoid allocating a temporary Vec in the parser. 9 years ago
Jakob Stoklund Olesen 4eb327d027 Avoid allocating a temporary Vec in the parser. 9 years ago
Jakob Stoklund Olesen 8ebf6e775d Parse controlling type variable. Do basic type inference. 9 years ago
Jakob Stoklund Olesen ecd8287eb0 Parse controlling type variable. Do basic type inference. 9 years ago
Jakob Stoklund Olesen 9af18728fa Clean up unused-import warnings. 9 years ago
Jakob Stoklund Olesen fc8d2f92fd Clean up unused-import warnings. 9 years ago
Jakob Stoklund Olesen 840b483972 Generate Value and Ebb references in lexer. 9 years ago
Jakob Stoklund Olesen f0fc9c9477 Generate Value and Ebb references in lexer. 9 years ago