buildgcc: Fix colors for dash
[coreboot.git] / util / romcc /
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2010-04-03 Stefan ReinauerAdd noreturn attribute to die() in romcc.
2010-03-25 Patrick GeorgiAdd support to build with ccache in the build system
2010-03-25 Patrick GeorgiCopy argument of -include as it's modified later.
2010-03-17 Eric W. BiedermanCatch non-static arrays in romcc. Not allowed.
2010-03-16 Stefan Reinauerback out r5212 and r5210; Follow the thread of
2010-03-15 Patrick GeorgiUse copy_triple only on non-flattened nodes.
2010-03-14 Patrick GeorgiFix segfault of romcc when complex assignment operators
2010-02-28 Stefan ReinauerAdd attribute((noreturn)) to romcc
2010-02-22 Stefan ReinauerThis is a general cleanup patch
2010-02-12 Peter Stugeromcc: Fix a few (harmless) warnings
2010-02-11 Patrick Georgiromcc: Ignore empty string tokens. So far, romcc emitte...
2010-02-11 Stefan Reinauerseparate build.h and config.h usage (now possible becau...
2010-01-05 Stefan Reinauer* Explicitly add __PRE_RAM__ where it should be added.
2009-12-31 Patrick Georgiromcc:
2009-11-21 Patrick GeorgiMake the kconfig-style build work in mingw:
2009-11-12 Myles WatsonTrivial debug print format string fix for romcc.
2009-10-27 Uwe HermannImprove coreboot build output and eliminate some warnings:
2009-08-20 Patrick Georgi20090819-2-trim-down-cbfs:
2009-06-30 Stefan ReinauerThis patch unifies the use of config options in v2...
2009-05-26 Patrick GeorgiVarious fixes to the tree to get coreboot-v2 to build...
2009-04-21 Patrick Georgiscan-build prefers -include over --includes=, gcc knows...
2009-04-04 Stefan Reinauerfix some warnings by casting safely. (trivial)
2009-04-03 Stefan ReinauerThis patch implements --include=file.h for romcc.
2008-01-18 Stefan ReinauerRename almost all occurences of LinuxBIOS to coreboot.
2007-10-24 Stefan ReinauerThis change removes all warnings from romcc in my build...
2006-12-02 Eric Biedermanfix romcc preprocessor bug
2006-09-21 Stefan Reinauerabuild manpage and other fixes from Uwe Hermann. Thank...
2006-09-08 Stefan Reinaueradd romcc manpage from Uwe Hermann
2006-02-19 Stefan Reinauergcc 4.1 fixes.
2005-10-05 Stefan ReinauerUpdating FSF address in the code.
2005-08-10 Jason SchildtUndoing all HDAMA commits from LNXI from r2005->2003
2005-08-10 Jason Schildt- reverting back to original romcc.c before hdama check...
2005-08-09 Jason Schildt- Merge from linuxbios-lnxi (Linux Networx repository...
2005-08-04 Li-Ta LoGCC4 fix
2005-07-08 Yinghai Lueric patch
2004-11-15 Eric Biederman- Don't force spew level debug messages on the kherpi
2004-11-09 Eric Biederman- Clean up the CPP output a little bit
2004-11-09 Eric Biederman- Fix silly thinkos in that caused parsing problems...
2004-11-09 Eric Biederman- Fix minor glitch in romcc where it would not return...
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