summaryrefslogtreecommitdiffstats
path: root/util/romcc/romcc.c
Commit message (Expand)AuthorAgeFilesLines
* romcc: avoid use-after-freePatrick Georgi2014-09-061-3/+0
* util: replace fseek/ftell/rewind with fstatPatrick Georgi2014-08-121-3/+12
* romcc: properly check out-of-range unsigned longsPatrick Georgi2014-08-101-2/+2
* romcc.c: Fixes warning about unused function from unused macros.Edward O'Callaghan2014-03-171-13/+0
* utils/romcc.c: Fix spurious unsigned integer comparisons.Edward O'Callaghan2014-03-081-5/+5
* romcc: Fix off-by-onePatrick Georgi2013-11-161-2/+2
* romcc: support attribute((packed))Stefan Reinauer2013-05-101-2/+7
* romcc: Don't fail on function prototypesPatrick Georgi2013-02-191-1/+2
* ROMCC: fix unused attribute lookupSven Schnelle2012-06-221-1/+1
* Teach romcc about attribute((unused))Stefan Reinauer2012-06-221-0/+5
* Enable -Werror for romccStefan Reinauer2012-03-311-4/+0
* romcc: kill gcc warnings and .gitignore generated filesBernhard Urban2012-02-071-33/+18
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-699/+699
* Add noreturn attribute to die() in romcc.Stefan Reinauer2010-04-031-1/+1
* Add support to build with ccache in the build systemPatrick Georgi2010-03-251-4/+14
* Copy argument of -include as it's modified later.Patrick Georgi2010-03-251-1/+1
* Catch non-static arrays in romcc. Not allowed.Eric W. Biederman2010-03-171-0/+4
* back out r5212 and r5210; Follow the thread of Stefan Reinauer2010-03-161-17/+10
* Use copy_triple only on non-flattened nodes.Patrick Georgi2010-03-151-5/+8
* Fix segfault of romcc when complex assignment operatorsPatrick Georgi2010-03-141-9/+13
* Add attribute((noreturn)) to romccStefan Reinauer2010-02-281-0/+5
* This is a general cleanup patchStefan Reinauer2010-02-221-1/+4
* romcc: Fix a few (harmless) warningsPeter Stuge2010-02-121-2/+2
* romcc: Ignore empty string tokens. So far, romcc emitted a single double-quot...Patrick Georgi2010-02-111-0/+3
* separate build.h and config.h usage (now possible because newconfig is gone)Stefan Reinauer2010-02-111-14/+27
* * Explicitly add __PRE_RAM__ where it should be added.Stefan Reinauer2010-01-051-1/+0
* romcc:Patrick Georgi2009-12-311-0/+8
* Make the kconfig-style build work in mingw:Patrick Georgi2009-11-211-20/+15
* Trivial debug print format string fix for romcc.Myles Watson2009-11-121-1/+1
* Improve coreboot build output and eliminate some warnings:Uwe Hermann2009-10-271-3/+3
* 20090819-2-trim-down-cbfs:Patrick Georgi2009-08-201-2/+2
* Various fixes to the tree to get coreboot-v2 to build on SolarisPatrick Georgi2009-05-261-3/+3
* scan-build prefers -include over --includes=, gcc knows both.Patrick Georgi2009-04-211-3/+5
* fix some warnings by casting safely. (trivial)Stefan Reinauer2009-04-041-7/+7
* This patch implements --include=file.h for romcc.Stefan Reinauer2009-04-031-4/+16
* This change removes all warnings from romcc in my build environment,Stefan Reinauer2007-10-241-13/+103
* fix romcc preprocessor bugEric Biederman2006-12-021-3/+8
* gcc 4.1 fixes.Stefan Reinauer2006-02-191-4/+4
* - reverting back to original romcc.c before hdama checkin broke allJason Schildt2005-08-101-109/+102
* - Merge from linuxbios-lnxi (Linux Networx repository) up to public tree.Jason Schildt2005-08-091-102/+109
* GCC4 fixLi-Ta Lo2005-08-041-3/+4
* - Don't force spew level debug messages on the kherpiEric Biederman2004-11-151-643/+773
* - Clean up the CPP output a little bitEric Biederman2004-11-091-11/+23
* - Fix silly thinkos in that caused parsing problems in romcc.Eric Biederman2004-11-091-20/+6
* - Fix minor glitch in romcc where it would not return from a header fileEric Biederman2004-11-091-1/+1
* - Romcc preprocessor bug fixes, (The code size went down about 350 lines.. :)Eric Biederman2004-11-081-787/+626
* - To reduce confuse rename the parts of linuxbios bios that run fromEric Biederman2004-10-301-2/+12
* - Small bug fixes to romcc. The deep problems with not inlining functions re...Eric Biederman2004-06-291-57/+91
* - Don't confuse return statements with conditional branchesEric Biederman2004-05-291-1/+1
* - Upgrade to romcc version 0.63Eric Biederman2004-05-281-2177/+7580