- Romcc preprocessor bug fixes, (The code size went down about 350 lines.. :)
[coreboot.git] / util / romcc /
2004-11-08 Eric Biederman- Romcc preprocessor bug fixes, (The code size went...
2004-10-30 Eric Biederman- To reduce confuse rename the parts of linuxbios bios...
2004-06-29 Eric Biederman- Small bug fixes to romcc. The deep problems with...
2004-05-29 Eric Biederman- Don't confuse return statements with conditional...
2004-05-28 Eric Biederman- Upgrade to romcc version 0.63
2004-03-11 Eric Biederman- Moved hlt() to it's own header.
2003-12-05 Eric Biederman- Lower DEBUG_CONSISTENCY to 1 2 is only really useful...
2003-10-22 Eric Biederman- Update romcc to version 0.37
2003-10-11 Eric Biederman - O2, enums, and switch statements work in romcc
2003-09-17 Stefan Reinauerfix romcc compiling 32bit code on amd64
2003-07-21 Eric Biederman- First pass at s2880 support.
2003-07-12 Eric Biederman- Commit more tests for romcc
2003-07-12 Eric Biederman- Structure handling fixes.
2003-07-04 Eric Biederman- Moved 2 of the test cases into tests for failure
2003-07-04 Eric Biederman- Minor fixes for handling structure constants and...
2003-07-03 Eric Biederman- Allow for a larger rhs on phi variables
2003-07-01 Eric Biederman- Massive set of cleanups/fixes for romcc. Lots of...
2003-06-28 Eric Biederman- Update romcc so that it more successfully spills...
2003-06-25 Eric Biederman- Set the default compiler back to gcc ooops
2003-06-25 Eric Biederman- Error on function prototypes
2003-06-24 Eric Biederman- A few more fixes to get pointers to structures workin...
2003-06-24 Eric Biederman- Fix handling of structures stored in memory
2003-06-20 Eric Biederman- Implement goto support
2003-06-19 Eric Biederman- Update the romcc version.
2003-06-18 Eric Biederman- A new test case for romcc
2003-06-17 Eric Biederman- Minor mod to reset16.inc to work with newer binutils...
2003-06-16 Eric Biederman- Reduce the algorithmic complexity of parts of the...
2003-06-11 Eric Biederman- Factoring of auto.c
2003-06-10 Eric Biederman- Update romcc to version 0.27 and add more tests.
2003-05-16 Eric Biederman- Fix ? expressions previously they were reversed.
2003-05-13 Eric Biederman- Intermediate fix to allow register allocator failure
2003-05-13 Eric Biederman- Add a test to make certain romcc is properly allocati...
2003-05-09 Eric Biederman- Implement support for structures, typedefs, and __bui...
2003-05-08 Eric Biederman- Update the test cases for romcc
2003-04-26 Eric Biederman- misc minor fixes
2003-04-22 Eric Biederman- Checking latest version of romcc