root/branches

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @439 [439] 2 years lupino3 Added Piersanto's code, fixed some errors but still doesn't compile. Will …
(edit) @438 [438] 2 years lupino3 Created Editor branch
(edit) @437 [437] 2 years Mauryzyo commit implementazione cache
(edit) @435 [435] 2 years lupino3 Updated the .jar file
(edit) @434 [434] 2 years lupino3 Changed version from 0.5.1 to 0.5.2
(edit) @433 [433] 2 years lupino3 Added rev 316 to 0.5 branch (fix for aligned IO operations with labels)
(edit) @432 [432] 2 years mancausoft Added to 0.5 branch the fixes from revision 288
(edit) @431 [431] 2 years lupino3 Merged revisions 417-421 in 0.5 branch (Fixes for Java 6)
(edit) @430 [430] 2 years mancausoft Added to 0.5 branch the fixes from revision 288
(edit) @429 [429] 2 years mancausoft Added to 0.5 branch the fixes from revision 288
(edit) @426 [426] 2 years lupino3 Added to 0.5 branch the fixes from revision 288 (last commit was on tag, …
(edit) @424 [424] 2 years lupino3 Created the branch for 0.5.x bugfix releases
(edit) @423 [423] 2 years max83t deleting duplication
(edit) @422 [422] 2 years max83t Copying the event dispatcher fix in order to test this branch
(edit) @416 [416] 2 years max83t Betty's work
(edit) @402 [402] 2 years Mauryzyo
(edit) @401 [401] 3 years thetarro Added CommentRecognizer? and CommentToken?; fixed little problems.
(edit) @400 [400] 3 years thetarro Now numbers can be entered with a leading '#'.
(edit) @399 [399] 3 years thetarro Now comments are recognized and put into the GUI window!
(edit) @398 [398] 3 years lupino3 Fixed handling of missing instructions
(edit) @397 [397] 3 years lupino3 Fixed handling of code lines when the source is empty
(edit) @396 [396] 3 years lupino3 Fixed handling of separate .code and .data sections
(edit) @395 [395] 3 years lupino3 Fixed pack of instructions that contain wrong parameters
(edit) @394 [394] 3 years lupino3 Backported the fix for ReportDialog? from trunk
(edit) @392 [392] 3 years lupino3 Fixed a bug about sign handling
(edit) @391 [391] 3 years lupino3 Changed the way IntegerToken? treats numeric values
(edit) @390 [390] 3 years lupino3 Removed an annoying debug print that I forgot to delete before last commit
(edit) @389 [389] 3 years lupino3 Added the warning for ignored words; improved the handling of parser …
(edit) @388 [388] 3 years lupino3 Fixed an omission: didSomeRealParsing was never set to true
(edit) @387 [387] 3 years lupino3 The 'missing .code or .data' warning now is an error
(edit) @386 [386] 3 years lupino3 Better support for invalid and empty files
(edit) @385 [385] 3 years lupino3 Handling for newlines between label and instruction, not adding …
(edit) @384 [384] 3 years lupino3 Now a label can be used as an immediate value
(edit) @383 [383] 3 years lupino3 Removed an useless debug print
(edit) @381 [381] 3 years thetarro Fixed a bug: #include command were not commentable.
(edit) @380 [380] 3 years thetarro Fixed include errors detection.
(edit) @379 [379] 3 years lupino3 Fixed PC-relative branches
(edit) @378 [378] 3 years thetarro Added handling of FileNotFoundException?.
(edit) @377 [377] 3 years lupino3 Fixed a bug in Memory
(edit) @376 [376] 3 years lupino3 Fixed the warnings handling
(edit) @375 [375] 3 years thetarro Added missing HALT instruction control.
(edit) @374 [374] 3 years lupino3 Added warnings
(edit) @373 [373] 3 years thetarro Token getColumn() now correctly return first character.
(edit) @372 [372] 3 years lupino3 Added info about the column in the error dialog, corrected some accented …
(edit) @371 [371] 3 years lupino3 Error handling (not perfectly working)
(edit) @370 [370] 3 years thetarro Added column numbering to Token and Scanner; added test files for include …
(edit) @369 [369] 3 years thetarro Include loops verification.
(edit) @368 [368] 3 years lupino3 Removed two empty lines. :)
(edit) @367 [367] 3 years lupino3 The parser now handles labels for the .data section
(edit) @366 [366] 3 years thetarro Dummy commit.
(edit) @365 [365] 3 years lupino3 Various improvements
(edit) @364 [364] 3 years lupino3 IDToken now handles correctly data and instruction labels in …
(edit) @363 [363] 3 years lupino3 First integration of the new parser with the GUI. Deleted the parsertest …
(edit) @362 [362] 3 years lupino3 Instruction parsing
(edit) @361 [361] 3 years thetarro Fixed hex numbers parsing in IntegerToken?.
(edit) @360 [360] 3 years lupino3 Instructions are interpreted and saved to memory
(edit) @359 [359] 3 years thetarro Token validate() now works fine with all subclasses.
(edit) @358 [358] 3 years thetarro Fixed a Bug in FlowControl?_IType, added IdToken? addParams.
(edit) @357 [357] 3 years thetarro Added addParam method to RegisterToken? and FPRegisterToken classes.
(edit) @356 [356] 3 years lupino3 Added the addParam method to the Instruction
(edit) @355 [355] 3 years lupino3 Implemented the addToParametersList() method for IntegerToken?
(edit) @354 [354] 3 years thetarro Keywords validation now works with a dictionary, IDRecognizer is simpler.
(edit) @353 [353] 3 years lupino3 Modified the addParameter method name to addToParametersList, and added …
(edit) @352 [352] 3 years thetarro Now IDRecognizer correctly recognizes FP keywords and returns appropriates …
(edit) @351 [351] 3 years lupino3 First support for localization of parser's error messages
(edit) @350 [350] 3 years thetarro Fixed a bug in NumberRecognizer?, fixed a typo in DataParsingAlgorithm?
(edit) @349 [349] 3 years lupino3 First, rudimentary support to .double directive
(edit) @348 [348] 3 years lupino3 Cosmetic fixes
(edit) @347 [347] 3 years lupino3 Added support for .ASCIIZ
(edit) @346 [346] 3 years lupino3 First version of string parsing
(edit) @345 [345] 3 years lupino3 Dummy commit, to add comments for the last one (344). Now the parser …
(edit) @344 [344] 3 years lupino3 Changes to writeInteger: now it returns the number of bytes written to …
(edit) @343 [343] 3 years thetarro Lots of changes by thetarro and lupino3
(edit) @342 [342] 3 years lupino3 Created a new package only for tokens
(edit) @341 [341] 3 years lupino3 Minor fixes to Null and Code parsing algorithms, new methods in Parser
(edit) @340 [340] 3 years lupino3 Added first version of the .data parsing algorithm
(edit) @339 [339] 3 years lupino3 Added an option to ParserTest?, that allows to test the scanner alone
(edit) @338 [338] 3 years thetarro Register aliases now are correctly recognized.
(edit) @337 [337] 3 years lupino3 Parser now adds instructions to the Symbol Table. Improved the code …
(edit) @336 [336] 3 years lupino3 Added a debug next() method that prints the next token and returns it
(edit) @335 [335] 3 years lupino3 Now integerToken validates against 'U' if its value is >= 0
(edit) @334 [334] 3 years lupino3 Removed a 'b' label in B.s, that now is an error because reserved words …
(edit) @333 [333] 3 years thetarro Now IdToken? validates both 'L' and 'B', fixed label validation.
(edit) @332 [332] 3 years lupino3 First version of the .code section parser, still doesn't operate on …
(edit) @331 [331] 3 years lupino3 Modified the buildInstruction() method of class Instruction; now it …
(edit) @330 [330] 3 years lupino3 Removed calls to edumips64.Main.logger, as in this development phase we …
(edit) @329 [329] 3 years lupino3 First classes for the parsing subsystem
(edit) @328 [328] 3 years lupino3 Removed .jar files from the branch; added getBuffer() method to the Token …
(edit) @327 [327] 3 years thetarro Now Token class has support for line numbering.
(edit) @326 [326] 3 years thetarro ScannerTable? class is made more flexible (thanks to generics!)
(edit) @325 [325] 3 years thetarro Fixed hex numbers recognition.
(edit) @324 [324] 3 years lupino3 Added a ParserTest? class, that will be used in the development of the …
(edit) @323 [323] 3 years lupino3 Corrected a small error in Recognizer.java
(edit) @322 [322] 3 years thetarro First classes of the new Parser!
(edit) @321 [321] 3 years lupino3 Creation of the new_parser branch
(edit) @319 [319] 3 years max83t Branch created for the delay slot development
(edit) @315 [315] 3 years S|b Definizione dei metodi di cache che effettuano le operazioni di lettura e …
(edit) @314 [314] 3 years S|b
(edit) @313 [313] 3 years S|b creato un sistema chea seguito di un miss di dato in memoria, blocca le …
(edit) @312 [312] 3 years S|b Definizione della classe Cache.java Modifica dell'istruzione LB.java,che …
Note: See TracRevisionLog for help on using the revision log.