summaryrefslogtreecommitdiffstats
path: root/util/romcc/romcc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Moved hlt() to it's own header.Eric Biederman2004-03-111-11/+22
* - 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-221-1348/+2201
* - O2, enums, and switch statements work in romccEric Biederman2003-10-111-508/+1163
* fix romcc compiling 32bit code on amd64Stefan Reinauer2003-09-171-0/+26
* - First pass at s2880 support.Eric Biederman2003-07-211-11/+23
* - Structure handling fixes.Eric Biederman2003-07-121-16/+68
* - Moved 2 of the test cases into tests for failureEric Biederman2003-07-041-67/+241
* - 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-011-481/+1039
* - Update romcc so that it more successfully spills registers to the xmm regis...Eric Biederman2003-06-281-614/+651
* - Error on function prototypesEric Biederman2003-06-251-41/+51
* - 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-201-35/+160
* - Update the romcc version.Eric Biederman2003-06-191-91/+414
* - A new test case for romccEric Biederman2003-06-181-46/+146
* - Minor mod to reset16.inc to work with newer binutils hopefully this works w...Eric Biederman2003-06-171-23/+127
* - Reduce the algorithmic complexity of parts of the register allocatorEric Biederman2003-06-161-126/+172
* - Factoring of auto.cEric Biederman2003-06-111-30/+33
* - Update romcc to version 0.27 and add more tests.Eric Biederman2003-06-101-1039/+3649
* - Fix ? expressions previously they were reversed.Eric Biederman2003-05-161-0/+2
* - Intermediate fix to allow register allocator failureEric Biederman2003-05-131-0/+1