summaryrefslogtreecommitdiffstats
path: root/util/romcc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* This patch unifies the use of config options in v2 to all start with CONFIG_Stefan Reinauer2009-06-3011-194/+194
* 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
* Rename almost all occurences of LinuxBIOS to coreboot. Stefan Reinauer2008-01-181-2/+2
* 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
* abuild manpage and other fixes from Uwe Hermann. Thank you!Stefan Reinauer2006-09-211-108/+108
* add romcc manpage from Uwe HermannStefan Reinauer2006-09-081-0/+243
* gcc 4.1 fixes.Stefan Reinauer2006-02-191-4/+4
* Updating FSF address in the code.Stefan Reinauer2005-10-051-2/+2
* Undoing all HDAMA commits from LNXI from r2005->2003Jason Schildt2005-08-101-0/+0
* - 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-092-102/+109
* GCC4 fixLi-Ta Lo2005-08-041-3/+4
* eric patchYinghai Lu2005-07-082-5/+9
* - 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-2842-2194/+13439
* - Moved hlt() to it's own header.Eric Biederman2004-03-115-13/+58
* - Lower DEBUG_CONSISTENCY to 1 2 is only really useful when debuggingEric Biederman2003-12-051-1/+1
* - Update romcc to version 0.37Eric Biederman2003-10-228-1365/+2679
* - O2, enums, and switch statements work in romccEric Biederman2003-10-1133-524/+5986
* fix romcc compiling 32bit code on amd64Stefan Reinauer2003-09-171-0/+26
* - First pass at s2880 support.Eric Biederman2003-07-211-11/+23
* - Commit more tests for romccEric Biederman2003-07-125-0/+888
* - Structure handling fixes.Eric Biederman2003-07-122-18/+71
* - Moved 2 of the test cases into tests for failureEric Biederman2003-07-046-74/+345
* - Minor fixes for handling structure constants and array values that are not ...Eric Biederman2003-07-041-8/+32
* - Allow for a larger rhs on phi variablesEric Biederman2003-07-031-21/+25
* - Massive set of cleanups/fixes for romcc. Lots of corner cases now workEric Biederman2003-07-0110-486/+3312
* - Update romcc so that it more successfully spills registers to the xmm regis...Eric Biederman2003-06-287-618/+862
* - Set the default compiler back to gcc ooopsEric Biederman2003-06-251-1/+1
* - Error on function prototypesEric Biederman2003-06-253-44/+518
* - A few more fixes to get pointers to structures working correctly.Eric Biederman2003-06-241-55/+65
* - Fix handling of structures stored in memoryEric Biederman2003-06-241-71/+141
* - Implement goto supportEric Biederman2003-06-202-37/+163
OpenPOWER on IntegriCloud