summaryrefslogtreecommitdiff
path: root/util/romcc
AgeCommit message (Expand)Author
2008-01-18Rename almost all occurences of LinuxBIOS to coreboot. Stefan Reinauer
2007-10-24This change removes all warnings from romcc in my build environment,Stefan Reinauer
2006-12-02fix romcc preprocessor bugEric Biederman
2006-09-21abuild manpage and other fixes from Uwe Hermann. Thank you!Stefan Reinauer
2006-09-08add romcc manpage from Uwe HermannStefan Reinauer
2006-02-19gcc 4.1 fixes.Stefan Reinauer
2005-10-05Updating FSF address in the code.Stefan Reinauer
2005-08-10Undoing all HDAMA commits from LNXI from r2005->2003Jason Schildt
2005-08-10- reverting back to original romcc.c before hdama checkin broke allJason Schildt
2005-08-09- Merge from linuxbios-lnxi (Linux Networx repository) up to public tree.Jason Schildt
2005-08-04GCC4 fixLi-Ta Lo
2005-07-08eric patchYinghai Lu
2004-11-15- Don't force spew level debug messages on the kherpiEric Biederman
2004-11-09- Clean up the CPP output a little bitEric Biederman
2004-11-09- Fix silly thinkos in that caused parsing problems in romcc.Eric Biederman
2004-11-09- Fix minor glitch in romcc where it would not return from a header fileEric Biederman
2004-11-08- Romcc preprocessor bug fixes, (The code size went down about 350 lines.. :)Eric Biederman
2004-10-30- To reduce confuse rename the parts of linuxbios bios that run fromEric Biederman
2004-06-29- Small bug fixes to romcc. The deep problems with not inlining functions re...Eric Biederman
2004-05-29- Don't confuse return statements with conditional branchesEric Biederman
2004-05-28- Upgrade to romcc version 0.63Eric Biederman
2004-03-11- Moved hlt() to it's own header.Eric Biederman
2003-12-05- Lower DEBUG_CONSISTENCY to 1 2 is only really useful when debuggingEric Biederman
2003-10-22- Update romcc to version 0.37Eric Biederman
2003-10-11 - O2, enums, and switch statements work in romccEric Biederman
2003-09-17fix romcc compiling 32bit code on amd64Stefan Reinauer
2003-07-21- First pass at s2880 support.Eric Biederman
2003-07-12- Commit more tests for romccEric Biederman
2003-07-12- Structure handling fixes.Eric Biederman
2003-07-04- Moved 2 of the test cases into tests for failureEric Biederman
2003-07-04- Minor fixes for handling structure constants and array values that are not ...Eric Biederman
2003-07-03- Allow for a larger rhs on phi variablesEric Biederman
2003-07-01- Massive set of cleanups/fixes for romcc. Lots of corner cases now workEric Biederman
2003-06-28- Update romcc so that it more successfully spills registers to the xmm regis...Eric Biederman
2003-06-25- Set the default compiler back to gcc ooopsEric Biederman
2003-06-25- Error on function prototypesEric Biederman
2003-06-24- A few more fixes to get pointers to structures working correctly.Eric Biederman
2003-06-24- Fix handling of structures stored in memoryEric Biederman
2003-06-20- Implement goto supportEric Biederman
2003-06-19- Update the romcc version.Eric Biederman
2003-06-18- A new test case for romccEric Biederman
2003-06-17- Minor mod to reset16.inc to work with newer binutils hopefully this works w...Eric Biederman
2003-06-16- Reduce the algorithmic complexity of parts of the register allocatorEric Biederman
2003-06-11- Factoring of auto.cEric Biederman
2003-06-10- Update romcc to version 0.27 and add more tests.Eric Biederman
2003-05-16- Fix ? expressions previously they were reversed.Eric Biederman
2003-05-13- Intermediate fix to allow register allocator failureEric Biederman
2003-05-13- Add a test to make certain romcc is properly allocating registers.Eric Biederman
2003-05-09- Implement support for structures, typedefs, and __builtin_rdmsr, __builtin_...Eric Biederman
2003-05-08- Update the test cases for romccEric Biederman