summaryrefslogtreecommitdiff
path: root/util/romcc
AgeCommit message (Expand)Author
2013-05-10romcc: support attribute((packed))Stefan Reinauer
2013-03-01GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel
2013-02-19romcc: Don't fail on function prototypesPatrick Georgi
2012-06-22ROMCC: fix unused attribute lookupSven Schnelle
2012-06-22Teach romcc about attribute((unused))Stefan Reinauer
2012-03-31Enable -Werror for romccStefan Reinauer
2012-02-07romcc: kill gcc warnings and .gitignore generated filesBernhard Urban
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2010-04-03Add noreturn attribute to die() in romcc.Stefan Reinauer
2010-03-25Add support to build with ccache in the build systemPatrick Georgi
2010-03-25Copy argument of -include as it's modified later.Patrick Georgi
2010-03-17Catch non-static arrays in romcc. Not allowed.Eric W. Biederman
2010-03-16back out r5212 and r5210; Follow the thread of Stefan Reinauer
2010-03-15Use copy_triple only on non-flattened nodes.Patrick Georgi
2010-03-14Fix segfault of romcc when complex assignment operatorsPatrick Georgi
2010-02-28Add attribute((noreturn)) to romccStefan Reinauer
2010-02-22This is a general cleanup patchStefan Reinauer
2010-02-12romcc: Fix a few (harmless) warningsPeter Stuge
2010-02-11romcc: Ignore empty string tokens. So far, romcc emitted a single double-quot...Patrick Georgi
2010-02-11separate build.h and config.h usage (now possible because newconfig is gone)Stefan Reinauer
2010-01-05* Explicitly add __PRE_RAM__ where it should be added.Stefan Reinauer
2009-12-31romcc:Patrick Georgi
2009-11-21Make the kconfig-style build work in mingw:Patrick Georgi
2009-11-12Trivial debug print format string fix for romcc.Myles Watson
2009-10-27Improve coreboot build output and eliminate some warnings:Uwe Hermann
2009-08-2020090819-2-trim-down-cbfs:Patrick Georgi
2009-06-30This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer
2009-05-26Various fixes to the tree to get coreboot-v2 to build on SolarisPatrick Georgi
2009-04-21scan-build prefers -include over --includes=, gcc knows both.Patrick Georgi
2009-04-04fix some warnings by casting safely. (trivial)Stefan Reinauer
2009-04-03This patch implements --include=file.h for romcc.Stefan Reinauer
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