Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-09 | be more precise in load types | Quentin Carbonneaux | |
2016-03-09 | use opdesc[] in isel.c | Quentin Carbonneaux | |
2016-03-09 | Ori says we have to use "check" | Quentin Carbonneaux | |
2016-03-08 | add more info in opdesc[] | Quentin Carbonneaux | |
2016-03-08 | add a default align for data defs | Quentin Carbonneaux | |
2016-03-07 | add test in fpcnv.ssa | Quentin Carbonneaux | |
2016-03-07 | add new cast instruction | Quentin Carbonneaux | |
2016-03-07 | test new conversion instructions | Quentin Carbonneaux | |
2016-03-07 | shuffle a bit visitins() | Quentin Carbonneaux | |
2016-03-07 | refine immediate reload test | Quentin Carbonneaux | |
We only need to load all the bits of a large constant when it is used in long context. | |||
2016-03-07 | cosmetics in err() | Quentin Carbonneaux | |
2016-03-07 | oops symbol conflict in abi3... | Quentin Carbonneaux | |
2016-03-07 | fix two bad bugs in abi classification | Quentin Carbonneaux | |
The conditions to put a struct in memory or not were wrong. And I misused the cls field of the AClass struct. | |||
2016-03-07 | make abi3 resistant to reassoc | Quentin Carbonneaux | |
2016-03-07 | complete abi3 test (fails) | Quentin Carbonneaux | |
2016-03-05 | new abi test, driver is to do | Quentin Carbonneaux | |
2016-03-04 | make bshas() inline | Quentin Carbonneaux | |
2016-03-04 | ignore .out files | Quentin Carbonneaux | |
2016-03-04 | bump up NIns, should not hurt us | Quentin Carbonneaux | |
2016-03-04 | get rid of hard coded NBlk | Quentin Carbonneaux | |
2016-03-03 | add some (easy) instructions | Quentin Carbonneaux | |
2016-03-03 | reduce runtime of cprime.ssa | Quentin Carbonneaux | |
2016-03-03 | fix typo in abi2.ssa | Quentin Carbonneaux | |
2016-03-03 | build tests with -g and show returned error code | Quentin Carbonneaux | |
2016-03-03 | new basic fp abi test | Quentin Carbonneaux | |
2016-03-03 | add new abi test | Quentin Carbonneaux | |
2016-03-03 | nicer aligned okays | Quentin Carbonneaux | |
2016-03-03 | fix output inconsistencies in test/go.sh | Quentin Carbonneaux | |
2016-03-03 | testbed is now functional | Quentin Carbonneaux | |
I would like to make sure some _ tests are passing, however I have to think of a nice way to grab debug output and compare it nicely. Some require NReg == 3, that is a pain in the ass. Maybe they can be changed to work for the full register set. | |||
2016-03-03 | complete testing routine | Quentin Carbonneaux | |
2016-03-02 | start work on automating tests | Quentin Carbonneaux | |
2016-02-29 | revert buggy test in memory refs emission | Quentin Carbonneaux | |
2016-02-29 | cosmetics | Quentin Carbonneaux | |
2016-02-29 | group symbols together in tokens enum | Quentin Carbonneaux | |
2016-02-28 | Output end data marker to correct file. | Ori Bernstein | |
2016-02-28 | Make err nonstatic. | Ori Bernstein | |
2016-02-28 | Error properly on strings. | Ori Bernstein | |
Don't print junk when we don't have 'b' for a string. | |||
2016-02-28 | Add zero fill data. | Ori Bernstein | |
2016-02-28 | Add strings as 'b "foo"' | Ori Bernstein | |
2016-02-28 | Allow trailing and ',' and references in data. | Ori Bernstein | |
This change adds support for two things: data $foo {l 123,} Which allows easier machine generation of data statements. It also adds the ability to parse and emit references in data declarations. | |||
2016-02-28 | Make parser slightly more accepting. | Ori Bernstein | |
'_' is ok to start a symbol, and '$' is an acceptable character within a symbol. | |||
2016-02-28 | More standard/better error message formatting. | Ori Bernstein | |
2016-02-28 | support -o option | Quentin Carbonneaux | |
2016-02-27 | simplify a little more limit2() | Quentin Carbonneaux | |
2016-02-27 | leave only the most important free todos | Quentin Carbonneaux | |
2016-02-27 | remove BITS constant | Quentin Carbonneaux | |
2016-02-27 | use a new bits type for bitmaps | Quentin Carbonneaux | |
2016-02-26 | oops, fix wrong bitset allocation | Quentin Carbonneaux | |
2016-02-26 | make the comment greppable | Quentin Carbonneaux | |
2016-02-26 | use memset to zero a bitset | Quentin Carbonneaux | |